/* CSS Document */
/* ----------------------------------------- DEFAULT ----------------------------------------- */
body  {
	background-image: url(/images/design/background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B02B2E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;
	height: 150px;
	background-color: #B02B2E;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	background-image: url(/images/design/header.gif);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	
}
.twoColFixRtHdr #mainContent {
	float: left; /* since this element is floated, a width must be given */
	width: 534px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #B02B2E;
} 
.twoColFixRtHdr #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 */
}
.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;
}
.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;
}
body {
	background-image: url(/images/design/background.jpg);
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #0A246A;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #28377A;
}
h3 {
	font-size: 14px;
	color: #28377A;
}
bodytext {
	color: #4A4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
	margin: 5px 10px 10px 0;
	float: left;
}

div
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 130%;
}
p
{
	padding:0px 0px 0px 0px;
	margin:0px;
}
h2 {
	margin:0;
	padding:0px 0 0px 0px;
	margin-bottom: 10px;
}
#main #frame #content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.bodytext{
font-size:0;
line-height:0;
clear:both;
padding:0;
margin:0;
}
.width1
{
width:1px;
}
#main
{
	width:755px;
	margin:0px auto auto auto;
}
#frame
{
	background-color:#fff;
	width:749px;
	float:left;
	color:#000;
	border-top-color: #006B6B;
	border-top-width: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-bottom-color: #006B6B;
	border-bottom-height: 0px;
}
div
{
	text-align:justify;
	vertical-align:top;
}
/* ----------------------------------------- HEADER ----------------------------------------- */
#banner
{
	width:749px;
	height:269px;
	float:left;
	background-image:url(images/banner.jpg);
	border-top-style: solid;
	border-top-color: #006B6B;
	border-top-width: 10px;
	bottom: auto;
}
#search
{
width:345px;
float:left;
}
#search-box
{
padding-top:10px;
width:330px;
float:right;
background-color:#D4D4D3;
border:1px solid #9E9E9E;
height:40px;
padding-left:12px;
color:#000;

}
#search_banner
{
border-top:1px solid #ffffff;
float:left;
background-image:url(images/banner_II.jpg);
height:216px;
width:345px;
}
#search_banner img{
margin:75px 0 0 92px;
}
.textbox
{
width:160px;
border:1px solid #9E9E9E;
background-color:#D5D5D5;
color:#484848;
}
/* ----------------------------------------- MENU ----------------------------------------- */
#nav
{
height:21px;
border-top:1px solid #ffffff;
border-bottom:4px solid #006B6B;
background-color:#009999;
float:left;
width:735px;
padding-left:14px;
padding-top:9px;
font-family: Tahoma, Arial, Helvetica, sans-serif; line-height:11px;
font-size:11px;
font-weight:bold;
color:#fff;
}

a.topnav
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px ;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	line-height:13px;

}
a.topnav:hover
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px ;
	font-weight:bold;
	text-decoration:underline;
}
/* ----------------------------------------- BODY ----------------------------------------- */
#content
{
	width:445px;
	float:left;
	background-color:#fff;
	padding:24px 20px 0 19px;
	line-height:14px;
	color:#484848;
	font-size:12px;
}
#content h2 {
	font-size:14px; padding:0 0 8px; line-height:15px;
}
#content h2 {
	font-size:12px; padding:0 0 8px; line-height:14px;
}
#content p a{
color:#484848; text-decoration:underline; background-color:inherit;
}
#content p a:hover{
text-decoration:none;
}
#blue
{
	width:229px;
	float:left;
	background-color:#009999;
	border-top:1px solid #fff;
	color:#fff;
	padding-top:25px;
	padding-left:18px;
	padding-right:18px;
	height: inherit;
}
.couple
{
float:left;
margin-right:15px;
}
#footer
{
	width:800px;
	background-color:#006B6B;
	float:left;
	border-top:1px solid #fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-top:19px;
	padding-bottom:20px;
	height: inherit;
}
#navigation
{
	width:800px;
	background-color:#273779;
	float:left;
	border-top:2px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	height: inherit;
	font-weight: bold;
	text-transform: capitalize;
}
/* ----------------------------------------- Navigation ----------------------------------------- */

#navigation a{
	color:#fff; text-decoration:none; background-color:inherit;
}
#navigation a:hover{
	color:#ccc;text-decoration:none;

}

/* ----------------------------------------- FOOTER ----------------------------------------- */

#footer a{
	color:#fff; text-decoration:none; background-color:inherit;
}
#footer a:hover{
text-decoration:underline;

}
