/* --------------------------------------------------------------- */
/* ----------------- 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: 0px 0px 0px 0px; /* 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, a.tagline, a.opp {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-size:11px;}
	a.email {
	color: #ffffff;
	font-weight: bold;
	}
a.tagline {
	color: #FDAE03;
	font-size:14px;}	
a.opp {
	color: #0099FF;
	font-size:14px;
	font-weight:bold;}
/*a:visited {
	text-decoration: none;}*/
a:hover, a.email:hover, a.tagline:hover {
	text-decoration: none;
	color: #FDAE03;}
/*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.gif) top left repeat-y;
	}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 178px;
	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: 73px;
	left: 558px;
	height: 50px;
	text-align: right;
	font-size: 11px;
	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: 125px;
	padding: 0px 0px 0px 0px;
	width: 645px;
	background: url(images/header2.gif) top left no-repeat;
	color: #333333;}
	#content h1 {
		margin: 0px;
		background: transparent;
		color:#04238B;
		padding: 8px 0px 5px 20px;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#04238B;
		padding: 5px 15px 7px 20px;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		}		
	#content h3 {
		color:#FDAE03;
		padding: 5px 0px 7px 20px;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
		margin: 0px;
		}	
	#content p,  p.centerr{
		font-size:12px;
		margin: 5px 15px 10px 20px;
		padding:0px;
		}
	#content p.centerr{
		text-align:center;
		}div#righty {
		float:right;
		width: 275px;}

/* ----------------- FORM ELEMENTS ----------------- */

/* DIV COUPON */
div#formy {
	width: 600px;}
	
/* DIV COUPON */
	#submit input.print {
		margin-left: 0px;}


#formy legend, fieldset, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#333333;
	}	

 /* BASIC EMAIL FORM */

            #formy fieldset {
						border: 0;
                        display: block;
                        margin: 0px 0 10px 15px;
                        padding: 0px;
                        width: 615px;
						font-weight: normal;
						}

            #formy legend {
                        display: block;
                        padding: 0px 0 10px 10px;
                        margin: 0;
                        text-indent: 0;
						}

            #formy label {
						display: block;
						width: 220px;
                        float: left;
                        clear: left;
                        padding: 12px 0px 5px 15px;
                        margin-left: 5px;
                        background: none;
                        text-indent: 0px;
						font-weight: normal;
						margin: 0px;
						}
						
			#formy 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 10px;
						font-weight:normal;
						font-size:10px;
						}
			 div#submit{
                        padding: 10px 0 15px 25px;
						}
			#formy 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.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#FDAE03;
	height: 38px;
	width: 770px;
	position: relative;
	}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FDAE03;
	position: absolute;
	top:21px;
	right:0px;
	width:770px;
	left: 0px;
	}
	
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#FDAE03;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#fff;
			}
		
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:20px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#04238B;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#000;
			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 8px 5px 0px;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;}
	
img.borderr {
	border:1px solid #666666;
	margin: 0px 10px 0px 0px;}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 178px;
	left: 0px;
	height: 75px;
	/*float: left;*/
	width: 125px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	color: #04238B;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
div#nav li a#current:hover{
	color: #04238B;
	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: 125px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #FDAE03;
	text-decoration: none;
	display: block;
	width: 125px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 20px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#04238B;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

div#maps { 
	text-align:left;
	width:400;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 20px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;}
