﻿/* This style sheet is only for the default.aspx page */
body {

}
#video {
	background: transparent url(../images/arcsBG2.png) no-repeat;
}
#videoContainer {
	background: transparent url(../images/arcsBG2.png) no-repeat;
}
#pageContent {
    background-image:url(../images/index_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	margin-top:170px;
	padding-bottom:10px;
    width:992px;
	min-height: 720px;
	overflow:auto;
}
#content {
    padding: 30px 95px 30px 350px;
}
#content p {
    font-size: 0.875em;
	line-height: 1.75em;
	margin: 1.5em 0;
	text-align:justify;
}
#content h2 {
    color: #1D457D;
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:-20px;
	margin-top:-10px;
	display:block;
}
/* *************** BUCKETS ***************** */
#left_nav {
    float: left;
	padding: 32px 0 0 20px;
	width: 310px;
}
#left_nav h2 a 
{
	color: #1D457D;
	font-size: 2em;
	font-weight: bold;
}
#left_nav h3 a {
	font-size:24px;
	font-weight:bold;
	margin-bottom:-20px;
	margin-top:-10px;
	display:block;
	color:#000000;
}
/*#left_nav ul li {
	
	margin: 16px 0;
	min-height: 90px;
	padding-left: 110px;
	padding-right: 10px;
	text-align: left;
}*/
.buck {
	color: #1A1A15;
	font-size: 1.5em;
	font-weight: bold;
}
.subBuck {
	color: #1A1A15;
	font-size: 11px; /* 11px */
	margin: 0;
	padding-left:5px;
	line-height:14px;
	color:#717171;
}
.buckImg 
{
	float:left;
}
/* *************************** FOOTER ********************** */
#footCont 
{
    background-color:#000000;
	height: 228px;
	padding: 15px 30px 20px 0;
}
#footCont a {
		color: #FFF;
	}
	#footcont a:link, #footer a:visited {
		text-decoration: none;
	}
	#footCont a:hover, #footer a:active {
		text-decoration: underline;
	}
	#footCont p {
		line-height: 2em;
		margin-left: 30px;
	}
	#footCont h2{
		font-weight:bold;
		font-size:26px;
		
	}
	#footCont ul {   
		margin: 10px 0 10px 22px;
	}
	#footCont ul li {
		display: inline;
	}
	#footCont ul li a {
		margin: 0 8px;
	}
#footCont h5 
{
	font-family:Arial;
	font-weight:bold;
	font-size:26px;
	margin:2px;
}
.pressList 
{

	width:360px;
}
.press_item 
{
	width:150px;
	padding:0 10px 0 10px;
}
.press_blurb 
{
	line-height:17px;
	font-size:16px;
	margin:2px;
}
.press_title 
{
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	text-align:left;
	width:150px;
	height:100px;
	display:block;
}
#contactInfo {
    width:360px;
    float:left;
}
#recentStuff {
    max-width:400px;
    margin:5px 30px 5px 420px;
}