body {
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:300;
	line-height:1.8em;
	color:#133946;
	border:#00FF00 1px solid;
	
}


#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#112154;
	
	
}

#center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	border: 1px solid;
 	margin-top:25px;

	
}


/*---------------------------- TEXT STYLES ----------------------------*/

h2 {
	margin:0px 0px 10px 0px;
	font:bold 20px Geneva, Arial, Helvetica, sans-serif;
	color:#2c2c2c; 
	
}

hr {

	background-color:#dddddc;
	border:#dddddc;
	height:1px;
	margin-bottom:12px;
}
small {
	padding-left:5px;
	color:#2c2c2c;
	font-size:11px;
	background:#03697f;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	width:80%;
}
a{
	color:#2F59AE;
	text-decoration: underline;
}
b {
	color:#FF6600;
	text-decoration: none;
}
a:hover { text-decoration:none; }
p { margin: 0px 0px 12px 0px; }


/*---------------------------- BEGIN MENU ----------------------------*/

#menuContainer{
	width:960px;
	height:69px;
	position:relative;
	top:0px;
	left:0px;
	background:#fff url(../images/menu_bg.gif);
	border-bottom:#276875 1px solid;
}


#menu{
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
		
}
		
#menu ul{
   
	margin: 0; 
	padding: 0;
    float: left;
	position:relative;
	right:0px;
	top:0px;
	padding-right:31px;
	 padding-top:24px;

}

#menu ul li{ 
    display: inline;
}

#menu ul li a{
    float: left; 
	text-decoration: none;
    color: #2c2c2c; 
	padding-left:18px;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	position:relative;
	right:0px;
	top:0px;
	z-index:10;
	text-transform:uppercase;
	color:#2c2c2c;
}

#menu ul li#selected a, #menu ul li a:hover{
    color:#2F59AE;
}

#menu ul li#client a{
     text-decoration:underline; text-transform:capitalize;color:#2F59AE;
}
/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:232px;
	height:69px;;
	background-repeat:no-repeat;
	padding-left:28px;
}

/*---------------------------- BEGIN HEADER ----------------------------*/

#header{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:319px;
	background-color:#2F59AE;
	border:#3B6ACA 1px solid;

}

#headerPage{
	position:relative;
	left:0px;
	right:0px;
	width:958px !important;  /*for all non IE browsers*/
	width:960px;
	height:12px;
	background-color:#2F59AE;
	border:#3B6ACA 1px solid;

}



#leftHeaderContainer{
	width:500px;
	height:100%;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	padding:30px;
	padding-top:16px;
	padding-right:0px;
}

#rightHeaderContainer{
	width:470px;
	height:100%;
	float:left;
	position:absolute;
	right:0px;
	top:0px;
	padding:30px;
	padding-left:20px;
}


#headerText{
	margin-top:20px;
	color:#FFFFFF;

}

#hederTitle{	
	display:block;
	height:100px;
	width:470px; margin-top:5px;
	background-repeat:no-repeat;
	font:bold 36px Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	}

#hederTitle span{ font-size:80%; color:#def3fd; font-weight:normal;}
.headerButtons{
	position:absolute;
	float:left;
	width:500px;
	height:43px;
	bottom:78px;
	left:29px;
}



.headerButton1 a{
   
    height:43px;
    width:198px;
	background-image:url(../images/button_view_service.png);
	display:block;
	float:left;

}
.headerButton1 a:hover {
	background-image:url(../images/button_view_service_over.png);
}


.headerButton2 a{
   
    height:43px;
    width:197px;
	background-image:url(../images/button_view_portfolio.png);
	display:block;
	margin-left:20px;
	float:left;

}

.headerButton2 a:hover {
	background-image:url(../images/button_view_portfolio_over.png);
}

.trial a{
   
    height:43px;
    width:198px;
	background-image:url(../images/trial.png);
	display:block;
	float:left;

}
.trial a:hover {
	background-image:url(../images/trial1.png);
}


#wrapper {
	position:absolute;
	top:30px;
	right:25px;
	width:366px;
	height:300px;
	
}

#headerSpacer{
	position:absolute;
	bottom:-24px;
	left:-2px;
	height:24px;
	width:962px;
	background-image:url(../images/header_space.jpg);
	border:#112154 1px solid;
}

/*---------------------------- END HEADER ----------------------------*/

/*---------------------------- BEGIN CONTENT ----------------------------*/

#content{

	height:auto;
	min-height:200px;
	max-height:none;
	background-image:url(../images/content_shadow.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	position:relative;
	top:24px;
	left:0px;
	padding-bottom:30px;
	overflow:auto !important;
	overflow:inherit;
}

#contentContainer{
	width:550px;
	height:100%;
	min-height:244px;
	float:left;
	overflow:auto !important;
	overflow:inherit;
	padding:30px;
	padding-bottom:25px;
	

}

.contentText{
	padding-top:7px;


}

.postInfo{
	background-color:#3b92a3;
	border: 1px solid #297994;
	height:27px;
	width:100%;
	margin-top:12px;
}

.postInfo p{
	color:#FFFFFF;
	font-size:12px;
	padding-left:15px;
	line-height:27px;

}

.postInfo a{
	color:#FFFFFF;

}
.pages{

	margin-top:12px;
	float:left;
	position:relative;
	left:-10px;
	top:0px;
	height:26px;
	width:100%;
}


.pages a{
	margin-left:10px;
	background-color:#e6e6e6;
	border: 1px solid #c3cbcd;
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	display:block;
	float:left;
}

.currentPage a{
	margin-left:10px;
	background-color:#c7e4ea;
	border: 1px solid #92c3d3;
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	display:block;
	float:left;
}


/*---------------------------- SIDEBAR CONTENT ----------------------------*/

#sidebar{
	height:auto;
	width:300px;
	margin-right:30px;
	margin-top:30px;
	background-color:#f1f1f1;
	border: #e4e4e4 1px solid;
	float:right;
	margin-bottom:25px;

}

.sidebarTitle{
	border:#d4d2d2 1px solid;
	height:33px;
	width:100%;
	margin-left:-1px;
	margin-top:-1px;
	background-image:url(../images/sidebar_title_bg.jpg);

}

.sidebarTitle p{	
    font:bold 16px Geneva, Arial, Helvetica, sans-serif;
	padding-top:7px;
	padding-left:12px;
	color:#4d4c48;
}
.sidebarMenu{
	font-size:13px;
	padding:13px;
	padding-bottom:14px;
}
.sidebarMenu a{ text-decoration: underline; color:#2F59AE; font-weight:bold;}
.sidebarMenu a:hover{color:#000;}
.sidebarMenu ul{ 
	text-decoration: none;
    color: #000;
	font-size:13px;
	font-weight:300;
	font-family:Arial;
	position:relative;
	left:-39px;
	top:-13px;
	list-style:none;
	margin-bottom:-13px;
	
}
.sidebarMenu ul li a{
	display:block;
	height:18px;
	width:258px;;
	background-color:#f3f3f3;
	border-bottom:#f1f1f1 1px solid;
	padding:4px 0 8px 10px;
	text-decoration: none;
	list-style:none; color:#666;
}

.sidebarMenu ul li a:hover{
	background-color:#FFF; -moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;

}
.sidebarMenu ul li#picked a{
	background-color:#fff; color:#000; border:1px solid #ddd;	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

#bubble{

	background-image:url(../images/bubble_bg.jpg);
	background-repeat:repeat-y;
	position:relative;
	height:100%;

}

#bubble p{

	padding:12px; color:#3333FF;


}
#bubbleClient{
	margin-bottom:-4px;

	font-weight:300;
	color:#2F59AE;
	font-weight:bold;
	text-align:center;

}


/*---------------------------- END SIDEBAR  ----------------------------*/

/*---------------------------- SERVICES BLOCK  ----------------------------*/

.servicesBlock{
	width:100%;
	height:100%;
	border:#d4d2d2 1px solid;
	display:block;
	margin-top:20px;
}

.servicesBlock a{ color:#2F59AE;
}
.servicesBlockTitle{	
	height:30px;
	float:left;
	background-color:#f9f7f7;
	border-bottom:#d4d2d2 1px solid;
	padding-left:12px;
	font-weight:bold;
	font-size:16px;
	float:none;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial";

}

 

.servicesText{
	padding:12px;
	padding-bottom:0px;

}

.servicesText img{
	margin-right:12px;
	float:left;
}

.servicesText p{
	margin-left:12px;
}

.servicesText b{
	color:#2F59AE;
	font-size:14px;
	font-weight:300;

}

.servicesButtons{
	position:relative;
	left:-1px;
	float:left;
	width:500px;
	height:60px;
	margin-top:10px;
	margin-bottom:4px;
}


/*---------------------------- END SERVICESBLOCK  ----------------------------*/


/*---------------------------- FOOTER  ----------------------------*/

#footer{
	background-image:url(../images/footer_shadow.jpg);
	background-repeat:repeat-x;
	width:962px;
	height:60px;
	position:relative;
	bottom:0px;
	left:-1px;
	text-align:center;
	margin-top:0px;
	background-color:#112253;
	border: #112154 1px solid;
}

#footerText{
	position:absolute;
	top:15px;
	right:30px;
	color:#ccc;
	font-size:13px;
}
#footerText a{
	color:#67DE47; font-weight:bold; text-decoration:none;
}
#footerText a:hover{
	color:#fff;
}

#footerMenu ul{
	position:absolute;
	top:3px;
	left:-20px;
	font-size:11px;
	float:left;
	text-decoration: none;
	color:#fff;
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:10px;
	text-transform:uppercase;
	list-style:none;
}

#footerMenu ul li a{
	color:#ccc;
	font-weight:bold; text-decoration:none;
}
#footerMenu ul li a:hover{
	color:#fff;
	text-decoration: underline;
}

/*---------------------------- END FOOTER  ----------------------------*/

/*---------------------------- SLIDER  ----------------------------*/

div.fadeWrapper {
	position: relative;
	top:0px;
	left:0px;
	width:347px;
	height:223px;
	overflow:hidden;
	padding:6px;
	background-color:#fff;
	border:1px solid #cfcfd1;
}

.imageHolder{
	width:347px;
	height:223px;
	position:absolute;
	top:6px;
	left:6px;
}

#featured{
	width:48px;
	height:48px;
	background-image:url(../images/featured.png);
	position:absolute;
	top:-10px;
	right:-10px;
}

/*---------------------------- END SLIDER  ----------------------------*/



/*---------------------------- BEGIN EMAIL FORM ----------------------------*/
.input{
	width:100%;
	height:25px;
	border:1px solid #3463B9;
	background-color:#EAEFF4;
	padding-top:4px;-moz-border-radius:0.2em;
	-khtml-border-radius:0.2em;
}
.input:hover, input:focus{background-color:#fff;}

select
{
	width:100%;
		height:35px;
	border:1px solid #3463B9; padding:7px 0 0 5px;
	background-color:#EAEFF4;
	-moz-border-radius:0.2em;
	-khtml-border-radius:0.2em;
}
select:hover, select:focus{background-color:#fff;}

.textArea{
	height:150px;
	padding-top:0px;-moz-border-radius:0.2em;
	-khtml-border-radius:0.2em;
}

#sendButton{
	color:#fff; font-weight:bold;
	background-color:#3564BA;
	height:26px;
	border:1px solid #234A9A;
	margin-bottom:-5px; -moz-border-radius:0.2em;
	-khtml-border-radius:0.2em; cursor:pointer;
}
#sendButton:hover{
	background-color:#7CB920;border:1px solid #547D15;
}

.errorMessage{
	color:red;
}

/*---------------------------- END EMAIL FORM ----------------------------*/


/*---------------------------- SEARCH AND OTHERS ----------------------------*/

.imgBorder{
	border:1px solid #b9b9b9;
}

.search{
	width:190px;
	height:20px;
	padding-top:5px;
	margin-top:14px;
	margin-left:2px;
	margin-right:2px;
}

#searchButton{
	color:#fff;
	background-color:#363636;
	width:73px;
	height:27px;
	border:1px solid #b0a4a4;
}

.leftFloated{
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

.blueLink{ 
	color:#3b92a3;

}

a img{
	border:none;
}

a img:hover{
	border:none;
	text-decoration:none;
}
/**Solution Partners */   
---------------------------------------------------------------------------------------------------- */
#pressquotes {
	float: right;
	background: transparent url(../images/box.gif) no-repeat left top;
	width: 100%;
	height: 60px;
}
