@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	font-size:12px;
	line-height:12px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	text-align: center;
	background-color: #CCC;
}

#mainTable{
	width:1023px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#topBar-nav{
	text-align: right;	
	background-color: #2f3250;
	height:29px;
}

#topBar-search{
	background-color: #2f3250;
	padding-top:0px;
}

#topBar-search2{
	background-color: #2f3250;
	padding-top:0px;
}

#searchBox{
	height:18px;
	width: 226px;
	border:none;
	margin:0px;
	padding:0px;
	margin-right:4px;
	margin-left: 33px;
	vertical-align: middle;
	margin-bottom: .25em;
	
}

#searchBox2{
	height:18px;
	width: 148px;
	border:none;
	margin:0px;
	padding:0px;
	margin-right:4px;
	margin-left: 33px;
	vertical-align: middle;
	margin-bottom: .25em;
	
}

#topBar-search form{
	margin:0px;
	padding:0px;
	margin-top: 3px;
}

#submitBut{
	height:18px;
	width: 70px;
	border: none;
	margin:0px;
	padding:0px;
	vertical-align: middle;
	margin-bottom: .25em;
}

#conBut{
	margin-left:15px;	
}

#dbCell{
	width:334px;
	height:331px;
	background-image: url(images/db_back.jpg);
}

#dbText{
	line-height: 20px;
	margin-top:100px;
	margin-left: 48px;
	width:235px;
	font-size: 13px;
}

#picCell{
	background-color: #fff;
}

#quickNav{
	background-color: #78b42c;
	border-top: 1px solid #9b9b9b;
	padding-left: 56px;
	background-image:url(images/quickBack.jpg)
}

#contentCell{
	background-color: #1b1e28;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}

#blogPost{
	margin-left: 55px;	
	margin-right:30px;
	color: #fff;
	line-height: 18px;
}

#blogPost li{
	line-height: 21px;	
	margin-top:10px;
	margin-bottom:20px;
}

#blogPost p{
	color: #fff;
	line-height: 18px;
	margin-bottom:15px;
}

#blogPost h1{
	color: #bfc1db;	
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	margin-bottom:15px;
	margin-top:10px;
	
}

#blogPost a{
	color: #bfc1db;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;

}

#blogPost a:hover{
	color: #78b42c;
	
}

#caseStudies{
	margin-left: 70px;	
	margin-right:30px;
}

#caseStudies h1{
	color: #bfc1db;	
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	margin-bottom:15px;
	margin-top:10px;
	
}

#caseStudies input{
	width:240px;
	border: none;
	margin-bottom:10px;
	font-family: verdana;
	font-size: 12px;
}

#caseStudies textarea{
	width:240px;
	border: none;
	margin-bottom:10px;
	font-family: verdana;
	font-size: 12px;
}
.green {
	color: #7BB82F;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

#contentarea{
	margin-top:20px;
	margin-left: 33px;
}

#contentarea p{
	color: #fff;
	line-height: 18px;
	margin-bottom: 15px;
}


#newsTitle{
	color: #bfc1db !important;	
	font-weight: bold;
	font-size: 16px;
	line-height: 25px !important;
	margin-bottom:15px;
	margin-top:10px;
}

#date{
	color: #bfc1db !important;		
}

#contentarea a{
	color: #fff;
	text-decoration: none;
}

#contentarea a:hover{
	color: #78b42c;
	
}

#leftCol{
	background-color: #fff;
	border-left: 1px solid #000;
	width:254px;
}

#mainCol{
	background-color: #fff;
	background-image: url(images/mainCol_back.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #000;
}

#secondNav{
	text-align: right;
	margin-right:20px;
	margin-bottom:20px;

}
#secondNav p{
	font-size: 16px;
	line-height: 30px;	
	color:#999;
	font-weight: bold;
}

#secondNav p a{
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #000;
}
#secondNav p a:hover{
	color:#6C3;	
}

#left_case{

	width:200px;
}

#left_case p{
	color:#999;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:25px;
}

#left_case input{
	width: 200px;
	border: 1px solid #ccc;
	height: 18px;
	margin-bottom:10px;
	color: #999;
	margin-left: 25px;
	font-family: verdana;
	font-size: 12px;
}

#left_case textarea{
	width: 200px;
	border:1px solid #ccc;
	height: 50px;
	margin-bottom: 15px;
	color: #999;
	margin-left:25px;
	font-family: verdana;
	font-size: 12px;
}

#left_rss{
	margin:20px;
	font-size: 14px !important;
}

#left_rss a{
	font-size:14px;
	color: #000;
	text-decoration: none;
}

#left_rss a:hover{
	color:#6C3;	
}

#twitter{
	margin:20px;	
	width:200px;
	overflow: hidden;
	font-size: 12px;
}

#twitter li{
	margin-bottom: 15px;
	line-height:155%;

}

#twitter a{
	line-height:155%;
	color: #488e1a;
	text-decoration: none;
}

#twitter a:hover{
	color:#666;	
}

#twitter_update_list li span{
	line-height: 155%;	
}

#textContent td{
	padding: 30px;
	font-family: arial;
	line-height: 18px;
}

#textContent td p{
	line-height: 18px;
	margin-bottom: 20px;
}

#textContent a{
	color:#488e1a;
	text-decoration: none;
	line-height: 18px;
}

#textContent a:hover{
	color: #999;	
}

#textContent ul{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

#textContent li{
	margin-bottom: 7px;	
	line-height: 18px;
}

#textContent td h1{
	margin-bottom:15px;	
	color: #000e5f;
	font-size: 14px;
	line-height:20px;
	font-weight: bold;
}
