/* GENERAL STYLES */
/*--------------------------------------
Based on the incredible work done in BlueprintCSS and Elements frameworks:
http://code.google.com/p/blueprintcss/
http://elements.projectdesigns.org/
----------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

.clear{ clear:both; }

.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; } 

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

/* Fonts and Links */

#center-wrapper a { 
	color: #366566;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #B8CFD0;
}
#center-wrapper a:hover { 
	color: #60999A;
	border-bottom: none;
}


/* Body and Wrappers */

body {
	background-color: #191B1C;
	margin:0px;
	font-size:13px;
	font-family: Arial, Helvetica, san-serif;
	line-height:19px;
	color: #252525;	
}
#outer-wrapper { background: url(../images/top-wrapper.gif) top center repeat-x #FFFFFF; }
.Home #outer-wrapper { background: url(../images/top-wrapper-home.gif) top center repeat-x #FFFFFF; }




/* Left Nav */

#left-nav {
	width: 228px;
	background: url(../images/left-nav-bg.gif) bottom center no-repeat #C4D17A;
	float: left; 
	position:relative;
	top:-3px;
	margin: 0 10px 20px 10px;
}
#left-nav-inner {
	background: url(../images/left-nav-inner.gif) top center no-repeat; 
	list-style: none;
	padding: 15px 0 10px 0;
}
#left-nav-inner li a {
	font-size: 14px;
	display: block;
	border: none;
	color: white;
	padding: 15px 25px;
	background: url(../images/left-nav-li.gif) bottom center no-repeat; 
}
#left-nav-inner li.last a {
	background-image: none;
}
#left-nav-inner li a:hover {
	color: white;
	text-decoration: underline;
	background: url(../images/left-nav-li-selected.gif) top center no-repeat; 
}
#left-nav-inner li.selected a {
	background: url(../images/left-nav-li-selected.gif) top center no-repeat; 
}

#left-nav #search-box {
  height: 50px;
  width: 228px;
  position: relative;
  vertical-align: bottom;
  text-align: right;
}

#left-nav #search-box form {
  padding: 25px 0px 0px 0px;
}

/* content */

#content {
	width: 540px;
	float: left; 
	padding: 35px 105px 35px 35px;
}
#content div.hr {
	height: 3px;
	background: url(../images/hr-bg.gif) top center repeat-x; 
	margin: 15px 0;
}
#content p {
	margin: 6px 0;
}
#content h1, #content h2, #content h3 {
	font-size: 17px;
	margin: 8px 0 10px 0;
	font-weight: bold;
	color: #A9B660;
}
#content h3 span {
	color: #A8A8A8;
}
#content h4 {
	color: #A9B660;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}
#content h5 {
	color: #A9B660;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
}
#content blockquote {
	color: #757373;
	//font-size: 17px;
	font-style: italic;
	margin: 11px 0 11px 30px;
	//line-height: 28px;
}
#content ol {
	padding: 10px 0px 10px 30px;
}
#content ul {
	list-style:none;
	padding: 10px 0px 10px 10px;
}
#content ol li {
	padding: 4px 0px 4px 0px;
}
#content ul li {
	padding: 4px 0px 4px 17px;
	background: url(../images/content-li.gif) 0px 9px no-repeat;
}
#content p.aside {
	border-left: 1px solid #D4D4D4;
	width: 150px;
	float: right;
	position: relative;
	left: 35px;
	padding-left: 25px;
}
#content a.action {
	display: block;
	background-color: #A9B660;
	border: 3px solid #D1DD8D;
	padding: 10px 20px;
	color: white;
	font-size: 15px;
	text-align: center;
	margin: 15px 45px;
}
#content a.action:hover {
	text-decoration: underline;
	color: white;
	border: 3px solid #D1DD8D;
}

/* Header */

#header {
	height:104px;
	border-bottom: black 3px solid;
	background: #161718 url(../images/inner-header-bg.jpg) bottom center no-repeat;
}
#inner-header {
	width: 960px;
	position: relative;
	left:50%;
	margin-left: -480px;
}
#logo a {
	background: url(../images/logo.jpg) top center no-repeat;
	width: 350px;
	height: 72px;	
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 12px;
	top: 25px;
}
#logo img { display: none; }
#customer-login {
	color: #69757B;
	left: 837px;
	top: 22px;
	position: absolute;
	font-weight: bold;
	font-size: 11px;
}
#customer-login:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#Navi {
	width: 526px;
	height: 25px;
	position: absolute;
	left: 403px;
	top: 53px;
	list-style: none;
}
#Navi li {
	float:left;
}
#Navi a {
	color: white;
	text-transform: uppercase;
	padding: 0 5px 10px 5px;
	text-decoration:none;
	font-size:12px;
	letter-spacing: 1px;
}
#Navi a:hover {
	text-decoration:underline;
}
#Navi a.selected {
	color: white;
	background: url(../images/nav-selected-bg.gif) bottom center no-repeat;
}

/* Title Graphic */
#title-graphic {
	height:74px;
	color: white;
	font-size:40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #0D263A url(../images/title-graphic-background.jpg) top center no-repeat;
}
#inner-title { 
	height: 46px;
	text-align: center;
	padding: 28px 0 0 0; 
	overflow: visible;
	line-height: 28px;
}

.Home #title-graphic {
	background: #0D263A url(../images/title-graphic-home.jpg) top center no-repeat;
	height:242px;
	text-indent: -9999px;
}
.Home #inner-title {
	height:242px;
}



/* Center Wrapper */
#center-wrapper {
	width: 960px;
	position: relative;
	left:50%;
	margin-left: -480px;
}







/* Center Wrapper Home*/
.Home #blog {
	width: 343px;
	float: left;
	padding: 48px 45px 0px 45px;
	position: relative;
}
#mk-data-blog {
	background: url(../images/mk-data-blog.gif) top left no-repeat;
	height: 14px;
	text-indent: -9999px;
}
.subscribe, .subscribe a  {	color: #A6B7BB; }
.subscribe {
	position: absolute;
	left:255px;
	top:45px;
	font-size: 11px;
	}
#blog div.entry {
	position: relative;
	margin-top: 19px;
}
#blog span.date {
	background: url(../images/blog-date-home.gif) top center no-repeat;	
	width: 19px;
	height: 20px;
	padding: 3px 5px;
	position:absolute;
	top: -5px;
	left: -40px;
	color:white;
	font-weight:bold;
	text-align: center;
}
#blog span.month {
	width: 35px;
	height: 10px;
	position:absolute;
	top: 22px;
	left: -42px;
	color: #6897A3;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#blog h4 {
	font-size: 16px;
	margin: 4px 0 10px 0;
	font-weight: bold;
	color: #4E4E4E;
}
.Home #green-strip {
	width: 227px;
	float: left;
	background: #CBD87F url(../images/green-strip-home.gif) bottom center;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
	padding-bottom: 15px;
	padding-top: 38px;
}
.Home #green-strip h3 {
	padding: 12px 25px;
	text-transform: uppercase;
	color: #F0F7C4;
	font-size: 115%;
	letter-spacing: 1px;
	text-shadow: #B7C56D 1px 1px 1px;
	font-weight: bold;
}
.Home #green-strip blockquote {
	color: #97A061;
	font-style: italic;
	font-size: 15px;
	line-height: 26px;
	padding: 12px 25px;
}
.Home #green-strip #divider {
	background: url(../images/green-divider.gif) bottom center repeat-x;
	margin: 15px;
	height: 2px;
}
.Home #green-strip img { 
	margin: 25px 25px 10px 40px;
}
.Home #green-strip p a { 
	color: white; 
	border: 0px;
}
.Home #green-strip p a:hover { text-decoration: underline; }
.Home #green-strip p { 
	color: white; 
	padding: 0px 25px 5px 25px;
}

.Home #right-col {
	width: 259px;
	float: left;
	padding: 20px 0px 20px 28px;
}
#latest-news {
	background: url(../images/latest-news.gif) top left no-repeat;	
	height:14px;
	text-indent: -9999px;
}
#our-expertise {
	background: url(../images/our-expertise.gif) top left no-repeat;
	height:14px;
	text-indent: -9999px;
}
#featured-solution {
	background: url(../images/featured-solution-div.gif) bottom center no-repeat;
	padding-bottom: 14px;
	margin-bottom: 25px;
}
#featured-solution h3 {
	height: 28px;
	text-indent: -9999px;
	background: url(../images/featured-solution.gif) top center no-repeat;	
}
#featured-solution h4 {
	margin: 10px 0px 15px 0px;
	font-family: verdana;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	vertical-align: middle;
}
#featured-solution p {
	text-align: center;
	padding: 0px 10px 10px 10px;
}
#right-col ul, #right-col p.expertises  {
	list-style: none;
	margin: 14px 0 32px 0;
	color: #5D6060;
	font-weight: bold;
}
#right-col ul li { margin: 0 0 10px 0; }
#right-col ul a { color: #5D6060; }
#right-col p.expertises  {
	line-height:26px;
	margin-bottom: 16px;
}

/* Footer */

#footer {
	background: #8CACB0 url(../images/footer-bg.jpg) top center no-repeat;
	height:153px;
}
#inner-footer {
	width: 960px;
	position: relative;
	left:50%;
	margin-left: -480px;
}
#inner-footer h3 {
	width:150px;
	float:left;
	text-indent: -9999px;
	height: 14px;
	margin: 23px 0 0 0;
}
#services {
	background: url(../images/services.gif) top right no-repeat;	
}
#regulations {
	background: url(../images/regulations.gif) top right no-repeat;
	width: 175px;		
}
#inner-footer ul {
	width:305px;
	float:left;
	list-style: none;
	margin: 21px 0 0 0;
}
#inner-footer li {
	width:330px;
	float:left;
	background: url(../images/footer-li.gif) 8px 5px no-repeat;
	padding: 0 0 7px 25px;
}
#inner-footer li a {
	font-size: 14px;
	color: white;
	text-decoration: underline;
}
#inner-footer li a:hover {
	text-decoration: none;
}
#footer-text {
	color: white;
	font-weight: bold;
	height: 40px;
	margin: 12px 0 15px 0;
}
#footer-text a {
	border-bottom: #CCCCCC 1px solid;
	color:white;
	text-decoration:none;
}
#footer-text a:hover {
	border: 0px;
	color: #60999A;
}

#SecondaryContent {
	position: absolute;
	top: 260px;
	left: 30px;
}

.code {
  font-family: Anonymous, Courier New, Courier, Fixed-Width;
  font-size: 80%;
  color: black;
  font-style: normal;
}

/* hacks specific to the contact form */
.ContactForm input[type="text"] {
	width: 350px;
}
.ContactForm textarea {
	width: 348px;
	height: 150px;
}

.ContactForm div.formRow {
	clear: both;
	padding-top: 10px;
}
.ContactForm div.formRow label {
	float:left;
	width: 70px;
	text-align: right;
	margin-right: 4px;
}
.ContactForm div.formRow input[type="submit"] {
	margin-left:74px;	
}


/* EDITOR PROPERTIES */

