@charset "UTF-8";
@import url("reset.css");

/* CSS Document */

p {
	padding-bottom:10px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/grey_bkgd.jpg) top left repeat-x;
	font-size:12px;
}

#container {
	width:760px;
	margin:10px auto;
	background:#fff;
}

#header {
	width:755px;
	height:120px;
	background:url(../images/logo.gif) center left no-repeat;
	margin-left:5px;
	
}

#header h2 {
	font-weight:bolder;
	display:block;
	clear:left;
	text-align:right;
	font-size:13px;
	padding-right:5px;
	
	
}

#mainNav {
	width:760px;
	background:#060;
}

#mainNav ul {
	width:100%;
	float:left;
	background:#060;
	font-size:12px;
	padding:2px 0;
	text-align:center;
}

#mainNav ul li {
	display:inline;
	float:left;
	line-height:1.5em;
	margin-left:5px;
}

#mainNav ul li a {
	display:block;
	padding:0 0 0 15px;
	color:#fff;
	text-decoration:none;
}

#mainNav ul li a:hover {
	color:#ff0;
}

#secNav {
	width:177px;
	background:url(../images/BP_bottom.jpg) bottom left no-repeat;
	padding-bottom:30px;
}

#secNav ul {
	background:url(../images/BP_top.jpg) top left no-repeat;
	padding-top:30px;
}

#secNav ul li {
	background:url(../images/BP_middle.jpg) repeat-y;
	padding-bottom:10px;
}

#secNav ul li a {
	display:block;
	color:#060;
	font-size:13px;
	text-decoration:none;
	margin-left:2px;
	padding-left:15px;
	padding-right:5px;
	width:160px;
}

#secNav ul li a:hover {
	color:#090;
	background:url(../images/bullet.jpg) center left no-repeat;
}

#secNav a {
	word-wrap:break-word;
}

/* _________________________________ INDEX PAGE STYLES - TWO COLUMN ___________________________________*/

#imgMenu {
	margin-top:10px;
	padding-bottom:20px;
	clear:both;
}
#imgMenu img {
	padding-top:15px;
}

#index #leftCol {
	width:465px;
	float:left;
	margin-left:15px;
	margin-right:5px;
	margin-top:20px;
}

#index #leftCol .right {
	float:right;
}

#index #leftCol .left {
	float:left;
}

#index #leftCol h2 {
	clear:both;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#060;
}
#index li.home a, #about li.about a, #services li.services a, #products li.products a, #partnerships li.partherships a, #news li.news a, #faq li.faq a, #contact li.contact a, #serviceRequest li.serviceRequest a {
	background:url(../images/menu_bkgd.gif) left center no-repeat;
	cursor:default;
}

#index #rightCol {
	width:255px;
	float:right;
	margin-right:5px;
	margin-left:0px;
	margin-top:20px;
}

#quickLinks {
	float:right;
	width:232px;
	background:url(../images/QL_top.jpg) no-repeat;
	margin-bottom:20px;
}

#quickLinks ul {
	background:url(../images/QL_bottom.jpg)  bottom center no-repeat;
	padding-top:49px;
	padding-bottom:35px;
}

#quickLinks ul li {
	display:block;
	width:100&;
	padding-top:10px;
	padding-left:20px;
	background:url(../images/QL_middle.jpg) repeat-y;
}

#quickLinks ul li a {
	display:block;
	color:#060;
	font-size:13px;
	text-decoration:none;
	padding-left:14px;
}

#quickLinks ul li a:hover {
	color:#090;
	background:url(../images/bullet.jpg) center left no-repeat;
}

#featBlog {
	float:right;
	width:232px;
	padding-bottom:36px;
	background:url(../images/QL_bottom.jpg) bottom left no-repeat;
}

#featBlog p {
	background:url(../images/QL_middle.jpg) repeat-y;
	padding-left:10px;
	padding-right:10px;
}

#featBlog h3 {
	background:url(../images/feat_blog_top.jpg) repeat-y;
	text-indent:-9999px;
	height:49px;
}

/* _______________________________________ THIRD LEVEL STYLES - TWO COLUMN ___________________________________ */

#leftCol {
	width:177px;
	margin-top:20px;
	float:left;
}


#rightCol {
	width:550px;
	padding-right:10px;
	margin-top:20px;
	float:right;
}

#rightCol h2 {
	font-size:14px;
	font-weight:bold;
	color:#060;
	margin-bottom:10px;
	border-bottom:#000 2px solid;

}

/* _________________________________________ FOOTER _____________________________________________ */

#footer {
	width:760px;
	height:50px;
	clear:both;
	background:url(../images/footer_bkgd.jpg) bottom left repeat-x;
	text-align:center;
}

#footer ul {
	padding-top:10px;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	color:#000;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#searchForm {
	float:right;
	margin:0;
	padding:3px 10px 3px 5px;
	background:#060;
	width:500px;
	text-align:right;
}


#header h1 {
	display:block;
	width:200px;
	color:#060;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-top:25px;
	padding-left:105px;
	float:left;
	font-weight:bold;
}

#tag {
	display:block;
	clear:left;
	text-align:right;
	font-size:13px;
	padding-right:5px;
}

.index_flash {
	margin-bottom:10px;
}
.clear {
	clear:both;
}

blockquote {
width: 223px;
float: right;
margin: 0px;
padding: 10px;
quotes: "\201C" "\201D";
}

blockquote:before { 
	content: open-quote; 
	font-weight: bold; 
}

blockquote:after {
	content: close-quote;
	font-weight: bold;
}

.cite {
	float:right;
	font-size:10px;
	padding-right:10px;
}