@CHARSET "UTF-8";
@import 'master.css';

/*
*********** MAIN **********
*/
#home #main{
	background-image:url(../images/home/bg/main.jpg);
	}
/********** SIDEBAR **********/
#sidebar{
	width:360px;
	}
#sidebar h1{
	width:328px;
	text-align:center;
	}
#sidebar .subsection{
	width:312px;
	}
#sidebar .subsection img{
	background-color:#bfbeb7;
	}
#lhsnav li {
	float:left;
	display:inline;
	width:127px;
	}

/********** CONTENT **********/
#content{
	width:595px;
	margin-top:300px;
	background-color:#9f9e95;
	}
#page_title{
	background:#bfbeb7 url(../images/home/bg/page-title.gif) repeat-x right bottom;
	}
#page_title h1{
	float:left;
	display:inline;
	padding-left:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#2b4f90;
	background:#bfbeb7 url(../images/home/bg/page-title-h1.gif) repeat-y left top;
	}
#page_title h1 span{
	display:block;
	padding: 7px 25px 5px 0px;
	background:transparent url(../images/home/bg/content-h1.gif) no-repeat right bottom;
	}
#copy{
	padding:10px 0px 25px;
	background-image:url(../images/home/bg/copy.gif);
	}
	
#article_list{
	float:right;
	clear:none;
	display:inline;
	width:115px;
	height:auto;
	padding:2px 10px 0px 0px;
	}
#article_list li{
	margin-bottom:18px;
	}
#article_list li a{
	padding-left:9px;
	background-color: transparent;
	background-image: url(../images/global/bg/readmore-up.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
#article_list li a:hover{
	background-image:url(../images/global/bg/readmore-over.gif);
	}
#content{
	font-size:11px;
	}
#content .column{
	width:195px;
	padding:0px 18px 4px 20px;
	}
#content #summary1.column{
	background:transparent url(../images/home/bg/column.gif) repeat-y right top;
	}
#content #summary2.column{
	padding-right:0px;
	}
#content #copy a.readmore,
#content #copy #article_list a{
	color:#fff;
	}
#content #copy a.readmore:hover,
#content #copy #article_list a:hover{
	color:#2B4F90;
	text-decoration:none;
	}