body {
	margin: 0;
	padding: 0;
 	background-color: #c7c9d2;
}

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3, h4, td { color: #3a3a3a; font-weight: normal; background: transparent}
h1, h2, h3, span#copyright, span#design { margin: 0 10px 5px 15px; }
h4 { margin: 10px 10px 0 15px;}
p { margin: 0 10px 10px 15px; font-size: 0.8em; line-height: 1.4em; text-align: justify; }
td p, td h1, td h2, td h3, td h4, td { /* margin: 0 10px 10px 0; */  margin: 0 10px 10px 10px; font-size: .8em;}
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em; }	/* site heading */
h2 { font-size: 1.2em; line-height: 1.4em; color: #14385c; font-weight: bold; }	/* site heading */
h3 { font-size: 1em; line-height: 1.2em; color: #14385c; font-weight: bold; }	/* sub headings */
h4 { line-height: 2em; font-size:.8em; color:#14385c; font-weight:bold;}
div { padding: 5px 0 0 0;}
input, textarea {border: 1px solid #999999; font-size: 1em;}

#sidebar_gallery {
position:absolute; top:300px; right:20px; width:260px; z-index: 1; 
}

#hdrimg a {color: #14385c; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #14305b; text-decoration: none; font-weight: normal;}

#bttmbar a:link, #bttmbar a:visited {color: #000000; font-weight: normal;}
#bttmbar a:hover {color: #000000; font-weight: normal; text-decoration: underline;}

a:link, a:visited {color: #14305b; text-decoration: none; font-weight:bold;}
a:hover {color: #000000; text-decoration: underline; font-weight:bold;}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin: 0 0 2px 0;
	background: url('images/hdr.gif') repeat-x 100px 0;
 	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 170px;
}

#hdrimg img { float:left; margin: 10px 50px 0 10px;}
#hdrimg h2 { position: absolute; top: 10px; right: 7px; color:#04104b; font-size: 16px; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing: .02em; font-weight:normal; line-height: 1.4em; font-style:italic; background: url('images/tagline_bg.gif') repeat-x; padding-left:5px; padding-right:5px;}
#hdrimg h3 { position: absolute; top: 70px; right: 15px; color:#333; font-size: 12px; line-height: 1.4em;}
#hdrimg h3.tagline { position: absolute; top: 33px; right: 25px; /* color:#34407b; */ color:black; font-size: 14px; line-height: 1.4em;}

html>body #hdrimg {
	height: 170px;        /* ie5x hack ends here */
}

.rowcontainer {
	float: left;
	margin: 0;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.column_begin { margin-bottom: 36px; } 
.column_end { clear:both; margin: 0; padding: 0; background-color: #fff;}
#finalbar { clear:both; margin: 0; padding: 0; background: url('images/finalbar_bg.gif') bottom repeat-x; }
#midbar { clear:both; line-height:12px; padding:0; background: url('images/finalbar_bg.gif') repeat-x 5px 0; }
#bttmbar { float: left; width: 100%; height: 35px; background-color: #a3a3a3; background: url('images/hdr.gif') 130px -90px repeat-x; }    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99.8%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49.9%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33.3%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.9% }		/* One quarter width column for a four column site */

.fixedcol { position:relative; width:99.8%; }
.fixedcol_left { float:left; padding: 0 10px 0 0;}
.fixedcol_body { padding: 0 0 0 10px; }
.fixedcol_right { float:right; padding: 0 0 0 10px; }

div.fixedcol_body img.left {
	position: relative;
	right: 15px;
	margin-right: 0px;
}

div.fixedcol_left h2, div.fixedcol_left p {background-color:inherit;}

/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 153px; left: 0px; height: 25px; width: 100%;
}

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center;
}

#nav li a {   /* Main nav styles for all links */
	color: #A8AEC9;
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 10px; /* adds a gap between the tabs */
	width: 94px; 	/* width of the tab */
	line-height: 20px; /* height of the tab */
	text-decoration: none;
}

ul#service_list {
	font-size:14pt;
	list-style: url('images/arrow_icon.gif');
}

/*
#service_list a:link, #service_list a:visited  { color: #145b30;}
#service_list a:hover, #service_list a:active { color: #145b30;}
*/

#nav a#current { color:#ffffff; font-weight:bold; background-color:#c7c9d2; border-top: 2px solid #94b0cb; border-left: 2px solid #7490ab; border-right: 2px solid #54709b; background: url('images/current_tab_bg.gif') repeat-x;
}
#nav a:link, #nav a:visited  { background-color:#0c1e38; border-top: 2px solid #54709b; border-left: 2px solid #54709b; border-right: 2px solid #54709b;}
#nav a:hover, #nav a:active { background-color:#000; }

#path, #path p {
	text-align:right;
	font-size: 12px;/*	
padding: 0px 5px 0px 10px;  
	margin-bottom: 0; */ padding: 0; margin:0;
	line-height: 20px;
	background: url('images/path_bg.gif') bottom repeat-x;
	color: #444;
}
#path a:link, #path a:visited{
	color:#14305b;
}
#path a:hover, #path a:active, #path a:focus {
	text-decoration:underline;
	color:#14305b;
}

/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style:  url('images/bullet2.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #3a3a3a; font-size: 0.8em; line-height: 1.4em }
li.listhead { list-style: none; position:relative; right: 1.5em; line-height: 1.6em; font-size:.8em; list-style-image: none;
}

img {margin: 5px 15px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */
img.ext {margin: 0 0 4px 2px;}

.dropcontent {font-size: 12px;}

table.mrt_table th {font-weight:normal; background-color:#a8c9ae; background: url('images/finalbar_bg.gif') repeat-x 0 3px; font-size:12px; padding: 5px 10px 2px 5px; color:#14305b; text-align:left; text-indent:1em; font-weight:bold;}
table.mrt_table td {text-align:left; font-size:12px; background-color:#e8e8ef; padding: 2px 10px 0px 5px; text-indent: 1em; color:#3a3a3a;}
table.mrt_table td.firstrow {padding-top: 7px;}
table.mrt_table td.lastrow {padding-bottom: 5px;}
#market_tbl {position:relative; left:3em;}
#market_tbl td {border-bottom: 2px solid #ffffff;}

a.pdflink {color: #000000; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
a:hover.pdflink {text-decoration:none;}

#rdp_home_logo {
float: left;
position: relative;
top: 10px;
}

#buttonlink {padding-top: 1em; padding-left: 2em;}

#buttonlink a:link, #buttonlink a:visited {
	font-size: 13px;
	color: #14305b;
	background-color: #e8e8ef;
	border: 2px solid #A8AEC9;
	padding: 3px 7px 3px 7px;
	line-height: 20px; /* height of the tab */
	text-decoration: none;
}
#buttonlink a:hover {
	text-decoration:none;
	border: 2px solid #A8AEC9;
	background-color: #C8CEE0;
	color: #000000;
}

span#copyright { float: left; font-size: 12px; line-height: 12px; color: #14385c; }  /* sets the copyright styles */
span#design {  float: right; font-size: 12px; line-height: 12px; color: #14385c; font-weight: normal;}  /* floats the design link into position */
span.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */

/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 300px;
height: 30px;
border: 0px solid black;
padding: 0px;
}

#pscroller2 a{
text-decoration: none;
}

.scrollformat{
font-size:14pt; color: #14305b; font-weight:bold;
}


