/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td, ol, ul {
	font: normal 12px arial;
	
	
	}


/* Defines the body tag */
body {
	background: url(images/bg.gif) top left;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
	}

div {
	margin: 0;
	padding: 0;
	}

/* Redefines the p tag */
p {}


img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-size:12px;}
	a.email {
	color: #ffffff;
	font-weight: bold;
	}
/*a:visited {
	text-decoration: none;}*/
a:hover, a.email:hover {
	text-decoration: none;
	color: #666666;}
/*a:active {
	text-decoration: none;}*/

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.jpg) top left repeat-y;
	}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 145px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
		}
		

address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	font-style:normal;
	top: 35px;
	left: 558px;
	height: 50px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height:14px;
	color: #fff;
	width: 201px;
	/*z-index: 3; in case I need to make it clickable on top of another div*/
	}


/* DIV FLASH 
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 231px;
	z-index: 1;}*/

/* Double column bulleted list */
ul.left {
float: left;
margin-left: 10px;
margin-right: 10px;
list-style-position: inside; 
list-style-type: disc;
}

div#content {
	margin-left: 120px;
	padding: 0px 0px 0px 0px;
	width: 575px;
	
	/*background: url(images/header2.gif) top left no-repeat;*/
	color: #123972;}
	
div#content2 {
	clear:both;
	margin-right: 40px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	
	/*background: url(images/header2.gif) top left no-repeat;*/
	color: #123972;}	
	
	#content h1 {
		margin: 0px;
		background: 123972;
		color:#123972;
		padding: 8px 0px 5px 15px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#b5060f;
		padding: 5px 0px 7px 15px;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		}
	#content p,  p.centerr{
		font-size:12px;
		margin: 5px 20px 10px 15px;
		padding:0px;
		}
	#content p.centerr{
		text-align:center;
		}div#righty {
		float:right;
		width: 275px;}

/* ----------------- FORM ELEMENTS ----------------- */


#content legend, fieldset, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#333333;
	}	

 /* BASIC EMAIL FORM */

            #content fieldset {
						border: 0;
                        display: block;
                        margin: 10px 0 10px 0px;
                        padding: 0px;
                        width: 620px;
						font-weight: normal;
						}

            #content legend {
                        display: block;
                        padding: 10px 0 10px 10px;
                        margin: 0;
                        text-indent: 0;
						}

            #content label {
						display: block;
						width: 220px;
                        float: left;
                        clear: left;
                        padding: 10px 0px 10px 15px;
                        margin-left: 5px;
                        background: none;
                        text-indent: 0px;
						font-weight: normal;
						margin: 0px;
						}
						
			#content label .sm{
						display: block;
						width: 185px;
                        float: left;
                        clear: left;
                        padding: 0px 0px 0px 0px;
                        margin-left: 0px;
                        background: none;
                        text-indent: 0px;
						font-weight: normal;
						font-style:italic;
						font-size:10px;
						}

             div#privacy{
                        padding: 0 0 15px 0;
						font-weight:normal;
						}
			 div#submit{
                        padding: 15px 0 15px 10px;
						}
			#content input, #content textarea {
						margin: 15px 0px 10px 0px;
						padding: 0;
						font-weight: normal;
						}
						
			

/* The following two styles are optional, if you want to style your textfields or textareas. */

textfield {
	}
textarea {
	}

/* These were required in the assignment and should be used. */

dl {
	padding: 0px 0px 0px 15px;
	clear:right;
	}
dt {
	font-weight:bold;
	}
dd {
	margin: 0px 0px 10px 0px;
	}
	
.floaty{float:left;}

.clear {	
	clear: both;}


/* DIV FOOTER */
div#footer {
	background: url(images/footer.jpg) top left no-repeat;
	text-align: right;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#124172;
	height: 106px;
	width: 770px;
	position: relative;
	}
/*Footer utility nav for intro page
div#footerintro{
	text-align: center;
	font-size: 10px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	clear: both;}*/


	/* DIV UTILITY NAV */
	div#utilnav/*, div#utilnavintro*/ {
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#124172;s
	position: absolute;
	top:85px;
	right:0px;
	width:770px;
	left: 0px;
}
	/*div#utilnavintro {
		margin: 5px 0px 5px 0px;
		text-align: center;
		}*/
		
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#124172;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#666666;
			}
		/*Footer utility nav for intro page
		#utilnavintro a {
			color:#ffffff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;}
		#utilnavintro a:hover {
			text-decoration: underline;
			color:#666666;}*/
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#666666;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:108px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#AA8839;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#666666;
			text-decoration:none ;
			}
			
/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table, td, th  {	
	border-collapse: collapse;
	vertical-align:top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 5px 5px 0px;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 5px 0px 5px 8px;}
	
img.borderr {
	border:1px solid #666666;
	margin: 0px 10px 0px 0px;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 120px;
	height: 75px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	color: #000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
div#nav li a#current:hover{
	color: #000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 120px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 25px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
