@charset "utf-8";
/* CSS Document */



body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-attachment: fixed;
}


#container  {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	z-index: 1;
	
} 
#mainContent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	margin-top: 5px;
} 
.oneColPage  {
	background-color: #FFF;
	width: 965px;
	padding-right: 10px;
	padding-left: 25px;
	min-height: 600px;
}
.oneColPage h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #036;
	color: #009;
}
.oneColPage h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.oneColPage h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
}

.oneColPage p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 35px;
	padding-right: 25px;
	color: #006;
}
.leftColend {
	width: 240px;
	float: left;
	height: 250px;
	color: #039;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	border: 3px solid #000;
	margin-right: 2px;
	margin-left: 2px;
}



.leftCol  {
	width: 240px;
	float: left;
	height: 270px;
	color: #006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-right: 0px;
	margin-right: 2px;
	margin-left: 2px;
	border-right-style: solid;
}
.leftCol p {
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.leftCol h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 18px;
	text-align: center;
	padding-bottom: 0px;
	color: #FFF;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000;
	font-weight: bold;
}
.leftCol h2 a {
}


#footer {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
} 
#footerMenu  {
	color: #FFF;
	width: 1000px;
	height: 100px;
}
#footerMenu ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #06C;

}
#footerMenu ul li {
	display: inline;
	list-style-type: none;
	line-height: 20px;
}
#footerMenu ul li a {
	margin-top: 0px;
	background-image: url(images/right_top_2.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF6;
}
#footerMenu ul li a:hover {
	color: #F90;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 10px;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #36C;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 300px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p img {
	padding-right: 5px;
	padding-left: 5px;
} 
 
</style>
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
}
.leftCol p strong {
	text-decoration: underline;
	font-size: 16px;
	color: #000;
}
.leftCol h2 a {
	color: #FF6;
	text-decoration: none;
}
.leftCol h2 a:hover {
	color: #33F;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
}

.ubercolortabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
	float: left;
	color: white; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #036;
	background-image: url(images/roundleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ubercolortabs a span{
	float: left;
	display: block;
	background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
	padding: 7px 9px 3px 6px;
}

.ubercolortabs a span{
	float: none;
	color: #FFF;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
	background-color: #06F; /*background color of tabs onMouseover*/
	color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px; /*Remove this to remove border between bar and tabs*/
	background-color: #036;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #70141B;
}
.leftColend p {
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.leftColend h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 40px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 0px;
	color: #FFF;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #000;
}
.rates {
}
.rateBox {
	margin-bottom: -50px;
	margin-top: 20px;
	z-index: 100;
	position: relative;
	left: 35%;
	width: 400px;
}
.textLeft {
	width: 350px;
	display: block;
	text-align: left;
	float: left;
}

.textRight {
	width: 300px;
	float: right;
	display: block;
}
.textRight ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.picRight {
	float: right;
}
.oneColPage ul {
	font-size: 12px;
	list-style-position: inside;
	padding-left: 25px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
}
#mainContent .oneColPage ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
