/** Common **/
* { margin: 0px; padding: 0px; } *
body {  background:#ccc center top; color: #cccccc; font-size:12px; font-family:Geneva, Arial, Helvetica, sans-serif; }
a { color:#000; }
a:hover { text-decoration:underline; }
h1 { font-size:18px; padding: 5; }
h2 { font-size:16px; padding: 5; }
h3 { font-size:14px; padding: 5; }

/** Wrapper **/
#wrapper { width:900px; background:#ffffff; margin: 0 auto;}
#header, #banner, #blurb, #container, #footer { width:100%; margin:0 auto; }

/** Header **/
#top { background:#fff; height:74px;}
#logo { float:left; padding:0;}

/** Menu **/
#menu { margin-left:300px; }
#menu ul { list-style:none; }
#menu li { display:inline; }
#menu li a { float: left; margin-right: 1px; text-decoration: none; padding: 20px 5px 13px 5px; font-size: 16px;}
#menu ul li a:hover { text-decoration:underline; }

/** Banner **/
#banner { background:#244458 url(../images/pic.gif) right no-repeat ; height:180px;}
/** #banner h1 { font-size:17px; padding-left: 10px; padding-top: 50px; width: 240px; } **/

/** Blurb **/
#blurb { height:177px; background:url(../images/cstrip.gif) repeat; float:left;}
#blurb h1 { font-size: 14px; }
#blurb p { font-size:10px; }
#left,#right { width:275px; height:172px; padding-top:5px;}
#left { float:left; }
#right { float:right; }
#center { margin:0px 275px 0px 275px; border-left:1px solid #4F4A4A; border-right:1px solid #4F4A4A; height:172px; padding-top:5px;}
#left h1, #right h1, #center h1 { padding-top:10px; text-align:center; }
#left p, #right p, #center p { padding:5px 5px 5px 5px; }
#left a, #right a, #center a { color:#fff; text-decoration:none; }

/** Index Content Area **/
#container
{
	background:#eeeeee repeat;
	margin-top:5px;
	margin-bottom:5px;
 	color:#2f2f2f;
	float:left;
}
 
#container h1, h2, h3, p{
	padding-left: 10px;
	padding-top: 10px;
}

#container form {
 padding-left: 10px;
 }

#news
{
	width:25%;
	float:left;
}

#main-blurb
{
	min-height:300px !important;
	width:74.5%;
	float:right;
	border-left:#FFFFFF thin solid;
	background-color:#d9d9d9;	
}

#main-blurb form {
 padding-left: 10px;
 }
/** Footer **/
#footer {
	background: #2e2e2e url(../images/fstrip1.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
	clear:both;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/** Other Class **/
.breadcrumbs {
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumbs a {
	color: #666666 !important;
	text-decoration: none !important;
	padding-left: 10px;	
}
.breadcrumbs a:hover {
	text-decoration: underline !important;
}