/** CSS by Clearway Design **/

body{

font-family: "Arial",Helvetica,Garuda,sans-serif; 

}
.header {
background: url('../img/logobg.gif') repeat-x;
height: 80px;
border-bottom: 8px solid #333;
}

a {
color: #235CC1;
text-decoration:none;
}
a:hover {
background: #235CC1;
color: #fff;
}
.logo{
float:left;
padding-top:23px;

}

.logo img a{
border:none;
border-style: none;
}




.topnav a, .topnav p {

padding-top:20px;
padding-left:20px;
font-size:15px;
float: right;
color: #fff;
text-decoration:none;
}

.topnav a:hover {
background:none;
color: #ccc;
}

.clearme {

clear:both;
}

img.bordered  {
margin-top:30px;
border: 10px solid #444;

}
img.borderedthin  {

border: 5px solid #444;

}

h1 {
margin:0px;
padding:0px;
line-height: 38px;
font-size:33px;
}

.subheadline {

line-height:23px;
color: #5b606b;
font-size:20px;
}

h2 {
font-weight:bold;
font-size:19px;
}

h3 {
font-weight:bold;
font-size:16px;

}

.subheading {
font-size:13px;
font-weight:normal;
}

h4 {
font-weight:bold;
font-size:14px;

color: #333;
}
ul.featurelist {
font-weight:bold;
padding-top:10px;
color: #31394b;
font-size:14px;
list-style-type:decimal;

}

ul.second {
font-weight:normal;
font-size:12px;


}

.shaded {
border: 2px solid #31394b; 
background: #ddd;
padding:20px;
border-bottom:none;
}


.shadedbox {
margin-bottom:10px;
border: 1px solid #31394b; 
background: #ddd;
padding:20px;

}

.footer {
padding-top:30px;
background: #31394b; 
color: #fff;
font-size:12px;

}

.footer a {
font-size:11px;
color: #bbb;
border-bottom: 1px solid #bbb;
text-decoration:none;
}
.footer ul {
list-style-type:none;
}
.footer a:hover {
background:#bbb;
color: #31394b;
}

.span-3 {width:135px;}
.span-25 {width:40px;}

.contactfooter {
font-weight:bold;

font-size:15px;
}
.labelfooter {
font-size:10px;
display: inline-block;
width: 70px;

}

.copyright{
font-size:10px;
padding-top:15px;
background:#5b606b;
height:30px;
color: #fff;
border-bottom:5px solid #91949c;
}

.example {
margin-bottom:10px;
padding:10px;
border: 1px solid #235CC1;
padding-left:35px;
background: url('../img/more2.png') no-repeat top left #5b606b;

color: #fff;
font-size:14px;
border-right:2px solid #333;
border-bottom: 2px solid #333;
}

.example a {

color: #fff;
}



.links a {
display: block;
margin-bottom:10px;
font-size: 15px;
padding:10px;
border: 2px solid #333;
background: #31394b;

color: #fff;
}

.links a:hover {
background:#235CC1;

}
a.smallnote {

font-size:10px;
font-style: italic;
color: #ccc;
}

.download {

font-size:10px;
font-style: italic;

}

.whitepaper {
margin-bottom:10px;
border: 1px solid #31394b; 
border-top: 1px solid #31394b; 
background: #eee;
padding:20px;
border-right:2px solid #333;
border-bottom: 2px solid #333;
}

.frame {
border: 2px solid #31394b; 
}


ul.contactpage {
list-style-type:none;
}

ul.contactpage .subject {
font-weight: bold;
}

form.contact label {
display:inline-block;
width: 70px;
}

form.contact .message {
width:380px;
height:200px;
}

.mgmt h3 {
padding-left:22px;
background: url('../img/person.png') no-repeat left;
}

ul.mgmt  {
list-style-image: url('../img/personsmall.png'); 
}

.whitepaper {
padding-left:125px;
background: url('../img/whitepaper.png') no-repeat left;
}


p.indent {
padding-left:20px;
}



/* Easy Slider */
#slider {
width:940px;
position: relative;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:210px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#31394b;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5b606b;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
