body {
	background: #000000;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------
LAYOUT
----------------------------------------------------- */

#wrapper {
	width: 950px;
	margin-left: 0;
}

#banner {
	height: 110px;
	margin-bottom: ;
	background: url(img/banner_new.jpg) no-repeat left top;
}

#container {
	background: #242424 url(img/content_bkg.gif) repeat-y center top;
}

#content {
	padding: 0 30px 0 0;
	margin-left: 260px;
}
#contentwide {
	padding: 0 30px 0 0;
	margin-left: 20px;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.4em;
	background: url(img/sidebar_bkg.gif) no-repeat right top;
}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	background: url(img/footer_bkg.gif) no-repeat left top;
	height: 30px;
}

#bottom {
	width: 935px;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 1.0em;
	padding-bottom: 15px;
}

#animation {
	margin-bottom: 30px;
	height: 240px;
	background: #000000;
}
/* ********************************************************************* */

#split {
	font-size: 1.2em;
}
.splitleft {
	float: left;
	width: 315px;
}
.splitright {
	float: right;
	width: 315px;
}
.splitcenter {
	float: left;
	width: 650px;
}

.wide {
	float: left;
	width: 900px;
}
.splitright a:link, .splitright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.splitwide a:link, .splitwide a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.splitright a:hover {
	text-decoration: none;
	background: #ccc;
	color: #242424;
}
.splitwide a:hover {
	text-decoration: none;
	background: #ccc;
	color: #242424;
}
.splitleft a:link, .splitright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.splitwide a:link, .splitwide a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.splitleft a:hover {
	text-decoration: none;
	background: #ccc;
	color: #242424;
}

.splitwide a:hover {
	text-decoration: none;
	background: #ccc;
	color: #242424;
}
.lboxdiv {
	margin-bottom: 20px;
	clear: both;
	width: 315px;
	height: 150px;
}

.lboxdiva {
	margin-bottom: 20px;
	clear: both;
	width: 315px;
	height: 250px;
}

.pplboxdiv {
	margin-bottom: 20px;
	clear: both;
	width: 300px;
	height: 373px;
}

.pplboxdiva {
	margin-bottom: 20px;
	clear: both;
	width: 300px;
	height: 373px;
}

.imgleft {
	float: left;	
}

.imgright {
	float: right;
}

.splitleft h1 {
	margin: 0;
	padding: 0;
	font: normal 1.8em Arial, Helvetica, sans-serif;
}
.splitcenter h1 {
	margin: 0;
	padding: 0;
	font: normal 1.8em Arial, Helvetica, sans-serif;
}
.splitwide h1 {
	margin: 0;
	padding: 0;
	font: normal 1.8em Arial, Helvetica, sans-serif;
}
.splitright h2 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.splitwide h2 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.splitright p  {
	margin-top: 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

.splitwide p  {
	margin-top: 0;
	line-height: 1.4em;
	font-size: 1.2em;
}
.splitleft p {
	line-height: 1.4em;
	font-size: 1.2em;
}

.splitcenter p{
	line-height: 1.4em;
	font-size: 1.2em;
}                
/* ---------------------------------------------------
CLEARFIX
----------------------------------------------------- */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix { 
    display:inline-block;
}
/* Hide from IE Mac */
    .clearfix {display:block;}
/* End hide from IE Mac */


/* ---------------------------------------------------
SIDELINKS
----------------------------------------------------- */ 


#vertmenu {
	width: 196px;
	padding: 0;
	margin: 1px 0 0;
	font-size: 1.0em;
}

#vertmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#vertmenu ul li {
    margin: 0;
    padding: 0;
}
#vertmenu ul li a {
    font-size: 1.0em;
    display: block;
    border-bottom: 1px solid #3c3c3c;
    padding: 5px 0 5px 4px;
    text-decoration: none;
    color: #CCCCCC;
    width:196px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus { 
    color: #CCCCCC;
    background-color: #000000;
}

#active {
	background-color: #000000;
	width:200px;
}
