* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

body {
	background: #dedede;
}

a {
	text-decoration: none
}

a:link {
	color: #990100;
}

a:visited {
	color: #600;
}

a:hover, a:active {
	color: #E58712;
}

p {
	margin: 10px 10px 15px 10px;
	display: block;
	clear: both;
}

ul, ol {
	margin: 10px 10px 15px 25px;
}

ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	margin-bottom: 5px;
	margin-left: 10px;
}

h1, h2, h3 {
	color: #333;
	font-weight: bold;
	padding: 10px;
}
	
h1 {
	font-size: 25px;
	color: #111111;
	margin: 10px;
}

h1.big {
	font-size: 35px;
	text-align: center;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

#text h1 {
	padding: 0 10px 10px 5px;	
}

#text h3 {
	font-style: italic;
}


	
html { overflow: -moz-scrollbars-vertical !important; }	

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: lower-roman;
}

.blogtwitter a {
	padding: 10px;
	font: 14px Helvetica, Arial, sans-serif; 
	font-weight: bold;
}

.services {
	padding: 10px;
	display: block;
	float: left;
	width: 250px;
}

.services ul li {
	list-style-image: url(img/bullet_orange.gif);	
	font-size: 13px;
}

.services h2, .services h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.services h3 {
	padding: 0;
}

.services h3 a {
	color: #333;
}

ul.shortest a {
	width: 40px;
}

ul.short a {
	width: 90px;
}

ul.medium a {
	width: 130px;
}

ul.long a {
	width: 150px;
}

/* Structure */

#page {
	width: 760px;
	margin: 15px auto;
	text-align: left;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#header, #menu {
	width: 760px;
	text-align: center;
}

#header {
	background: #990100;
}

#menu {
	position: absolute;
	top: 81px;
}

#main, #homepage, #text {
	width: 760px;
}

#main {
	margin-top: 27px;
}

#navbar {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 20px; 
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #dedede;
	background: #fff url(headers/titlebg_wh.jpg) no-repeat top right;
}

#text #navbar {
	padding: 10px 5px 5px 20px;
	font-size: 12px;
	background: #ffffff;
}


#text, #text #content {
	display: block;
	clear: both;
}

#text #content {
	padding: 10px 15px 0 25px;
	border-top: 1px solid #dedede;
	width: 730px;
}

#info {
	padding: 0;
	margin: 0;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	display: block;
}

#info p, #info h1, #info h2, #info h3 {
	margin-left: 25px;
	padding-left: 0;
}

#links {
	width: 95%;
	clear: both;
	display: block;
	margin: 0;
	padding: 15px 0 0 15px;
	border-top: 1px solid #dedede;
}

#links ul {
	margin-top: 0;
	padding-top: 0;
}

#links li {
	padding: 0 0 5px 0;
	margin-top: 0;
	margin-bottom: 0;
}

#content, #contentnomenu {
	width: 580px;
	display: block;
	float: left;
	clear: left;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 15px;
}

#contentnomenu {
	width: 720px;
	margin-left: 20px;
	margin-right: 20px;
}

#content p, #content h1, #content h2, #content h3 {
	margin-left: 15px;
	padding-left: 0;
}

#text #content p, #text #content h2, #text #content h3 {
	margin-left: 0;	
}

#rightnav {
	width: 150px;
	clear: right;
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}

#rightnav > ul {
	padding: 0;
	margin: 0 0 15px 0;
	float: right;
}

#rightnav li, .rightnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#rightnav li a, .rightnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
}

#rightnav ul:first-child > li > a {
	background: #00994d;
}

#rightnav #current {
	background: #fff url(img/triangles.png) no-repeat left -9%;
	color: #333;
	padding: 5px 10px 5px 15px;
}

#rightnav ul:first-child > li > a:hover {
	color: #00994d;
	background: #fff url(img/triangles.png) no-repeat 95% 69%;
}

#rightnav ul + ul li a, .rightnav li a {
	background: #004b99;
}

#rightnav ul + ul li a:hover, .rightnav li a:hover {
	color: #004b99;
	background: #fff url(img/triangles.png) no-repeat 95% 110%;
}

#rightnav ul ul {
	margin-top: 0;
	margin-right: 0;
}

#rightnav ul ul li {
	margin-top: 5px;
	margin-right: 0;
}	

#rightnav ul ul a {
	color: #999;
	background: #fff;
	padding: 0;
}

#rightnav ul ul a:hover {
	color: #E58712;
	background: #fff url(img/triangles.png) no-repeat 95% 34%;
}

#footer {
	display: block;
	clear: both;
	background: #fff url(headers/footer.jpg) no-repeat bottom center;
	border-top: 1px solid #900;
	min-height: 105px;
	color: #000;
	padding: 0 0 20px 0;
	text-align: center;
}

#footer ul {
	margin: 0;
}

#footer li a {
	padding: 0;
}

#map {
	background: #fff;
	clear: both;
	padding: 15px;
	text-align: center;
}

#map p {
	text-align: left;
}

#map img {
	width: 450px;
	height: 403px;
	margin-bottom: 15px;
}

#feature {
	background: #fff;
	clear: both;
	padding: 15px;
	text-align: center;
}

#feature p {
	text-align: left;
}

/* Navigation menus */
#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	margin: 0;
	padding: 0;
}

.navigation {
	background: #990100 url(headers/nvbg.jpg) no-repeat 0 0;
	width: 100%;
	height: 24px;
	padding-top: 5px;
}

.navigation li {
	display: inline;
	list-style-type: none;
}

.navigation a {
	padding: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.navigation a:hover {
	color: #f60;
	text-decoration: none;
}

#menu ul li {
	display: inline;
	list-style: none;
	position: relative;
}

#menu a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 5px 5px 10px 5px;
}

#menu ul ul a {
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul ul {
	display: none;
	position: absolute;
	list-style: none;
	font-size: 11px;
	font-weight: normal;
}

#menu li:hover ul {
	display: block;
	position: absolute;
	text-align: left;
	top: 20px;
	left: 0;
}

#menu li:hover li {
	display: block;
}

#menu li:hover li:first-child {
	border-top: 1px solid #fff;
}

#menu li:hover li a {
	display: block;
	color: #fff;
	padding: 3px 10px 3px 10px;
	background: #990100;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu li:hover li a:hover {
	background: #000;
}

#menu li:hover li ul {
	display: none;
	list-style: none;
}

#menu li:hover li li {
	position: relative;
}

#menu li li:hover ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 99.5%;
}

blockquote {
	padding: 0 0 25px 25px;
}

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input, select, textarea {
	border: 1px solid #ccc;
}

.rightnav {
	width: 250px;
	float: left;
	display: block;
	padding: 15px;
}

.rightnav h2 {
	margin: 0;
	padding: 0 0 15px 0;
}

.rightnav ul {
	padding-left: 25px;
}

.submit input {
	margin-left: 7.7em;
	padding: .2em .8em .2em .8em;
	background: #e5e5e5;
	border: 1px outset #666;
	font-weight: bold;
}

dl {
    border: 3px solid #ccc;
	margin: 0 0 25px 15px;
}
 
dt {
	float: left;
    clear: left;
    width: 150px;
    font-weight: bold;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

dd {
    margin: 0 0 0 160px;
    padding: 0.5em 0.5em 0.5em 0.8em;
	border-bottom: 1px solid #ccc;
}

h2 a:link {
	color: #000;
}

h2 a:visited {
	color: #666;
}

h2 a:hover {
	color: #E58712;
}

img.embedded {
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}

ul.newsletter li {
	list-style: none;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

ul.newsletter li a {
	color: #003C99;
}

ul.newsletter li a:visited {
	color: #002866;
}

ul.newsletter li a:hover {
	color: #E58712;
}

ul.nobullet li {
	list-style: none;
	margin-top: .5em;
}

.backto {
	font-size: 10px;
	padding-top: 20px;
}

#buttonsignup {
	display: block;
	width: 200px;
	height: 55px;
	background: url(img/signupnow3.gif) no-repeat;
	background-position: left;
}

#buttonsignup:hover {
	background-position: center;
}

#buttonsignup:active {
	background-position: right;
}

#buttonsignup span {
	display: none;
}

.country {
	margin: 0 15px 30px 15px;
	clear: both;
	display: block;
	padding-left: 10px;
}

.country div + div {
	padding-left: 10px;
}

.country > ul {
	padding-left: 15px;
}

.country h2 {
	text-align: right;
	font-size: 20px; 
	color: #003c99;
	font-weight: bold;
	background: url(headers/underline.jpg) no-repeat bottom;
}

.country h2 a {
	display: block;
	padding-right: 285px;
	color: #003c99;
	background: url(img/triangles.png) no-repeat 250px -89px;
}

.country h2 a:hover {
	color: #666;
	background: url(img/triangles.png) no-repeat 250px 6px;
}

.footnote {
	font-size: 11px;
}

.indent {
	margin-left: 80px;
}

.goto li, #links li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
}

.goto {
	margin-bottom: 20px;
}

.goto a, #links a {
	padding-left: 20px;
	background: url(img/triangles.png) no-repeat left 2px;
}

.goto a:hover, #links a:hover {
	background-position: left -30px;
}

.left {
	text-align: left;
	float: left;
	clear: left;
	display: block;
	width: 50%;
}

.print {
	width: 97%;
	clear: both;
	text-align: right;
	font-weight: bold;
	padding: 15px 15px 0 0;
}

.print img {
	width: 17px;
	height: 11px; 
	border: 0;
}



.right {
	width: 49%;
	padding-right: 1%;
	text-align: right;
	float: left;
	clear: right;
	display: block;
	font-weight: bold;
}

.right a {
	float: right;
	display: block;
}

.publication {
	width: 600px;
	padding: 15px;
}

.publication h2 {
	font-size: 16px;
}

.publication .left {
	padding-left: 15px;
	width: 70%;
}

.publication .right {
	width: 25%;
}

.publication a {
	float: none;
	display: inline;
}

.publication a:link {
	color: #990100;
}

.publication a:visited {
	color: #600;
}

.publication a:hover {
	color: #E58712;
}

.publication .sale {
	font-size: 12px;
	font-weight: normal;
}

.publication p {
	margin-left: 0;
	padding-top: 15px;
	padding-left: 0;
}

.sale {
	color: #c00;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.button {
	font-weight: bold;
}

.button a {
	display: block;
	width: 128px;
	height: 40px;
	background: #990100 url(img/button.png) no-repeat;
	background-position: left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
	line-height: 40px;
	margin: 10px;
}

.button a:hover {
	background-position: center;
}

.button a:active {
	background-position: right;
}