/* --------------------------------------------------------------- */
/* ----------------- 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: #fff 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{
	text-decoration: underline;
	font-weight: normal;
	color: #274c90;
	font-size:12px;}
	a.email {
	color: #274c90;
	font-weight: bold;
	font-size:11px;
	}

a:hover, a.email:hover{
	text-decoration: none;
	color: #1E3065;}

/* -------------------------------------------------------- */
/* ----------------- 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: 165px;
	background: url(images/header.jpg) top left no-repeat;}

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


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	font-style:normal;
	top: 31px;
	left: 319px;
	height: 113px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height:15px;
	color: #274c90;
	width: 287px;
	font-style: normal;
	/*z-index: 3; in case I need to make it clickable on top of another div*/
	}


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

div#content {
	margin-left: 228px;
	padding: 0px 0px 0px 0px;
	width: 542px;
	background: url(images/header2.gif) top left no-repeat;
	color: #333333;}
	#content h1 {
		border-bottom: 1px solid #274c90;
		margin: 2px 15px 0px 15px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#274c90;
		font-size: 18px;
		text-transform: uppercase;
		}
	#content h2 {
		color:#274c90;
		padding: 10px 15px 0px 15px;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		}		
	#content h3 {
		color:#274c90;
		padding: 5px 0px 7px 15px;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
		margin: 0px;
		}	
	#content p{
		font-size:12px;
		margin: 10px 15px 10px 15px;
		padding:0px;
		}
	#content li{
		margin: 10px 15px 10px 15px;
		padding:0px;
		}

.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:#333;
	height: 61px;
	width: 770px;
	position: relative;
	}

	/* DIV COPYRIGHT */
	div#copyright {
	color:#ccc;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:30px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#fff;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#ccc;
			text-decoration:none ;
			}
			

/* -------------------------------------------------- */
/* ----------------- 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.rightno {
	float: right;
	margin: 0px 0px 5px 8px;}
	
img.borderr {
	border:1px solid #666666;
	margin: 0px 10px 0px 0px;}

/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 165px;
	left: 0px;
	/*float: left;*/
	width: 228px;
	z-index: 10;
	margin: 0;
	padding: 0;}
