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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------layout---------*/

body {
	background:url(images/bg.jpg) top center no-repeat #010101;
}

#wrap {
	width:915px;
	height:auto;
	margin: 10px auto;
}

#logo {
	background:top url(images/logo.jpg) no-repeat;
	height:68px;
	width:218px;
	float: left;
}


#header{
	height:10px;
}

#homecontent {
	float:left;
	width:390px;
	height:auto;
}
#midwrap {
	background:url(images/50midwrap.png) repeat;
	width:680px;
	height:500px;
	border:#a8a8a8 1px solid;
	float:right;
	margin: 23px 0 0 0;
	padding:5px;
}
#about_midwrap {
	width:651px;
	height:auto;
	border-left:#999 1px solid;
	float:right;
	margin: 23px 0 0 0;
	padding:20px;
}
#contact_midwrap {
	width:651px;
	border-left:#999 1px solid;
	float:right;
	margin: 23px 0 0 0;
	padding:20px;
}

#contentwrap {
	width: 915px;
	height:550px;
}

.spacer {
	height:75px;
}

#footer {
	height:50px;
	color:#999;
	font-size:12px;
	padding:30px 0 0 244px;
	margin:40px 0 0 0;
}
.footertext  {color:#3f6073;}
#footer a:link, #footer a:visited{text-decoration: none; color: #3f6073}
#footer a:hover, #footer a:active, #footer .active a:link, #footer .active a:visited {text-decoration: none; color:#000;}


/*------navigation--------*/

#navbar {
	width: 550px;
	height:50px;
	margin: 0 0;
}
#nav1 {
	float:left;
	height:550px;
	width:218px;
	
}

#nav-wrap {
	  margin-top:260px;
	  float:left;

}

#navigation {
  color: #ffffff;
  font-size: 92.85%;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  height: 21px;
  line-height: 19px;
  letter-spacing:0.05em;
  list-style: none;
  text-align: left;
  font-stretch: wider;
  font-weight:100;



 
}

#navigation li {display: block; margin: 0 0.6em}
#navigation a:link, #navigation a:visited {text-decoration: none; color: #ffffff}
#navigation a:hover, #navigation a:active, #navigation .active a:link, #navigation .active a:visited {text-decoration: none; color:#3f6073;}



/*------typography--------*/

h2 {
	font-weight:300;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height:18px;
	color:#efefef;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#efefef;
}


.heading {
	margin-top:50px;
}

hr {
	height: 1px;
	border: 0;
	color: #efefef;
	background-color: #efefef;
	width: 100%;
}

#subnav {
	margin-left:13px;
}
#subnav a:link, #subnav a:visited {
	text-decoration:none;
	color: #ccc;
}
#subnav a:hover {
	color:#3f6073;
}


	
#flash_banner {
	padding:5px;
	border: 1px #797593
	solid;
	width:514px;
	float:right;
	margin:0 0 0 0;
	
}

.clear {
	clear:both;
}

a:link, a:visited {text-decoration: none; color: #ffffff}
a:hover, a:active, .active a:link, .active a:visited {text-decoration: none; color:#3f6073;}

