/* --------------------------------------------------------------------------
	Blanket rules for the entire website
-------------------------------------------------------------------------- */
body {
	font: 1em Arial, Helvetica, sans-serif;
	}
h2 {
	color:#999;
	padding: 10px;
	margin-top:10px;
	margin-bottom:0;
	padding-left:50px;
	font: normal 1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#wrapper {	
	background: #FFF;
	margin: 0px auto;
	padding: 0px 0px 0px 13px;
	width: 975px;
}

#header {
}
p {
	font-size:0.9em;
	padding: 3px 50px;
}
#content {
	background: #FFFFFF url(../images/shared/content_bg.png) repeat-y bottom;
	margin:0;
	padding:0;
	margin-top:-46px;
}

#topcap {
	background: url(../images/shared/topcap.png) no-repeat;
	height:202px;
}
#topcap h1 {
	position:relative;
	top:-60px;
	left:50px;
	color: #F7FBFE;
	font: lighter 28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
#topcap img {
	margin-top:-28px;
}
.pagetype2 #topcap h1 {
	color:#F90;
}
.pagetype3 #topcap h1 {
	color:#AAA;
}
.pagetype4 #topcap h1 {
	color:#786105;
}
.pagetype5 #topcap h1 {
	color:#FA7F00;
}
.colA {
	width:280px;
	float:left;
	padding-top:20px;
}
.colB {
	float:left;
	width:670px;
	padding:40px 20px 20px 0px;
	margin:0px;
}
.colB p {
	margin:0;
	padding:10px;
}
.colB h2 {
	padding-left:10px;
}

.cleared {
	clear:both;
	margin:0;
	padding:0;
	border:none;
}

#content #botcap {
	background: url(../images/shared/botcap.png) no-repeat;
	clear:both;
}

#footer {
}

/* -------------------------------------------------------------------------
	Positioning of the Clearcut Design Logo
-------------------------------------------------------------------------- */
/*#logotop {
	float:left;	
	position: relative;
	top:20px;
	left:-14px;
	z-index:100;
	border:none;
	}*/
#logotop {
	float:left;	
	position: relative;
	top:11px;
	left:-31px;
	z-index:100;
	border:none;
	}

/* ---------------------------------------------------------------------------
	Rules for the footer
--------------------------------------------------------------------------- */
#footer {
	clear:left;
	left: 7px;
	font: 0.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align:center;
	padding-left: 15px;
	}
	
/* ---------------------------------------------------------------------------
	Logo on the splash page
--------------------------------------------------------------------------- */
.home_thumb {
	width: 300px;
	margin:30px 20px 10px 10px;
	float:left;
	background:#FFF;
	overflow: hidden;
	position: relative;
}
.home_thumb img{
	border:0;
}
.home_thumb a {
	text-decoration:none;
}
.home_thumb h2 {
	margin:5px 0px 7px 0px;
	padding:4px 0px 4px 10px;
	color:#FFF;
	font: lighter 22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FF4D00;
	border:1px solid #fff;
}
.home_thumb h2:hover {
	background:#F90;
	border:1px dotted #000;
}

fieldset {
	border:1px dotted #333;
	border-right:none;
	margin-left:50px;
	margin-top:30px;
	padding:10px;
	color:#F98B02;
	background: url(../images/contact_form_bg2.jpg) repeat-x left top;
}

.img_left {
	position:relative;
	float:left;
	margin: 20px 25px 25px 50px;
	padding: 0;
}

p.adv {
	color:#666;
	padding-bottom:0px;
	margin-bottom:-10px;
}
