@charset "utf-8";
/* CSS Document */

/*RESET*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*HTML EDITS*/
html, body {
	background-color: #131313;
	background-image: url(../layout_assets/branding_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0px;
	padding:0px;
}

p {
	line-height: 17px;
	padding: 5px 0px 10px 10px;
}

p.contact_info {
	font-size: 14px;
}

h1 {
	background-color: #333333;
	height: auto;
	width: 890px;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #666666;
}

h3 {
	padding-top: 5px;
	font-size: 16px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #0099FF;
	text-decoration: none;
}

/*SITE SPECIFIC DIVS*/
#container {
	width:900px;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#branding {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#branding_bg {
	background-color: #333333;
	margin: auto;
	height: auto;
	background-image: url(../layout_assets/branding_bg.jpg);
	background-repeat: repeat-x;
}

#nav_supp {
	background-color: #131313;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 5px 5px 5px 10px;
}

#content {

}

.content_supp {
	float: left;
	background-color: #131313;
	min-height: 120px;
	width: 150px;
	margin-right: 7px;
	margin-left: 7px;
	padding: 8px;
	font-size:11px;
	color: #666666;
}

#content_main {
}

/* FOOTER ********************/
#site_info {
	width: 900px;
	text-align: left;
	color: #999999;
	background-color:#575757;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#clear_footer {
	clear: both;
	height: 10px;
}

#site_info p {
	float: left;
	width: 500px;
	line-height: 12px;
	text-align: left;
	font-size: 11px;
	color: #999999;
}

#site_info span {
	float: right;
	margin-top: 10px;
}


#site_info a:link {
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}

#site_info a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #fff;
}

#site_info a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #999999;
}

/* FLOATS ********************/

.pic_left {
	float: left;
}

.pic_right {
	float: right;
	clear: both;
}
