body {
	margin: 0;
	padding: 0;
	background: #CC0C00 url(images/background.gif) repeat-x top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 760px;
	color: #333333;
	font-size: 1em;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: .8em;
	line-height: 1.5em;
}

img {
	behavior: url("pngbehavior.htc");
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #999999;
}

#logo {
	margin: 0;
	padding: 0;
	width: 210px;
	height: 165px;
}

#container {
	width: 760px;
	margin: 20px auto 0 auto;
}

#left_column {
	width: 210px;
	float: left;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 165px;
	background: url(images/logo.png) no-repeat top left; /* had to use a PNG so colors would match */
	text-indent: -2000px;
	cursor: pointer;
}

* html h1 a { /* this displays the background png transparency in IE6 */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/logo.png", sizingMethod="image");
}

h2 {
	margin: 0;
	padding: .375em 0;
	font-size: 1.75em;
	color: #000099;
	font-weight: normal;
	line-height: 1em;
}

h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	color: #000099;
}

#nav_background {
	width: 158px;
	background: #990000 url(images/nav_background_bottom.gif) no-repeat bottom center;
	margin: 0 20px;
	padding: 0 6px 0 6px;
}

.slogan {
	font-size: 1.2em;
	line-height: 1em;
	color: #FFFFFF;
	font-style: italic;
	margin: 0;
	padding: 0 0 .5em 0;
	text-align: center;
}

#nav_container {
	width: 158px;
	background: url(images/nav_container_background.gif) repeat-y;
}

#nav_top {
	width: 158px;
	height: 11px;
	background: url(images/nav_top.gif) no-repeat;
	overflow: hidden; /* this has to be here to prevent an extra space at the bottom in IE6 */
}

#nav_bottom {
	width: 158px;
	height: 21px;
	background: url(images/nav_bottom.gif) no-repeat;
}

#nav_links {
	padding: 0 4px 0 4px;
}

#nav_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_links ul li {
	margin: 0;
	padding: 0;
}

#nav_links a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 10px 15px;
	width: 120px;
	height: 15px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #808080;
	background: #B2B2B2 url(images/nav_link_background.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	color: #333333;
}

#nav_links a:hover, #nav_links a:active {
	background-position: left -35px;
}

#nav_links ul li ul {
	width: 120px;
	background: #B2B2B2 url(images/sub_nav_background.gif) repeat-x top center;
	list-style: none;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: .5em 15px 0 15px;
}

#nav_links ul li ul li {
	padding: 0 0 .5em 0;
}

#nav_links ul li ul li a {
	display: inline;
	padding: 0;
	width: auto;
	height: auto;
	border: 0;
	background: none;
}

#nav_links ul li ul li a:hover, #nav_links ul li ul li a:active {
	color: #CC0C00;
}

#content {
	width: 550px;
	float: right;
}

#content a {
	color: #000099;
}

#content a:hover, #content a:active {
	color: #666666;
}

#content ul {
	font-size: .8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em 2em;
}

#content ul ul {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 0;
}


#content_top {
	width: 550px;
	height: 10px;
	background: url(images/content_top.png) no-repeat top center;
}

* html #content_top { /* this displays the background png transparency in IE6 */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_top.png", sizingMethod="image");
}

#content_body {
	width: 520px;
	padding: 0 15px 0 15px;
	background: url(images/content_body_background.png) repeat-y top center;
}

* html #content_body { /* this displays the background png transparency in IE6 */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content_body_background.png", sizingMethod="scale"); /* sizingMethod must be "scale" to work in IE6 */
}

#mainflash {
	width:518px;
	height:240px;
	margin-bottom:10px;
	border:1px solid #999999;
	overflow:hidden;
}

#content_bodycopy {
	width: 325px;
	padding: 0 0 0 10px;
	background: #E5E5E5;
}

#content_bottom {
float:right;
	width: 520px;
	padding: 5px 15px 0 15px;
	height: 37px;
	background: #CCCCCC url(images/content_bottom.gif) no-repeat top center; /* the background could not be a PNG because the links would not work in IE6 with the AlphaImageLoader enabled */
	clear: both;
}

#content_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#content_bottom a {
	text-decoration: none;
	color: #333333;
}

#content_bottom a:hover, #content_bottom a:active {
	color: #666666;
}

#right_column {
	width: 170px;
	float: right;
}

#right_column img {
	border: 0;
}

#content_inside_bottom {
	clear: both;
	height: 0;
	width: 520px;
	overflow: hidden;
}

#container_bottom {
	width: 760px;
	height: 10px;
	clear: both;
	overflow: hidden;
}

input {
	border: 1px solid #999;
}

.alert {
	color: #FF0000;
}

form table td p {
	padding-right: 10px;
}

textarea {
	border: 1px solid #999;
	margin-bottom: 1em;
}

#footer {
	background: #990000;
	width: 100%;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1em;
	font-size: .7em;
	text-align: center;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #999999;
}

#form{
	font-size:12px;
}

.teammember{
	clear:left;
}
.teamphoto{
	float:left;
	width:100px;
	padding-right:10px;
}
.teamdescription{
	float:left;
	width:200px;
	font-size: .8em;
	padding-bottom:15px;
}
#gallerycontent img{
	margin-left:40px;
	margin-right:40px;
}
.formrow{
	padding:5px 0px 5px 0px;
	}
.formlabel{
	float:left;
	width:180px;
	text-align:right;
	padding-right:20px;
}
.forminput{
	width:280px;
	float:left;;
}
.forminput_nolabel{
	width:280px;
	float:left;;
	padding-left:200px;
}
.timeframe_option{
	float:left;
	width:100px;
}
.noborder{
	border:0px;
}