/* --------------------------------------------------------------- */
/* ----------------- 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 {}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

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: #333333;
	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.gif) top left repeat-y;*/
	clear: both;	
	}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 138px;
	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: 13px;
	left: 466px;
	height: 49px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color: #000;
	width: 178px;
	/*z-index: 3; in case I need to make it clickable on top of another div*/
	}


blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:10px 0px 0px 13px;
	padding:0px;
	font-weight:bold;}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	display:block;
	margin:0px 0px 20px 13px;
	}



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

div#content {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	width: 770px;
	color: #333333;
	background: #fff url(images/content.gif) top left repeat-y;
	}
	#content h1 {
		border-bottom: 1px solid #486cd9;
		margin: 0px 15px 10px 15px;
		padding: 10px 0px 0px 0px;
		background: transparent;
		color:#486cd9;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#486cd9;
		padding: 5px 15px 15px 15px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		}
	#content p, p.tright, p.left{
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 10px 15px;
		}
		#content p.tright {
			text-align:right;
			margin: 5px 3px 5px 15px;
			}
		#content p.tleft {
			text-align:left;
			margin: 5px 15px 5px 0px;
			}
	#content ul {
		margin: 0px 0px 0px 45px;
		padding: 0px 0px 0px 0px;
		}
	#content li {
		margin: 0px 0px 5px 0px;
		padding: 0px 15px 0px 0px;
		}
	
/* Double column bulleted list */
ul.left {
float: left;
margin-left: 10px;
margin-right: 10px;
list-style-position: inside; 
list-style-type: disc;
}
	
/* 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:#ccc;
	height: 51px;
	width: 770px;
	position: relative;
	}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#ccc;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:20px;
	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;}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 10px 10px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 10px;}

div#centerr{
	width:auto;
	text-align:center;
	margin: 5px 0px 5px 0px;
	}
div#goleft{
	width:auto;
	text-align:left;
	margin: 5px 0px 5px 0px;
	}
div#goright{
	width:auto;
	text-align:right;
	margin: 5px 0px 5px 0px;
	}

img.borderr {
	border:1px solid #666666;}
clear {
	clear: both;}

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

