@charset "UTF-8";
/* CSS Document */
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#D9D9D9;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
	}
	a {
		color:#003399;
	text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}

       img {
      border:0;
      }     
	
	h1{
	     font-size: 26px;
              color: #464646;
		margin:.2em 0 .1em 0;
		padding:0;
	}
	
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	h2 {
       color: #464646;
	font-size: 18px;
	margin: .8em 0 0 0;
	}
	
	h2 a {	
       color: #666666;	
	text-decoration:none;
	}
	h2 a:hover {
		text-decoration:underline;
	}
	
	p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
                margin:.7em 0 .8em 0;
		padding:0;
	}
	
	h3 {
	font-size: 16px;
	}
	
	img {
		margin:10px 0 5px;
	}
	
	
	
	/* Header styles */
	#header {
		clear:both;
		background-color:#FFFFFF;
		margin-right: auto;
	margin-left: auto;
		width:980px;	
		padding: 0 10px 0 10px;			
	}
	#header {
		border-bottom:1px solid #fff;
	}
	
	#header h1 {
	display:none;
	}
	
	#header img {
	border:none;
	margin: 0;
	padding: 15px 0 0 5px;
	}
	
	#header h2 {
		padding:.0 15px 0 5px;
		color:#464646;
		margin:0;
		font-weight: normal;
		font-size: 14px;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		font-size: 0.8em;
		text-transform:uppercase;
		background:#666666;
		color:#FFF;
		font-weight: bold;
		text-decoration:none;
		position:relative;
		left:-1px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#444444;
		color:#fff;
		text-decoration:underline;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#FFF;
		background:#444444;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	
	#bannerdims {
		clear:both;
		background:#EDF7FF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-top:4px solid #444444;
		margin:0;
		padding:8px 10px !important;
		text-align:left;
	}
	
	
	#layoutdims {
		clear:both;
		background:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-top:2px solid #666666;
		margin:0;
		padding:4px 10px !important;
		text-align:left;
	}
	
	#datedims {
		clear:both;
		background:#FFF;
		color:#666666;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		border-bottom: 1px solid #CCCCCC;
		margin:0;
		padding:2px 10px !important;
		text-align:left;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;		
			margin-right: auto;
	margin-left: auto;
		padding: 0 10px 0 10px;			
		width:980px;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	.col1 p {
	font-size: 12px;
	}
	
	
	/* 3 Column blog style settings */
	.blogstyle {
		background:#FFF;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:230px;				/* width of the right column */
		background:#FFF;		/* center column background colour */		
	}
	.blogstyle .colleft {
		right:230px;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:480px;				/* width of center column content (column width minus padding on either side) */
		left:480px;				/* 100% plus left padding of center column */
		
	}
	.blogstyle .col2 {
		width:200px;				/* Width of left column content (column width minus padding on either side) */
		left:512px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:200px;				/* Width of right column content (column width minus padding on either side) */
		left:555px;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	.small_font {
	color:#999999;
	}
	
	.divider {
	border-bottom: 1px solid #CCCCCC;
	}
	
	
	
	hr {
border: 0;
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;
width: 100%;
text-align: left;
margin-top: 0;
}
	
	.divider-dotted {
	border-top: 1px dotted #CCCCCC;
	padding:  7px 0 5px 0;
	margin: 0;
		}
	
	.divider-solid {
	border-top: 1px solid #CCCCCC;
	padding:  7px 0 0 0;
	margin: 0;
		}
	
	
	/* Footer styles */
	#footer {
		clear:both;
		background-color:#FFFFFF;
		padding: 0 10px 0 10px;			
		margin-right: auto;
	margin-left: auto;
		width:980px;		
		padding-bottom: 20px;		
	}
	#footer p {
		padding: 5px;;
		margin:0;
		font-size: 11px;
	}
	
	#footer img {
		padding-top: 5px;;
		margin: 0;
		position:relative;
	}
	
	
	#footer_margin {
	color: #666;
	}
	
	
	#footer_margin p{
	font-size: 11px;
	}

#soc {
font-size: 11px;
color: #666;
margin-bottom:10px;
}


#soc img {
		padding-top: 6px;;
		margin: 0;
		position:relative;
	}	
	
#soc a {		
	text-decoration:none;
	}
#soc a:hover {
		text-decoration:none;
	}
	/*  */
	.red_font {color: #666666}
	
#midcontainer { width: 100%; 
 margin-top: 0;}
 

#midcontainer a
{
font-size: 12px;
text-decoration:none;
}

#midcontainer a:hover
{
color: #444444;
text-decoration: underline;
}


#midcontainer ul
{
margin-left: 15px;
margin-top: 8px;
padding-left: 0;
list-style-type: square;
font-size: 12px;
}

#pointlist li { list-style-type: square;
color: #444;
font-size: 14px;
padding-bottom: 10px;
 }	
    
#navlist li { list-style-type: square;
color: #444444;
padding-bottom: 10px;
 }
 
 #navcontainer { width: 100%; 
 margin-top: 0;}
 
 #navcontainer a:hover
{
background-color: #FFF;
color: #444444;
text-decoration:underline;
}


#navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
}

#navcontainer a
{
display: block;
padding: 4px 3px;
width: 100%;
background-color: #FFF;
border-bottom: 1px solid #CCCCCC;
}


#navcontainer a.home
{
display: block;
padding: 4px 3px;
width: 100%;
background-color: #444444;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:hover.home
{
background-color: #444444;
color: #fff;
text-decoration:underline;
}

#navcontainer a.cat
{
display: block;
padding: 4px 3px;
font-weight:bold;
width: 100%;
background-color: #666666;
color:#FFFFFF;
text-decoration:none;
text-transform:uppercase;
border-bottom: 1px solid #CCCCCC;
}

#navcontainer a:hover.cat
{
background-color: #444444;
color: #fff;
text-decoration:underline;
}

#navcontainer a
{
background-color: #FFF;
color: #333;
text-decoration:none;
}

#navcontainer a:link
{
font-size: 11px;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFF;
color: #444444;
text-decoration:none;
}

.pubdat {
font-size: 11px;
margin: 5px 0 5px 0;
color:#666666;
}

#adcontainer {
float:left;
border-top:5px solid #444444;
width: 100%;
padding: 10px 5px 5px 5px;
}

#logoconatiner {
float:left;
width: 100%;
height: 52px;
margin: 0 0 15px 0;
padding: 0;
}

#logo {
float:left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 360px;
}

#ban-ad {
float:right;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 490px;
}

#adcol {
text-align:left;
padding-left: 10px;
}

#ad468 {
text-align:left;
padding: 5px 0 5px 0;
}