/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	text-align: center;
	background: #f1f1f1;
}
p {
	font-size: .85em;
	color: #5e5e5e;
	margin: 12px 0 0 0;
}
h1 {
	margin-top: 25px;
	color: #613581;
	font-size: 24px;
	font-weight: 100;
	*font-weight: 400;
	font-style: italic;      
}

h2 {
	margin-top: 25px;
	color: #666666;
	font-size: 20px;
	font-weight: 100;
	*font-weight: 400;
	font-style: italic;
	border-bottom: 1px solid #cccccc;
}
a {
	color: #ee2e24;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

/***************************************
**	Site Structure
****************************************/
#bar {
	background: #ee2e24;
	height: 15px;
}
#wrap {
	text-align: left;
	width: 965px;
	background: url('images/wrap_bg.png') repeat-y top left;
	margin: 0px auto;
}
.wrapContainer {
	margin: 0 13px 0 14px;
}
#header {
	position: relative;
	height: 180px;
	background: url('images/header_bg.png') repeat-x top left;
}
#contentContainer {
	margin-left: 25px;
	margin-right: 25px;
}
#content {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#banner {
	margin-left: -25px;
	margin-right: -25px;
	height: 309px;
	background: url('images/banner_bg.png') repeat-x top left;
}

 /***************************************
**	Header
****************************************/
#logo {
	margin: 40px 25px;
}
#kerlin {
	position: absolute;
	top: 35px;
	right: 0px;
}
#login_box {
	position: absolute;
	top: -4px;
	right: 0px;
	padding: 0 20px 6px 20px;
	background: #ee2e24;
}
#login_box input {
	font-size: 12px;
	padding: 3px;
	color: #a8a8a8;
	border: 1px solid #c7a699;
}

.login_white{
	color: white;
}

 /***************************************
**	Navigation
****************************************/

#navigation {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 100%;
}
#navigation ul li a {
	line-height: 30px;
	color: #e4ccf6;
	font-weight: lighter;
	float: right;
	height: 30px;
	display: block;
	margin: 0px 0px;
	padding-right: 12px;
}
#navigation ul li a:hover {
	background: url('images/navigation/navigation_right_corner.png') no-repeat top right;
	text-decoration: none;
	color: #fff;
}
#navigation ul li a span {
	padding-left: 12px;
	display: block;
	height: 30px;
	width: 100%;
}
#navigation ul li a:hover span {
	background: url('images/navigation/navigation_left_corner.png') no-repeat top left;
}
#navigation ul li {
	display: inline;
}

 /***************************************
**	Banner
****************************************/
#pdf_links {
	float: left;
	width: 200px;
}
#pdf_links img {
	float: left;
	margin: 15px 0 0 25px;
}
#more_images {
	float: right;
	width: 210px;
}
#more_images h4 {
	margin: 35px 0 15px 0;
}
#more_images img {
	cursor: pointer;
}

 /***************************************
**	Content
****************************************/
#leftSide {
	float: left;
	width: 525px;
}
#rightSide {
	float: right;
	width: 275px;
}

#leftSideSpecial{
	float: left;
	width: 525px;
	margin-left: 25px;
}
#rightSideSpecial {
	float: right;
	width: 275px;
	margin-right:25px;
}


.single {
	margin-left: 25px;
	margin-right: 25px;
}

#export{
	text-align: left;
	width: 100%
}

#exportfix{
	padding-left: 10px;
}

#bus{
	margin-bottom: 15px;
}

#bustable{
	margin-bottom: 15px;
	font-size: 12px;
}

#bustable td{
	padding:5px;
	width: 100%;
}

#bustablefix{
	margin-left:48px;
}

#list{
	font-size: .85em;
	color: #5e5e5e;
	margin-left: 25px;
}

#searchbutton{
	padding: 2px;
	background: #eeeeee;
}

#imagespace{
	margin-top: 100px;
}
/***************************************
**	footer
****************************************/
#footer {
	clear: both;
	text-align: left;
	margin: 0px auto;
	width: 965px;
	height: 84px;
	background: #ee2e24 url('images/footer.png') no-repeat bottom left;
}
#footer_links {
	margin: 15px 20px 0 0;
	float: right;
}
#footer_links li {
	display: inline;
	margin: 0 10px;
}
#footer_links li a {
	font-weight: lighter;
	color: #fff;
	font-size: .90em;
}
#footer_links span {
	font-size: 11px;
	color: #ffc1c1;
	float: right;
	margin: 5px 20px 0 0;
}
.phone_fax {
	height: 65px;
	background: url('images/phone_fax_footer.png') no-repeat center left;
}
 /***************************************
**	Other Styles
****************************************/
.clearBoth {
	clear: both;
}
/***************************************
**	Photo Grid on Various Pages.  Three Column Setup
****************************************/
.photoGrid {
  width: 518px;
  margin: auto;
}

.photoGrid-m1 {
  float: left;
  width: 8px;
  height: 1px;
}

.photoGrid-c1 {
  float: left;
  width: 162px;
}

.photoGrid-m2 {
  float: left;
  width: 8px;
  height: 1px;
}

.photoGrid-c2 {
  float: left;
  width: 162px;
}

.photoGrid-m3 {
  float: left;
  width: 8px;
  height: 1px;
}

.photoGrid-c3 {
  float: left;
  width: 162px;
}