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,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* --- */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #666;
	text-align: center;
}

#wrapper {
	width: 960px;
	margin: 60px auto 30px;
	text-align: left;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
}

#header-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	padding-bottom:60px;
	margin-left:-40px;
	float: left;
	display: inline;
	width: auto;
	height: 50px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}

/* @end */

/* @group nav - image replacement */

/* NAV - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*#nav {
	width: px;
	height: px;
}

#nav li {
	display: inline;
}

#nav a {
	float: left;
	height: 0;
	padding-top: px;
	overflow: hidden;
	text-decoration: none;
}

#nav-home a {
	width: px;
	background: url("../images/nav.gif") no-repeat 0 0;
}

#nav-home a:hover {
	background: url("../images/nav.gif") no-repeat 0 -px;
}*/

/* @end */

/* @group nav - plain text */

/* NAV - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	float: right;
	width: auto;
	margin-bottom: px;
	display: inline;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	color: #999;
	background: #;
	text-decoration: none;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 1.4em;
	border-left: 1px solid #CCC;
	font-weight: bold;
}

#nav li a:hover {
	color: #000;
	text-decoration: none;
}

#nav li.first a {
	border-left: none;
}

/* @end */

/* @group sub-nav */

/* SUB-NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sub-nav {
	float: left;
	margin-left:-40px;
	width: 100%;
	margin-bottom: 30px;
}

#sub-nav li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 20px;
	width: 143px;
	height: 82px;
	background: black;
}

#sub-nav a {
	text-decoration: none;
}

#sub-nav li.last {
	margin-right: 0;
}

#sub-nav-home a {
	width: px;
	background: url("../images/nav.gif") no-repeat 0 0;
}

#sub-nav-home a:hover {
	background: url("../images/nav.gif") no-repeat 0 -px;
}

#sub-nav li a h5 {
	position: absolute;
	bottom: 4px;
	right: -3px;
	width: auto;
	height: auto;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	line-height: 1.5em;
	background: #62b5f9;
	padding: 4px 10px;
	color: #fff;
	font-size: 10.4px;
	text-align: right;
	font-weight: bold;
}

#sub-nav li a:hover h5 {
	background: #1694fa;
}

/* @end */


/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {	
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#mid {	
	float: left;
	width: 900px;
	padding: 30px;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#left-column {
	float: left;
	display: inline;
	width: 540px;
	padding: 30px;
}

#right-column {
	float: right;
	display: inline;
	width: 260px;
	padding: 30px;
}

.round-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:0 0 4px #ccc; 
	-moz-box-shadow: 0 0 4px #ccc; 
	box-shadow:0 0 4px #ccc;
}

.content a:link, .content a:visited, .content a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
	color: #;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #;
}

.content p {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin-bottom: 1.8em;
}

.content ul li {
	list-style-type: none;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content img {
	display: block;
	padding: 4px;
	background: #CCC;
	border: 1px solid #999;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 30px 30px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 30px 30px;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	color: #333;
	text-align: center;
}

#footer-credits, #footer-nav {
	width: 100%;
	margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
}

#footer a:hover {
	color: blue;
	text-decoration:hover;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */

/* ----------- contact-form ----------- */
#contact-form {
	width: auto;
	float: left;
	font-size: 1.3em;
}

#contact-form label {
	display: block;
	font-weight: bold;
	width: 260px;
	float: left;
}

#contact-form .small {
	color: #999;
	display: block;
	font-size: .9em;
	font-weight: normal;
	width: 260px;
}

#contact-form input {
	float:left;
	width: 248px;
	padding: 6px;
	margin: 6px 0 16px;
}

#contact-form textarea {
	float:left;
	width: 248px;
	height: 150px;
	padding: 6px;
	margin: 6px 0 16px;
}

#contact-form button { 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
	cursor: pointer;
}
