/* CODINGFRESH.COM BLOG CSS LAYOUT!
 * Author: Mike
 * Date: Today
 */

body 
{
	background: #f3fbfb url(./images/bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p 
{
	font-size : 0.8em;
	color : #4e4e4e;
	line-height : 1.5em;
	margin : 0 0 1.2em 0;
}

h1, h2, h3, h3 a 
{
	color : #03558c;
	font-weight : normal;
}

h2 
{
	font-size : 1em;
	/* margin : 0 0 4px 0; */
}

h3 
{
	font-size : 0.8em;
	font-weight : bold;
}

h3 a 
{
	font-weight : bold;
	text-decoration : none;
}

h3 a:hover 
{
	text-decoration : underline;
}

a img 
{
	border : none;
}

.date
{
	padding-bottom: 10pt;
}

#wrapper 
{
	background : url(./images/header.jpg) no-repeat center 0;
	width : 100%;
	float : left;
	min-width : 995px;
}

#inner-wrapper 
{
	width : 995px;
	margin : 0pt auto;
}

#header 
{
	width : 995px;
	float : left;
	height : 180px;
}

#content 
{
	width : 953px;
	float : left;
	padding : 0 21px;
}

#right 
{
	float : right;
	width : 680px;
}

#right ul, ol
{
	color:#4E4E4E;
	font-size:0.8em;
	line-height:1.5em;
	margin:0pt 0pt 1.2em;
}

#left 
{
	width : 240px;
	float : left;
	margin: 25px 0 0 0;
}

#left a
{
		font-size:0.7em;
	line-height:1.4em;
}

#h-nav 
{
	float : left;
	width : 100%;
}

#h-nav ul
{
	float : right;
	margin : 0 21px 0 0;
	padding : 0;
	border-left : 1px solid #367ea8;
}

#h-nav ul li 
{
	float : left;
	list-style-type : none;
}

#h-nav ul li a 
{
	float : left;
	height : 23px;
	padding : 12px 18px 0 18px;
	font : 0.7em Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	font-weight : bold;
	text-decoration : none;
	border-right : 1px solid #367ea8;
}

#h-nav ul li a:hover 
{
	text-decoration : underline;
}

#header h1 {
	background : url(./images/logo.png) no-repeat 0 0;
	width : 400px;
	height : 75px;
	margin : 52px 0 0 21px;
	padding : 0;
	display : inline;
	float : left;
	clear : both;
}

#header h1 a {
	text-indent : -9000px;
	display : block;
	height : 51px;
}

#header .slogan {
	background : url(./images/slogan.png) no-repeat;
	width : 408px;
	height : 46px;
	float : right;
	margin : 56px 20px 0 0;
}

#header .slogan span {
	display : none;
}

#right p a {
	color : #03558c;
}

#right p a:hover {
	background-color : #c5e3e9;
	color : #0678a9;
}

#right h2 {
	color : #2b739f;
	font-weight : bold;
}

#left h1 
{
	color:#003366;
	font-family:Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:1.5em;
	position:relative;
	margin: 20px 0 5px 0;
}

#right h1 
{
	color:#003366;
	font-family:Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:2em;
	position:relative;
}

#right h1 a, a:visited
{
	text-decoration: none;
}

#left h2 
{
	font-size : 17px;
	color : #03558c;
	font-weight : normal;
	margin : 0 0 5px 0;
}

#left h3 
{
	margin : 10pt 0 0 0;
}

#left p 
{
	font-size : 0.7em;
	line-height : 1.4em;
}

#left p span 
{
	color : #6b9800;
	font-weight : bold;
}

#left p a 
{
	color : #4e4e4e;
}

.article 
{
	background : url(./images/underline.gif) repeat-x 0 0;
	padding : 0 0 4px 0;
	float : left;
}

.article ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

#services h2 
{
	background : url(./images/news_desk.gif) no-repeat 0 0;
	width : 100%;
	height : 22px;
	float : left;
	margin : 0;
}

#services h2 span 
{
	display : none;
}

#footer 
{
	border-top : 1px dotted #034a82;
	float : left;
	width : 953px;
	padding : 10px 0;
	margin : 0 21px 20px 21px;
	display : inline;
	height : 40px;
}

#footer p, #footer ul 
{
	font-size : 0.7em;
	margin : 0;
}

#footer p a, #footer ul li a 
{
	color : #03558c;
}

#footer .left 
{
	float : left;
}

#footer .right 
{
	float : right;
}

#footer p a:hover, #footer ul li a:hover 
{
	color: #062b44;
}
