/* DESCRIPTION: 3-column, With Header */

/* --------------------- BODY ELEMENTS -------------------------*/
body{
background: #E0F0F0 url(images/bk.jpg);
font: Arial, Helvetica, sans-serif; /* main page font */
margin: 0; padding: 0;
/*text-align: center;  centers page */
}

/* --------------------- STANDARD TAG ELEMENTS -------------------------*/
p {font: 12px Arial, Helvetica, sans-serif;
margin: 0 0 10px 0; padding: 0;
}

address {
color: #444;
padding: 10px; margin: 0;
font: 9px Verdana, sans-serif;
font-style: normal;
clear: both;
}

h2 {
font: bold 14px Tahoma, sans-serif;
margin: 0 0 10px 0; padding: 0;
color: #0F5D5D;
}

h3 {
font: bold 14px Tahoma, sans-serif;
margin: 0 0 3px 0; padding: 0 0 5px 0;
color: #0F5D5D;
}

/* --------------------- INTRO ELEMENTS -------------------------*/

/* --------------------- LAYOUT ELEMENTS -------------------------*/
div#container {
position: relative; /* allows for absolutely positioned divs */
width: 770px;
background: #fff url(images/containerbg.gif) repeat-y top left;
margin: 0 auto; padding: 0;
}

/* ------------------- HEADER ITEMS --------------------------- */
div#header {
width: 770px;
height: 120px;
position: relative;
background: url(images/layout_01.jpg) no-repeat right top;
}

div#flash {
position: absolute;
top: 0; left: 0;
}

div#plus {
position: absolute;
top: 5px; left: 600px;
font: 10px Tahoma, sans-serif;
color: #fff;
width: 170px;
}

div#plus a{
color: #fff;
}

/* ------------------- CONTENT ITEMS --------------------------- */
div#body {
width: 770px;
margin: 0; padding: 0;
clear: both;
}

div#left {
float: left;
width: 150px;
margin: 0; padding: 0;
}

div#title {
	margin: 0 0 0 150px;
	padding: 6px 10px 0px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #F7CD29 url(images/layout_03.jpg) no-repeat right top;
	height: 40px;
}

div#content {
margin: 0 190px 0 150px; padding: 10px;
}

* html #content {margin-left:147px;}
/* commented backslash mac hiding hack  \*/ 
* html #content {height:1%;} 
/* end hack */

div#content li{
list-style-type: square;
margin-left: 0px;
font: 12px Arial, sans-serif;
}

div#right {
float: right;
width: 190px;
margin: 0; padding: 0;
text-align: center;
}

div#full {
margin: 0 0 0 120px; padding: 10px;
background: #fff;
}

div#full a {
color: #2250AB;
font: 12px Arial, Helvetica, sans-serif;
}

/* --------------------- NAVIGATION ELEMENTS -------------------------*/

div#navcontainer {
	width: 770px;
	margin: 0; padding: 0;
}

/* Creates the container for the navbar and centers it.*/ 
div#navContainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(images/layout_02.jpg) no-repeat;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 10px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #990000;
}
/* ------------------------------ FORMS --------------------------------- */
div#contact{
float: left;
width: 380px;
margin: 10px 0; padding: 0;
font: 10px Tahoma, sans-serif;
}

label{
float: left;
width: 180px;
text-align: right;
}

input{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 180px;
height: 150px;
margin-bottom: 5px;
}

#submitbutton{
margin-left: 180px;
margin-top: 5px;
width: 90px;
}

#resetbutton{
margin-top: 5px;
width: 90px;
}


br{
clear: left;
}


/* --------------------- FOOTER ELEMENTS -------------------------*/
/* styling for text links */
div#footer {
width: 750px;
font: 9px Verdana, sans-serif;
color: #0F5D5D;
text-align: center;
margin: 0 auto; padding: 10px;
clear: both;
}

div#footer a{
margin: 0; padding: 0px;
font: 9px Verdana, sans-serif;
color: #0F5D5D;
}

/* styling for copyright */
div#copyright {
font: 9px Verdana, sans-serif;
margin: 0 auto; padding: 5px 0;
text-align: center;
color: #0F5D5D;
width: 770px;
clear: both;
}

div#copyright a{
margin: 0; padding: 0px;
font: 9px Verdana, sans-serif;
color: #0F5D5D;
}

/* --------------------- MISC ELEMENTS -------------------------*/
 /* clearing element */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


div#popup {
margin-top: 10px;
width: 250px;
display: block;
}

div#popup p, #popup a{
color: #000;
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
}

div.center {
display: block;
text-align: center;
}

p.privacy {
font: 9px Arial, Helvetica, sans-serif;
color: #444;
}

p.small {
font: 10px Tahoma, sans-serif;
margin: 0; padding: 0 10px 10px 10px;
}

/* ------------------------ IMAGE ELEMENTS -------------------------- */

img.right {
float: right;
margin: 10px 10px 10px 20px; padding: 3px;
background: #E1F3E4;
border: 1px solid #063;
}

img.row {
margin: 10px; padding: 3px;
background: #E1F3E4;
border: 1px solid #063;
}
strong {
	color: #990000;
}
li {
	list-style: url(images/bullet.gif);
}
