/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, topnav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}


aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/

html {
	width:100%;
	height:100%;

	}


body {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#1b1b1b;
	/*background-color:#E4E4E4;*/
	background-image:url(../images/bg.png); 
	background-position:left top;
	background-repeat:repeat-x;
	color:#3F3E3C;
	margin:0 0 1px; height:100%; 
	line-height: 1.5;

}


p {
	margin-bottom:7px;

	}
	
a, p a {
	text-decoration:none;
	color:white;
	}
	a:hover {color:white;}


h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
	position:relative;

	

}

.flt{
    float:left;
}
.cls{
    clear:both;
}
#sbsc{
    width:100%;
}
#sbsc{
    width:960px;
    margin:0 auto;
}
#left_col {
    width:400px;
    margin:0 2px;
   /*opacity: 0.8;*/
    text-align:center;
}
#right_col {
    width:550px;
    margin:0 2px;
    margin-top: 1px;
    text-align:center;
}

#blackb {
   padding:3px;
   border:4px solid #3a8fe6;
}


whiteboard h1 {
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:left;
	color:#000000;
	font-size: 25px;
	line-height:0.9;
}

whiteboard h2 {
	margin-bottom:7px;
	padding-bottom:7px;
	text-align:left;
	color:#000000;
	font-size: 20px;
	line-height:0.9;
}

whiteboard h3 {
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:left;
	color:#000000;
	font-size: 19px;
	line-height:0.9;
}

	
h1 {
	font-size: 25px;
	line-height:0.9;
	color:#D6D6D6;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;


	}

	
	
h2 {
	font-size: 22px;
	line-height:1.3;
	color:#D6D6D6;
	text-transform:none;
	font-style:italic;
	text-align:left;
	margin-top:7px;
	padding-bottom:6px;
}
	

h3 {
	font-size: 23px;
	line-height:0.9;
	color:#FF6666;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
h3 span {
	
	font-size: 12px;
	line-height: 1.4;
	color:white;
	display:block;
	margin-top:10px;
	text-transform:none;
}

h4 {
	font-size: 23px;
	line-height:0.9;
	color:white;
	text-align:left;
	margin-bottom:12px;
	padding-bottom:10px;
}


	
h4 span {
	font-size: 12px;
	line-height: 1.4;
	color:white;
	display:block;
	margin-top:10px;
	text-transform:none;
}

p.brand {
    font-size: 10px;
    margin: 6px 0 0;
}

p.brand a:hover{
	color:#3a8fe6;
}

/***************************************************
			    Main containers
***************************************************/

article {
    margin: 0 auto;
    position: relative;
    width: 936px;
}

div.content {
    margin: 0 auto;
    position: relative;
    width: 936px;
}


.group1 {
	float: left;
	width: 200px;
	position: relative;
	background:transparent;
	padding:15px;
	margin-bottom:10px;
}
	
.group2 {
	float: left;
	width: 200px;
	position: relative;
	background:transparent;
	padding:15px;
	margin-bottom:10px;
}
	
.group3 {
	float: left;
	width: 200px;
	position: relative;
	background:transparent;
	padding:15px;
	margin-bottom:10px;
}

.group4 {
	float: left;
	width: 200px;
	position: relative;
	background:transparent;
	padding:15px;
	margin-bottom:10px;
}

	
.group5 {
	float: left;
	width: 945px;
	position: relative;
	padding:15px;
	background:transparent;
}
	
.group6 {
	float: left;
	width: 945px;
	position: relative;
	padding:15px;
	background:transparent;
	margin-top:16px;
}
	
	
	
			
	
	
/***************************************************
				INTRO
***************************************************/	
	
#intro{
	width: 960px;
	position: relative;
	float: left;
	height:315px;
	padding:10px;
	background:#E9EAEB;
	margin-top:25px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top:-10px;
	margin-bottom:16px;
	margin-left:26px;



	}
	
.holder_content1 {
	position: relative;
	float: left;
	width: 100%;
	margin-top:6px;
	/*margin-bottom:30px;*/


	}
	
.holder_content2 {
	position: relative;
	float: left;
	width: 100%;
	margin-top:-12px;
	margin-bottom:20px;
	background-image:url(../images/top.png);
	background-position:left top;
	background-repeat:no-repeat;


	}
	
	
	
.holder_content_separator{
	margin-bottom:19px;
	}

	
	
/***************************************************
			        HEADER
***************************************************/
header{
	position: relative;
	float:left;
	width: 100%;
        background: url("/images/header-background.png") repeat-x scroll 0 0 #000000;
        height: 120px;

	}
	

/***************************************************
			        FOOTER
***************************************************/

footer{
	clear: both;
	position: relative;
	height: 100%;
	width: 100%;
        background: url("/images/footer-background.png") repeat-x scroll 0 0 #000000;
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#000000;
        text-shadow: 0 -1px 1px #000000;
        color: #777777;
        font-size: 11px;
        padding: 0 0 20px;
	}


.footer_midmenu{
        float:left;
        padding:12px;
        margin-top:15px;
        width:220px;
        margin-right:56px;
}


/***************************************************
				       MENU
***************************************************/

topnav{
	position:absolute;
	width:600px;
	height:40px;
	top:75px;
	right:-200px;

}


topnav ul li{
	float: left;
	line-height:normal;
	margin-left:15px;
}

topnav ul li a{
	font-size: 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	text-transform:capitalize;
	font-weight:normal;
	display:block;	/* IE6, IE7 line height fix */
	background-color:transparent;
	text-decoration:none;
	margin-top:3px;
	padding:5px;
	border-bottom: 3px solid #333333;
}

topnav ul li a:hover{
	color:#3a8fe6;
}

footer-mid-menu {
    float: left;
    width: 410px;
}

botnav ul li{
	float: none; 
	line-height:normal;
	margin-left:15px;
}

botnav ul li {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-weight:normal;
	display:block;	/* IE6, IE7 line height fix */
	background-color:transparent;
	text-decoration:none;
	margin-top:3px;
	padding:5px;
	border-bottom: 1px solid #333333;
}

botnav ul li a {
    background: url("/images/footer-bullet-arrow.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    cursor: pointer;
    padding-left: 10px;
}

botnav ul li a:hover{
	color:#3a8fe6;
        background-position: 0 -15px;
}

/***************************************************
				   SPECIFIC
***************************************************/

#logo{
	position:relative;
   	float:left;
   	top:-2px;
	left:6px;
	width:250px;
	height:110px;
	z-index:10000;
	

}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

/*
	Pagination
*/

.pagination {
	margin-top:100px;
	width:100px;
	position:absolute;
	top:180px;
	left:840px;
	z-index:1000;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.clear { clear: both; }
#contact_form {
	margin: 0 auto;
}

form {
	padding: 13px 0 0 0px;
}

#contact_form form {
	padding: 0px 0 0 0px !important;
}

#contact_form label {
	display: block;
	letter-spacing:2px;
}

#formLeft {
	float: left;
	width: 320px;
}

#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	text-align: center;
	margin: 13px 0 0 8px;
	font-size: 1.4em;
}

#formRight {
	width: 360px;
	float: right;
	padding-right: 44px;
}

#formRight textarea {
	width: 298px;
	height: 159px;
	display: block;
	margin: 0 0 0 20px;
	padding: 13px 0 13px 0;
	font-size: 1.3em;
}

.captcha {
	margin-top: 5px;
}
input.submit-button {
	float: right;
}
