 @charset "utf-8";

ul li {
	list-style-type: disc;
	color: #999999;
	font-size: 1em;
	line-height: 1.5em;
}

/* -----------------------------------
elements
----------------------------------- */
	
body
{
	color: #999999;
	background: #fff;
	font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 90%;
	line-height: 1;
}

h1 {
	font-size: 150%;
	color: #851636;
}

h2 {
	font-size: 150%;
	color: #851636;
	text-indent: 1em;
}
h3 {
	font-size: 160%;
	color: #861939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 { font-size: 140%; }
h5 {
	font-size: 120%;
	color: #871537;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	line-height: 1.5em;
}
h6 {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	line-height: 1.3em;
}

p
{
	margin: 0 0 1.5em;
	line-height: 1.5em;
	color: #999999;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #871537;
	text-decoration: none;
}

a:focus
{
	color: #000;
	outline: thin dotted; }

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
a:active {
	color: #FFFFFF;
	background-color: #999999;
}

.content ol
{
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}

.content ul
{
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}

.content li { margin: 0 0 .3em; }

.content ul li
{
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 0 .3em;
}

/* -----------------------------------
layout
----------------------------------- */
#wrapper 
{
	width: 950px;
	margin-left: auto;
	height: auto;
	margin-right: auto;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

#address 
{
	position: relative;
	height: 22px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	letter-spacing: 0.25em;
}

#col1
{
	height: auto;
	width: 320px;
	position: relative;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#col2 {
	height: auto;
	width: 390px;
	position: relative;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#col3 {
	height: auto;
	width: 175px;
	position: relative;
	margin: 15px;
	float: right;
}



/* -----------------------------------
header
----------------------------------- */
#header 
{
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	width: 950px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #831636;
}

/* -----------------------------------
search-form
----------------------------------- */

/* -----------------------------------
video
----------------------------------- */
#video
{
	height: auto;
	width: 640px;
	margin-right: 10px;
	float: right;
	margin-top: 15px;
	padding-top: 35px;
	
}
#videocontent {
	margin: 15px;
	height: 400px;
	width: 270px;
	float: left;
}


/* -----------------------------------
primary-nav
----------------------------------- */
#nav  {
	height: 20px;
	width: 605px;
	position: relative;
	left: -5px;
	z-index: 14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #999999;
	float: right;
	margin-top: 85px;
	padding-top: 5px;

}

/* -----------------------------------
secondary-nav
----------------------------------- */
#navleft {
	height: auto;
	width: 178px;
	position: relative;
	padding-top: 0px;
	padding-left: 5px;
	float: left;
}

/* -----------------------------------
footer
----------------------------------- */
#footer
{
	clear: both;
	letter-spacing: 0.2em;
	width: 946px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 90px;
}

#footer-col1
{
	height: auto;
	width: 320px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#footer-col2 {
	height: auto;
	width: 275px;
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
}

#copyright 
{
	text-align: right;
	margin-top: 15px;
	font-size: 0.9em;
	float: right;
	height: auto;
	width: 300px;
	font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
	color: #999999;
	line-height: 1em;
}

