
/* body default values */
body {
	margin:0;
	padding:0;
	background-image:url(../images/main-bg-pattern.gif);
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

ul {
	margin-left:15px;
	padding-left:15px;
	list-style-type:square;
}

ol {
	margin-left:15px;
	padding-left:15px;
}

/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.floatright {
	float:right;
	margin-left:10px;
}

/* this class can be used to float an element left in your page */
.floatleft {
	float:left;
	margin-right:10px;
}

/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* abbreviations and change cursor -- be sure to have a title attribute that provides the meaning of the abbreviation */
abbr {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:790px;
	background:url(../images/mainborders.gif) repeat-y;
}

#container {
	width:764px;
	margin:0 13px 0 13px;
	padding:0;
}

#logo {
	margin:0;
	padding:0;
	width:764px;
	height:147px;
	background-image:url(../images/logo3.gif);
}

#logo H1 {
	margin:0;
	padding:20px 20px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.0em;
	font-weight:normal;
	text-align:right;
	color:#FFFFFF;
}

#logo p {
	margin:0;
	padding:0 20px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	text-align:right;
	color:#FFFFFF;
	line-height:1.0em;
}

#logo img {
	border:none;
	float:left;
	padding:10px 0 0 11px;
}

#homepagenav {
	margin:0 8px 0 8px;
	padding:0;
	width:748px;
	height:164px;
}

#homepagetopnavshadow {
	margin:0 8px 0 8px;
	padding:0;
	width:748px;
	height:8px;
	background-image:url(../images/homepage-topnav-shadow.jpg);
}

#homepagetopnavshadow img {
	margin:0;
	padding:0;
	width:748px;
	height:8px;
}

#topnav {
	margin:0 8px 0 8px;
	padding:0;
	width:748px;
	height:44px;
}

#containerforsidenavbg {
	margin:0;
	padding:0;
	width:764px;
	background-image:url(../images/sidenav-bgstretch.gif);
}

#sidenav {
	float:left;
	display:inline;
	margin:0 0 0 8px;
	padding:6px 0 6px 0;
	width:183px;
	background-image:url(../images/sidenav-bookend.gif);
}

#sidenav img {
	margin:0;
	padding:0;
	border:none;
	display:block;
}

#homepagemaincontent {
	float:right;
	display:inline;
	margin:0 4px 0 4px;
	padding:0;
	width:565px;
}

#homepagemaincontent h1 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:2px;
	color:#03363e;
}

#homepagemaincontent h2 {
	margin:0;
	padding:8px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:2px;
	color:#03363e;
}

.largeheading {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:2px;
	color:#03363e;
}

#homepagemaincontent p {
	margin:12px 0 12px 0;
	padding:0;
	font-size:1em;
	color:#000000;
}

#homepagemaincontent a:link {
	color:#035d6c;
	text-decoration:underline;
}

#homepagemaincontent a:visited {
	color:#035d6c;
	text-decoration:underline;
}

#homepagemaincontent a:hover {
	color:#035d6c;
	text-decoration:none;
}

#homepagemaincontent a:active {
	color:#035d6c;
	text-decoration:none;
}

#homepagemain1 {
	margin:0;
	padding:7px 15px 10px 15px;
	width:535px;
	background-image:url(../images/homepage-maincontentarea-bg.jpg);
}

#homepagemain1bottom {
	margin:0;
	padding:0;
	width:565px;
	height:8px;
	background-image:url(../images/homepage-maincontentarea-bg-bottom.jpg);
}

#homepagemain1bottom img {
	margin:0;
	padding:0;
	width:565px;
	height:8px;
}

#homepagemain2 {
	margin:0;
	padding:7px 15px 0 15px;
	width:535px;
	background-image:url(../images/homepage-maincontentarea-bg2.jpg);
}

#homepagemain2bottom {
	margin:0;
	padding:0;
	width:565px;
	height:12px;
	background-image:url(../images/homepage-maincontentarea-bg2-bottom.jpg);
}

#homepagemain2bottom img {
	margin:0;
	padding:0;
	width:565px;
	height:12px;
}

#maincontent {
	float:right;
	display:inline;
	margin:0 8px 0 8px;
	padding:15px;
	width:520px;
	min-height:350px;
	border:#343638 solid 3px;
}

#maincontent h1 {
	margin:14px 0 0 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:2px;
	color:#035765;
}

#maincontent p {
	margin:12px 0 12px 0;
	padding:0;
	font-size:1em;
	color:#000000;
}

#maincontent a:link {
	color:#035d6c;
	text-decoration:underline;
}

#maincontent a:visited {
	color:#035d6c;
	text-decoration:underline;
}

#maincontent a:hover {
	color:#035d6c;
	text-decoration:none;
}

#maincontent a:active {
	color:#035d6c;
	text-decoration:none;
}

.table2cols {
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
	border:none;
}

.table2cols td {
	width:50%;
	vertical-align:top;
}

.table2colsflexible {
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
	border:1px solid #000000;
}

.table2colsflexible td {
	padding:10px;
	vertical-align:top;
	border:1px solid #000000;
}

.verticalspacer8px {
	height:8px;
}

.verticalspacer8px img {
	margin:0;
	padding:0;
	height:8px;
}

#contactbox {
	margin:0 8px 0 8px;
	padding:0;
	width:748px;
	min-height:112px;
	background:#343638 url(../images/contactbox-bg-gradient.jpg) repeat-x;
}

#contactbox a:link {
	color:#ffffff;
	text-decoration:none;
}

#contactbox a:visited {
	color:#ffffff;
	text-decoration:none;
}

#contactbox a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#contactbox a:active {
	color:#ffffff;
	text-decoration:underline;
}

.blackbar748x3 {
	margin:0 8px 0 8px;
	padding:0;
	width:748px;
	height:3px;
	background:#000000;
}

.blackbar748x3 img {
	margin:0;
	padding:0;
	width:748px;
	height:3px;
}

.brownbar764x3 {
	margin:0;
	padding:0;
	width:764px;
	height:6px;
	background:#343638;
}

.brownbar764x3 img {
	margin:0;
	padding:0;
	width:764px;
	height:6px;
}

.disclaimernote {
	margin:0;
	padding:12px 0 0 0;
	text-align:center;
	font-size:1em;
	font-style:italic;
	color:#9c9c9c;
}

.bottomnav {
	margin:0;
	padding:12px 0 0 0;
	text-align:center;
	font-size:1em;
	color:#ffffff;
}

.horizontaldividercontactbox {
	margin:7px 0 7px 0;
	padding:0;
	background-image:url(../images/horizontal-divider-contactbox.gif);
	width:748px;
	height:2px;
}

.horizontaldividercontactbox img {
	margin:0;
	padding:0;
	width:748px;
	height:2px;
}

.contactinfo1 {
	float:left;
	display:inline;
	margin:0 0 10px 20px;
	padding:0;
	width:250px;
	text-align:left;
	font-size:0.9em;
	color:#ffffff;
}

.contactinfo2 {
	float:left;
	display:inline;
	margin:0 0 10px 20px;
	padding:0;
	width:130px;
	text-align:right;
	font-size:0.9em;
	color:#ffffff;
}

.contactinfo3 {
	float:left;
	display:inline;
	margin:0 0 10px 20px;
	padding:0;
	width:130px;
	text-align:right;
	font-size:0.9em;
	color:#ffffff;
}

.contactinfo4 {
	float:left;
	display:inline;
	margin:0 20px 10px 20px;
	padding:0;
	width:138px;
	text-align:right;
	font-size:0.9em;
	color:#ffffff;
}

/* contains credits such as EMS and copyright */
#credits {
	margin:5px auto 15px auto;
	padding:0;
	width:761px;
}

#credits p {
	margin:0;
	padding:0 10px 10px 10px;
	font-size:0.9em;
	color:#cccccc;
}

#credits a:link {
	color:#cccccc;
	text-decoration:none;
}

#credits a:visited {
	color:#cccccc;
	text-decoration:none;
}

#credits a:hover {
	color:#cccccc;
	text-decoration:underline;
}

#credits a:active {
	color:#cccccc;
	text-decoration:underline;
}

