﻿/* c copyright 2006-2007 long2 consulting. all rights reserved */ html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #deeafa;
}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1100px;
	background: url('images/wrapper.jpg') repeat-y;
}

#header {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header.jpg') no-repeat;
	width: 1100px;
	height: 155px;
}

#headerleft {
	float: left;
	width: 750px;
}

.headerleftcontent {
	padding: 0 0 0 60px;
}

.tagline {
	font-size: 225%;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #007fc4;
	padding: 30px 0 0 0;
	text-align: center;
}

#headerright {
	float: right;
}

.headerrightcontent {
	text-align: right;
	padding: 0px 75px 0 0;
}

.breadcrumb {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	padding: 8px 0 0 60px;
}

.search {
	padding: 12px 0 0 0;
	
}

#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/topnav.jpg') no-repeat bottom center;
	width: 1100px;
	height: 35px;
}


/*  The items below set the properties of the middle navigation links.  */

.topnavlinks {
	text-align: center;
	padding: 8px 0 0 0;
	color: #333333;
	font-size: 110%;
}

.topnavlinks a:link, .topnavlinks a:visited {
	padding: 0 15px;
	color: #333333;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #007fc4;
	text-decoration: underline;
}


/* Used in single column layouts */
#bodycolumn {
	width: 1100px;
	clear: both;
	font-family: Verdana, Arial, sans-serif;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 830px;
	float: right;
}

#body2 {
	float: left;
	width: 260px;
}

/* Used in three column layouts */
#body1b {
	width: 800px;
	float: left;
}

#body1c { 
	width: 550px;
	float: right;
}

#body2b {
	width: 250px;
	float: left;
}

#body3 {
	width: 250px;
	float: right;
}
/* Used in single column layouts */

.bodycolumncontent {
	padding: 8px 55px 8px 60px;
}

.bodycolumncontentfed {
	padding-left:110px; padding-right:110px; padding-top:8px; padding-bottom:8px
}

/* Used in two column layouts -left smaller */

.body1content {
	padding-left:15px; padding-right:95px; padding-top:4px; padding-bottom:8px
}

.body2content  {
	padding: 8px 0px 8px 60px;
}

/* Used in three column layouts */

.body1bcontent {
	padding: 4px 10px 0 0;
}

.body2bcontent {
	padding: 4px 0px 8px 40px;
}

.body3content {
	padding-left:0px; padding-right:50px; padding-top:4px; padding-bottom:8px
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/footer.jpg') no-repeat bottom center;
	height: 55px;
	width: 1100px;
}

.footercontent {
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 100%;

}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #333333;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #007fc4;
	text-decoration: underline;
	background-color: transparent;
}
/* End of Layout CSS */

/* Start General Styles */
img {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-image: url('images/bullet.gif');
	line-height: 185%;
}

p {
}

a:link, a:visited {
	color: #007fc4;
	text-decoration: underline;
}

a:active, a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 { 
	color: #007fc4;
	font-size: 155%;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h2 {	
	font-size: 150%;
	color: #333333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {	
	font-size: 145%;
	color: #b48b89;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 { 
	font-size: 135%;
	color: #b48b89;
	padding: 0;
	margin: 0;

}

h5 { 
	font-size: 125%;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h6 { 
	font-size: 125%; 
	color: #007fc4;
	font-weight: bold;
	padding: 0;
	margin: 0;

}

.clear {
	clear: both;
}

/*  The invisible class is used for a small Top of Page link that can't be seen.  */

#invisible {
	color: #deeafa;
	font-size: 1%;
}

#invisible a:hover {
	color: #deeafa;
}

.topofpage {
	line-height: 18px;
	text-align: right;
	padding-right: 60px;
}

.topofpage a:link, .topofpage a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
	font-size: 90%;
}
	
.topofpage a:active, .topofpage a:hover {
	color: #007fc4;
	text-decoration: none;

}



.block1 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 4px solid #c6daf3;
	border-bottom: 4px solid #c6daf3;
	background-color: #007fc4;
	padding: 6px;
}

.block2 {
	color: #007fc4;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 4px solid #007fc4;
	border-bottom: 4px solid #007fc4;
	background-color: #c6daf3;
	padding: 6px;
}

.block3 {
	color: #007fc4;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 4px solid #007fc4;
	border-bottom: 4px solid #007fc4;
	background-color: #e2e2e2;
	padding: 6px;
}


.tiny {
	font-size: 80%;
	margin: 2px 0 0 0;
}

img {
	border: none;
}
.imageleft {
	border-width: 0px;
	float: left;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #c50101;
	font-weight: bold;
	text-align: center; 
}

.news2 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #597e40;
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
	margin: 0 auto;
}


/*  The items below sets the properties for the left or right sidelinks.  */

.navbox {
	width: 200px;
	border: 2px solid #b3ceed;
}

.menuheader1 {
    text-align: left;
    color: #007fc4;
	background: url('images/navheader.jpg') no-repeat;
	width: 150px;
	height: 22px;
	font-size: 110%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold; padding-left:12px; padding-right:0; padding-top:9px; padding-bottom:0
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #007fc4;
	text-decoration: none;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #ffffff;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	color: #007fc4;
	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #007fc4;
	text-decoration: underline;

}