@charset "utf-8";
/* CSS Document */

*, body{
	padding:0;
	margin:0;
}

body{
	background:#fff url(../images/inner/bg.png) repeat-x;
	font-family:Arial,Verdana,sans-serif;
	font-size:13px;
	color:#555242;
}

a, a:visited{
	color:#06C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	height:30px;
}

/* HEADER
===============================================*/

#header{
	width:960px;
	margin:0 auto;
	background:url(../images/general/header.png) no-repeat;
	height:98px;
}

/* NAV
===============================================*/
#nav {
	color:#FFF;
	float:right;
	margin-top:35px;
	margin-right:100px;
}
#nav a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	padding:0px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
	text-transform:uppercase;
}
#nav a:hover{
	text-decoration:underline;
}

/* CONTENT
===============================================*/

#content-wrapper{
		background:#fff url(../images/inner/content_bg.jpg) repeat-x;
		overflow:hidden;
}
#content-inner{
	margin:0 auto;
	width:960px;
}
#col1{
	float:left;
	width:648px;
	padding:10px;
	border-right: solid 1px #CCC;
}
#col2{
	float:left;
	width:270px;
	padding:10px;
	
}

.headline{
	background:transparent url(../images/inner/headline_submenu_bg.gif) no-repeat scroll center bottom;
	height:78px;
	padding-top:30px;
	width:960px;
	margin-bottom:5px;
	
}
.headline h1{
	font-size:40px;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:17px;
	padding-left:10px;
}

.intro{
	margin:15px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;

}

.grey-vert-divider{
	float:left;
	width:2px;
	min-height:600px;
	background:url(../images/inner/grey-line.png) repeat-y;
}

blockquote{
	margin-left:20px;
	margin-bottom:5px;
	
}
.small{
	font-size:10px;
}

/* FOOTER
===============================================*/
#footer-divider{
	background:url(../images/home/footer-div.png) no-repeat;
	clear:both;
	height:30px;
	margin:0 auto;
	width:960px;
}
#footer{
	height:30px;
	/*	background-color:#BB2028;*/
	margin:0 auto;
	width:960px;
	font-size:10px;
	overflow:visible;
	clear:both;
}
#footer-left{
	float:left;
	width:380px;
}
#footer-right{
	float:right;
}

/* TYPOGROPHY
===============================================*/
H2{
	color:#386B9F;
	margin-bottom:8px;
	font-size:16px;
	text-transform:uppercase;

}
.error {	color: #990000;	background-color: #FFF0F0; padding: 7px; margin-top: 5px; margin-bottom: 10px; border: 1px dashed #990000; }

/* FORM
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

form { padding-bottom:1.5em }
form td {vertical-align:middle;}
fieldset { padding-top:10px; text-align:center}
input, label, textarea { color:#666; padding:3px; text-align:left; display:block }
input, textarea { width:200px; background:#fff; border: 1px solid #CCC; font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif }
	input:focus, textarea:focus { border:1px solid #7B970C }
form ul { padding:10px; }
form li  { padding:0; margin:0; background-image:none }

	li.formButtons { padding-top:10px }
	
	/* --- Buttons --- */
	a.btn, button.btn { position:relative; cursor:pointer; color:#fff !important; text-decoration:none !important; overflow:visible; text-align:center; background:transparent center  top no-repeat;}	
	a.btn{ width:125px; height:37px; line-height:35px;  font-size:1.4em; background-image:url(/images/btnLarge.png); display:block }
	a.btn:hover { background-position:right bottom }	
	button.btn { width:60px; height:22px; line-height:20px;  font-size:1.0em; }
	button.submit { background-image: url(/images/general/btnSubmit.png) }
	button.reset { background-image: url(/images/general/btnReset.png) }



/* PAGES
===============================================*/

/* Portfolio */
body.portfolio #col1 img{
	padding-bottom:5px;
}
body.portfolio #col1 .left{
	float:left;
	width:306px;
	font-size:12px;
	padding:8px 8px 20px 8px;
}
body.portfolio #col1 .right{
	float:right;
	width:306px;
	font-size:12px;
	padding:8px 8px 20px 8px;
}

/* More */

body.more #col2{
	padding-top:30px;
	background:url(/images/general/contact-bg.png) no-repeat;
	 background-position: 5px 5px;

}



