@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Geneva, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	line-height: 1.25em;
}

a:link {
	text-decoration: none;
	color: #E65520;
	font-weight: bold;
}



a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:visited {
	font-weight: bold;
	color: #E65520;
	text-decoration: none;
}

.a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}



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

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

.a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.wrapper {
	width: 747px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	display: block;
}
.headerimage {
	float: left;
}


.solidline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D9D9D9;
}

.dotline {
	border-top-width: 0.2em;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 3px;
	margin-bottom: 15px;
}
.dotlinepress {
	border-top-width: 0.2em;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 26px;
	margin-bottom: 15px;
	display: block;
}


.dotvert {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #D9D9D9;
}

.submenu{
	background-color: #920047;
	display: block;
	clear: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 4px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 1.75em;
	color: #E65520;
	display: inline;
	line-height: 1em;
}

h2{
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
}

h3 {
	font-size: 1.25em;
	display: inline;
	line-height: 1.25em;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;
	display: inline;
	font-family: Helvetica, Geneva, sans-serif;
}


.page {
	display:block;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 7px;
	padding-bottom: 6px;
	font-family: Helvetica, Geneva, sans-serif;
	clear: none;
	background-color: #920047;
	font-size: 0.75em;
	font-weight: lighter;
	color: #FFFFFF;
}

.rollover a {
	display:block;
	color:#333333;
	text-decoration: none;
	float: left;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 7px;
	padding-bottom: 6px;
	clear: none;
	font-size: 0.75em;
	font-weight: normal;
}

.rollover a:hover {
	display:block;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 7px;
	padding-bottom: 6px;
	clear: none;
	background-color: #920047;
	color: #FFFFFF;
}



/* drop menu stuff*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	display: inline;
	width: 15em;
	text-decoration: none;
	font-weight: normal;
}

#nav li {
	float: left;
	border: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 3px;
}

#nav li :hover{
	color: #CCCCCC;
}

/* drop menu stuff*/

#nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	background-color: #E65520;
	display: block;
	font-size: 1em;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* stop menu */

.content {
	margin: 0px;
	float: left;
	width: 560px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 10px;
}

#pagetitle {
	padding: 0px;
	margin: 0px;
	width: 560px;
}

.pagename {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
}

.pageimage {
	padding: 0px;
	margin: 0px;
	float: right;
}
.sidebar {
	margin-left: 585px;
	padding-top: 34px;
	padding-left: 2px;
}
.contact {
	padding-top: 5px;
	padding-bottom: 5px;
	border: .1em solid #E65420;
	display: block;
	width: 144px;
	padding-left: 3px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.contact a {
	font-weight: normal;
	text-decoration: none;	
}
.contact a:active {
	font-weight: normal;
	text-decoration: none;	
}

.contact a:visited {
	font-weight: normal;
	text-decoration: none;	
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
.footer {
	color: #7d5500;
	background-color: #F3E3BE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0%;
	height: 40px;
	width: 747px;
}
.sidebar ul {
  margin-left: 1em;
  padding-left: 0;
}
#orgbar {
	background-color: e65520;
	height: 35px;
	margin-bottom: 25px;
	width: 100%;
	display: block;
	background-image: url(../images/barbg.jpg);
	background-repeat: repeat-x;
}
.q {
	display: inline;
	margin-left: 20px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
