/*
Theme Name: Company Name
Theme URI: http://smackhappydesign.com/
Description: For web design.
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #960917;
	color: #790000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	font-family: Times, "Times New Roman", serif;
	line-height: 1.4em;
}
h1 {
	color: #1D642C;
	font-size: 1.6em;
}
h2 {
	color: #790000;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
}
h3 {
	color: #000;
	font-size: 1.2em;
}
h4 {
	color: #91BAB3;
}
h5 {
	color: #D6AD0C;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.gif');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #000;
	cursor: pointer;
}
a:visited {
	color: #333;
}
a:hover, a:active {
	color: #555;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#container {
	background: #fbcb83;
	border: 10px solid #bf1e2e;
	border-top: 0;
	border-bottom: 0;
	font-size: .8em;
	float: left;
}
#header {
	background: url("images/big_star.png") top center no-repeat;
	margin: 0 auto;
	position: relative;
	width: inherit;
}
* html #header {background: url("images/ie/big_star.gif") top center no-repeat;}
#header h1 {
	display: none;
}
#logo {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 10;
}


#navigation {
	background: #bf1e2e;
	float: left;
	font-size: 1.2em;
	margin: -126px 0 0 0;
	text-align: center;
	width: 940px;
	z-index: 2;
}
#navigation ul {
	font-weight: 600;
	margin: 0 auto;
	width: 800px;
}
#navigation ul li {
}
#navigation a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	background: #960917;
}

#content { 
	width: 100%;
}
.section {
	padding: 0 130px 130px;
	text-align: left;
  width: 680px;
}
.arrow-right {background: url("images/big_arrow_right.png") bottom right no-repeat;}
.arrow-left {background: url("images/big_arrow_left.png") bottom left no-repeat;}
* html .arrow-right {background: url("images/ie/big_arrow_right.gif") bottom right no-repeat;}
* html .arrow-left {background: url("images/ie/big_arrow_left.gif") bottom left no-repeat;}
.section.last {padding-bottom: 30px;}

.about-left {
	float: left;
	width: 290px;
}
.about-right {
	float: left;
	width: 390px;
}


#footerContainer {
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	color: #444;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: right;
}
#footer ul {
	float: left;
	font-weight: 800;
}
#footer li {
}
#footer a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.copyright {
	font-size: .8em;
	margin-right: 20px;
}


/* ------ standard classes -------- */
a.callOut {
	font-size: 1.1em;
	font-weight: 800;
}
.backtotop {
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
}
.backtotop a {
	background: url("images/small_arrow.png") right center no-repeat;
	color: #be7506;
	padding: 4px 20px 4px 2px;
	font: italic 1.2em Times, "Times New Roman", serif;
	text-decoration: none;
}
* html .backtotop a {background: url("images/ie/small_arrow.gif") right center no-repeat;}
.backtotop a:hover {background-color: #f6bd68;}
.column {
	float: left;
	margin: 0 1%;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left {float: left;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.pic {
    border: 5px solid #e99619;
		margin-bottom: 20px;
}
.pic.left {margin-right: 20px;}
.pic.right {margin-left: 20px;}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .nav li.right {float: right;}
.selected {font-weight: 600;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}



/* ------- buttons ------- */

button {
	background: url("images/button.png") center center no-repeat;
	border: 0;
	color: #082200;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	cursor: pointer;
	width: 175px;
}
a.button {
	background: url("images/button.png") center center no-repeat;
	color: #082200;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 175px;
}
a.button:visited {color: #082000;}