
* { margin:0; padding:0; } option select { padding:0 3px; }

body {
	background: #069 url(../images/bg_body.gif) repeat-x 0 0;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
}

#wrapper {
	width:797px;
	margin:0 auto 10px;;
	background:url(../images/bg_container.jpg) repeat-y 0 0;
}

#container {
	background:url(../images/bg_container-top.jpg) no-repeat 0 0;
	padding:17px 17px 0;
	min-height:400px;
}

.legal #container {
	background:url(../images/bg_legal.jpg) no-repeat 0 0;
	padding:17px 17px 0;
	min-height:376px;
}

#header {
	height:107px;
	background:url(../images/bg_header.jpg) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serifserif;
	font-variant:small-caps;
}

h1 a.logo {
	display:block;
	width:309px;
	height:107px;
	margin:0 0 0 10px;
	background:url(../images/bg_logo.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

#header p {
	width:300px;
	padding:35px 10px 0 0;
	float:right;
	color:#cf4b31;
	font-size:14px;
	text-align:right;
	font-weight:normal;
	letter-spacing:1px;
}

#header p span {
	color:#c30;
	font-size:16px;
	letter-spacing:1px;
}

#header p em {
	font-style:normal;
}

#header p a {
	color:#c30;
	font-size:14px;
	text-decoration: none;
	letter-spacing:1px;
}

#header p a:hover {
	color:#09f;
}

/* =NAV
================================================ */
#nav {
	clear:both;
	height:31px;
	background:url(../images/bg_nav.jpg) no-repeat center;
	list-style:none;
	padding:0 40px;
	font-size:0.9em;
}

#nav li {
	height:31px;
	width:20%;
	float:left;
	text-align:center;
}

#nav li a {
	padding:8px 0 0;
	height:23px;
	display:block;
	color:#dff;
	text-decoration:none;
	width:100%;
	font-weight:bold;
}

#nav li a:hover {
	color:#fff;
	text-decoration:underline;
}

#placeholder {
	margin:0;
	padding:0 6px 5px;
	height:234px;
	background: url(../images/placeholder.jpg) center top;
	text-align:center;
}

#placeholder embed {
	position:relative;
	margin:0 auto;
}

#placeholder #noflash {
	background: url(../images/noflash.png) center 0px;
	height:234px;
	width:434px;
	padding-left:317px;
	position:relative;
	text-align:left;
}

#placeholder #noflash h2 {
	color:#fff;
	padding:5px 45px 0;
	font-size:18px;
}

#placeholder #noflash p {
	color:#fff;
	margin:0;
	padding:5px 65px;
	font-size:12px;
}

#placeholder #noflash ul {
	position:absolute;
	right:0;
	bottom:0;
	height:108px;
	width:434px;
	margin:0;
	padding:0;
	list-style:none;
}

#placeholder #noflash ul li {
	height:27px;
	width:434px;
	background: url(../images/noflash.png) right -322px;
}

#placeholder #noflash ul li.button2 {
	background: url(../images/noflash.png) right -295px;
}

#placeholder #noflash ul li.button3 {
	background: url(../images/noflash.png) right -268px;
}

#placeholder #noflash ul li.button4 {
	background: url(../images/noflash.png) right -239px;
}

#placeholder #noflash ul li.noBG {
	height:27px;
	background:none;
}

#placeholder #noflash ul li a {
	padding:7px 0 7px;
	height:14px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#placeholder #noflash ul li.button1 a { padding-left:35px; }
#placeholder #noflash ul li.button2 a { padding-left:55px; }
#placeholder #noflash ul li.button3 a { padding-left:65px; }
#placeholder #noflash ul li.button4 a { padding-left:70px; }

#placeholder #noflash ul li a:hover {
	color:#eef;
}

/* =SIDEBAR
==================================================== */
#sidebar {
	float:right;
	width:176px;
	padding:15px 10px 0;
	font-size:0.8em;
}

#sidebar fieldset { border:0; }
#sidebar fieldset div { padding:0 0 5px; }
#sidebar label { font-weight:bold; color:#000; padding:0 0 2px 2px; }
#sidebar #contact_info input, #sidebar #contact_info textarea { width:160px; }
#sidebar #contact_info textarea { height:3.6em; }
#sidebar .submit { margin:5px 10px 0 0; text-align:center; }
#sidebar form>.submit { background:url(../images/btn_sendmessage-o.png) no-repeat center top; height:31px; } /* Hide from IE6 JIC */
#sidebar #quick_submit:hover { opacity:0; } /* Not going to support IE, causes a weird shift */

/* =CONTENT
==================================================== */
#content {
	padding:20px 25px 0;
	margin-right:197px;
	font-size:0.8em;
}

#content2 {
	padding:20px 10px 0;
	font-size:0.8em;
}
h2 {
	color:#d82a01;
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
	color:#ff3201;
}

p {
	padding:5px;
}

ul, ol, dl {
	padding:5px 20px;
}

strong {
	color:#000;
}


/* =FOOTER
==================================================== */
#footer {
	background:url(../images/bg_footer.jpg) no-repeat left bottom;	
	padding:15px 27px;
	height:18px;
	font-size:0.8em;
	color:#009ae7;
	clear:both;
}

#footer a {
	color:#009ae7;
	padding:0.25em;
}

#footer .copy {
	float:right;
	color:#000;
}

.init { display:none; }
