/* !--Colour codes--!
#40c9f5 - light blue
#66cc33 - green
*/

#page-container 
{

	width: 720px;
	margin: auto;
	text-align:left;


	
	
}

html, body 
{
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	background: #cccccc;

}


body 
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff
		url(../images/bg-blue2.jpg) repeat-x;
	text-align:center;
}


#header
{
	height: 97px;
	width: 720px;
	background: #ffffff
		url(../images/focuslogo.jpg);
	margin: 0;
	text-align: right;
}



#header a
{
	color: #cccccc;
	text-decoration: none;
	padding: 5px;

}

#header a:hover
{
	background: #66cc33;
	color: #ffffff;
}


#banner 
{ 
	height: 218px;
	width 720px;
	background: transparent
		url(../images/bantop.jpg);
	border: solid 2px #fff;	      
}

.solidblockmenu
{
	width: 720px;
}

.solidblockmenu a
{
	float: right;
	color: #40c9f5;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	border: 1px solid white;
	margin-right: 10px;
	padding: 11px 14px 5px 12px;
	background: white;
}

.solidblockmenu a.active
{
	color: white;
	background: transparent url(../images/ojmenub.jpg) center center repeat-x;
}


.solidblockmenu a:hover, .solidblockmenu .current
{
	color: #666666;
	background: transparent url(../images/silvermenub.jpg) center center repeat-x;
}

#menu
{
	position:absolute;
	height: 27px;
	margin-top: 185px;
	font-size: 12px;
	letter-spacing: 3px;
	word-spacing: 15px;
}

/* !--main content--! */

#content
{
	padding: 15px;
	line-height: 18px;
	background: #fff;
	height: 500px;
	
}

#content .title
{
	font-size: 14px;
	font-weight:normal;
	letter-spacing:2px;
	color: #336699;


}

#content .h3
{
	font-size: 16px;
	font-weight:normal;
	letter-spacing:2px;
		position:relative;
}

#content .date
{
	font-size: 9px;
	letter-spacing: 2px;
	color: #336699;
	margin-top:15px;
}

#content .entry
{
	border-top: dotted 1px #e1e1e1;
	color: #666666;
	padding-left: 10px;
	line-height: 1.8em;	
	position:relative;

}

#content a
{
	color: #336699;
	text-decoration: none;
}
#content a:hover
{
	background: #66cc33;
	color: #ffffff;
}
/* !--main content Ends--! */

/* !-- Footer--! */

#footer
{
	clear: both;
	height:53px;
	font-family: Tohoma, Arial, Helvetica; Sans-serif;
	font-size: 10px;
	color: #40c9f5;
	border-top: 1px solid #cccccc;
	padding: 5px 5px;
	line-height: 18px;
	background: #ffffff;
		text-align: right;
}
#footer .altnav
{
	width:350px;
	float: right;

	padding-top: 13px;
}


#footer a
{
	color: #40c9f5;
	text-decoration: none;

}
#footer a:hover
{
	background: #66cc33;
	color: #ffffff;
}

#copyright
{
	padding-top: 13px;
	text-align: center;
	color: #666666;
}


/* !-- Footer Ends--! */


