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

body {
	margin:0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	background:#969696 url(../images/main_bg.png) top repeat-x;
}

img {
	border:none;	
}

#container {
	width:944px;
	margin:0 auto;	
}

#header_top {
	width:944px;
	min-height:20px;
	height:20px;
	background-color:#333333;
}

#header {
	padding-top:20px;
	width:944px;
	min-height:130px;
	height:130px;
	text-align:center;
	background-color:#ffffff;	
}

#content_wrap {
	width:944px;
	/*min-height:300px;
	height:300px;*/
	background-color:#666666;
}

#nav {
	width:195px;
	float:left;
	background-color:#666666;
}

.nav_link {
	width:195px;
	min-height:50px;
	height:50px;
	display:block;
	color:#ffffff;
	font-family: 'Carrois Gothic', sans-serif;
	background:url(../images/nav_bg.png) top center no-repeat;
	/*background-color:#000000;	*/
}

.nav_link:hover {
	background:url(../images/nav_bg.png) 0 -50px no-repeat;
	/*background-color:#000000;	*/
}

.nav_link a {
	display:block;
	width:165px;
	height:20px;
	padding:15px;
	color:#ffffff;
	text-decoration:none;	
}

#content {
	width:749px;
	float:right;
}

#slide {
	width:749px;
	min-height:300px;
	height:300px;
}

#main {
	background-color:#f9f9f9;	
	padding:15px 15px 30px;
}

#copy {
	padding:15px;
	width:480px;
	float:left;	
	border:1px solid #c9c9c9;
	box-shadow: 0px 1px 2px 1px #d9d9d9;
}

#copy h4 {
	margin:0 0 1em;
	font-family: 'Carrois Gothic', sans-serif;
	font-size:1.5em;
	font-weight:normal;
}

#copy p {
	font-size:0.9em;	
}

#quote {
	padding:15px;
	width:150px;
	float:right;
	border:1px solid #c9c9c9;
	box-shadow: 0px 1px 2px 1px #d9d9d9;
}

#quote p#head {
	margin:0;
	font-size:0.75em;
}

#quote p {
	margin-bottom:0.3em;
	font-size:0.75em;
}

#quote .textbox {
	padding:2px;
	width:146px;
	border:1px solid #c9c9c9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#quote #description {
	padding:2px;
	width:146px;
	border:1px solid #c9c9c9;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#quote #submit {
	margin-top:15px;
}

#quote_thanks {
	color:#0d2661;	
}

#footer {
	padding:10px 0;
	width:944px;
	background-color:#333333;
}

#footer p {
	margin:0;
	text-align:center;
	color:#ffffff;
	font-size:0.7em;	
}

/* MISC */

.clear {
	clear:both;	
}