/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #0359f8 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	}
	
/* 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.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p{ padding:5px 0;}	

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #000;}	
	a.email{
		font-weight: bold;
		color: #fff;
		font-style: normal;
		font-size:11px;
		}
a:hover{	
	text-decoration: none;
	color: #666;}

a.email:hover {	
	text-decoration: none;
	color: #fff;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	/*position: relative;*/
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
	}
/* DIV HEADER */
div#header {
	width: 970px;
	height: 196px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 970px;
	background: url(images/header2.gif) top left no-repeat;}

div#columnleft {
	float: left;
	width: 250px;
	}
	div#imgborderr{
	margin: 5px 0px;
	padding: 0px;
	text-align:center;
	width:250px;
	}
	img.borderr {
	margin: 0px;
	border:1px solid #000;
	padding: 2px;}



div#content {
	float: left;
	width: 720px;
	color: #000;
	}
	#content h1 {
		border-bottom: 1px solid #999;
		margin: 0px 25px 5px 25px;
		padding: 0px 0px 3px 0px;
		background: transparent;
		color:#ee0202;		
		font-size: 22px;
		font-weight:bold;
		text-transform: none;
		}
	#content h2 {
		color:#FF0000;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 25px 0px 25px;
		text-transform: uppercase;
		}
	
	#content h3 {
		color:#ee0202;
		font-size: 14px;
		font-weight: bold;
		margin: 5px 25px 0px 25px;
		font-style: normal;
		text-align: left;
		}
	#content h4 {
		color:#3a8d1c;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 25px 0px 25px;
		text-transform: uppercase;		
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 10px 25px 5px 25px;
		}
	#content ul{
		margin: 5px 0px 0px 45px;
		padding: 0px 23px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		list-style-image: url(images/nbullet.gif);
		}
	#content a.hbold{
		color:#000;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}

/*Address in footer */ 
address {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 940px;
	line-height:18px;
	font-style: normal;
	text-transform: normal;
	padding-top: 49px;
	}	
	
	address strong {	
	font-size: 16px;}	
	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	clear: both;
	color:#000;
	height: 79px;
	width: 970px;
	}
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;	
		}
		#copyright a {
			color:#000;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#c000;
			text-decoration:none ;
			}
		img.ypimg {
			margin: 10px 0px 0px 0px;
			padding: 0px;	
			}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px;
	border:1px solid #fff;	
	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
img.left {
	float: left;
	border:1px solid #000;
	margin: 0px 8px 5px 0px;
	}
img.right {
	float: right;
	border:1px solid #000;
	margin: 0px 0px 5px 8px;
	}


/* -----------------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
	}

