@charset "utf-8";

#container {
	text-align: center;
}

body {
	background-color: #FFF;	
	margin: 13px;
}

body, td, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

#q {
	border-color: #636764 #D9DFDB #D9DFDB #636764;	
	border-width: 1px;
	border-style: solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 1px 2px 2px 4px;
	margin: 0 4px 1px 0;
	width: 120px;
}

#header {
	color: white;
	font-weight: bold;
	text-align: left;
}

#header #navbar-links {
	padding: 0 0 2px 4px;
	color: #FFFFFF;
	font-weight: bold;
}

#header #navbar-links a {
	text-decoration: none;	
	color: #FFFFFF;	
	text-transform: uppercase;
}

#header #navbar-links a:hover {
	text-decoration: underline;	
}

#header .navbar {
	background: url(/images/navbar-middle.gif) repeat-x #BCC5BF;
	height:23px;
}

#main {
	text-align: left;	
}

#adbox-solutions .adbox {
	width: 315px;
	height: 153px;
	cursor: pointer;
}

.adbox {
	background: url(/images/adbox-middle.gif) repeat-x #E6EAE7;
	border-top: 8px solid #404040;
	text-align: left;
	padding-top: 10px;
}

.adbox h1 {
	color: #404040;
	font-size: 26px;
	font-weight: normal;
	margin:0;
	padding:0;
	border:none;
}

.adbox h2 {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	margin:0 0 10px 0;
	padding:0;
	border:none;
	text-transform: uppercase;
}

#adbox-solutions .adbox a {
	text-decoration:none;
	color: #404040;
}

#adbox-solutions .adbox a:hover {
	color: #456379;
}

ul {
	margin: 0 0 2px 26px;
	padding: 0;	
}

li {
	list-style-type:circle;
	margin-bottom: 3px;
}

.adbox .jigsaw {
	padding: 0px 10px 0 0;
}

.adbox .content {
	padding: 0px 10px 10px 0;
}


h1 {
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-size: 30px;
	font-weight: normal;
	color: #456379;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-size: 20px;
	font-weight: normal;
	color: #456379;
	margin: 0px 0 20px 0;
	padding: 0px 0 2px 0;
	border-bottom: 1px #CBD1CD DASHED;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 3px 0;
}

.features_intro {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0 30px 0;
	display:block;
}

.adbox p {
	margin: 0px;
	padding: 6px 0;
}

.line-horizontal {
	background: url(/images/line-horizontal.gif) repeat-x #BEC7C1;
	height:1px;
}

.line-vertical {
	background: url(/images/line-vertical.gif) repeat-y #BEC7C1;
	width:1px;
}

.border-vertical {
	border-left: 1px #CBD1CD dashed; 
}

.border-horizontal {
	border-bottom: 1px #CBD1CD dashed; 
}

#footer .navbar {
	background: url(/images/navbar-middle-footer.gif) repeat-x #BEC7C1;
	height:23px;
}

.stylebar-blue {
	background: url(/images/stylebar-blue-middle.gif) repeat-x #48677F;
	height:12px;
}

#footer {
	color: white;
	font-weight: normal;
	text-align: left;
}

#breadcrumb {
	padding: 6px 0 5px 12px;
	font-weight: bold;
 	color: #B2BDB6;
	font-size:9px;
}

#breadcrumb a {
	text-decoration: none;
 	color: #B2BDB6;
}

#breadcrumb .breadcrumb-current {
	font-weight: normal;	
}

#footer .navbar-links {
	padding: 0 0 0 4px;
	color: #FFFFFF;
}

#footer .navbar-links a {
	text-decoration: none;	
	color: #FFFFFF;	
	text-transform: uppercase;
}

#footer .navbar-links a:hover {
	text-decoration: underline;	
}

#copyright {
	color: #B2BDB6;
}

#copyright a {
	text-decoration: none;
	color: #B2BDB6;
}

#copyright a:hover {
	text-decoration: underline;
}

.news_title {
	font-size: 12px;
	font-weight: bold;
	line-height:21px;
}

.news_date {
	color: #B2BDB6;
}

.module-link {
	padding-left: 5px;
	font-weight: bold;
}

.module-link a {
	text-decoration: none;
}

.module-link a:hover {
	text-decoration: underline;
}

a {
	color: #4F718A;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #7DBA00;
}

.module-link .arrows {
	font-weight: normal;
	text-decoration: none;
}

#quicklinks, #m-region-quicklinks {
	white-space:nowrap;	
	text-transform: uppercase;
	margin:	1px 0px 0 0px;
}

#quicklinks a, #m-region-quicklinks a {
	margin-right: 10px;
	color: #404040;
	text-decoration: none;
}

#m-region-quicklinks a {
	text-decoration: underline;
}

#quicklinks a:hover{
	text-decoration: underline;
}

.section-icon {
	padding: 0 12px 16px 0;
}

.section-content {
	padding: 0 0 20px 0;
}

/************************
 * FORM FIELDS 
 ************************/
.field-string, select, button, checkbox, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 3px 3px 4px;
}

.field-string {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ABADB3 #E3E9EF #E3E9EF #E2E3EA;
	height: 19px;
	width: 100%;
}

select {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ABADB3 #E3E9EF #E3E9EF #E2E3EA;
	padding: 0px;	
	height: 19px;
}

checkbox {
	margin:2px;
	width:12px;
	height:12px;
}

textarea {
	background: #FFFFFF;
	border: 1px solid;
	border-color: #ABADB3 #E3E9EF #E3E9EF #E2E3EA;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
}

.form {
	width: 500px;
}
.form td, input, textarea {
	font-size: 11px;
}
.form textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.field-label {
	width: 100px;
	padding-top:3px;
	font-weight: bold;
}
.form-errors {
	background-color: #FFCCFF;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 500px;
}
