@charset "utf-8";
/* Layout
----------------------------------------------------------------------------------------------------*/
body {
	background:#5E6367 url(../images/layout/brow_bg.gif) repeat-x left top;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin-top:15px;
	margin-bottom:15px;
}
#container {
	width:960px;
	margin:0 auto;
	background:#fff;
	border: solid 1px #fff;
}
#header {
	background:url(../images/layout/header_bg.gif) no-repeat right bottom;
	height:120px;
}
#logo {
	padding-top:15px;
}
#call{
	color:#990000;
	font: bold 26px Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:10px;
	padding-top:15px;
}
#call span{
	color:#000;
	font: 12px "bold Geneva", Arial, Helvetica, sans-serif;
}
#nav {
	margin:0;
	padding:0;
	background:url(../images/layout/nav_bg.gif) repeat-x left top;
	height:40px;
	width:100%;
	overflow:hidden;
}
#nav li {
	float: left;
	background:url(../images/layout/nav_divider.gif) no-repeat right center;
	height: 40px;
	list-style: none;
}
#nav li a, #nav li a:link, #nav li a:visited {
	text-decoration: none;
	display: block;
	float: left;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	width:137px;
	text-align:center;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background:url(../images/layout/nav_over.png) repeat left top;
	color: #303030;
}
#home #nav li a.home,#services #nav li a.services,#solutions #nav li a.solutions,#clients #nav li a.clients,#support #nav li a.support,#company #nav li a.company,#contact #nav li a.contact {
	background:url(../images/layout/nav_over.png) repeat left top;
	color: #303030;
}
#wrap {
	background:url(../images/layout/col_bg.gif) repeat-y right top;
	min-height:500px;
}
#content, #col {
	float:left;
	overflow:hidden;
	display:inline;
	padding:20px;
}
#content {
	background:url(../images/layout/content_bg.gif) no-repeat left top;
	width:650px;
}
#col {
	width:230px;
	background:#F4F9FC;
	font-size:12px;
}
#feature {
	background:url(../images/layout/feature_bg.jpg) no-repeat left top;
	padding:30px 20px;
	height:225px;
	overflow:hidden;
	margin:-20px;
	margin-bottom:20px;
}
#feature div{
	width:300px;
	height:230px;
	background:#fff;
}
#footer {
	background:#446585;
	color:#fff;
	font-size:11px;
	padding:10px;
	line-height:normal;
	height:80px;
}
#footer a{
	color:#000;
}
#contact-info, #footnav{
	float:left;
	overflow:hidden;
	display:inline;
	width:50%;
}
#footnav {
	text-align:right;
}
#footnav a:link, #footnav a:visited{
	text-decoration:none;
	padding: 5px 10px;
	border-bottom: dotted 1px #B1A79F;
	color:#000;
}
#footnav a:hover, #footnav a:active {
	color:#fff;
	border-bottom: solid 2px #000;
}
#subnav {
	float:right;
	width:100%;
	margin-bottom:20px;
}
#subnav li{
	float:left;
	display:inline;
	padding: 0 10px;
	border-right: dotted 1px #999;
}
#subnav li a{
	text-decoration:none;
	display:block;
	padding:5px;
	font-weight:bold;
}
#subnav li a:hover {
	color:#4C7094;
	background:#fff;
}
.nonprofit #subnav li a.one, .individual #subnav li a.ind, .smallbiz #subnav li a.small, .corporate #subnav li a.corp  {
	background:#F0F6F9;
	color:#4C7094;
}
/* Styles
----------------------------------------------------------------------------------------------------*/
a:link {
	color:#990000;
}
a:visited {
	color:#990000;
}
a:hover {
	color:#000;
}
a:active {
	color:#000;
}
h1,h2,h3,h4,h5,h6,p,ul,hr,table {
	margin-bottom:15px;
}
#content h1{
	font-size:22px;
	color:#990000;
	border-bottom:solid 2px #ccc;
	padding:10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	background:url("../images/layout/heading_arrow.png") no-repeat top left;
	padding-left:50px;
}
h2{
	font-size:20px;
	color:#4C7094;
	border-bottom:dashed 1px #BCB9BA;
	padding:10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#feature h1 {
	color:#990000;
	background:url(../images/layout/feature_arrow.png) no-repeat left top;
	text-indent:40px;
	padding:15px;
	font-size:20px;
	border:none;
	text-transform:uppercase;
}
#feature p {
	padding: 0 10px;
}
#col h1 {
	font-size:15px;
	background:url(../images/layout/heading_bg.gif) repeat-x left center;
	color:#fff;
	padding:0;
	margin-left:-20px;
	margin-right:-20px;
	line-height:50px;
	text-indent:5px;
	border:none;
}
#col h1 span{
	height:60px;
	width:60px;
	float:right;
}
span.services {
	background:url(../images/layout/services.png) no-repeat left -2px;
}
span.launched {
	background:url(../images/layout/launched.png) no-repeat left -2px;
}
span.clients {
	background:url(../images/layout/clients.png) no-repeat left -2px;
}
span.testimonial {
	background:url(../images/layout/testimonial.png) no-repeat left -2px;
}
blockquote {
	font-style: italic;
	color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote span {
	font-weight: bold;
	padding-left:20px;
	font-size:11px;
	font-style: normal;
	line-height:normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
}
table tr, table td, table th {
	padding:2px;
}
/* Classes
----------------------------------------------------------------------------------------------------*/
.clear, hr{
	clear:both;
}
.flright {
	float:right;
}
.flleft {
	float:left;
}
.half {
	width:50%;
}
.window {
	background:#ededed;
	width:45%;
	padding:10px;
	margin:0 5px;
	margin-bottom:15px;
	border:1px solid #999;
}
.border {
	border: solid 2px #ccc;
}
.bullets{
	margin-left:30px;
}
.bullets li{
	margin-bottom:15px;
	padding-left:20px;
	background:url(../images/layout/icon_bull.gif) no-repeat left center;
	list-style: none;
}
ul.list {
	list-style-type:none;
	color:#990000;
	margin-left:-20px;
}
ul.list li {
	background:url(../images/layout/bullet_arrow.gif) no-repeat left center;
	padding-left: 25px;
	border-bottom:dashed 1px #D6DFE6;
	width:100%;
}
ul.list li a{
	text-decoration:none;
	display:block;
	padding:8px;
}
ul.list li a:hover{
	font-weight:bold;
}
ul.list li:hover {
	background: #fff url(../images/layout/bullet_arrow.gif) no-repeat left center;
}
.portfolio {
	list-style-type:none;
}
.portfolio li {
	float:left;
	display:inline;
	margin-right:25px;
	width:300px;
	height:200px;
}
.portfolio li span{
	width:100%;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-bottom:5px;
}
.portfolio li img{
	float:left;
	border: solid 2px #ccc;
}
.portfolio li img:hover {
	border: solid 2px #446585;
}
/* Forms
----------------------------------------------------------------------------------------------------*/
.form fieldset{
	border:solid 1px #BCB9BA;
	padding:10px 20px;
}
.form legend{

	padding:5px;
	margin-bottom:10px;
	margin-left:-15px;
	color:#990000;
	font-weight:bold;
}
.form label {
	font-weight:bold;
	width:100%;
	color:#446585;
}
.form input[type=text], .form textarea, .form select{
	font: 13px Arial, Helvetica, sans-serif;
	border:solid 1px #C3C3C3;
	background:#F2F2F2;
	padding:5px;
}
.form option {
	padding:5px;
}
.form input[type=text]:focus, .form textarea:focus, .form input[type=text]:hover, .form textarea:hover  {
	border:solid 1px #8C9694;
	background:#fff;
}
input[type=submit] {
	width:25%;
	padding:5px;
}
