body {
	margin: 0;
	padding: 0;
	font-family: "myriad-pro", arial;
	font-size: 0.9em;
	line-height: 1.5em;
	background: rgb(28,28,28) url(../images/back.jpg) top left repeat;
	color: white;
	}
	
.clear {
	clear: both;
	}
	
h1 {
	font-size: 20pt;
	font-weight: normal;
	line-height: 30px;
	font-family: "news-gothic-standard", arial;
	}
	
h2 {
	font-size: 17pt;
	font-weight: normal;
	color: rgb(242,36,17);
	line-height: 28px;
	font-family: "news-gothic-standard", arial;
	}

h3 {
	font-size: 15pt;
	font-weight: normal;
	font-family: "news-gothic-standard", arial;
	}

h4 {
	font-size: 15pt;
	font-weight: normal;
	line-height: 18pt;
	margin-bottom: 8px;
	font-family: "news-gothic-standard", arial;
	}

h5 {
	font-weight: 16pt;
	font-weight: normal;
	}

h6 {
	font-weight: normal;
	font-size: 15pt;
	color: rgb(242,36,17);
	margin: 0;
	padding: 10px 0;
	font-family: "news-gothic-standard", arial;
	}	
	
a {
	color: rgb(248,193,0);
	}
	
#wrapper {
	width: 1042px;
	margin: 0 auto;
	background: url(../images/wrap-back.png) top left repeat-y;
	padding: 1px 0 0 0;
	}
	
#container {
	border-top: 7px solid rgb(248,193,0);
	width: 1020px; 
	margin: -1px auto 0 auto;
	padding: 1px 0 1px 0;
	background: url(../images/cont-back.png) top left repeat;
	}
	
#header {
	padding: 1px 0 0 0;
	}
	
#logo {
	float: left;
	width: 270px;
	height: 72px;
	margin: 25px 0 25px 25px;
	padding: 1px 0 0 0;
	}
	
#slider {
	border-top: 5px solid rgb(15,15,15);
	}
	
#quote {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	background: url(../images/sep.jpg) bottom left repeat-x;
	padding: 20px 0 30px 0;
	width: 890px;
	margin: 0 auto 40px auto;
	}
	
body#internal #quote {
	width: 960px;
	padding: 0 0 10px 0;
	margin: -15px auto 10px auto;
	}
	
#columns {
	padding: 1px 0 40px 0;
	}
	
.cblock {
	float: left;
	width: 260px;
	margin: 0 20px 0 60px;
	padding: 0 0 0 0;
	}
	
#left-column {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 640px;
	}
	
#right-column {
	float: right;
	margin: 0 30px 0 0;
	padding: 20px 0 0 0;
	width: 270px;
	}
	
#side-block {
	border-top: 4px solid rgb(248,193,0);
	border-bottom: 4px solid rgb(248,193,0);
	margin: 60px 0;
	padding: 30px 0;
	}
	
#footer {
	background: url(../images/foot-back.png) top left repeat;
	width: 1020px; 
	margin: 0 auto;
	padding: 1px 0 1px 0;
	}
	
#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.block {
	float: left;
	padding: 10px 40px;
	height: 200px;
	margin: 20px 0;
	max-width: 300px;
	}
	
.border {
	background: url(../images/foot-bar.jpg) top right repeat-y;
	}
	

	
#bottom {
	text-align: right;
	background: url(../images/bottom-back.png) top left repeat;
	width: 990px; 
	margin: 0 auto;
	padding: 10px 30px 10px 0;
	color: rgb(195,195,195);
	}
	
/* Top Nav */

#nav {
	float: right;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	margin: -25px 15px 0 0;
	}

#nav li a {
	display: block;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 1.125em;
	padding: 10px 13px;
}

#nav li a:hover, #nav li.selected a {
	background: url(../images/nav-a-back.jpg) top left repeat-x;
	color: rgb(37,37,37);
	}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: rgb(17,17,17);
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a {
	width: 174px;
	font-size: 90%;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ==== Form Primarily the contact form ==== */

form {
        line-height: 2.25em;
        border: 1px solid rgb(30,30,30);
         background: url(../images/cont-back.png) top left repeat;
        width: 450px;
        padding: 10px 0 40px 80px;
        margin: 0 auto;
        }

#form2 {
        line-height: 2.25em;
        border: 0px solid
        width: 450px;
        padding: 10px 0 40px 80px;
        margin: 0 auto;
        }