/* 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,
b, u, i, center,
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;	color:#D9D0C7;
 font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; }
#footer center p a {
	color: #000;
}

body {
	min-height: 100%;
	line-height: 1;
	font-family: Grotesque MT Std, Grotesque MT Std Regular, Grotesque MT Std Bold, Grotesque MT Std Light, Tahoma, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1em;
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #000;	
}

a:link {
	color:#D9D0C7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#D9D0C7;
}
a:hover {
	text-decoration: underline;
	color:#D9D0C7;
}
a:active {
	text-decoration: underline;
	color:#D9D0C7;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

img { border: none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* End Reset */

/* Main Structure (Wrappers)*/


#wrapper {
	margin: 0 auto;
	width:900px;
	min-width: 670px;
	z-index: 10;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 206px;
	background-image: url(assets/headerbg.jpg);
	background-repeat: repeat-x;
}

#logo {
	margin:0 auto;
	position:relative;
	float: left;
	box-shadow: 10px 10px 5px #888;
}

#main {
	margin:0 auto;
	position: relative;
	float: left;
	width:900px;
	min-width: 670px;
	min-height: 590 px;
	color: #FFF;
	padding-top: 50px;
		/*padding-left: 10%;
	padding-right: 10%;
	*/


}

#main h1 {
	font-size: 24px;
	font-weight: bolder;
	color:#D9D0C7;
	margin-left: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer {
	position: static;
	float: left;
	width: 100%;
	min-height:258px;
	background: black;
	padding-top: 5px;
	background-image: url(assets/footerbg.jpg);
	background-repeat: repeat-x;
	margin-top: -258px;
	z-index: 0;
}

#info {
	position:relative;
	float:left;
	min-height:200px;
	width:300px;
}

#contact {
	position:relative;
	float:left;
	min-height:200px;
	width:300px;
	text-align: left;
	

}

#links {
	position:relative;
	float:left;
	min-height:200px;
	width:300px;
	text-align: left;
}

#ieFloatBugDiv {
	position: relative;
	float:left;
	margin-left: 50px;
	width: 150px;
	height: 250px;
	background: #00CC00;
	display: inline; /* this line fixes ie6 float bug */
}
#footer ul { width: 900px; height: 30px; }
#wrapper #main .jflow-content-slider #slides .slide-wrapper p {
	font-size: 16px;
	line-height: 20px;
	word-spacing: 0.13em;
	letter-spacing: 0.1em;
}
#footer li { float: left; display: inline; font-size: .9em; padding: 1em 2em; }
#footer li a { color: white; text-decoration: none; }
#footer li a:hover { color: red; text-decoration: underline; }
#wrapper #main .jflow-content-slider #slides .slide-wrapper h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 30px;
}
#wrapper #main .jflow-content-slider #jFlowSlide #slides .jFlowSlideContainer .slide-wrapper img {
	padding-bottom: 10px;
}
#wrapper #main #contact p input {
	line-height: 20px;
	margin-bottom:5px;
}

#wrapper #main #contact p {
		margin-left: 5px;

}
#wrapper #main #links p img {
	vertical-align: bottom;
	line-height: 20px;
	margin-bottom:5px;
}
