/*
sturgisdevelopment.com
Created by Kevin
09-11-09

Colors:

Primary Dark Red: 7f010c
Dark Tan: d4cd7c
light Tan: f0edc0
Med Tan: e6e1a5
Dark Brown: 62451d
*/




@charset "UTF-8";

/*CSS Clear*/
*{padding:0px;margin:0px;}
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{
	background: transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align: baseline;
}
body {
	line-height:normal;
}
ol, ul {
	list-style: none;
}
li{
	line-height:140%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br{
	clear:both;
}

/*general syles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:90%;
}

.textUnderline{
	text-decoration:underline;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
ul.bulletList li{
	list-style:square;
}



/*Site Settings*/
body {
	font-family:Arial, Helvetica, cetury gothic, sans-serif;
	background-color:#000;
	font-size: 10px;	
}
a, a:link, a:visited, a:active, a:hover {
	color:#222222;
	text-decoration:none;
	}
a img {
	border:none;
}
a.textUnderline{
	font-weight:bold;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	color:#000;
	font-weight:bold;
	line-height:1.8em;
}
h1 {
	font-size:18px;
	
	}
h2 {
	font-size:16px;
	}

h3{
	font-size:14px;
	}
h4 {
	font-size:12px;
	}
p, li{
	color:#222222;
	font-size:12px;
	line-height:1.4em;
	margin-bottom:.5em;
}


li{
	list-style:none;
}

#positioning {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
	}
#site {
	background:url(../../image/common/content-bg-repeat.jpg) repeat-y;
	margin:0px auto;
	padding-bottom:20px;
	position:relative;
	text-align:left;
	width:940px;
}
/*header*/
#header{
	margin: 0 auto;
	overflow:hidden;
	padding: 0 0 0 15px;
}
	#logo{
		float:left;
		margin-left:20px;
		padding-top:10px;
	}

#brand{
	float:right;
	margin-left:10px;
	width:930px;
}
/*top Menu*/
#nav{
	float:right;
	margin:80px 0 0 10px;
}

#nav ul{
	}
#nav ul li{
	float:right;
	background:url(../../image/n_bg.gif) top repeat-x;
	height:19px;
	line-height:16px;
	}
#nav ul li.no-bg{
	background:none;
}
#nav ul li a{
	font-size:14px;
	font-weight:bold;
	margin:0px 10px;
	}
#nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/*main content*/
#main {
	background:url(../../image/common/story-bg-repeat.png) repeat;
	margin:0 15px;
	min-height:300px;
	padding:5px 0 10px 0;
	position:relative;
	width:910px;
}


#section{
	background:#333;
	margin:0 10px;
	padding:0 5px;
	overflow:hidden;
	width:880px;
}
#section h1{
	color:#fff;
}
#story{
	-moz-border-radius: 5px;
	
	-webkit-border-radius: 5px;
	background:#fff;
	margin:5px 0;
	min-height:300px;
	overflow:hidden;
	padding:5px;
	width:870px;
	}
#story h2 {
	color:#7f010c;
}

	#image_rotate{
	clear:both;
	height:160px;
	position:relative;
	width:940px;
	z-index:50;
}


#header_navbar_container {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background:url(../../image/common/navbar-bg-repeat.jpg) repeat-x;
	width: 910px;
	height: 31px;
	margin:10px 0 0 0;
	padding-left:60px;
	text-align:center;
	clear:both;
	width:850px;
	z-index:1000;
	}
* html #header_navbar-container {
	\width: 850px; /* for IE5 and IE6 in quirks mode*/
	w\idth: 850px; /* for IE6 in standards mode */
}
#header_navbar {
	padding: 0;
	margin:0 auto;
	text-align:center;
}
* html #header_navbar a {
	\width: 1px; /* for IE5 and IE6 in quirks mode*/
	w\idth: 1px; /* for IE6 in standards mode */
}
#header_navbar a {
	background:url(../../image/common/navbar-bg-repeat.jpg) repeat-x;
	display:block;
	border: none;
	cursor:pointer;
	white-space:nowrap;
	line-height:25px;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: bold;
	width:100%;
	
}
#header_navbar a:link span, #header_navbar a:visited span, #header_navbar a:active span{
    background:url(../../image/common/nabvar-separator.jpg) right top no-repeat;
		height:26px;
    display: block;
    line-height: 25px;
    padding:3px 12px 0 12px;
	color:#000;
	margin: 0;
	
}
#header_navbar a:link span.no_pipe, #header_navbar a:visited span.no_pipe, #header_navbar a:active span.no_pipe{
	background:none;
}

#header_navbar a:hover	/* menu at mouse-over  */ {
	background:url(../../image/common/navbar-bg-hover.jpg) repeat-x;
	cursor:pointer;
	width:100%;
	}
#header_navbar a:hover span{
	color:#7f010c;
}
#header_navbar ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#header_navbar li {
	position:relative;
	min-height: 1px; 			/* For IE7 */
	vertical-align:middle; /* For IE7 */
}
#header_navbar ul ul {
	position:absolute;
	top: auto;
	display: none;
	padding:0 2px;
	margin:0;
	overflow:hidden;
	background: #e2bd63;
	text-align:center;
	z-index:5000;
}
#header_navbar ul ul a{
	background: #f0edc0;
	cursor:pointer;
	padding-right:5px;
	}

#header_navbar ul ul a:link span, #header_navbar ul ul a:visited span, #header_navbar ul ul a:active span{
	background:none;
	color:#fff;
	}
#header_navbar ul li li {
	
	padding:0;
}

#header_navbar ul ul ul {
	top:0;
	left:100%;
}
div#header_navbar li:hover {
	cursor:pointer;
	z-index:100;
}
div#header_navbar li:hover ul ul, div#header_navbar li li:hover ul ul, div#header_navbar li li li:hover ul ul, div#header_navbar li li li li:hover ul ul {
	display:none;
}
div#header_navbar li:hover ul, div#header_navbar li li:hover ul, div#header_navbar li li li:hover ul, div#header_navbar li li li li:hover ul {
	display:block;
}

/* End CSS Top Menu */






	

