/* Vertical Solutions Stylesheet by Aaron Elliott / forwardtrends.com */

body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif, Arial, Tahoma;
}

body.home {
	background-image:url(../img/body_home_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

body.sub {
	background-image:url(../img/body_sub_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

h2 {
	color:#007BA0;
	font-size:12px;
}

td {
	font-size:12px;
}

hr {
	color:#CCC;
	background-color:#CCC;
	height:1px;
	border:0px;
}


/* structure */

#wrapper {
	width:740px;
	margin:0 auto;
}

#header {
	height:126px;
	display:block;
	background-image:url(../img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#logo {
	width:246px;
	height:43px;
	position:absolute;
	top:70px;
}


#smallnav {
	position:absolute;
	width:540px;
	margin-left:290px;
	top:40px;
}	

#smallnav ul{
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: left;
	list-style-type: none;
}
#smallnav li{
	line-height:30px;
	margin: -5px -2px;
	padding: 0;
	display: inline;
	text-decoration: none;
}
#smallnav a{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-weight:bold;
	margin-left: 1px;
	padding: 3px 10px;
	color: #333;
	text-decoration:none;
	text-transform:uppercase;
}
#smallnav a:hover{
	background-color:#EFEFEF;
}

#smallnav .b {
	border-left:1px solid #666;
}


#nav {
	position:absolute;
	width:436px;
	margin-left:326px;
	top:76px;
	padding:0px;
}	

#nav ul{
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: left;
	list-style-type: none;
}
#nav li{
	line-height:30px;
	padding: 0;
	display: inline;
	text-decoration: none;
}
#nav a{
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-left: 1px;
	padding: 3px 7px;
	color: #8C8E91;
	border:1px solid #ccc;
	text-decoration:none;
}
#nav a:hover{
	background-color:#EFEFEF;
	color: #333;
}

#about #about a,
#services #services a,
#industries #industries a,
#case_studies #case_studies a,
#partners #partners a,
#help_desk #help_desk a,
#clients #clients a,
#training #training a,
#news #news a,
#careers #careers a,
#contact #contact a {
	background-color:#EFEFEF;
	color: #CC0000;
}

#brochure {
	height:220px;
	padding:0;
	margin:0;
}

#brochure_sub {
	height:39px;
	padding:0;
	margin:0;
}

#midbar {
	margin-top:2px;
}

#content_home {
	display:block;
	margin-top:2px;
}

#content_home p, li {
	font-size:12px;
	color:#585858;
	line-height:18px;
	margin:0px;
	margin-bottom:10px;
}


#content_home a {
	color:#007BA0;
	font-weight:bold;
}

#subnav {
	width:205px;
	float:left;
}

#subnav ul{
	margin: 0px;
	padding:0px;
	text-align: left;
	list-style-type: none;
	
}
#subnav li{
	line-height:29px;
	margin: 0px;
	padding: 0;
	display: block;
	text-decoration: none;
	width:205px;
	height:28px;
	border-bottom:2px solid #FFF;
	background-color:#FFB715;
	text-indent:none;
}
#subnav a{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	color: #333;
	width:185px;
	height:28px;
	display:block;
	text-decoration:none;
}
#subnav a:hover{
	background-color:#FBAF00;
}

#mid_calendar {
	background-image:url(../img/mid_calendar_bg.jpg);
	background-repeat:no-repeat;
	margin-left:2px;
	margin-top:2px;
}

#calendar_inner {
	padding-top:10px;
	padding-left:18px;
}

#footer_wrapper {
	background-color:#EDEDED;
	display:block;
}
#footer {
	margin:0 auto;
	width:720px;
	background-color:#CCC;
	padding:10px;
	font-size:11px;
	color:#666;
}
/* classes */
.left_50 {
	width:40%;
	padding:10px;
	float:left;
}
.righties {
	float:left;
	width:267px;
}

.right {
	float:left;
	width:504px;
	margin-left:30px;
	margin-top:10px;
}

.innies {
	padding:10px 20px;
}

.newstitle {
	color:#EF4E1E!important;
	font-weight:bold;
}

.caltitle {
	color:#007BA0!important;
	font-weight:bold;
	border-top:1px solid #efefef;
	padding-top:10px;
	width:90%;
}

.newsdate {
	display:block;
	border-top:1px solid #efefef;
	padding-top:10px;
}

.innies_2 {
	padding-left:2px;
	margin:0px;
}

.small {
	font-size:10px
}

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}
.side{
	background-image:url(../img/subnav_bot.jpg);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:9px;
}
.side h3{
	color:#000033 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0px;
	padding-bottom:11px;
	padding-top:11px;
}
.side h4{
	color:#EF4F1F !important;
	font-size:15px !important;
	margin:0px;
	padding-bottom:10px;
}
.side a{
	color:#0090BC !important;
	display:inline !important;
	font-size:13px !important;
	font-weight:normal !important;
	height:auto !important;
	padding-left:0px !important;
	text-decoration:underline !important;
	width:auto !important;
}
.side a:hover{
	background-color:transparent !important;	
}

.side p{
	color:#333;
	font-size:13px;	
	line-height:normal !important;
	margin:0px !important;
	padding-bottom:6px !important;
}
.side h5{
	margin:0px;
	padding:0px;	
}
.feed{
	background-color:#EEEEEE;
	border:1px solid #CCC;
	margin-bottom:20px;
	padding:10px;
	width:162px;
}
#contactLink{
	color:#666;
	font-size:13px;	
}
#contactLink:hover{
	cursor:pointer;
	text-decoration:underline;
}
#contactForm{
	display:none;	
}
#contactForm br{
	clear:both;	
}
#contactForm label, textarea{
	float:left;
	width:100px;	
}
#contactForm textarea{
	width:147px;	
}
#contactForm label{
	float:left;
	font-size:11px;
}
.feedburnerFeedBlock{

}
.feedburnerFeedBlock .headline a{
	font-size:11px !important;
}
.feedburnerFeedBlock .date{
	font-size:11px !important;
}
.feedburnerFeedBlock li{
	background-color:transparent !important;
	border-bottom:0px !important;
	font-size:11px !important;
	height:auto !important;
	line-height:normal !important;
	width:auto !important;
}
.feedburnerFeedBlock li div{
	padding-bottom:10px;	
}
.feedTitle{
	display:none;	
}
#search{
	margin-left:450px;
	margin-top:190px;
	position:absolute;
	z-index:3;	
}
#search-sub{
	margin-left:450px;
	margin-top:10px;
	position:absolute;
	z-index:3;	
}