/* CSS Document */
/*Main Site Page*/
body {
 	margin: 20px;
 	background: url(images/background2.jpg);
	text-align: center; /*centers body in IE*/
	height: 100%;
}
/*_________________Body Container___________________*/
#body_container {
 	text-align: left;
 	width: 800px;
	margin: auto;
	height: 100%;
}
/*_____________Top Header & H1 definitions__________________*/
#header_top {
	background: url(images/header2.jpg) no-repeat; /*will set background image to header logo design*/
	width: 800px; /*precise dimensions of the picture*/
	height: 150px; /*precise dimensions of the picture*/
	font-family: Georgia, Times New Roman, Times, serif;
	text-color: #fff;
	border-width: 0px 0 7px 0;
	border-style: solid;
	border-color: #003366;
}
/*_________________Sets the Main Title_____________*/
#header_top h1 {
	font-size: 26px;
	font-family: Garamond;
	color: #fff;
} #header_top h1 {
	margin: 20x 0px 0px 160px;
} html>body #header_top h1 {
	padding-left: 160px;
	padding-top: 10px;
}
/*______________Sets the Subtitles___________*/
#header_top h2 {
	font-size: 18px;
	font-family: Garamond;
	color: #fff;
	margin: 40x 0px 10px 157px;
} html>body #header_top h2 {
	padding-left: 157px;
	padding-top: 35px;
} #header_top a {
	color: #fff;
	text-decoration: none;
} #header_top strong {
	font-family: Times New Roman, Times, serif;
	color: #fff;
	font-size: 18px;
	margin: 20x 0px 0px 160px;
}  html>body #header_top strong {
	padding-left: 160px;
	padding-top: 10px;
}
/*____________Main Image Float_______________*/
.imagefloat {
	float: right;
	margin: 0px 10px 10px 10px;
	border: 2px;
	border-style: solid;
	border-color: #006699;
	padding: 1em;
} html>body .imagefloat {
	float: right;
	margin: 0px 10px 10px 10px;
	border: 2px;
	border-style: solid;
	border-color: #006699;
	padding: 4px;
}
.imagefloat-small {
	float: right;
	margin: 0px 5px 5px 5px;
}
.imagefloat-small2 {
	float: left;
	margin: 0px 5px 5px 5px;
} .top-sq {
	margin: 0px 0px 3px 0px;
}

/*This forms the combined main body page*/
/*_________________Left Nav Section Divide - Necessary for Layout_____________________*/
#left_divide {
 	position: absolute;
 	background: #fff;
	width: 800px;
 	padding:0;
 	text-align:left;
 }
/*Main Content Section, H1 definition, HR definition, A & A:hover definitions*/
#main_content {
	background: #fff;
	margin: 10px 40px 10px 200px;
	padding: 10px 2px 0px 20px;
	color: #000; /*#666*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} html>body #main_content {
	margin: 10px 40px 20px 200px;
} #main_content h1 {
	font-family: Garamond;
	color: #003399;
	font-size: 20px;
	font-weight: bolder;
} #main_content h2 {
	font-family: Garamond;
	color: #000;
	font-size: 16px;
} #main_content a {
	text-decoration: none;
} #main_content a:hover {
	color: #000;
} #main_content ul a {
	color: #000;
	text-style: bold;
} #main_content b.quote {
	color: #006699;
	font-size: 14px;
} #main_content b.j2m {
	color: #000;
	font-family: Garamond;
	font-size: 14px;
}  #main_content b.red {
	color: #990000;
	font-size: 12px;
} #main_content tr {
	color: #000; /*#666*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} html>body #main_content p {
	margin-bottom: 20px;
} 

/*___________________________________--WARNING--_________________________________________*/
#menu {
position: absolute;
top: 20px;
left: 10px;
z-index: 2;
width: 180px;
padding-bottom: 12em; /* To allow room for bottom dropdown */
}
#menu a, #menu h2 {
font: bold 14px Garamond;
display: block;
white-space: nowrap;
margin: 0;
padding: 1px 3px;
} html>body #menu a, #menu h2 {
font: bold 14px Garamond;
display: block;
white-space: nowrap;
margin: 0;
padding: 1px 3px;
} #menu h2 {
color: #fff;
background: #006699;
/*text-transform: uppercase;*/
} #menu a {
color: #fff; /* #ccc is gray */
background: #006699;
text-decoration: none;
} #menu a:hover {
color: #000;
background: #eee;
} #menu a:active {
color: #fff; /* #ccc is gray */
background: #006699;
/*
color: #060;
background: #ccc;*/
} #menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
/*___________________________________--WARNING--_________________________________________*/

/*_______________________Footer Definitions_________________________________*/
#footer {
 	height: 40px;
 	background-color: #fff; /*C6E2FF, 006699*/
 	color: #666;
	border-width: 7px 0 7px 0;
	border-style: solid;
	border-color: #003366;
	padding: 4px 0 4px 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 } html>body #footer {
 	padding: 6px 0 0 0;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
} #footer ul li{
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
} #footer a {
	padding:0;
	color: #666;
	background-color: #fff;
	text-decoration: none;
} #footer a:hover{
	color: #006699;
}

.curvy {
position: absolute;
top: 230px;
width: 180px;
height: 295px; /*height of entire*/
background: #eee; /*background color*/
color: #fff;
margin-left: 12px;
margin-top: 160px;
margin-right: 10px;
margin-bottom: 0px;
} html>body .curvy {
	top: 180px;
	margin-left: 12px;
	margin-top: 190px;
	margin-right: 10px;
	height: 255px; /*height of entire*/
}
#ctl, #cbl, #ctr, #cbr {
position: absolute;
width: 20px;
height: 20px;
color: #ccc;
background: #fff;
overflow: hidden;
}
#ctl {top:0px; left: 0px;}
#cbl {top: 275px; left: 0px;} /*adjusted height - left*/
html>body #cbl {top: 235px; left: 0px;}

#ctr {top:0px; left: 160px;}
#cbr {top: 275px; left: 160px;} /*adjusted height - right*/
html>body #cbr {top: 235px; left: 160px;}

#quadtl, #quadtr, #quadbl, #quadbr {
position: absolute;
font-size: 150px;
font-family: arial; /*must keep as arial*/
color:#eee; /*round corners color*/
line-height: 40px;
}
#quadtl {left:-8px;}
#quadtr {left:-25px;}
#quadbl {left:-8px; top: -17px;}
#quadbr {left:-25px; top: -17px;}

#txt {
position: absolute;
top: 15px;
left: 14px;
width: 150px;
height: 100px;
color: #000;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
} html>body #txt {
	top: 10px;
	left: 14px;
} #txt hr {
	style: solid;
} #txt a {
	color:#000;
	font-size: 10px;
	text-decoration: none;
} #txt strong.a {
	font-size: 12px;
	font-family: Garamond;
	color: #003366; /*006699*/
}