﻿

/* begin: main container */
#container {
	width: 900px;
	margin:0px auto;
	margin-top:10px;
	background-color: #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;

}


#topbar{
	margin:0;
	padding:0;
	background-position:left;
	background-color: #6a0668;
	width:100%;
	height:263px;
}

#bodyContainer {
	width:900px;

}

#leftColHome {
	float:left;
	width: 180px;
	margin: 0;
	padding:30px 0 10px 0;
}

#leftcol {
	width:182px;
	margin: 0;
	padding:30px 0 10px 0;
}
#leftNav
{
    background: #f7f7f7 url(../images/navbox-header2.jpg) no-repeat;

    padding:0;
	border:solid 1px #dfdfdf;
	width:180px;
	height: 400px;
	float:left;
}
#leftNav ul
{
	margin:0px;
	padding: 0px;
	margin-top: 48px;
}

#leftNav ul li
{
	list-style:none;
	margin:0px;
	padding: 0px;
	background: url(../images/bullet.jpg) no-repeat 0.5em ; 
	border-bottom: 1px solid #fff;
}

#leftNav ul li a 
{
	color:#224080;
	background: #efefef url(../images/bullet-arrow.jpg) no-repeat 0.5em;
	display:block;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
    padding:4px 0px 4px 22px;
    text-decoration:none; 
	font-weight:bold;
}

#leftNav ul li a:hover 
{
	color:#333;
	background: #dfdfdf url(../images/bullet-arrow-over.jpg) no-repeat 0.5em; 
}


#content {
	padding:10px 0 10px 0;
	margin-left: 180px;
}

#contentHome {
	width:704px;
	float:right;
	padding:30px 0px 0px 14px;
}

#siteFooter {
	margin-top:0 auto;
	width:900px;
	padding:.8em 0 1em 0;
	position:relative;
	color:#ccc;
	font-size:.9em;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	clear:both;
}

#siteFooter ul { 
text-align: center;  
padding:0px; margin:0px;
}

#siteFooter li {
 display: inline; 

 }
 
#siteFooter a 
{
    color: #ccc;
    text-decoration: none;
}

#siteFooter a:hover { 
color: #444; 

}

#siteFooterBottom {
	margin:0 auto;
	margin-bottom:10px;
	width:900px;
	padding:.8em 0 1em 0;
	position:relative;
	color:#ccc;
	font-size:.9em;
	border-bottom:solid 1px #ccc;
	clear:both;
	text-align:center;
}
/* begin: content classes */


