* {
	margin:0px;
	padding:0px;
}

body {
	background-image: url('../gfx/brick-bg-low.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	font-family:verdana, arial, sans-serif;
}

.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}
/* ************** Main Elements ********************* */
#container {
	width:750px;
	margin: 0 auto;
}
a {
	color:#000000;
}
a:hover {
	color:#FFFFFF;
}
#sidebar a:hover {
	color:#075778;
}
a img {
	border:0;
}
/* ************** Header Elements ********************* */

#header {
	height:130px;
	width:750px;
	background-image: url('../gfx/header.gif');
}
#title {
	display:none;
}
#nav-main ul{
	list-style-type:none;
	text-align:right;
	padding-top:110px;
	margin:0 25px 0 0;
}
#nav-main ul li{
	display:inline;
	font-size:.9em;
	margin: 0 16px 0 16px;
	color:#000000;
}
#nav-main a {
	text-decoration:none;
	color:#000000;
}
#nav-main a:hover {
	text-decoration:underline;
	color:#000000;
}
/* ************** Content Elements ********************* */

#content {
	width:750px;
	/* background-image: url('../gfx/content-bg.gif'); */
	background-repeat: repeat-y;
	clear:both;
	background-color:#83abbc;
	overflow:hidden;
}

#sidebar {
	width:187px;
	height:265px;
	background-image: url('../gfx/info-box.gif');
	background-repeat:no-repeat;
	float:right;
	margin:10px;
}
#sidebar ul {
	margin: 10px 10px 10px 10px;
}
#main {
	float:right;
	width:100%;
	margin:0px 0 0px 0;
}

#main p, #main table, #main li, #main address {
	font-size:.8em;
	margin: 5px 10px 5px 10px;
}
#sidebar p, #sidebar table, #sidebar li, #sidebar address, #sidebar h2, #sidebar h3{
	font-size:.7em;
	margin: 10px 10px 5px 10px;
}

#main h1, #main h2, #main h3, #main h4 {
	margin: 0px 10px 5px 10px;
}
img.content-img-right {
	margin: 10px;
	float:right;
}
img.content-img-left {
	margin: 0 0 10px 10px;
	float:right;
}
span.intro {
	font-weight:bold;
	font-size:1.2em;
}
img.splash-img {
	border-top:2px solid black;
	border-bottom:2px solid black;
}
/* ************** Footer Elements ********************* */


#footer {
	background-color: #075778;
	text-align:center;
	font-size:.8em;
}


#nav-footer ul{
	list-style-type:none;
	text-align:center;
	font-size:.9em;
	background-color:#AD7929;
	padding:3px 0 3px 0;
	font-size:1em;
}
#nav-footer ul li{
	display:inline;
	margin: 0 20px 0 20px;
}
#nav-footer a{
	color:#000000;
	text-decoration:none;
}
#nav-footer a:hover {
	text-decoration:underline;
	color:#000000;
}

/* ************** Unique Elements ********************* */

label{
	width: 6em;
	float: left;
	text-align: left;
	margin-right: 01em;
	display: block
	clear:both;
}
.textinput {
	width: 25em;
}

div.mq-dir {
	width: 215px;
	margin:10px auto;
	bordeR:1px solid #000;
	background-color:#FFF;
}
#flashcontent {
  	padding:0px;
  	margin:0px;
	height:340px;
}