@charset "UTF-8";
/* CSS Document */

body {
	color:#4d595b;
	font-size: 0.8em;
	font-family: Arial;
	}
a:link {
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: none;
	color: #369;
}
a:visited {
	text-decoration: none;
	color: #369;
}
* {
	margin: 0px;
	padding: 0px;
}
.clearer {
	clear: both;
}

.imageLeft{
        float: left;
        margin-right: 10px;
}
#container {
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/published/93/resources/images/leftBG2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftContainer {
	width: 314px;
	float: left;
}
#rightContainer {
	float: left;
	width: 681px;
	background-image: url(/published/93/resources/images/gradiantContentBG.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#leftContainerPadding {
	padding-left: 73px;
}
#company {
	height: 200px;
}
#quote {
	height: 250px;
}
#address {
	height: 130px;
}
#email {
	padding-top: 15px;
	padding-left: 95px;
	color: #FFF;
	height: 40px;
}
#email a:link{
	color: #FFF;
}
#email a:hover{
	color: #FFF;
}
#email a:visited{
	color: #FFF;
}
#navigation {
	height: 91px;
}
#pageHeader {
	height: 71px;
	background-image: url(/published/93/resources/images/pageHeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#pageContent {
	min-height: 418px;
	background-image: url(/published/93/resources/images/contentBG.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(/published/93/resources/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageContent .pageContentPadding {
	padding-top: 10px;
	padding-left: 62px;
	padding-right: 62px;
}
#pageHeader .pageHeaderPadding {
	padding-left: 62px;
}
#address .addressPadding {
	font-size: 11px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 16px;
	padding-right: 16px;
}
#address .addressPadding a:link {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.14pxTextWhite {
	font-size: 14px;
}
.14pxTextBold {
	font-size: 14px;
	font-weight: bold;
}
.12pxTextitalic {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/* +++++++++++++++++++ navigation ++++++++++++++++++++ */

#underlinemenu{
	margin: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 53px;
	font-family: Verdana, Geneva, sans-serif;
}

#underlinemenu ul{
	margin-bottom: 1em;
	float: left;
	font-weight: bold;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: #4D595B;
	font-weight: normal;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0B1B5;
}

#underlinemenu ul li a:hover{
	color: #4484B9;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9CB3B6;
}



