@charset "utf-8";
/* Begin Browser Resets */
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: 00;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Browser Resets */
/* Start HSGS CSS layout */
/*---Rules---*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/*---ID's---*/
#wrapper {
	width: 1075px;
	margin: 0px auto;
	margin-top: 10px;
}
#header {
	color:White;
	text-align:right;
	vertical-align:bottom;
	background-image:url(img/headings/index_head.png);
	background-repeat:no-repeat;
	background-color:#272727;
	position:relative;
	float: left;
	width: 1050px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
}
	
#leftcolumn_00 {
	background: #4d4d4d;
	float: left;
	width: 183px;
	height: 160px;
	padding: 10px;
	/*border: 1px solid #ccc;*/
	margin: 5px 5px 5px 0px;
}
#leftcolumn_01 {
	background: #4d4d4d;
	float:left;	
	width: 183px;
	height: 230px;
	padding: 10px;
	/*border: 1px solid #ccc;*/
	margin: 5px 0px 0px -11px;
	font-size:14px;
}
#rightcolumn {
	color: #333;
	background: #1c1c1c;
	float: left;
	width: 840px;
	height: 420px;
	/*border: 1px solid #ccc;*/
	margin: 5px 0px 5px 0px;
	padding: 10px;
}
#footer {
	color: White;
	background: #c62f2a;
	width: 1050px;
	clear: both;
	/*border: 1px solid #ccc;*/
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align:center;
	font-family:franklin Gothic Book, Arial, Helvetica, sans-serif;
	
	
}
#nav{
	list-style:none;		
}
#slideshow {
	width:620px;
	margin-left: 110px;
}
#contact {
	list-style:none;
}
#top_contact {
	position:absolute;
	bottom:5px;
	right:auto;
	text-align:left;
	list-style:none;
	width: 216px;
	left: 864px;
}
/*---Classes---*/
.nav_items_00 {
	margin-bottom: 10px;
}
.left_links a:link {
	color: #c0c0c0;
	text-decoration:none;	
}
.left_links a:visited {
	color: #c0c0c0;
	text-decoration:none;
}
.left_links a:active {
	color: #c0c0c0;
	text-decoration:none;	
}
.left_links a:hover {
	color: white;
	background-color:#C62F2A;
	text-decoration:underline;
	display:block;
}
.contact_links a:link {
	color: #c0c0c0;
	text-decoration:none;	
}
.contact_links a:visited {
	color: #c0c0c0;
	text-decoration:none;
}
.contact_links a:active {
	color: #c0c0c0;
	text-decoration:none;	
}
.contact_links a:hover {
	color: white;
	text-decoration:underline;
}
.top_contact_items_00 {
	color:#c0c0c0;
	margin-bottom: 10px;
}
.contact_items_00 {
	color:#c0c0c0;
	margin-bottom: 10px;
}
.standard_text {
	color: #c0c0c0;
}
