/* Global Elements
-------------------------------------------------------------- */
html{	background-color: #FFF;
background-image: url(../img/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
    overflow-y: scroll;
}

body {

	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
}
.left {
    float: left;
}
.right {
    float: right;
    padding: 10px;
}
#main_wrapper .right {
	width: 720px;
}
/*Wrapper*/
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 10px solid #FFF;
}
/*Header*/
#header {
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
}
#h1logo {
   
    height: 50px; left: 20px; position: relative; text-indent: -9999px; width: 800px;
}

/* Menu and Navigation (also refer to MenuMatic.css*/
#menu{
	background-image: url(../img/nav-bg2.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 950px;
	text-align: center;

}
#navbar{
	margin-right: auto;
	margin-left: auto;

}
/*Content - This is the main content area editable by the CMS*/
#content{
    clear:both;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    position:relative;
} 
#content h1{
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: 28px;
    margin-bottom: 10px;
}
#content li {
    margin-left: 2em;
    list-style: disc;
}
#content strong{
    font-weight: bold;
}
#content table {
    border-collapse:separate;
    border-color:#CCCCCC #000000 #000000 #CCCCCC;
    border-spacing:2px;
    border-style:solid;
    border-width:1px;
}
#content td {
    border-color:#000000 #CCCCCC #CCCCCC #000000;
    border-style:solid;
    border-width:1px;
    padding: 10px;
}

.read-more {
	font-weight: bold;
	color: #000000;
	background-image: url(../img/arrow-links-blk.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}
/* Sidebar*/
#sidebar{
	padding: 8px;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#sidebar a:link{
	text-decoration: none;
	color: #2C6BCB;
}
#sidebar a:visited{
	text-decoration: none;
	color: #2C6BCB;
}
#sidebar a:hover{
	text-decoration: underline;
	color: #2C6BCB;
}
.side-box           {
	color: #FFF;
	width: 190px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 11px;
}
.side-box h2      {
	font-size: 1.1em;
	font-weight:bold;
	height: 24px;
	background-color: #F1F1F1;
	background-image: url(../img/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 10px 0px 10px;
	color: #2C6BCB;
	line-height: 24px;
	text-transform: uppercase;
}
.side-box p{
	padding-bottom: 10px;
}
.side-box-main    {
	background-color: #F1F1F1;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #000000;
	margin: 0px;
	padding: 0px 7px 0px 7px;	
}
.side-box-tail    {
	height: 15px;
	background-image: url(../img/sidebar-news-btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.side-box .date {
	font-weight: bold;
	font-size: 12px;
	color: #2C6BCB;
	padding-top: 10px;
}
.side-box .title {
	font-size: 11px;	
}
.news-link {
	font-weight: bold;
	color: #2C6BCB;
	background-image: url(../img/arrow-links.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}
/*Footer*/
#footer{
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer .left  {
float: left;
}
#footer .right  {
	float: right;	
}
#footer p           {
	padding: 0px 7px;	
}

