/*This is the core style sheet of the site.*/

/*=============================================*/
/*----------GLOBAL STYLING----------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
font-size: 100%;
}
/*=============================================*/
/*----------BODY STYLING----------*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	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;
}
/*=============================================*/
/*----------MAIN CONTAINER STYLING----------*/
.twoColFixRtHdr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	border-top: 1px none #E6E2AF;
	border-left: 1px solid #002F2F;
	border-right: 1px solid #002F2F;
	border-bottom: 1px solid #AEAEAE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-bottom: 8px;
}
/*=============================================*/
/*----------HEADER STYLING----------*/ 
.twoColFixRtHdr #header {
	background-image: url(../images/header_bg3.gif);
	background-position: 0px 0px;
	position: relative;
	height: 150px;
	width: 760px;
}

.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 */
}

.headerimage {position:absolute; top: 5px; right: 10px;}

/*=============================================*/
/*----------TOPROW STYLING----------*/
#toprow {
	width: 760px;
	background-color: #D1CEB0;
	border-top: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 15px;
}
/*=============================================*/
/*----------SIDEBAR STYLING----------*/
.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 */
	margin-top: 30px;
	padding: 0px 10px 15px 10px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	font-size: 11px;
	line-height: 130%;
	color: #333333;
}
.twoColFixRtHdr #sidebar1 p {
	margin-bottom: 11px;
}
/*=============================================*/
/*----------MAIN LINK STYLING----------*/
a:link, a:visited, a:active {
	color: #0F4F71;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/*=============================================*/
/*----------MAINCONTENT STYLING----------*/
.twoColFixRtHdr #mainContent {
	margin-top: 30px;
	margin-right: 220px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right: 1px solid #AEAEAE;
}
.twoColFixRtHdr #mainContent p {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.twoColFixRtHdr #mainContent hr {
	border: 0;
	color: #B8B59A;
	height: 1px;
	text-align: center;
	width: 100%;
	padding: 0;
	background-color: #B8B59A;
}

#default1 li {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	list-style-type:disc;
	list-style-position:inside;
}

.textstyle1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height: 140%;
}

.textstyle2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

.textstyle3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

.textstyle4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-weight:bold;
}

.default_table1 table {
	width: 500px;
}

.default_table2 table {
	width: 500px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.default_table2 th, td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 2px;
}

.default_table2 td {
	padding-left: 10px;
}

.default_table3 table {
	width: 500px;
	margin: 0;
	padding: 0;
	border: 0;
}

.default_table3 th, td {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 2px;
}

#submenubox1 {
	margin: 0;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:5px;
}

#submenubox2 {
	margin: 0;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:5px;
}

#submenu li {
	list-style-type:none;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	line-height:140%;
}

.default_table1 th{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
	white-space: nowrap;
}

.default_table1 td{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

/*=============================================*/
/*----------NAVCONTAINER STYLING----------*/
#navcontainer {
	padding: 0;
	margin: 0 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	color: #0F4F71;
	background-color: #E0FFFF;
	width: 180px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	font-size:11px;
	font-weight: bold;
}
#navcontainer a:hover {
	background-color: #D1EEEE;
	color: #000000;
	text-decoration: underline;
}
#navcontainer li li a {
	display: block;
	color: #0F4F71;
	background-color: #eaeaff;
	width: 180px;
	padding: 3px 2px 3px 14px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#navcontainer li li a:hover {
	background-color: #DDDDDD;
	color: #000000;
	text-decoration: underline;
}

#active1 a {
	display: block;
	color: #FFFFFF;
	background-color: #002f2f;
	width: 180px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size:11px;
	font-weight: bold;
}
#active1 a:hover {
	background-color: #002f2f;
	color: #FFFFFF;
	text-decoration: underline;	
}

#active2 a {
	display: block;
	color: #0F4F71;
	background-image:url(../images/active_chip2.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 180px;
	padding: 3px 2px 3px 14px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size:11px;
	font-weight: normal;
}
/*=============================================*/
/*----------FOOTER STYLING----------*/
.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEAEAE;
	background-color: #faf6d3;
}
.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 */
	font-size: 10px;
	color: #333333;
	text-align: center;
}

/*=============================================*/
/*----------STYLING for Forms----------*/
#container2 {
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	border: 0;
	background-color:#FFFFFF;
}

table.style1 {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
}	

form.style1 {
	width: 450px;
	margin: 0 auto;
/*	border: 1px solid #999999; */
	background-color:#eaeaff;
	padding:8px;
}

form.style1 fieldset {
	border: 2px solid #B8B59A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding: 1em;
}

td.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right:8px;
	padding-top:6px;
	color:#666666;
	font-size:12px;
	text-align:right;
	font-weight:normal;
}

td.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-align:left;
	font-weight:normal;
}

td.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right:8px;
	padding-top:6px;
	color:#666666;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	border: 1px solid #999999;
	margin-top:5px;
	margin-bottom:5px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	border: 1px solid #999999;
	margin-top:5px;
	margin-bottom:5px;
	overflow:auto;
}

/*=============================================*/
/*----------HEADLINE STYLING----------*/
h1 {
	margin-top: 0;
	padding-top: 0;
	color:#666666;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #B8B59A;
	border-top: 2px solid #B8B59A;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}
h2 {
	color:#666666;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 8px;
}

h3 {
	color:#666666;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 6px;
	margin-top: 5px;
}

/*=============================================*/
/*----------MISCELLANEOUS FLOAT STYLING----------*/
.imagefloat {
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
	float: right;
}
.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;
}
/*=============================================*/

