/*
Title: Next Level Solutions, Inc. - Screen Styles
Author: Fasturtle Technologies, LLC --> http://www.goftt.com/
Created By: Paul Redmond
*/

@import url("reset.css"); /* Resets for all browsers */
@import url("clearfix.css"); /* Easy float clearing */

body {
	background: #003388 url(images/bodyBg.gif) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
p {
	margin: 0 0 1em;
	}
a:link,a:visited {
	color: #5080CB;
	}
a:hover {
	color: #658F29;
	}
img.frame {
	padding: 4px;
	border: 1px solid #B1C7E8;
	background: #fff;
	}
label {
	display: block;
	}

#sidebar label {
	margin-bottom: 3px;
	color: #5F8CCF;
	}
#container {
	text-align: left;
	margin: 20px auto;
	width: 944px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#wrap {
	padding: 10px 11px 10px 13px;
	background: transparent url(images/wrapBg.png) repeat-y 0 0;
}
#logo {
	background: url('images/vect_drawing.jpg') no-repeat top right;
}
#nav {
	margin: 5px 0 0;
	background-color: #3c72c6;
}
#banner {
	border-top: 1px solid #fff;
}
#main_content, #sidebar {
	margin-top: 25px;
	}
#main_content {
	float: left;
	width: 564px;
	}
#sidebar {
	float: right;
	margin-right: 15px;
	width: 311px;
	}
#intro {
	margin: 0 0 2em;
	padding: 0 15px;
	line-height: 1.75;
	}
/* Typography
========================================*/
h3#case_title {
	margin: 0 0 8px;
	font-size: 1.2em;
	color: #3C72C6;
	}
#main_content h1 {
	color: #3C72C6;
	font-size: 1.4em;
	margin-bottom: .5em;
	}
#sidebar h3 {
	font-size: 1.2em;
	}
#main_content ul { clear: both; margin-bottom: 1em; margin-left: 10px; }
#main_content dl dt, #main_content ul li {
	padding-left: 20px;
	line-height: 1.5em;
	background: url('images/bullet2.gif') no-repeat 0 2px;
	}
#main_content dl dt {
	font-weight: bold;
	}
#main_content dl dd {
	margin-bottom: 1em;
	}
#main_content p img { float: left; margin: 0 10px 0 0; }
#PDF_showcase {
	margin-top: 1em;
	}
.pdf_img {
	padding-top: 5px;
	}

/* Sidebar
========================================*/
#sidebar > div {
	margin: 0 0 1em;
	padding: 10px;
	border: 1px solid #D4DDDE;
	background-color: #ECF6F7;
	color: #666;
	}
#sidebar h2 {
	margin: 0 0 5px;
	padding: 0 0 7px;
	border-bottom: 1px solid #D4DDDE;
	}
dt.story_title a h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
dd.story_body p {
	margin: 0;
	font-size: .9em;
	}
dd.story_link {
	margin-bottom: 1em;
	}
#partner_logos {
	width: 100%;
	}
#partner_logos td {
	padding: 1em 0 2em;
	padding-left: 20px;
	text-align: left;
	width: 50%;
	}
/* Featured Section (Homepage)
========================================*/
#featured {
	margin: 0 0 1em;
	padding: 10px 15px;
	border-top: 5px solid #EDA421;
	background: url('images/feature_bg.gif') repeat-x top left;
}
#featured .section {
	float: left;
	display: inline;
	margin: 0 18px 0 0;
	width: 258px;
	color: #333;
	text-align: justify;
	}
#featured .section.right {
	margin: 0;
	}
#featured h2 {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1em;
	border-bottom: 1px solid #6D95D3;
	}
#featured img {
	margin-bottom: 5px;
	}
#featured li {
	padding: 0 0 0 15px;
	line-height: 1.8em;
	color: #658F29;
	background: url('images/arrow_content.gif') no-repeat 0 50%;
	}
#featured li.more { background: none; padding: 0; }

#footer {
	padding: 1em;
	color: #CCD6E6;
	background: url(images/footBg.png) no-repeat top left;
	}
/* Main Navigation
========================================*/
/* Primary nav */
#nav {
	padding-left: 15px;
	width: 905px;
	height: 33px;
	}
#nav li {
	float: left;
	display: block;
	}
#nav li a {
	font-weight: bold;
	display: block;
	}
#n-home a, #n-about a, #n-solutions a, #n-news a, #n-contact a {
	display: block;
	position: relative;
	height: 33px;
	background: url('images/nav.gif') no-repeat;
	}
#nav li a {
	text-indent: -9999px;
	overflow: hidden;
	}

#n-home a { background-position: -15px 0; width: 83px; }
#n-about a { background-position: -98px 0; width: 84px; }
#n-solutions a { background-position: -182px 0; width: 105px; }
#n-news a { background-position: -284px 0; width: 164px; }
#n-contact a { background-position: -451px 0; width: 121px; }

#n-home a:hover, #n-home a.current { background-position: -15px -33px; }
#n-about a:hover, #n-about a.current { background-position: -98px -33px; }
#n-solutions a:hover, #n-solutions a.current { background-position: -182px -33px; }
#n-news a:hover, #n-news a.current { background-position: -284px -33px; }
#n-contact a:hover, #n-contact a.current { background-position: -451px -33px; }

/* Secondary nav */
#nav_sec {
	padding: 9px 10px;
	background-color: #6296e6;
}
#nav_sec li {
	display: inline;
}
#nav_sec a {
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #79a6ea;
	text-decoration: none;
	text-indent: 0;
	background: none;
	color: #fff;
	font-size: 1em;
	}
#nav_sec a.last {
	margin: 0;
	padding: 0;
	border: 0;
	}
#nav_sec a:hover {
	text-decoration: underline;
}
/* Email newsletter signup
========================================*/
#newsletter_signup {
	margin: 0 0 1em;
	}
#submit, #email { vertical-align: bottom; }
#submit { float: left; background-color: #767B7B; cursor: pointer; }
#email {
	float: left;
	padding: 2px;
	border: 0;
	border: 1px solid #777;
	width: 180px;
}
#sidebar .formWrap {
	position: relative;
	width: 261px;
	}

/* Footer */
#footer p {
	margin: 0 0 .5em;
	}
#footer a {
	color: #CCD6E6;
	}
#footer div.left {
	width: 48%;
	float: left;
	}
#footer div.right {
	width: 48%;
	float: right;
	text-align: right;
	}
a#sitemap {
	padding: 0 0 0 22px;
	background: url('images/sitemap.gif') no-repeat 0 50%;
	}
/* Admin menu
========================================*/

#admin_nav {
	padding: 9px 10px;
	background-color: #6296e6;
}
#admin_nav li {
	display: inline;
}
#admin_nav a {
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #79a6ea;
	text-decoration: none;
	text-indent: 0;
	background: none;
	color: #fff;
	font-size: 1em;
	}
#admin_nav a.last {
	margin: 0;
	padding: 0;
	border: 0;
	}
#admin_nav a:hover {
	text-decoration: underline;
}



/* System1 internals
==========================*/
.small {
font-size: 1em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

INPUT, SELECT{

}
FORM{
	margin:0;
	padding:0;
}

.page_title{
	color: #3C72C6;
	font-size: 1.4em;
	margin-bottom: .5em;

}
.titles {
	color:#ff9900;
	font: bold 16px arial, helvetica, sans-serif;
	margin:0 0 4px 0;
	padding:4px;
	background:#355842;
	border-top:1px solid #F3AF34;
	border-bottom:1px solid #F3AF34;
}
.titles a:link,.titles a:visited,.titles a:hover{
	color:#355842;
	font-weight:bold;

}
.sub_ctitles{

	clear:both;
	text-decoration:none;
	color:#008;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	margin-bottom:2px;
	background-color:#eEeFF3;
	border-bottom:1px solid #CF1E21;
	border-top:1px solid #CF1E21;

	margin-right:15px;
}
.sub_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	color:#F3FA30;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;

	background-color:#557862;
	border-bottom:1px solid #eF1E21;
}
.sub_titles a:link, .sub_titles a:hover, .sub_titles a:visited{
	text-decoration:none;
	color:#F3FA30;

}
.sub_titles img{

	float:right;
	margin-right:10px;

}
.col_1 {
	text-align:right;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px;
	vertical-align:top;
	font-weight:bold;
	color:#355842;
	width:1%;
	white-space:nowrap;
	border-bottom:1px dashed #ccc;

}
.warn {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px;
	vertical-align:top;
	font-weight:bold;
	color:#000;
	border:1px solid #f00;
	background:#eee;

}
.col_1 a:link,.col_1 a:visited,.col_1 a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#355842;
}
.col_2 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding:3px;
	vertical-align:top;
	font-weight:normal;
	border-bottom:1px dashed #ccc;

}

.col_2 a:link,.col_2 a:visited,.col_2 a:hover{
	font-weight:bold;
	color:#355842;
	text-decoration:none;
}

.last_row {
	text-align:right;

	color:#355842;

	padding:1px;
}

.page_links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	margin:5px;
	height:auto;

}
.page_links a{
	background:#F3AF34;
	padding:2px;
	border:1px solid #000;
	text-decoration:none;
	margin:2px;
	color:#000;
}

.page_links span a{
	background:#FFF;
	padding:2px;
	border:1px solid #000;
	color:#000;
}

/*---------------------------------------------------------*/


.alert_message {
		color:#f00;
}




.quote_header{

	background-color:#ccc;
	border:1px solid #000;
}
.quote_box{

	border:1px dotted #000;
}
.small_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#555;
}
.required{
	color:#f00;

}
