html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, p, fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../img/body-bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

p {
    margin-bottom: 12px;
    padding: 0;
}

#wrap {
    margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
}

#header {
    margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	height: 81px;
	border: 0;
}

#header img {
	behavior: url(styles/iepngfix/iepngfix.htc);
	border: 0;
}

#navcontainer {
	margin-top: 20px;
	padding: 0;
	height: 39px;
}

#nav {
	margin: 0;
	color: #FFFFFF;
	width: 800px;
}

#nav.menu {
    font-weight: bold;
	width: 800px;
}

#nav.menu ul {
    margin-left: 2px;
	padding-top: 11px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
    
    text-align: left; /*set value to "left", "center", or "right"*/
}

#nav.menu ul li {
    display: inline;
}

#nav.menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 11px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 55px; /*spacing between each menu link*/
	text-decoration: none;
}

#nav.menu ul li a:hover, #nav.menu ul li a.selected {
	color: #999999;
}

#content {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 20px 0;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #333333;
	overflow: auto;
}

#leftcolumn {
    float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	height: auto;
}

#leftcolumn img {
    border: 1px solid #000000;
}

#thumbrowOne {
    margin-top: 20px;
	padding: 0;
	height: auto;
	overflow: auto;
}

#thumbrowTwo {
    margin-top: 20px;
	padding: 0;
	height: auto;
	overflow: auto;
}

.galleryImg {
    float: left;
	margin-right: 16px;
	padding: 2px;
	border: 1px solid #000000;
	display: inline;
}

#accordion {
    float: right;
	margin: 0;
	padding: 0;
	width: 710px;
	height: auto;
	overflow: auto;
}

#accordion .section {
    margin: 0;
	padding: 0;
	overflow: auto;
}

.ui-accordion .ui-accordion-header { 
    cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
}

.ui-accordion .ui-accordion-li-fix { 
    display: inline; 
}

.ui-accordion .ui-accordion-header-active { 
    border-bottom: 0 !important; 
}

.ui-accordion .ui-accordion-header a { 
    display: block; 
	padding: 0; 
}

.ui-accordion .ui-accordion-header .ui-icon { 
    position: absolute; 
	left: .5em; 
	top: 50%; 
	margin-top: -8px; 
}

.ui-accordion .ui-accordion-content { 
    padding-top: 10px; 
	border-top: 0; 
	margin-top: -2px; 
	position: relative; 
	top: 1px; 
	overflow: auto; 
	display: none; 
}

.ui-accordion .ui-accordion-content-active { 
    display: block; 
}

.emailimg {
	float: left;
	margin-right: 20px;
	behavior: url(styles/iepngfix/iepngfix.htc);
	border: 0;
}

#contactform {
	margin: 0;
	padding-top: 15px;
	width: 600px;
	border-top: 1px solid #252525;
}


.imgfloatLeft {
    float: left;
	margin-right: 20px;
	border: 1px solid #000000;
}

.imgfloatRight {
    float: right;
	margin-left: 20px;
	border: 1px solid #000000;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 900px;
	font-size: 11px;
	color: #FFFFFF;
}

#bottomleft {
    float: left;
    margin: 0;
	padding-bottom: 20px;
	width: 500px;
	height: 25px;
}

#bottomleft a:link, #bottomleft a:visited, #bottomleft a:active {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#bottomleft a:hover {
    text-decoration: none;
	color: #999999;
}

#bottomright {
    float: right;
	margin: 0;
	padding-bottom: 20px;
	width: 300px;
	height: 25px;
}

#bottomright img {
    float: right;
	behavior: url(styles/iepngfix/iepngfix.htc);
	margin-left: 12px;
	display: inline;
	border: 0;
}

h1 {
	color: #CCCCCC;
	margin-bottom: 15px;
}

h2 {
	font-size: 15px;
	color: #CCCCCC;
	margin-bottom: 15px;
}

h3 {
    color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 200px;
	border-bottom: 1px solid #252525;
}

h3 a:link, h3 a:visited, h3 a:active {
	font-size: 17px;
	color: #FFCC66;
	text-decoration: none;
}

h3 a:hover {
    text-decoration: none;
	color: #999999;
}