body {
	color: #FFF;
	margin: 0px;
	background: #000;
	font: 1em Arial, Helvetica, sans-serif;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
h1 {
	font-size: 1.7em;
	color: #999;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #FFF;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.1em;
	color: #CCC;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}
header {
	height: 75px;
}
#logo {
	width: 100%;
	height: auto;
	max-width: 497px;
}
#bannerpagetitle {
	text-align: center;
	float: right;
	margin-right: 25px;
}
nav {
	/* [disabled]margin-top: 10px;
*/
	margin-left: 25px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav li {
	/* [disabled]float: left;
*/
}
nav a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#subnav {
	clear: left;
	margin-left: 100px;
}
#subnav a {
	font-size: .7em;
	text-transform: lowercase;
	padding: .3em .7em;
}
a:link {
	color: #0CF;
}
a:visited, #subnav a:visited {
	color: #59DEFF;
}
a:hover, a:focus, a:active, #subnav a:hover, #subnav a:focus, #subnav a:active {
	color: #06F;
}
a {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
}
#subnav a:link {
	color: #099;
}
.rightcolbox {
	float: right;
	width: 300px;
	margin-left: 15px;
	border-left: 1px solid #999;
	padding-left: 15px;
}
.descboxright {
	float: right;
	width: 300px;
	margin-left: 15px;
	border-left: 1px solid #CCC;
	color: #999;
	letter-spacing: 0.1em;
	font: .7em "Courier New", Courier, monospace;
}
.descboxright h1 {
	color: #CCC;
}
.descboxright p {
	margin-top: 25px;
	margin-bottom: 50px;
}
#content {
	/* [disabled]margin-left: 50px;
*/
	clear: both;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 25px;
	/* [disabled]padding-left: 25px;
*/
}
#content p {
	line-height: 1.5em;
	margin-left: 1em;
}
#content p.newsbox {
	border: 1px dashed #900;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
.imagecaptionbox {
	text-align: center;
	color: #CCC;
	letter-spacing: 0.1em;
	font: .8em "Courier New", Courier, monospace;
	margin: 10px;
}
.imagecaptionbox strong {
	font-size: 1.1em;
	color: #FFF;
}
.imagecaptionbox img {
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
}
.gallerythumbbox a img {
	margin: 25px;
	vertical-align: middle;
}
#bizcardimage {
	width: 300px;
	height: 172px;
	position: absolute;
	top: auto;
	right: auto;
	border-right: 1px solid #FFF;
	padding-top: 50px;
	border-bottom: 1px solid #FFF;
}
#bizcardimage img {
	border-top: 1px solid #FFF;
}
.clearleft {
	clear: left;
}
.clearall {
	clear: both;
}
.textsmall {
	font-size: 0.7em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.textmed {
	font-size: 0.85em;
}
.nodisplay {
	display: none;
}
footer {
	text-align: center;
	clear: both;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	color: #999;
}
footer a {
	text-decoration: none;
}
.floatrt {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.floatleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.floatrtbox400 {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
	width: 400px;
	font-size: .9em;
	color: #CCC;
	text-align: center;
}
.floatrtbox600 {
	float: right;
	width: 600px;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.hrborder {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCC;
}
.fbbox {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.formwidth {
	background: #CCC;
	width: 225px;
	border: 1px solid #FFF;
}
.strikeout {
	text-decoration: line-through;
}

@media screen and (max-width: 760px) {	
	#bannerpagetitle {
		text-align: left;
		float: left;
	}
	#logo {
		float: left;
		margin: 0px;
	}
}

