/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:18px;
	background:#000 url('/img/bg.jpg') top center no-repeat fixed;
}

.show{ background:#f00; }

a,a:link,a:active,a:visited{ font-family: verdana, sans-serif; font-weight:normal; color:#2B75A2; }
a:hover{ color:#3D53A0 }

.pad{ padding:5px; }
.pad10{ padding:10px; }
.pad20{ padding:20px; }

.paging_bar{ }
.paging_bar span a{
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #AAAAAA;
	cursor:pointer;
	margin:3px 8px;
	padding:2px 5px;
	text-decoration:none;
	color:#000;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{ 
	font-family:'Lucida Sans Unicode', georgea; 
	font-weight:normal; 
	color:#22272D;
	text-transform:uppercase;
}
h1{ font-size: 1em; font-weight:bold; }
h2{ font-size: 1em; }
h3{ font-size: .9em; }
h4{ font-size: .6em; }
h5{ font-size: .5em; }
h6{ font-size: .5em; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol{ list-style: decimal; }
ul{ list-style: disc; }
li{ margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset{ margin-bottom: 20px; }

/* Notices and Errors */
div.message,div.error-message{
	background-color: #FFFFE1;
	background-image:url('../img/errormessage.gif');
	background-repeat:no-repeat;
	background-position:10px center;
	border: 1px dashed #CFCFCF;
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 10px;
	padding:6px 6px 6px 30px;
}

/* FORMS */
form{ width:auto; }
legend{ }
fieldset{ }
label{
	float:left;
	width:10em;
	text-align:right;
	font-weight: normal;
}
label.error{
  background:url("/img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 10px;
  color: #EA5200;
  float:right;
  display:inline;
  margin-left:2px;
}
input,.btn,select,textarea {
	width:180px;
	border:none;
	background-color:#fafafa;
	border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkti-border-radius:0.4em;
	padding: 2px;
	margin-right:5px;
}
input[type=radio],
input[type=checkbox],
input[type=image],
input.radio,
input.checkbox,
input.image{ width: auto; }
input.nextbutton,
input.prevbutton{
	width: auto;
	background-color:#37C1DB;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	* cursor: hand;
}
input.hidden{ display:none; visibility:hidden; }

.newsletter-btn{ width:26px; height:22px; }

/* `Header
----------------------------------------------------------------------------------------------------*/
#header{ position:relative; height:414px; overflow:hidden; }
#header .omega{ text-align:right; vertical-align:bottom; }
#header .omega form{ margin-top:36px; }
#header .omega form input{ display:inline; float:right; }
#header .omega form input.image{ width:23px; height:16px }

#header-page{ position:relative; height:105px; }
#header-page #flash-banner{ height:105px; overflow:hidden; }
#header-page .omega{ text-align:right; vertical-align:bottom; }
#header-page .omega form{ margin-top:36px; }
#header-page .omega form input{ display:inline; float:right; }
#header-page .omega form input.image{ width:23px; height:16px }

#flash-feature{
	position:relative;
	top:-265px;
	left:0;
	height:133px;
}
#flash-feature h1 a{ font-weight: bold; color:#3D53A0; }

/* `Menu
----------------------------------------------------------------------------------------------------*/
#menu,#menu-page{ z-index:50; }
#menu{
	position:relative;
	margin:0;
	top:-414px;
	left:0;
	height:105px;
	background:url('/img/top.png') no-repeat;
}
#menu-page{ 
	position:relative;
	margin:0;
	top:-105px;
	left:0;
	height:105px;
	background:url('/img/top.png') no-repeat; 
}

/* `Common Company News
----------------------------------------------------------------------------------------------------*/
.newsTitle{ font-weight:bold; margin-bottom:5px; }
.newsTitle a:link,.newsTitle a:visited{ text-decoration:none; }
.newsTitle a:hover{ text-decoration:underline; }
.newDescription{ clear:both; margin-top:5px; padding:0 5px 5px 5px; }
.newDescription a:link{ color:#006EBF; font-weight:bold; }
.newsDate{
	width:46px; 
	height:49px; 
	margin-right:5px; 
	float:left; 
	background:url(/img/calendar.gif) no-repeat;
}
.calMonth{
	color:#FFFFFF; 
	display:block; 
	height:16px;
	line-height:normal;
	padding-top:5px;
	text-align:center;
}
.calDay{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#666666;
}

/* `Content
----------------------------------------------------------------------------------------------------*/
#content{ padding:10px 0; background:#fff; position:relative; z-index:1; }
.right{ border-left:1px solid #ededed; }
.right h1{ color:#fff; padding:10px 0 10px 10px; position:relative }
#latest-news h1{ background:#3D53A0; }
#latest-news li{ list-style:none; }
#testimonial h1{ background:#FC0079; }

#related-pages h1{ background:#000; margin-bottom:1px; }
#related-pages ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
#related-pages ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin-left:0;
}
#related-pages ul li a{
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
}
#related-pages ul li a:visited{ color: black; }
#related-pages ul li a:hover{ /*hover state CSS*/
	color: white;
	background: black;
}

#featured-portfolio h1{ background:#000; margin-bottom:1px; }

/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer-1{ 
	background:url('/img/bgFooter.jpg') bottom center no-repeat; 
	color:#000; 
	border-top:1px solid #ccc;
}
#footer-1 input{ display:inline; }
#footer-1 div.pad{ padding-top:10px; padding-left:10px; }
#footer-1 h1,#footer-1 p{ margin-bottom:10px; color:#000; }
#footer-1 img{ border:none; }
#footer-1 .ch-logo{ margin:0 10px; }

/* `Footer2
----------------------------------------------------------------------------------------------------*/
#footer-2{
	background:#444B51;
	color:#fff;
}
#footer-2 div.pad{ padding-top:10px; padding-bottom:10px; }
#footer-2 ul li{ display:inline; float:left; margin:auto 5px }
#footer-2 a{ color:#ccc; }

/* `Page forms
----------------------------------------------------------------------------------------------------*/
form.webform legend{ font-weight:bold; color:#f00; margin-bottom:5px; }
form.webform div.input{ margin-bottom:5px; }
form.webform input.text,form.webform select.text,form.webform textarea.text{ border:1px solid #ccc; }
form.webform select.text{ width:auto; }
form.webform input.required,form.webform select.required,form.webform textarea.required{ border-color:#f00; }
form.webform textarea#QuoteProjectDescription, 
form.webform textarea#ContactMessage{ width:350px; height:125px; }
form.webform label{ width:200px; margin-right:10px; }
form.webform p.help{ padding-left:215px; font-style:italic }
form.webform label.error {
  background:url("/img/icons/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  width:auto;
  text-align:left;
  margin-left:5px;
}
form.webform label.checked {
  background:url("/img/icons/checked.gif") no-repeat 0px 0px;
}

a.emphasis:hover{ background-color:#FC0079; color:#CCC; }
a.emphasis{
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	background-color:#000;
	border-bottom:medium none;
	color:#FFFFFF;
	margin:6px 4px 0 0;
	padding:4px 6px;
}
a{
	color:inherit;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

/* Awesome Button ---------- */
.awesome{
    background: #222 url(/img/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
}
a.awesome{ color:#fff; }
a.awesome:hover{ background: #FC0079 url(/img/alert-overlay.png) repeat-x; }

/* Sizes ---------- */
.small.awesome{ font-size: 11px; }
.medium.awesome{ font-size: 13px; }
.large.awesome{ font-size: 14px; padding: 8px 14px 9px; }

/* Colors ---------- */
.blue.awesome{ background-color: #2daebf; }
.red.awesome{ background-color: #e33100; }
.magenta.awesome{ background-color: #a9014b; }
.orange.awesome{ background-color: #ff5c00; }
.yellow.awesome{ background-color: #ffb515; }

/* .sf-menu ul a span{ text-transform: uppercase; } */

/* `Slideshow
----------------------------------------------------------------------------------------------------*/
.slideshow{ position:relative; overflow:hidden }
.slideshow span{
    position:absolute;
    top:0;
	left:0;
    z-index:8;
}
.slideshow span.active{ z-index:10; }
.slideshow span.last-active{ z-index:9; }
