@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 6px 0px; }

ol, ul { list-style-position: inside; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; padding-left: 20px; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; padding: 6px 0px; color: #666; }
h1 { font-size: 20px; padding-top: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

a:link, a:visited {
	color: #00f;
	font-weight: bold;
	text-decoration: none;
/*	font-size: 13px; */
}

a:hover, a:active {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #736357;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 7px 0px;
	height: 1px;
}

img { margin: 5px; border: none;  }

td { padding: 0 7px 7px 7px; }

form {
	border: none;
}

label {
	color: #000;
}

input {
	border: 1px solid #736357;
	padding: 1px;
}

textarea {
	border: 1px solid #736357;
	padding: 3px 5px 3px 4px;
}

.submit_btn {
	color: #736357;
	border: 2px solid #736357;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	padding: 0px;
}

.submit_btn:hover {
	color: #000;
	border-color: #000;
}


/*End Normalizing////////////////////////////////////////////////////////*/

/* UTILITY CLASSES */

.clear { clear: both; }

/* MAIN STRUCTURE */

body {
	background-color: #aaa;
/*	background-image: url(images/bkg_grad.jpg);
	background-repeat: repeat-x;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-left: solid 10px;
	border-right: solid 10px;
	border-bottom: solid 10px;
/*
	border-left: solid 8px;
	border-right: solid 8px;
	border-bottom: solid 8px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: repeat-y;
*/	
}

#header {
	width: 960px;
	height: 135px;
	background: #000;
	background-image: url(../_images/hwi-headerbkg.gif);
	background-repeat: no-repeat;
}

#nav {
	width: 800px;
	border-bottom: 1px solid #736357;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

#nav li {
	display: inline;
	padding-right: 20px;
}

#nav li a:link, #nav li a:visited {
	color: #000;
}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}

.current_page_item a {
	color: #ccc;	
}


#content {
	width: 860px;
	min-height: 426px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	padding: 0 50px;
}

#footer {
	width: 960px;
	min-height: 48px;
	clear: both;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	background: #000;
	margin: 0 auto;
}

#footer p {
	color: #aaa;
	padding-top: 20px;
	font-weight:normal;
	font-size:12px;
}

.topnav {
	text-align: right;
	padding: 16px 63px;
	font-size: 14px;
	margin: 0px;
}

ul.topnav {
	list-style-type: none;
}

ul.topnav li {
	display: inline;
	padding: 0 10px;
}

.topnav a:link, .topnav a:visited  {
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
/*	font-size: 14px;
*/	color: #aaa;
	font-weight: normal;
}

.topnav a:hover, .topnav a:active  {
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
/*	font-size: 14px;
*/	color: #fff;
	text-decoration: none;
}

.topnav a.downer {
	color: #ff0;
}

#sidebar {
	float: right;
	width: 30%;
/*	border-left: solid 1px #736357;
*/
	margin: 0px 0px 14px 20px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 15px;
}

#sidebar img { padding-top: 0; margin-top: 0; }

#sidebar a {
	font-size: 12px;
}

#sidebar a:hover {
	text-decoration: underline;
}


.quote {
	color: #000;
	font-size: 10px;
	line-height: 16px;	
}

.alignleft { padding-right: 14px; }

input.viperbutton {
	background: #666;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

div.homescoped {
	width: 165px;
	background: #000;
	color: #FF0;
	font-size:12px;
	margin: 8px 0;
	padding: 2px 5px;
/*	font-weight:bold; */
	text-transform: uppercase;
}

hr.paddhr {
	margin: 14px 0;
}