/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
html {
	overflow-y: scroll;
}
body{
	background: #e6e7e9;
	font-family: Arial;
	font-size: 12px;
	color: #636b78;
}
p{
	padding-top: 6px;
}
h2{
	width: 100px;
	height: 50px;
	padding-left: 55px;
	font-size: 17px;
	color:#4373c0;
}
h3{
	color: #000;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
}
h4{
	color: #4373c0;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: bold;
}
h5{
	color: #fefefe;
	background: #5A851A;
	width: 96%;
	padding: 3px;
	padding-left: 8px;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: bold;
}
.info{
	background: url("../images/icon_info.jpg") no-repeat left top;
}
.case{
	background: url("../images/icon_case.jpg") no-repeat left top;
	padding-top: 12px;
	height: 40px;
}
.solution{
	background: url("../images/icon_solution.jpg") no-repeat left top;
}
.announce{
	background: url("../images/icon_announce.jpg") no-repeat left top;
	padding-top: 12px;
	height: 40px;
}

#bg_container{
	width: 100%;
	min-height: 500px;
	background: url("../images/layout/bg.jpg") repeat-x top #fff;
}
#container{
	width: 760px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
#bg_footer{
	width: 100%;
	border-top: 8px solid #636b78;
	padding-top: 10px;
}
#footer{
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #505050;
}
#header{
	width: inherit;
	height: 100px;
	margin-bottom: 3px;
	background: url("../images/layout/header_bg.gif") repeat-x top;
}
#header_bottom_box{
	width: inherit;
	height: 21px;
	background: #e6e7e9;
	border-top: 2px solid #f4f4f5;
	color: #798597;
	padding-top: 4px;

}
#header_bottom_box .input_text{
	height: 15px;
	width: 180px;
	border: 1px solid #798597;
	margin-right: 5px;
	color: #798597; 
}
#header_bottom_box .input_button{
	height: 20px;
	border: 1px solid #798597;
	color: #fff;
}
#content .input_text{
	height: 15px;
	width: 140px;
	border: 1px solid #798597;
	margin-right: 5px;
	color: #798597; 
}
#content .input_button{
	height: 20px;
	border: 1px solid #798597;
	color: #fff;
}
#tagline{
	font-size: 15px;
	float: right;
	padding-right: 10px;
}
#login_form{
	width: 510px;
	float: left;
}
#logged_in{
	float: left;
	width: 500px;
	padding-left: 10px;
}

#big_display{
	z-index: 5;
	width: 760px;
	height:270px;
	background: #bdbdbd;
}
#text_boxes{
	width: 760px;
	height: 224px;
	overflow: hidden;
	background: #bdbdbd;
}
#small_display{
	z-index: 5;
	width: 760px;
	height:92px;
	background: #bdbdbd;
}
#content{
	width: inherit;
	overflow: auto;
	margin-bottom: 12px;
	margin-top: 12px;
}
#content_full_column{
	width: 740;
	overflow: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#content ol, #content_full_column ol{
	list-style: decimal;
	margin-top: 10px;
	margin-left: 30px;
}
#content ol li, #content_full_column ol li{
	margin-bottom: 3px;
}
#content ul, #content_full_column ul{
	list-style: square;
	margin-top: 10px;
	margin-left: 30px;
}
#content ul li, #content_full_column ul li{
	margin-bottom: 3px;
}

#content_left{
	float: left;
	width: 338px;
	min-height: 280px;
	border-right: 1px dotted #bdbdbd;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	#news_left{
	float: left;
	/*width: 338px;*/
	min-height: 280px;
	/*border-right: 1px dotted #bdbdbd;*/
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content_right{
	float: right;
	width: 360px;
}
#news{
	margin-left: 10px;
	width: 330px;
}
#news td{
	vertical-align: top;
}
.news_item_image{
	padding-top: 5px;
	
}
.news_item_text{
	padding-bottom: 15px;
}

#pscroller1{
	width: 185px;
	height: 123px;
}
#pscroller1 p{
	padding-top: 4px;
	font-size: 12px;
}
#signup_form{
	padding-top: 10px;
}
#signup_form fieldset{
	padding-bottom: 10px;
}
#signup_form fieldset legend{
	color:#636b78; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
#contact_form fieldset{
	padding-bottom: 10px;
}
#contact_form fieldset legend{
	color:#636b78; /* IE styles legends with blue text by default */
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
.input_contact{
	width: 250px;
	height: 20px;
	border: 1px solid #798597;
	padding-top: 4px;
}
.textarea_contact{
	width: 250px;
	height: 100px;
	border: 1px solid #798597;
}
.input_radio{
	margin-left: 20px;
	margin-top: 4px;
}
.input_small{
	width: 30px;
	height: 20px;
	border: 1px solid #798597;
	padding-top: 4px;
	text-align: center;
}
.submit_contact{
	width: 80px;
}
.input_security{
	margin-left: 2px;
	width: 148px;
	height: 25px;
	border: 1px solid #798597;
	vertical-align: middle;
}
.image_security{
	vertical-align: middle;
}
/* Navigation */
a:link, a:visited{
	color: #4373c0;
	text-decoration: underline;
}
a:hover{
	color: #5A851A;
	text-decoration: none;
}

#navigation{
	height: 72px;
	background: url("../images/layout/nav_bg.gif") repeat-x top;
	color: #fefefe;
	font-family: Arial;
	font-size: 16px;
}
#navigation ul li{
	float: left;
	padding-left: 12px;
	margin-left: 3px;
	padding-right: 30px;
	border-left: 1px solid #fefefe;
}
#about{
	height: 22px;
	padding-top: 43px;
	background: url("../images/layout/nav_about.gif") no-repeat top right;
}
#solutions{
	height: 22px;
	margin-right: 6px;
	padding-top: 43px;
	background: url("../images/layout/nav_solutions.gif") no-repeat top right;
}
#services{
	height: 22px;
	margin-right: 3px;
	padding-top: 43px;
	background: url("../images/layout/nav_services.gif") no-repeat top right;
}
#resources{
	height: 40px;
	padding-top: 25px;
	background: url("../images/layout/nav_resources.gif") no-repeat top right;
}
#contact{
	height: 22px;
	padding-top: 43px;
	background: url("../images/layout/nav_contact.gif") no-repeat top right;
}
#navigation a:link, #navigation a:visited{
	color: #fefefe;
	text-decoration: none;
}
#navigation a:hover{
	color: #505050;
	text-decoration: none;
}

#footer ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 6px;
	border-left: 1px solid #505050;
}
#footer a:link, #footer a:visited{
	color: #7a7a7a;
	text-decoration: underline;
}
#footer a:hover{
	color: #4373c0;
	text-decoration: none;
}
#solutions_subnav{
	padding-top:6px;
	margin-left: 160px;
}
#services_subnav{
	margin-left: 220px;
}
.subnav{
	float: left;
	position: relative;
	top:-1px;
	width: 20px;
	height: 12px;
	background: url("../images/layout/subnav_arrow.gif") left top no-repeat;
}

#table_diagnostics td{
	padding-bottom: 8px;
}

/* Classes */
.text_box{
	float: left;
	width:187px;
	height: 224px;
	margin-left: 2px;
	background: url("../images/text_box_bg.gif") no-repeat right top #bdbdbd;
	padding-bottom: 0px;
}
.text_box h2{
	margin-top: 15px;
	margin-left: 15px;
}
.text_box p{
	margin-left: 15px;
	margin-right: 15px;
}
.fix{
	width:189px;
}
.overview_box{
	height: 200px;
}
.border_bottom{
	padding-bottom: 20px;
	border-bottom: 1px dotted #bdbdbd;
	clear: both;
}

.left{
	float: left;
	text-align: left;
}
.right{
	float: right;
	text-align: right;
}
.no-border{
	border: none;
}
.clear{
	clear:both;
}
.img_button{
	cursor: pointer;
	vertical-align: bottom;
}
.img_border_left{
	float: left;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_border_right{
	float: right;
	padding: 2px;
	border: 1px solid #bdbdbd;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* Button Classes */
a.button {
    background: transparent url('../images/button/bg_button_a.png') no-repeat scroll top right;
    color: #fefefe;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

a.button span {
    background: transparent url('../images/button/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 5px 10px;
}
a.button:visited {
	color: #fefefe;
	text-decoration: none;
}
a.button:hover {
	text-decoration: none;
	color: #fefefe;
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 5px 10px;
}
.register{
	height: 0px;
	position: relative;
	top:-120px;
	left: 10px;
}
.box{
	height: 0px;
	position: relative;
	top: 190px;
	margin-right: 10px;
}
.overview{
	height: 0px;
	position: relative;
	top: 175px;
}
/* +++++++++++++++++ */

.large{
	font-size: 14px;
	font-weight: bold;
}
.small{
	font-size: 10px;
}
.green{
	color: #5A851A;
}

.blue{
	color:#4373c0;
}
.black{
	font-weight: bold;
	color: #000;
}
.blue_bg{
	background: #4373c0;
}
.testimonials_name{
	font-style: italic;
}
.space_bottom{
	margin-bottom: 10px;
}
.red{
	color: red;
}
.full_width{
	width: 98%;
}