/*
CSS - Survey 21
*/

@import url("navigation.css");
@import url("footer.css");
@import url("jScrollPane.css");




/* GLOBAL */

h1, p, h2 {
	margin:0 0 10px 0;}

h1 { color: #222222; font-family: Verdana, Arial, sans-serif; font-size: 16px; text-transform: uppercase; letter-spacing: 3px; font-weight: normal; }

img {
	border:none;}

* {
	padding: 0;
	margin: 0;}

a {
	color:#b71629;
	text-decoration:none;}

a:hover {
	text-decoration:underline;}

body {
	margin: 0;
	padding: 0;
	background: #282723 url(../images/bg-repeat.gif) repeat-x top;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;}
body.contact-form-body {background:#EBEAE6 url(../images/bg-text.gif) repeat-x top;}

h2 {
	color:#b71629;
	font-size:1.2em;
	text-transform:uppercase;}

h3 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 15px;
}

h4,h5,h6 {
  font-size: 1em;
  color: #000;
  margin-bottom: 15px;
}

.red { color: #B71629; font-weight: bold; }

.clear {
	display: block;
	clear: both;
}

.space {
  border: none;
  border-top: 1px dashed #C0C0C0;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
}

.vertCen { padding-top:127px; }

ul#no-list { padding: 0 !important; }
ul#no-list li { background: none; padding: 10px 0 0; border-top: 1px solid #ccc; }
ul#no-list li.noline { border: 0; padding: 0; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
	display: block;
	border: 2px solid #ccc;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
	display: block;
	border: 2px solid #ccc;
}

.h1 { color: #222222; font-family: Verdana, Arial, sans-serif; font-size: 16px; text-transform: uppercase; font-weight: normal; }
.h2 {
	color:#b71629;
	font-size:1.2em;
	text-transform:uppercase; }



/* LAYOUT */

#container {
	margin: 0 auto;
	padding: 0;
	width: 850px;}

#container-home {
	margin: 0 auto;
	width: 1050px;
}

#header {
	width:850px;
	height:107px;
	background:#292826 url(../images/bg-header.gif) repeat-x top;
	position:relative;
}

#container-home #header {
  width: 1050px;
}

#logo {
	float:right;
	margin:29px 0 0 0;}

#content {
	width:850px;
	/*background:#000 url(../images/core/content-bg.gif) repeat-x; */
	background:#EBEAE6 url(../images/bg-content.gif) 0 0 repeat-y;
}

#container-home #content {
	width: 1050px;
	background:#292826 url(../images/core/content-bg.gif) repeat-x;
}

#content-left {
	width:435px;
	height: 550px;
	overflow: hidden;
	float:left;}
	
#content-left-profile {
	width:435px;
	height: auto;
	float:left;
}
	
#content-left-profile .box {
	width: 190px;
	margin: 10px 0px 10px 10px;
	_margin: 10px 0 10px 7px;
	padding: 10px 0px 0px 5px;
	color: #FFFFFF;
	font-size: 1em;
	float: left;
	display: block;
	background-color: #282725;
	border: 1px solid #333333;
}

/* for IE */
/*\*/
* html div#content-left-profile .box {}
* html div#content-right, * html div#scroll {
}/**/


#content-left-profile .box img {
	float: left;
	padding: 0 10px 5px 5px;
}
	
#scroll {
	width:385px;
	float:left;
	padding:15px;
	font-size:1.1em;
	min-height: 520px;
	background:#EBEAE6 url(../images/bg-text.gif) repeat-x top;
}

.holder {
	float: left;
}

.scroll-pane {
	width: 375px;
	height: 475px;
	overflow: auto;
	float: left;
	padding-right: 5px;
}

#scroll-profile {
	width:820px;
	padding:15px;
	font-size:1.1em;
	min-height: 520px;
	background:#EBEAE6 url(../images/bg-content.gif) 0 0 repeat-y;
}

#content-right {
	width:385px;
	float:left;
	padding:15px;
	font-size:1.1em;
	background:#EBEAE6 url(../images/bg-text.gif) repeat-x top;
	min-height: 520px;
}

.gallery-row {
	margin:0 0 10px 0;}
	
.gallery-pic {
	float:left;
	width: 125px;
	text-align:center;
}
	
.gallery-pic img {
	margin:0 0 5px 0;}	
	
.gallery-pic a	{
	text-decoration:none;}
	
.contact-address {
	float:left;
	width:167px;}
	
	
/* CONTACT FORM */	
	
#contact-form {
	width:315px;
	padding:0 20px 20px 0;
	border-bottom:1px solid #333;
	margin:0 0 20px 0;}

.contact-form-row {
	width:310px;
	margin:0 0 5px 0;}
	
.contact-form-left {
	width:80px;
	float:left;}

.contact-form-right {
	width:200px;
	float:left;
	padding:0 0 0 20px;}

.field {
	width:198px;
	border:1px solid #d4d5d8;
	background:#fdfdfd;
	height:20px;}
	
	

/* TEXT STYLES */

#content ul {
	list-style-type:none;
	padding:0 0 16px 10px;}
	
#content li {
	padding:0 0 0 12px;
	background:url(../images/li-dot.gif) no-repeat 0px 5px;}

span#under { text-decoration:underline; }

ul.downloads {list-style:none;}
ul.downloads li{padding:0 0 5px 25px !important; background:url(../images/icon-file.gif) no-repeat 0 0 !important;}
ul.downloads li.pdf{padding:0 0 5px 25px !important; background:url(../images/icon-pdf.gif) no-repeat 0 0 !important;}
ul.downloads li.doc{padding:0 0 5px 25px !important; background:url(../images/icon-word.gif) no-repeat 0 0 !important;}

/* CLEARFIX */

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear { clear: both; display: block; }

table td {
  vertical-align: top;
}

ul.nospaces { margin-top: 0px !important; margin-bottom: 5px !important; padding-top: 0px !important; padding-bottom: 0px !important; }
p.nospaces2 { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }

#thankyoucontent {
	width:750px;
	padding:15px;
	font-size:1.1em;
	background:#EBEAE6 url(../images/lightning.jpg) no-repeat 0 0;
	min-height: 520px;
}


#thankyouright {float:left; width:250px; margin-left:300px;}


.desc {clear:left; padding:5px 0;}

.captcha-container{float:left; margin:0 0 3px 100px; padding:5px 0 0 0 !important;}