@charset "utf-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol,ul,dl
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes border spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border: 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align: left; }

/* Removes quotation marks from q */
q:before,q:after
{ content: ''; }

/* !CSS Document */

html {
	width: 100%;
	height: 101%;
	margin-bottom: 1px;
	background: #000;
	text-align: center;
}

body {
	position: relative;
	width: 932px;
	height: auto;
	margin: 0 auto;
	font-family: "Century Gothic";
	font-size: .625em;
	text-align: left;
}

div#container {
	position: relative;
	width: 100%;
	height: auto;
}

div#contentArea {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

div#branding {
	position: relative;
	width: 100%;
	height: 350px;
	background: transparent url('../images/bg/banner.jpg') 0 0 no-repeat;
	z-index: 0;
}

div#hookForGraphic {
	display: inline-block;
	top: 400px;
	width: 100%;
	height: auto;
	background: transparent url('../images/bg/borders.png') 0 0 repeat-y;	
}

div#content {
	position: relative;
	width: 822px;
	height: auto;
	padding: 40px 35px 0;
	margin: 0 auto;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000;
	background: #fff;
}

div#col_2Lv1 {
	position: relative;
	width: 195px;
	height: 100%;
	z-index: 10;
	margin-right: 9px;
}

div#col_2Rv1 {
	position: relative;
	width: 617px;
	height: auto;
	float: right;
	z-index: 10;
}

div#col_2Lv2 {
	position: relative;
	width: 462px;
	height: 100%;
	z-index: 10;
	margin-right: 9px;
}

div#col_2Rv2 {
	position: relative;
	width: 350px;
	height: auto;
	float: right;
	z-index: 10;	
}

div#footer {
	
}

/* !Typography */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.5em;
	color: rgb(230, 90, 37);
}

h1#pageTitle {
	text-transform: uppercase;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

/* !Lists */

div#content ul {
	padding-bottom: 1em;
}

div#content ul li {
	padding-bottom: .5em;
}

/* !Links - standard */

a:link, a:visited, a:active {
	color: #E94415;
	text-decoration: none;
}

a:focus, a:hover {
	color: #E4AB37;
}

/* !Misc */

#clear,
.clear {
	clear: both;
	height: 1em;
}
