@charset "utf-8";
/* CSS Document */
@import "reset.css";

body {
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E1E1E1;
	padding:0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body, html {
	height:100%;
}
*::-moz-selection {
	background: #333;
	color:#FFF;
}
#wrapper {
	clear: both;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../img/layout/header-bg.png);
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	width: 960px;
}
#header img { border:none;}
#logo {
	background-image: url(../img/layout/logo.png);
	float: left;
	height: 36px;
	width: 179px;
	text-indent: -9999px;
	text-decoration: none;
	margin-top: 36px;
	margin-left: 42px;
	display:block;
}
#login {
	float: right;
	width: 300px;
	height: 20px;
	margin-top: 44px;
	margin-right: 60px;
	text-align: right;
}
#login input {
	font: 8pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-right:5px;
}
#nav {
	background-image: url(../img/layout/navbg.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 960px;
	float: left;
}
/* navigation */
ul#topnav {
	margin: 0;
	float:right;
	width: 920px;
	list-style: none;
	font-size: 11px;
	z-index:1000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background:url(../img/layout/b_home.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-right:55px;
	display:block;
}
ul#topnav a.home,ul#topnav a.home:hover {
	height:14px;
	width:45px
}
ul#topnav a.home:hover {
	display:block;
	background:url(../img/layout/b_home.png) no-repeat 0 -14px
}
ul#topnav a.blog {
	background:url(../img/layout/b_blog.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-right:55px;
	display:block;
}
ul#topnav a.blog,ul#topnav a.blog:hover {
	height:14px;
	width:40px
}
ul#topnav a.blog:hover {
	display:block;
	background:url(../img/layout/b_blog.png) no-repeat 0 -14px
}
/* resources */
ul#topnav a.resources {
	background:url(../img/layout/b_resources.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-right:55px;
	display:block;
}
ul#topnav a.resources,ul#topnav a.resources:hover {
	height:14px;
	width:94px
}
ul#topnav a.resources:hover {
	display:block;
	background:url(../img/layout/b_resources.png) no-repeat 0 -14px
}
/* news */
ul#topnav a.news {
	background:url(../img/layout/b_news.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-right:43px;
	display:block;
}
ul#topnav a.news,ul#topnav a.news:hover {
	height:14px;
	width:46px
}
ul#topnav a.news:hover {
	display:block;
	background:url(../img/layout/b_news.png) no-repeat 0 -14px
}
/* company */
ul#topnav a.company {
	height:14px;
	width:107px;
	background:url(../img/layout/b_company.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-left:14px;
	margin-right:18px;
	display:block;
}
ul#topnav a.company:hover, .company-hover {
	display:block;
	background:url(../img/layout/b_companyhover.png) no-repeat;
	width:107px;
	height:35px;
	margin:0px;
	margin-right:32px;
}
/* contact */
ul#topnav a.contact {
	background:url(../img/layout/b_contact.png) no-repeat;
	margin-top:10px;
	margin-bottom:9px;
	margin-right:55px;
	display:block;
}
ul#topnav a.contact,ul#topnav a.contact:hover {
	height:14px;
	width:70px
}
ul#topnav a.contact:hover {
	display:block;
	background:url(../img/layout/b_contact.png) no-repeat 0 -14px
}
ul#topnav a.services {
	width: 117px;
	background-image: url(../img/layout/b_services.png);
	background-repeat: no-repeat;
	margin-right:60px;
}
ul#topnav a.services:hover, ul#topnav a.services:active, .services-hover {
	width: 117px;
	background-image: url(../img/layout/b_serviceshover.png);
	background-repeat: no-repeat;
	margin-right:60px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 35px;
	left: 0px; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index:1000;
	background-image: url(../img/layout/servicestab.png);
	background-repeat:no-repeat;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 10px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #333;
	background-image: url(../img/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#topnav .sub ul li a:hover {
	color: #333;
	text-decoration:underline;
	background-position: left 10px ;/*--Override background position--*/
}
/* slide show */
#slide {
	position:relative;
	height: 190px;
	width: 960px;
	clear:both;
	background-color: #F7F7F7;
	z-index:100;
}
#content {
	background-image: url(../img/layout/content-bg.png);
	background-repeat: no-repeat;
	width: 920px;
	background-color: #F3F3F3;
	padding-top: 30px;
	padding-right: 20px;
	clear: both;
	padding-left: 20px;
}
#services img { border:none; }
#services2 {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-bottom:20px;
}
#services2 img { border:none; }
#home-boxes,#box1content,#box1more,#box2content,#box2more,#box3content,#box3more {
	clear:both
}

#home-boxes,#box1,#box2,#box3 {
	height:193px
}

#home-boxes {
	width:920px;
	margin-bottom: 40px;
}

#home-boxes {
	clear: both;
	height: 193px;
	width: 920px;
}
#box1 {
	float: left;
	width: 231px;
	height: 193px;
}
#box1content {
	background-image: url(../img/layout/home_c_1a.png);
	float: left;
	height: 138px;
	width: 218px;
	clear: both;
	padding-top: 20px;
	padding-left: 13px;
}
#box1more {
	background-image: url(../img/layout/home_c_1b.png);
	clear: both;
	height: 19px;
	width: 231px;
	float: left;
	display:block;
}
#box1shadow{
	background-image: url(../img/layout/home_c_1c.png);
	float: left;
	height: 16px;
	width: 231px;
}
#box1 ul {
	float: right;
	width: 120px;
	margin-top: 40px;
}
#box1 ul li {
	font-size: 11px;
	margin-bottom: 3px;
	background-image: url(../img/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
#box1 ul li a { text-decoration:none; color:#000; }
#box1 ul li a:hover { text-decoration:underline; color:#000;}
#box2 {
	float: left;
	height: 193px;
	width: 338px;
	margin-left: 7px;
}
.box2link {
	text-decoration:none;
	float:right;
	color:#900;
	width: 300px;
	display: block;
	text-align: right;
}


#box2content {
	background-image: url(../img/layout/home_c_2a.png);
	float: left;
	height: 137px;
	width: 325px;
	clear: both;
	padding-top: 20px;
	padding-left: 13px;
}
#box2more {
	background-image: url(../img/layout/home_c_2b.png);
	clear: both;
	height: 19px;
	width: 338px;
	float: left;
	display:block;
}
#box2shadow{
	background-image: url(../img/layout/home_c_2c.png);
	float: left;
	height: 15px;
	width: 338px;
}
#box2testimonial {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 10px;
	height: 65px;
	clear: both;
	font-size: 11px;
	text-align: justify;
}
.box2logo {
	width: 100px;
	margin-right: 17px;
	float: right;
	height: 40px;
	clear: both;
	margin-top: 3px;
}
#box3 {
	float: left;
	height: 193px;
	width: 338px;
	margin-left: 6px;
}
#box3content {
	background-image: url(../img/layout/home_c_3a.png);
	float: left;
	height: 137px;
	width: 325px;
	clear: both;
	padding-top: 20px;
	padding-left: 13px;
}
#box3more {
	background-image: url(../img/layout/home_c_2b.png);
	clear: both;
	height: 19px;
	width: 338px;
	float: left;
	display:block;
}
#box3shadow{
	background-image: url(../img/layout/home_c_2c.png);
	float: left;
	height: 15px;
	width: 338px;
}
#box3 ul {
	float: left;
	width: 120px;
	margin-top: 40px;
}
#box3 ul li {
	font-size: 11px;
	margin-bottom: 3px;
	background-image: url(../img/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
#box3 ul li a { text-decoration:none; color:#000; }
#box3 ul li a:hover { text-decoration:underline; color:#000;}
#banners {
	clear: both;
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
}
#banner1 {
	background:url(../img/layout/banner1.png) no-repeat;
	float:left;
	width:425px
}

#banner1,#banner2 {
	height:81px;
	display:block
}

#banner2 {
	background:url(../img/layout/banner2.png) no-repeat bottom;
	float:right;
	width:424px
}
#partners {
	clear: both;
	width: 100%;
	min-height:120px;
	height: 150px;
	padding:0px 0px 0px 10px;
}
.h-partners {
	background:url(../img/layout/h_partners.gif) no-repeat left top;
	height:36px;
	width:150px;
	clear:both;
	margin:0px 0px 0px -10px;
}
.h-resources {
	background:url(../img/layout/h_resources.gif) no-repeat;
	width:90px
}
.h-resources,.h-testimonials,.h-symantec {
	height:16px;
	float:left;
	text-decoration:none;
	text-indent:-9999px;
	display:block
}
.h-testimonials {
	background:url(../img/layout/h_testimonials.gif) no-repeat
}
.h-testimonials,.h-symantec {
	width:118px
}
.h-symantec {
	background:url(../img/layout/h_symantec.gif) no-repeat
}
.h-contact {
	height:36px;
	width:150px;
	clear:both;
	background-image: url(../img/layout/h_contact.png);
	background-repeat: no-repeat;
}
.partners-logo {
	float: left;
	height: 80px;
	width: 150px;
	border: 5px solid #E4E4E4;
	background-color: #F7F7F7;
	margin-right:24px;
}
/* contact */
ul.contactform {width:370px; position:relative; float:left; height:450px; font-family:Tahoma, Geneva, sans-serif; font-size:11px;}
ul.contactform li {margin-bottom:2px;}
ul.contactform li p{margin:10px; font-weight:bold; position:relative; float:left; width:100px}
ul.contactform li input{position:relative; float:left; margin:10px 0 0 12px; width:210px; border:0;}
ul.contactform li textarea{position:relative; float:left; margin:10px 0 0 12px; width:210px; border:0; overflow:hidden; height:80px}
ul.contactform li.inpt {
	width:355px;
	height:40px;
	background-image: url(../img/layout/formelement1.gif);
	background-repeat: no-repeat;
}
ul.contactform li.txtbox { width:355px; height:110px; background:url(../img/layout/formelement2.gif) no-repeat;}
ul.contactform li.nd {background-position:bottom;}
.contact-left{
	float:left;
	width:530px;
	padding:0px 0px 0px 0px;
}
.contact-right{
	float:left;
	width:390px;
	padding:0px 0px 0px 0px;
}
.contact-map{
	float:left;
	border:1px solid #a8a8a8;
	margin:0px 0px 0px 40px;
}
.contact-list{
	float:left;
	width:390px;
	padding:10px 70px 10px 40px;
}
.contact-info{
	float:left;
	font:normal 11px Tahoma,Geneva,sans-serif;
	width:370px;
	padding:0px 0px 10px 0px;
}
.thankyou-title{
	float:left;
	font:bold 16px Tahoma,Geneva,sans-serif;
	width:370px;
	color:#990000;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.thankyou-text{
	float:left;
	font:bold 12px Tahoma,Geneva,sans-serif;
	width:370px;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.contact-list dt{
	float:left;
	width:90px;
	font:bold 11px Tahoma,Geneva,sans-serif;
	padding:3px 0px 0px 0px;
}
.contact-list dd{
	float:left;
	width:300px;
	font:normal 11px Tahoma,Geneva,sans-serif;
	padding:3px 0px 0px 0px;
}
.clear {
	width:100%;
	height:10px;
	display:block;
	clear:both;
}
#copyright {
	height: 22px;
	width: 100%;
	clear: both;
	font-size: 10px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer {
	height: 110px;
	width: 960px;
	background-image: url(../img/layout/footer.png);
	background-repeat: no-repeat;
	clear: both;
}
#services{
	width:100%;
	padding:0px 0px 0px 25px;
}
.services-logo{
	float:left;
	padding:10px 20px;
}

.resources_line {
	float: left;
	width: 890px;
	margin-bottom: 20px;
}

.resource_box {
	float: left;
	width: 253px;
	padding: 10px;
	background: #eee;
	margin: 10px;
	border: 1px solid #ccc;
}

.resource_box h1{
	color:#990000;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}

.resource_box ul{
	font-size: 11px;
	margin-bottom: 3px;
	background-image: url(../img/layout/arrow.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}

.resource_box a{
	color:#000000;
	text-decoration:none;
}
