/* Start Main Stylesheet File */


body {
    background-image: url(../images/banners/home_repeat.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
}

#outer
{
    margin: 0px auto 0px auto;
    width: 970px;
}


#top
{
    display: block;
    width: 100%;
    height: 45px;
}

#banner
{  
    display: block;
    width: 100%;
    height: 173px;
    background-image: url(../images/banners/home2.jpg);
    background-repeat: no-repeat;    
}

#container
{
    width: 100%;
    height: 416px;
}

#main
{
    float: left;
    width: 650px;
    height: 416px;
    background-image: url(../images/content.jpg);
    background-repeat: no-repeat;  
}

#left_box
{
}

#right_box
{
    float: left;
    width: 315px;
    height: 416px;
}

.clear
{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

/* End Main Stylesheet File */
/* START Main CSS File */


#main div
{
    margin: 20px 15px 27px 16px; 
}

#main div div.content
{ 
    float: left; 
    width: 420px;
    padding: 25px 0px 0px 25px;
    margin: 0px;
}

#main div div.content div
{ 
	margin: 0px;
	padding: 0px;
}

#main div div.left_menu
{
    margin: 0px;
    padding: 0px;
    float: left; 
    width: 166px;
    background-image: url(../images/left_menu.jpg) no-repeat;
}

#main div div.left_menu ul
{
    list-style: none;
    margin: 6px 1px 0px 6px;
    padding: 0px; 
    width: 160px;  
}

#main div div.left_menu ul li
{
    float: left;
    height: 37px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    width: 100%; 
}

#main div div.left_menu ul li p
{
    margin: 0px;
    padding: 12px 0px 0px 15px;
    color: #055987;
    text-decoration: none;
}

#main div div.left_menu ul li:hover
{
    background-image: url(../images/left_hover.jpg);
    cursor: pointer;
}

#main div div.left_menu ul li:hover p
{
    color: White;
}

#main div div.left_menu ul li.active
{
    background-image: url(../images/left_hover.jpg);
    cursor: pointer;
}

#main div div.left_menu ul li.active p
{
    color: White;
}

/* Text */

#main h1
{
    color: #2d89b2;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 32px;
}

#main h2
{
    color: #2d89b2;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 20px;
}

#main ul
{
    text-indent: 0px;
    margin: 15px 0px 20px 0px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
    list-style-image: url(../images/list.gif);
}

#main div div.content ul li
{
    margin: 3px 0px 0px 0px;
    padding: 0px;
    text-decoration: underline;
    color: #1f719e;
}

#main div div.content p
{
    margin: 10px 0px 10px 0px;
    line-height: 18px;
}

#main div div.content a
{
    text-decoration: underline;
    color: #1f709d;
}

#main div div.content a:hover
{
    text-decoration: underline;
    color: #1f709d;
}

#main div div.content a:visited
{
    text-decoration: underline;
    color: #1f709d;
}

img
{
    border: 0px;
}

img.right
{
    float: right;
    margin: 10px 20px 15px 0px;
}

.more {
	display: none;
}

/* END Main CSS File */

/* START Featured CSS File */



#right_box div.featured
{
    margin: 5px 15px 15px 0px;
    background-color: #f9e9c5;
    background-image: url(../images/featured/featured_footer.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#right_box div.featured span
{
	display: block;
	height: 47px;
	width: 100%;
	background-image: url(../images/featured/featured_header.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}

#right_box div.featured h3
{
    	color: #ed7703;
    	font-weight: bold;
   	margin: 0px 15px 0px 15px;
}

#right_box div.featured span div img.right
{
	float: right;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#right_box div.featured span div img.left
{
	float: left;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

#right_box div.featured span div
{
    margin: 15px 15px 0px 0px;
    float: right;
    width: 65px;
}

#right_box div.featured span img
{
	margin: 0px;
	padding: 0px;
}
