/*
menu and footer green : 81912a
background gray: #5c5c5c


*/

 
body {
	font-family: 'Lucida Grande', arial, verdana, sans-serif;
	background-color:#5c5c5c;
	font-size:10pt;
	margin-top: 0px;
	color: #656565;
}

img {
	border: 0px;
}

a img{
	border: 0px;
}


a {  
	font-style: normal; 
	color: #FF9900; 
	text-decoration: none;
	padding: 2px;
}


a:link {
	color:#FF9900;
	}

a:visited {
	color:#FF9900;
	}

a:hover {
	color:#ccc;
	background: none;
	}

hr {
	height:1px;
}

#page-wrap {
	background: white;
	min-width: 550px;
	max-width: 922px;
	margin: 10px auto;
	margin-top: 0px;
	width:expression(document.body.clientWidth < 922? "922px" : document.body.clientWidth > 922? "922px" : "auto");
	}

#page-wrap #inside {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #fff url(/images/footer_bar.png) repeat-x 0px 0px;
	background-position:bottom; 
	border: 1px solid #5c5c5c;
}	

/*
menu
*/
#menu {
	float: right;
	margin-left:5px;
	margin-top:70px;
	padding: 10px;
	color: #81912a;
	font-size:8pt;
}

#menu a {
	color: #81912a; 
	text-decoration: none;
}

#menu a:link {
	color:#81912a;
	}

#menu a:visited {
	color:#81912a;
	}

#menu a:hover {
	color:#81912a;
	background: none;
	text-decoration: underline;
	}


#horz_seperator {
	font-size:4pt;
	margin:5px;
	border-top:1px solid #CCC;
	}

#webdev_title {
	margin-left:5px;
	margin-top:5px;
	padding: 10px;
	color:#999;
	font-size:18pt;
	border:1px solid #CCC;
	text-align:  center;
}

#sub-banner {
	width: 100%;
}

#sub-banner2 {
	border-bottom: 1px solid #CCC;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 35px;
	padding-bottom: 30px;
	color: #656565;
	line-height: 1.3em;
	font-size: 9pt;
}

#sub-banner2 h1 {
	font-size: 11pt;
	font-style: bold;
	color: #76aac2;
	margin: 0px;
}

#sub-banner2 p {
}

/*
page_footer
*/

#page_footer {
	color:#81912a;
	float: bottom;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom: 0px;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:9pt;
	font-weight: bold;
	border-top:1px solid #CCC;
}


/*
footer
*/
#footer {
	min-width: 550px;
	max-width: 920px;
	width:expression(document.body.clientWidth < 920? "920px" : document.body.clientWidth > 920? "920px" : "auto");
	margin: 10px auto;
	margin-top: 0px;
	color: #c2c5af;
	border: 0px;
	font-size: 8pt;
	text-align: center;
	line-height: 14pt;
	}

#footer a {
	color: #c2c5af; 
	text-decoration: none;
}

#footer a:link {
	color:#c2c5af;
	}

#footer a:visited {
	color:#c2c5af;
	}

#footer a:hover {
	color:#c2c5af;
	background: none;
	text-decoration: underline;
	}

#content {
	margin:20px;
	padding: 0px;
	color:#656565;
	font-size:12pt;
	}

#services_content {
	margin:0px;
	color:#656565;
	font-size:12pt;
	padding: 50px;
	padding-top: 25px;
	width: 675px;
}

#services_content h1 {
	color: #f18229;
	font-size: 0.9em;
	margin: 0px;
}

#services_content p {
	font-size: 0.75em;
	line-height: 1.5em;
}

ul.services_links {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;	
	line-height: 20pt;
	padding-left: 0px;
}

ul.services_links li {
}


ul.services_links li a{
	color: #656565;
	text-decoration: none;
	padding: 4px;
}

ul.services_links li a:link {
	color:#656565;
	}

ul.services_links li a:visited {
	color:#656565;
	}

ul.services_links li a:hover {
	color: #f09b27;
	xbackground-color: #656565;
	text-decoration: none;
}


/*
buckets
*/
.bucket {
	background: #fff url(/images/box_gradient.png) repeat-x 0px 49px;
	color:#656565;
	float: left;
	width: 280px;
	border: 0px solid black;
	margin-top:5px;
	margin-right: 7px;
	margin-left: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10pt;
}

.bucket h1 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	padding-left: 16px;
	padding-right: 10px;
}


.bucket a {  
	font-style: normal; 
	color: #FF9900; 
	text-decoration: none;
	padding: 0px;
}

.bucket img {
}

.bucket a:link {
	color:#FF9900;
	}

.bucket a:visited {
	color:#FF9900;
	}

.bucket a:hover {
	color:#656565;
	background: none;
	}

.bucket p {
	padding-left: 16px;
	padding-right: 16px;
}

.bucket p a {  
	font-style: normal; 
	color: #89b4c8; 
	text-decoration: none;
	padding: 0px;
}

.bucket p a:link {
	color:#89b4c8;
	}

.bucket p a:visited {
	color:#89b4c8;
	}

.bucket p a:hover {
	color:#89b4c8;
	text-decoration: underline;
	background: none;
	border:0px;
}


.bucket ul {
	padding-left: 16px;
	list-style-type: none;	
	font-weight: none;
}

.hilite_bucket_ul {
	color: #4b8bb9;
}

.bucket li {
	color: #f18229;
	font-size: 8pt;
	line-height: 14pt;
}

.risk a, .risk a:link, .risk a:visited {
	color: #fff;
	background-color: #f09b27;
}

.roit a, .roit a:link, .roit a:visited  {
	color: #fff;
	background-color: #86a2af;
}

.resources a, .resources a:link, .resources a:visited  {
	color: #fff;
	background-color: #aaa78c;
}


/*
columns
*/
.column1 {
	color: #656565;
	float: left;
	width: 290px;
	border: 0px solid black;
	margin-top:15px;
	margin-bottom:50px;
	margin-right: 7px;
	margin-left: 30px;
	padding-left: 0px;
	padding-right: 70px;
	font-size: 10pt;
}

.column1 h1 {
	font-size: 10pt;
	margin: 0px;
}

.column1_heading {
	margin-bottom: 50px;
}

.column1_heading p {
	margin-bottom: 50px;
	font-size: .8em;
	line-height: 1.6em;
}

.column1_links ul {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	width: 260px;
}

.column1_links li {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a0a0a0;
}


.column1_links a, .column1_links a:link, .column1_links a:visited {
	color: #a0a0a0;
}

.column1_links a:hover {
	color: #fff;
	background: #a0a0a0;
}

.column1_links em a, .column1_links em a:link, .column1_links em a:visited {
	color: #f18229;
}

.column1_links em a:hover {
	color: #fff;
	background: #a0a0a0;
}

.column1_links em img {
	margin-left: 5px;
	margin-bottom: -3px;
}



.column1_links p {
	margin-bottom: 20px;
}


.column2 {
	color: #656565;
	float: left;
	width: 425px;
	border: 0px solid black;
	margin-top:15px;
	margin-bottom:50px;
	margin-right: 7px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10pt;
}

.column2 h1 {
	color: #f18229;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14pt;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.column2 p {
	margin-bottom: 20px;
	font-size: .8em;
	line-height: 1.4em;
}

.column2 a, .column2 a:link, .column2 a:visited {
	color: #68a3bf;
	text-decoration: underline;
}

.column2 a:hover {
	color: #68a3bf;
	text-decoration: underline;
}



/*
news
*/
.news_heading {
	float: left;
	font-size: 9pt;
	width: 100px;
}

.news_heading a, .news_heading a:link, .news_heading a.visited {
	color:#81912a;
}

.news_heading a:hover {
	text-decoration: underline;
}

.news {
	float: left;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: normal;
}

.news ul {
	margin: 0px;
	list-style-type: none;	
}

.news li {
	color:#919090;
	
}

.news li a {
	color:#919090;
}

.news li a:link {
	color:#919090;
	}

.news li a:visited {
	color:#919090;
	}

.news li a:hover {
	color:#919090;
	background: none;
	text-decoration: underline;
	}

p.returnHome {
	margin-left: 2px;
}

p.returnHome img {
	margin-left: 5px;
	margin-bottom: -3px;
}

