html
{
overflow: -moz-scrollbars-vertical;
}

/* body */

body {
	margin: 20px 0 20px 0; 
	padding: 0px; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	text-align: center; 
	font-size: 0.7em; 
	line-height: 1.5; 
	font-weight: normal; 
	color: #000; 
	background: #d2d3db url(../images/bg_gradient.gif) repeat-x;
	}

a:link {
	color: #1fb5b3; 
	font-weight: bold; 
	text-decoration: none;
	}
	
a:visited {
	color: #1fb5b3; 
	font-weight: bold; 
	text-decoration: none;
	}

a:active {color: #1fb5b3; 
	font-weight: bold; 
	text-decoration: none;
	}

a:hover {
	color: #1fb5b3; 
	font-weight: bold; 
	text-decoration: underline; 
	}

p {
	font-size: 1.1em; 
	margin: 10px 0 10px 0;
	}

h1 {
	font-size: 1.1em; 
	font-weight: bold; 
	margin: 10px 0 10px 0;
	color: #000;

	}
	
h2 {
	font-size: 1.1em; 
	font-weight: normal; 
	margin: 10px 0 10px 0;
	}

h3 {
	font-size: 1.3em; 
	font-weight: bold; 
	margin: 10px 0 10px 0;
	color: #000;
	padding: 0;
	background: #fff url(../images/icon_title.gif) 0 50% no-repeat;
	}

h4 {
	font-size: 1.1em; 
	font-weight: normal; 
	margin: 10px 0 10px 0;
	color: #000;
	}

hr {
	margin: 0; 
	color: #ddd; 
	background: #ddd; 
	height: 1px; 
	border: 0px;
	}

img {
	margin: 0;
	border: none;
	}
	
img.pic {
	margin: 0 20px 0 0;
	border: none;
	}
	
img.icon {
	margin: 0 10px 0 0;
	position: relative;
	top: 3px;
	}
	

.featured {
	border-right: solid;
	border-right-width: 18px;
	border-right-color: #fff;
	border-bottom: solid;
	border-bottom-width: 21px;
	border-bottom-color: #fff;
	background-color: #fff;
	color: #000;
	}

.featuredend {
	border-right: solid;
	border-right-width: 0px;
	border-right-color: #fff;
	border-bottom: solid;
	border-bottom-width: 21px;
	border-bottom-color: #fff;
	background-color: #fff;
	color: #000;
	}

	
/* Container and Header */

#container {
	margin: 0px auto; 
	padding: 0px; 
	width: 828px; 
	text-align: left; 
	background: #fff url(../images/site_bg.gif) repeat-y;
	}

#header {
	margin: 0px; 
	padding: 20px; 
	width: 788px; 
	height: auto; 
	background: #fff url(../images/header_top.gif) 0 0 no-repeat;
	}

/* Navbar */

ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	width: 828px;
	height: 30px;
	float: left;
	background: #000 url(../images/navbar_bg.gif) repeat-x;
}

ul li {
	float: left;
	color: #fff;
}

li a:link {
	color: #fff;
}

li a:visited {
	color: #fff;
}

ul a {
	font-size: 11px;
	display: block;
	padding: 3px 30px 0 30px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

ul a:hover {
	color: #666;
	text-decoration: none;
	background: none;
}


/* Nav list */

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}

ol li {
	margin: 0;
	line-height: 24px;
	border-bottom: #CCCCCC 1px solid;
	color: #000;
}

ol li a:link {
	color: #000;
}

ol li a:visited {
	color: #000;
}

ol li a:hover {
	color: #666;
	text-decoration: none;
	background: none;
}

/* Spotlight */

#spotlight {
	margin: 0; 
	clear: both; 
	padding: 30px 420px 0 30px; 
	width: auto; height: 179px; 
	background: #666 url(../images/neon_lights.gif) no-repeat; 
	color: #fff;
	}
	
#spotlight a:link, #spotlight a:visited, #spotlight a:active {
	color: #fff; 
	text-decoration: none;
	}
	
#spotlight a:hover {
	color: #000; 
	text-decoration: none; 
	background-color: #fff;
	}

/* Content Areas */

#bigpic {
	margin: 0; 
	clear: both; 
	padding: 30px 420px 0 30px; 
	width: auto; height: 79px; 
	background: #666 url(../images/neon.gif) no-repeat; 
	color: #fff;
	}

#left {
	float: left; 
	margin: 0px; 
	padding: 20px 20px 20px 20px; 
	width: 207px; 
	background: #fff;
	}

#right {
	float: left; 
	margin: 0px; 
	padding: 20px 20px 20px 20px; 
	width: 500px; 
	height: auto;
	background: #fff;
	}

/* Contact Form */

form {
     background-color: #fff;
}

input, label {
     background-color: #fff;
	 color: #000;
	 border: solid 1px;
	 border-color: #ccc;
	 width: 360px;
}

textarea {
     background-color: #fff;
	 color: #000;
	 border: solid 1px;
	 border-color: #ccc;
     height: 140px;
	 width: 360px;
}

option {
     background-color: #fff;
	 color: #000;
	 border: solid 1px;
	 border-color: #ccc;
	 width: 360px;
}

select {
     background-color: #fff;
	 color: #000;
	 border: solid 1px;
	 border-color: #ccc;
	 width: 360px;
}

.btn {
     background-color: #000;
	 color: #fff;
	 border: solid 1px;
	 border-color: #ccc;
	 width: 99px;
}

.required {
	 color: #b43c0c;
	 font-size: 1.1em;
	 line-height: 1.0em;
	 font-weight: normal;
}

.floatLeft {
     float: left;
}

.floatRight {
     float: right;
}

#formLeft {
     float: left; 
	 width: 360px;
}

#formRight {
     float: right;
}

/* Footer */

#footer {
	clear: both; 
	padding: 0 0 0 20px; 
	width: auto; 
	line-height: 30px; 
	background: #fff url(../images/footer_bottom.gif) 0 0 no-repeat;
	color: #fff; 
	font-size: 1em;
	}
