/***** Global *****/
/* Reset */
html{color:#000;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Background Image */
* { margin: 0; padding: 0; }
        
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


/* Body */
	body {
		font-size: 112.5%; /* Base font size: 14px */
		font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */

h1 {font-size: 1.5em}    /* 24px */
h2 {font-size: 1.438em}	 /* 23px */
h3 {font-size: 1.375em}	 /* 22px */
h4 {font-size: 1.313em}	 /* 21px */
h5 {font-size: 1.25em}	 /* 20px */
h6 {font-size: 1.188em}	 /* 19px */

h1,h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: .8em;
	color:#000;
}

/* Paragraphs */
p {margin-bottom: 1.25em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

/* Links */
a:link,a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* Lists */
ul {
	margin:0 0 0 30px;
	padding:15px 0 15px 30px;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Clear */
.clear { clear:both; }

/* General */
#wrapper {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -500px;
}
#container-top {
	width: 995px;
	height: 25px;
	background: url('../images/body-top.png') no-repeat;
}
#container-mid {
	width: 979px;
	background: url('../images/body-mid.png') repeat-y;
	padding:0 9px 0 7px;
}
#container-btm {
	width: 995px;
	height: 25px;
	background: url('../images/body-btm.png') no-repeat;
}
.shim {
	height: 25px;
	clear:both;
}

/* Header */
#header {
	width:980px;
	margin:0 auto;
	padding:0;
}
#logo {
	float: left;
	width:211px;
	height:100px;
	padding:0 0 25px 25px;
}

/* Navigation */
#mainnav {
	width:980px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}
.menu1,.menu2,.menu3,.menu4 {
	width:230px;
	height:39px;
	float:left;
	padding:0 0 0 10px;
}
.menu1 {
}
.menu2 {
}
.menu3 {
}
.menu4 {
}
#sub1,#sub2,#sub3,#sub4 {
	width:980px;
	height:50px;
}
#sub1 ul,#sub2 ul,#sub3 ul,#sub4 ul {
	margin:0;
	padding:10px 0 0 0;
}
#sub1 ul li,#sub2 ul li,#sub3 ul li,#sub4 ul li {
	list-style:none;
	margin:0;
	padding:0 20px;
	display:inline;
	color:#fff;
}
#sub1 ul li a:link,#sub1 ul li a:visited,#sub2 ul li a:link,#sub2 ul li a:visited,#sub3 ul li a:link,#sub3 ul li a:visited,#sub4 ul li a:link,#sub4 ul li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#sub1 ul li a:hover,#sub2 ul li a:hover,#sub3 ul li a:hover,#sub4 ul li a:hover {
	text-decoration:underline;
}
#sub1 {
	background:#ce242b;
}
#sub2 {
	background:#b0acb0;
}
#sub3 {
	background:#231f20;
}
#sub4 {
	background:#c3922e;
}

/* Content */

#leftcolumn {
	float:left;
	width:202px;
	height:500px;
	margin:0 0 0 30px;
	padding:50px 0 0 0;
	background:url('../images/quote-bg.png') no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#leftcolumn p{
	font-size:.85em;
	margin-bottom:1em;
	padding-left:10px;
	padding-right:10px;
}
.pullquote {
	padding:50px 0 0 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
}
#maincontent {
	margin:0 10px 0 20px;
	padding:20px 0 0 0;
	float:left;
	width:710px;
}

.imgshadow{border:2px solid #fff;box-shadow:0px 0px 10px #888;}

.imgleft{float:left;margin:0 20px 0 0}

.imgright{float:right;margin:0 0 0 20px}
/* Contact Form */


#contactform label { display: inline-block; float: left; line-height: 26px; width: 200px; font-size: 1.1em; /* -moz-border-radius:5px; -webkit-border-radius:5px; */ }
#contactform input, #contactform textarea, #contactform select { width: 260px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.1em 'Ubuntu', Helvetica, Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; } 
#contactform input.radio { width: 25px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.1em 'Ubuntu', Helvetica, Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contactform input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contactform input.submit { width: 85px; cursor: pointer; border: 1px solid #e5a200; background:#e7bb51; color:#fff; }
#contactform input.submit:hover { background:#dfaf3b; }
#contactform input[type="checkbox"] { background:#fff; border:none; width:50px;}
#contactform input[type="submit"][disabled] { background:#888; cursor: default; }
#contactform fieldset { padding:20px; /* border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; */ }
#contactform legend { padding:7px 10px; font-weight:bold; color:#fff; /* border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; */ margin-bottom:0 !important; }

#contactform span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#contactform acronym { /* border-bottom:1px dotted #ccc; */ }

/* Footer */
#footer {
	width:980px;
	color:#000;
	font-size:.8em;
}
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}