/********************************************************
Designed by WebEpics.com
(C) 2007 Harpoon Technologies, Inc. All Rights Reserved.
********************************************************/

body {
	font-family: arial, tahoma, verdana, geneva, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 770px;
	text-align: left;
}

table {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}



/* ======||  HEADER  ||====== */



.headerLeft {
	margin: 0px;
	padding: 0px;
	height: 85px;
}

.headerRight {
	margin: 0px;
	padding: 0px;
	height: 85px;
	color: #00227c;
	text-align: right;
	vertical-align: bottom;
}



/* ======||  MENU  ||====== */



.menuList {
	width: 220px;
	height: 176px;
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	color: #ddd;
	background: #000 url(/assets/images/menuListBackground.jpg) center top no-repeat;
	border-right: 1px #444 solid;
	vertical-align: top;
}

.menuList p {
	margin: 0 0 13px 54px;
	padding: 0 0 0 20px;
}

.listArrow {
	margin: 0;
	padding: 0;
	background: url(/assets/images/listArrows.gif) no-repeat left top;
}

.menuRollovers {
	margin: 0;
	padding: 0;
	background-color: #000;
	/*border-right: 1px #444 solid;*/
	vertical-align: top;
	white-space: nowrap;
}



/* ======||  CONTENT  ||====== */



.contentLeft {
	width: 190px;
	padding: 15px 10px 30px 10px;
	margin: 0;
	border-right: 1px #c7bfa8 solid;
	border-left: 1px #444 solid;
	background-color: #e1dac8;
	vertical-align: top;
}

.contentLeft p {
	margin: 0 0 12px 5px;
	padding: 0 0 0 12px;
	font-size: 85%;
}

.contentRight {
	padding: 15px 40px 30px 20px;
	background: #ede9de url(/assets/images/backgroundContentRight.jpg) top right no-repeat;
	vertical-align: top;
	border-right: 1px #444 solid;
	font-size: 95%;
}

.contentRowTwoLeft {
	width: 180px;
	padding: 15px 0 5px 15px;
	margin: 0;
	background-color: #d0c6ab;
	border-top: 1px #c7bfa8 solid;
	border-right: 1px #c7bfa8 solid;
	border-left: 1px #444 solid;
	vertical-align: top;
}

.contentRowTwoRight {
	margin: 0px 0px 0px 221px;
	padding: 15px;
	background-color: #e1dac8;
	border-top: 1px #c7bfa8 solid;
	border-right: 1px #444 solid;
	vertical-align: top;
}

.listArrowContent {
	margin: 0;
	padding: 0;
	background: url(/assets/images/listArrowContent.gif) no-repeat left top;
}

#careersRSS {
	margin: 35px 10px 40px 20px;
	padding: 0;
	border-top: 1px dashed #777;
}

#rssItem {
border-bottom: 1px dashed rgb(119,119,119);
padding: 15px 0pt;
}

/* ======||  FOOTER  ||====== */



.footer {
	background: url(/assets/images/footerReflection.jpg) no-repeat top center;
	text-align: right;
	color: #bbb;
	margin: 0 0 25px 0;
	padding: 12px;
	font-size: 85%;
	height: 85px;
	vertical-align: top;
}

/*
#footerWrapper {
	font-size: 85%;
	border-top: 0px solid #444;
	margin: 0;
	padding: 6px 12px;
	height: 85px;
}

#footerLeft {
	float: left;
	text-align: left;
	color: #aaa;
	margin: 0 0 25px 0;
	padding: 0;
}

#footerRight {
	float: right;
	text-align: right;
	color: #bbb;
	margin: 0 0 25px 0;
	padding: 0;
}
*/



/* ======||  SCROLLER  ||====== */



.note {
	border: 0px solid #ddd;
	width: 190px;
	margin: 0 0 15px 0;
	background-color: #e1dac8;
}

.note p {
	font-size: 85%;
	padding: 10px 10px 0 6px;
	margin: 0;
	font-style: normal;
}

#scrollBoxWrapper {
	position: relative;
	padding: 7px 0 0 6px;
}

#scrollBox {
	height: 250px;
	width: 100%;	
	overflow: auto;
	border: 0;
	background-color: #e1dac8;	
	padding: 0;
	margin-left: 0;
	z-index: 99;
	font-size: 85%;
	position: relative;
}

#scrollBox p {
	padding: 0;
	margin: 0;
}

/* Custom Scrollbar Styling Starts Here */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 9px;
	background-color: #e7e2d5;
}

.vscrollerbar {
	background: url(/assets/images/scrollBoxGrip.gif) top center no-repeat;
	cursor: pointer;
	width: 9px;
	height: 18px !important;
	background: url(/assets/images/scrollBoxGrip.gif) top center no-repeat;
}

.hscrollerbase {
	height: 22px;
}

.hscrollerbar {
	height: 22px; 
	background-color: #e1dac8;
}

.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}

.scrollerjogbox {
	width: 22px;
	height: 22px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #e1dac8;
}

/* Custom Scrollbar Styling Ends Here */



/* ======||  LINKS  ||====== */



a {
	color: #00457c;
	text-decoration: underline;
}

a:hover {
	color: #777;
	text-decoration: none;
}

a.menuListLink, a.menuListLink:visited, a.menuListLink:active {
	color: #ddd;
	text-decoration: none;
}

a.menuListLink:hover {
	color: #fefefe;
	text-decoration: none;
	margin: 0 0 13px 5px;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
	color: #777;
}



/* ======||  TEXT  ||====== */


p {
	margin: 0 0 20px 0;
}


h1 {
	font-size: 135%;
	color: #00457c;
	margin: 0 0 7px 0;
	border-bottom: 0px solid #bbb;
	letter-spacing: -0.05em;
}

.contentLeft h1 {
	font-size: 125%;
}

.contentRight h1 {
	border-bottom: 1px solid #dbd2c0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3,h4,h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 90%;
}

.smallLite {
	font-size: 90%;
	color: #888;
}

.newsDate {
	font-size: 100%;
	color: #777;
	font-style: italic;
}

.large {
	font-size: 115%;
}



/* ======||  FORMS  ||====== */



form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
 
legend {
	display: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
} 

.formButton {
	background: #444 url(/assets/images/buttonBlackGlassWide.gif) no-repeat;
	font-family: arial, tahoma, verdana, geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	border: 0;
	cursor: pointer;
	width: 132px;
	height: 24px;
	padding: 0 0 2px 0;
	vertical-align: middle;
}



/* ======||  MISC.  ||====== */



hr {
	color: #ddd;
	height: 1px;
	background-color: transparent;
}

img { 
	border: 0px;
}

ul { 
	margin-bottom: 25px;
}

.listLeading { 
	margin: 12px 0 0 0;
}

.imageLeft { 
	float: left;
	margin: 3px 15px 7px 0px; 
	border: 0px;
} 

.imageLeftBorder { 
	border: #999 solid 1px; 
	float: left; 
	margin: 3px 15px 7px 0; 
} 

.imageRight { 
	float: right; 
	margin: 3px 0px 7px 15px; 
	border: 0px;
} 

.imageRightBorder { 
	border: #999 solid 1px; 
	float: right; 
	margin: 3px 0px 7px 15px;
}
