*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html {}

body
{
	margin: 0;
	padding: 0;
	color: #424343;
	background: #0092D2 url(img/bg.gif) center top repeat-x;
	font: normal 11px verdana, arial, geneva, helvetica, sans-serif;
	text-align: center;
}

#container
{
	background: #0089CB url(img/bg_container.gif) center top repeat-x;
	width: 702px;
	\width: 722px;
	w\idth: 702px;
	margin: 0 auto;
	padding: 0 10px;
}

#home #content { background: #FFF url(img/main_home.jpg) no-repeat center top; }
#why #content { background: #FFF url(img/main_why.jpg) no-repeat center top; }
#services #content { background: #FFF url(img/main_services.jpg) no-repeat center top; }
#contact #content { background: #FFF url(img/main_contact.jpg) no-repeat center top; }
#request #content { background: #FFF url(img/main_contact.jpg) no-repeat center top; }

#content
{
	padding-right: 7px;
	text-align: left;
}

#main
{
	width: 410px;
	float: left;
	padding: 228px 0 40px 13px;
	line-height: 170%;
}

#maincentered
{
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	line-height: 170%;
}

#window
{
	width: 400px;
	float: left;
	padding: 5px 5px 40px 13px;
	line-height: 170%;
	background: #FFF;
}
#window h1
{
}
#window p
{
	font-size: 14px;
}

#window li
{
	font-size: 14px;
}

#sidenav
{
	float: left;
	background: #FFF url(img/nav_bg.jpg) 14px 0 no-repeat;
	width: 255px;
	margin: 266px 0 0 0;
	padding: 0 0 200px 0;
	text-align: left;
}

/* InternetExplorer SPECIFIC */
html>body #sidenav {background: #FFF url(img/nav_bg.jpg) 15px 0 no-repeat;}
/**/

#sidenav ul 
{
	margin: 24px 11px 16px 16px;
	border-top: solid 1px #EDEDED;
	text-align: left;
	list-style-type: none;
}
  
#sidenav ul a 
{
	padding: 9px 10px 9px 46px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #EDEDED;
	background: #FFF url(img/nav_bullet.gif) 20px 50% no-repeat;
	color: #424343;
	width: 171px;
	\width: 224px;
	w\idth: 171px;
}

#sidenav li a:hover,  #home #sidenav li a.home, #why #sidenav li a.why, #services #sidenav li a.services, #contact #sidenav li a.contact {background: #EDEDED url(img/nav_bullet.gif) 20px 50% no-repeat;}
 
#infobar
{
 	background: transparent url(img/arrow.gif) left no-repeat;
	height: 46px;
	width: 172px;
	display: block;
	text-align: left;
	margin-left: 46px;
	padding-top: 11px;
}
	
#infobar a:hover span
{
	color: #009DEA;
	text-decoration: underline;
}
	
#infobar a span 
{
	color: #009DEA;
	padding: 0 0 0 54px;
	display: block;
}

#footer
{
	background: #F5F5F5;
	border-top: solid 1px #EDEDED;
	padding: 13px 0 0 0;
	font: normal 7px verdana, arial, geneva, helvetica, sans-serif;
}
	
#footer span {color: #009DEA;}
	
h1 
{
	background: url(img/sdn.gif) 20px 0 no-repeat;
	margin: 8px 0 0 30px;
	width: 200px;
	height: 67px;
}
	
h1 a 
{
	display: block;
	width: 200px;
	height: 70px;
	text-decoration: none;
	text-indent: -3000px;
}
 
h2 
{
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 20px;
}

h2 span, h3 span {display: none;}

h3 
{
	display: block;
	margin: 12px 0 15px 0;
	font-size: 18px;
	color: #666666;
}
	
h4 
{
	color: #009dea;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
}
	
h5 
{
	color: #424343;
	font: bold 11px verdana, arial, geneva, helvetica, sans-serif;
	padding: 10px 1px 2px 1px;
	line-height: 170%;
}
	
p {padding: 0 1px 12px 1px;}

#main ul 
{
	padding: 0 1px 12px 1px;
	margin-left: 0px;
	list-style-type: none;
}
	
#main ul li 
{
	background: url(img/bullet.gif) 0px 4px no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
}
	
#window ul
{
	padding: 0 1px 12px 1px;
	margin-left: 0px;
	list-style-type: none;
}

#window ul li
{
	background: url(img/bullet.gif) 0px 4px no-repeat;
	padding-left: 14px;
	padding-bottom: 10px;
}

#main a 
{
	color: #009DEA;
	text-decoration: underline;
}
	
#main a:hover 
{
	color: #009DEA;
	text-decoration: underline;
}

#online span {display: none;}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* email form */
#emailform
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

label
{
	margin-top: 5px;
	margin-left: 25px;
	float: left;
	text-align: right;
	width: 80px;
}

input, textarea
{
	margin-top: 7px;
	margin-left: 5px;
	width: 200px;
	margin-bottom: 5px;
	background: #DFDFDF;
	border: none;
}

textarea
{
	height: 150px;
	background: #DFDFDF;
	border: none;
}

.boxes {width: 1em;}

.submit
{
	margin-left: 110px;
	margin-top: 5px;
	color: #000;
	background: #DFDFDF;
	border: 1px solid #000;
}

legend
{
	color: #FFF;
	background: #3399CC;
	padding: 2px 6px;
}


fieldset
{
	border: none;
	width: 370px;
}

br {clear: left;}
/**/

.clearfix {display: inline-table;}

/* Hides from IE-MAC \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/**/
