@import "dropdown.css";

* {
	margin:0;
	padding:0;
}

html {
	text-align:center;
	background:#F3F3F3;
}

body {
	font:7.5pt Verdana, Arial, Helvetica;
	text-align:left;
	color:#333;
	width:950px;
	margin:20px auto;
	background:#FFF;
	padding:13px;
	background:#FFF url(../images/body_bg.gif) bottom repeat-x;
	border:1px solid #EAEAEA;
	position:relative;
}

p {
	font-size:12px;
	line-height:17px;
	margin:1em 0;
	text-align: justify;
}

a {
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url(../images/link_underline.gif) bottom repeat-x;
	padding-bottom:1px;
}

ul {
	list-style:none;
}

#masthead {
	width:100%;
	height:63px;
	margin-bottom:1px;
	background:#7D8285;
	line-height:60px;
}

#logo {
	width:350px;
	height: 51px;
	padding-left:8px;
	padding-top:6px;
	float:left;
}

#searchbar{
	width:230px;
	position:relative;
	float:left;
	padding-top: 2px;
}

#searchbar input.searchbar{
color: #999;
width: 80px;
font-size: 10px;
}
#searchbar input.searchbutton{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
 color: #fff;
text-decoration: none;
height:20px;
width:66px;
margin-left:-4px;
border: 0;
background:#666 url(../images/search_button.gif) no-repeat bottom right;
cursor:pointer;
}

#language {
	position:relative;
	float:left;
	width:350px;
	padding-top:4px;
}

#language a {
	color:#FFFFFF;
}

#masthead h1 {
	font-size:30px;
	font-family:"trebuchet ms";
	margin-left:10px;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:5px;
}

#mastheadBox {
	background:url(../images/masthead_box.gif) left center no-repeat;
	z-index:11;
	position:absolute;
	height:60px;
	top:84px;
	margin-top:-50px;
	right:25px;
	width:273px;
	padding:10px 10px 10px 35px;
}

#mastheadBox h2 {
	line-height:10px;
	color:#F60;
	font-size:9pt;
}

#mastheadBox p {
	padding:10px 0 0;
	margin:0;
}

#breadCrumbs {
	clear:both;
	padding:5px 20px;
	margin-top:3px;
	background:#EAEAEA url(../images/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:5px;
	padding-right:10px;
	background:url(../images/breadcrumbs_bullet.gif) right 7px no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

#leftContent {
	float:left;
	width:708px;
}

/* flash Banner */

#flashBanner {
	float:left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-left: 0;
}

/* Main Column */

#mainContent {
	width:676px;
	float:left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#mainContent h2 {
	color:#F60;
	font-size:15px;
}

#mainContent p + h2 {
	margin-top:15px;
}

#mainContent h3 {
	font-size:12.5px;
	color:#297bb2; 
	line-height:20px;
}

#mainContent h4 {
	font-size:12.5px;
	line-height:20px;
}

#mainContent h5 {
	background:url(../images/li_bullet.gif) left top no-repeat;
	font-size:12.5px;
	line-height:20px;
	padding-left:10px;
}

#mainContent h3.searchresult {
	font-size:12.5px;
	color:#297bb2; 
	margin-top:20px;
}

#mainContent p.searchresult {
	margin-top:0;
}

#mainContent p span {
	color:#748000; 
}

#mainContent blockquote {
	padding:0 20px;
	font-style:italic;
	font-size:9px;
	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {
	color:#F90;
}

#mainContent li {
	background:url(../images/li_bullet.gif) left top no-repeat;
	font-size:12px;
	line-height:17px;
	padding-left:10px;
	margin:0 0 5px 10px;
	color:#333;
}

#mainContent ol {
	margin:10px 0 0 40px;
}

#mainContent ol li {
	background:none;
	font-size:12px;
	line-height:17px;
	padding-left:0;
	margin:0 0 0 0;
}

#suckerfish {
	width:100%;
	height:100px;
	font-family:monaco, courier;
}

/* Main Column Table */

#mainContent table {
	margin-top:15px;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:5px;
	background:#F4F4F4;
}

#mainContent td:hover {
	background:#EAEAEA;
}

#mainContent th {
	padding:5px;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}

/* Form */

.formelement {
	font-size:12px;
	line-height:15px;
	margin:1em 0;
}

fieldset {
	border:1px solid #EAEAEA;
	margin-top:20px;
	background:#F7F7F7;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

label {
	display:block;
	float:left;
	width: 240px;
	padding-bottom:5px;
	font-weight:bold;
}

.selectlabel {
	width:100px;
	float:left;
	clear:right;
	font-size: 12px;
	margin-left: 20px;
}

input, textarea {
	border:1px solid #CCC;
	padding:2.5px;
	width:200px;
}

textarea {
	width:280px;
	height:50px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

input.radio {
	border: 0px;
	width:20px;
}

#submit {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	width:auto;
	margin-left: 180px;
	background:#F90 url(../images/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#F60;
}

#reset {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	width:auto;
	background:#F90 url(../images/nav_bg.gif) bottom repeat-x;
	margin-left: 30px;
}

input#reset:hover {
	border-color:#F60;
}

/* Side Column */

#secondaryContent {
	width:240px;
	float:left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}

#secondaryContent h2, #secondaryContent p {
	font-size:12px;
}

#secondaryContent h2 {
	color:#F60;
}

.secondaryContentBox {
	border:1px solid #EAEAEA;
	padding:10px 8px 5px;
	margin-bottom:20px;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}

.contactBox {
	background:#ffffff url(../images/contact_bg.jpg) top repeat-x;
	padding-top:90px;
}

#livehelp {
	margin-left:20px;
}

#secondaryContent blockquote {
	font-style:italic;
	font-size:9px;
	padding:5px 0px 5px 10px;
	background:url(../images/left_quote.gif) no-repeat;
}

#secondaryContent blockquote #quotemark {
	background:url(../images/right_quote.gif) right bottom no-repeat;
}

#secondaryContent blockquote p {
	padding-bottom:1px;
	padding-right:10px;
}

#secondaryContent blockquote span {
	margin-left:20px;
}

#secondaryContent .source {
	text-align:right;
	margin:-5px 0 20px;
	font-size:10px;
}

#footer {
	text-align:center;
	clear:both;
	padding:10px 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:5px;
}

.contentlink{
	margin:0 0 0 0;
	padding: 0px;
	border: 1px solid #CCC;
	border-top: 5px solid #ccc;   
	background-image:url(../images/r_box.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	float: left;
	width: 240px; 
}

h4.boxtitle_right
{
	margin:0;
	padding:3px 10px 0 5px;
}

a:link h4.boxtitle_right, a:visited h4.boxtitle_right  
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FF9900;
	background: url(img/menu_title_arrow_blue.gif) no-repeat left top;
	text-decoration: none;
	cursor:pointer;
	padding: 0 0 3px 15px;margin:5px 7px 5px 7px;
	line-height:11px;
	border-bottom:1px solid #8bb5d2;
}

a:hover h4.boxtitle_right {
	color:#006699;
}

ul.contentlist{
	color: #2471A7;
	margin:0 0 0 5px;
	padding:0 0 10px 3px;
}

ul.contentlist li{
	font-size: 10px;
	color: #666;
	font-weight: 100;
	list-style-image: url(../images/list_arrow.gif);
	margin:0 4px 0 15px;
	padding:0 0 0 0;
}

ul.contentlist a:visited{
	color: #CF0000;
}

div.validation-advice{
	margin:10px 0 0 255px;
	background:url(../images/formvd_stop_en.gif) left top no-repeat; padding:0 0 0 30px; line-height:25px; height:25px;
	color:#f34646; font-weight:bold; font-size:11px;
}

.readmore{
	margin:0 0 10px 0; 
	color:#297bb2; 
	font-size:12px;
	font-weight:bold;
 }
 
#searchnav{
	text-align:center;
	font-size:12px;
}
