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

body {
	background: #0D517A url(images/bg.jpg) repeat-x;
	margin: 0px; /* 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, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p, ul, li {
	font-size: 11px;
}
h1 {
	font-size: 14px;
	color: #1373AD;
	border-bottom: 1px solid #D97001;
	text-transform: uppercase;
}
h2 {
}
address {
	font-style:normal;
	font-size: 11px;
	line-height: 1.3em;
	border-bottom: 1px solid #D97001;
	padding-bottom: 5px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

ul {
	padding: 150px 0 0 50px;}

li {
}

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

div#container {
	width: 770px;
	background:url(images/content_bg.gif) repeat-y;
	margin: 0 auto;
}
div#header {
	width: 770px;
	height: 232px;
	background:url(images/header.gif) no-repeat;
}
div#content {
}

div#cta {
	width: 157px;
	height: 158px;
	margin: 0px;
	padding: 0px;
	background:url(images/sidebar.gif) no-repeat;
	float:left;
	clear:left;
	}

div#footer {
	clear: both;
	width: 770px;
	height: 98px;
	background:url(images/footer.gif) no-repeat;
}
div#copyright {
	font: normal 10px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #F8b91C;
	padding: 20px 0 0 0;
}
	#copyright a{
		font: normal 10px Arial, Helvetica, Verdana, sans-serif;
		color: #F8b91C;
		text-decoration: none;
		}

.ypimg {
	border: 0px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */
img { border: 1px solid #000;}

img#left {
	margin: 0 0 0 45px;
}
img.right {
	float: right;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#colmid {
	width: 250px;
	margin: 0 15px 0 75px;
	float: left;
	}

div#colright {
	float:left;
	}
div#pics {
	width: 770px;
	padding: 0 0 0 40px;	
	}
	#pics img { padding-right: 10px; }