
/*-------------Universal------------------------------------------------------*/
body { 
	background-image: url(images/bg.jpg); 
	background-position: center; 
	text-align: center; 
	}
p { 
	color: #555;
	background-color: inherit; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 16px; 
	text-align: left;
	}
h1   { 
	color: #c33;
	background-color: inherit; 
	font-size: 16px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 18px; 
	text-align: left; 
	margin-top: 0; 
	margin-bottom: 8px;
	}
h2  { 
	color: #555; 
	background-color: inherit;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: left; 
	margin-top: 5px;
	margin-bottom: 0; 
	padding-bottom: 0;
	}
a  { 
	color: #555; 
	background-color: inherit;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 16px; 
	text-decoration: none; 
	text-align: left;
	font-weight: bold;
	}
a:hover, a:active { 
	color: #c33;
	background-color: inherit;
	}
ul    { 
	color: #555; 
	background-color: inherit;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	margin: 0; 
	padding-left: 0;
	}
li   { 
	line-height: 16px; 
	text-indent: 0; 
	list-style-type: none;
	}
li.articles {
	list-style-type: square;
	
	}
img { 
	border: 0; 
	}
hr {
	width: 90%;
	}

/*-------------Main-----------------------------------------------------------*/
#outside  { 
	background-color: #feffff; 
	color: inherit;
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 760px; 
	border: solid 1px #000;
	margin: 0 auto;
	}
#container    { 
	color: #555; 
	background-color: inherit;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 16px; 
	text-align: left; 
	width: 720px; 
	clear: both;
	margin: 0 auto;
	}
	
/*-------------Top------------------------------------------------------------*/
#header  { 
	width: 720px; 
	height: 93px; 
	clear: both;
	}
#banner     { 
	width: 439px;
	height: 93px; 
	float: left;
	}
#logo    {
	margin-left: 6px; 
	width: 275px; 
	height: 93px; 
	float: right;
	}
	
/*-------------Body-----------------------------------------------------------*/
#body { 
	width: 720px; 
	height: 564px; 
	clear: both;
	}
#left_side      { 
	margin-top: 3px; 
	width: 439px; 
	height: 564px; 
	float: left; 
	clear: left;
	}
#right_side     { 
	margin-top: 3px; 
	width: 281px; 
	height: 564px; 
	float: right; 
	clear: right;
	}
	
/*-------------Left Side------------------------------------------------------*/
#sub_nav_bar     { 
	background-color: #473232; 
	color: inherit;
	width: 439px; 
	height: 29px; 
	float: left; 
	clear: both;
	}
#sub_nav_text    { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	margin-top: 5px; 
	margin-left: 10px; 
	clear: both;
	font-weight: normal;
	}
#sub_nav_text2    { 
	color: #ccc; 
	background-color: inherit;
	font-size: 16px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-style: italic;
	font-weight: bold;
	margin-top: 5px; 
	margin-left: 10px; 
	clear: both;
	}
#sub_nav_text ul   { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	display: inline; 
	clear: both;
	}
#sub_nav_text li   { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 18px; 
	display: inline; 
	clear: both;
	}
#sub_nav_text a  { 
	color: #ccc; 
	background-color: inherit;
	font-size: 18px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal; 
	clear: both;
	}
#sub_nav_text a:hover, #sub_nav_text a:active  { 
	color: #c33; 
	background-color: inherit;
	clear: both;
	font-weight: normal;
	}
#content    { 
	background-color: #f0f1ef; 
	color: inherit;
	margin-top: 3px; 
	width: 439px; 
	height: 533px; 
	float: left; 
	clear: both;
	}
#content_text       { 
	margin-top: 10px; 
	margin-left: 11px; 
	width: 400px; 
	height: 518px; 
	float: left; 
	clear: both;
	}
#content_text ul { 
	margin-left: 10px; 
	clear: both;
	}
#content_text li {
	margin-left: 10px;
	}
#content_text a:hover {
	text-decoration: underline;
	}
#careers_list ul{ 
	list-style-type: disc;
	}
.special {
	color: #c33;
	background-color: inherit;
	}

/*-------------Navigation-----------------------------------------------------*/
#nav       { 
	text-align: left; 
	margin: 0 0 0 6px; 
	width: 275px; 
	height: 249px; 
	clear: both;
	}
#nav_top { 
	background-image: url(images/nav_top.jpg); 
	background-repeat: no-repeat;
	width: 275px; 
	height: 20px; 
	clear: both;
	}
#nav ul     { 
	margin: 0; 
	padding: 0; 
	width: 275px; 
	height: 138px; 
	float: left; 
	clear: both;
	}
#nav ul li    { 
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Sans-Serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	background-image: url(images/nav_button_off.jpg); 
	background-repeat: no-repeat; 
	list-style-type: none; 
	list-style-position: outside; 
	display: block; 
	margin: 0 0 2px; 
	padding: 0; 
	width: 275px; 
	height: 21px;
	}
#nav ul li a:link, #nav ul li a:visited    { 
	color: #555;
	background-color: inherit;
	text-decoration: none; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	text-indent: 198px; 
	line-height: 18px;
	display: block; 
	width: 275px; 
	height: 21px;
	}
#nav ul li a:hover   { 
	color: white; 
	background-color: inherit;
	text-decoration: none;
	line-height: 18px; 
	background-image: url(images/nav_button_on.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	display: block; 
	width: 275px; 
	height: 21px;
	}
#nav_bottom    { 
	background-image: url(images/nav_bottom.gif); 
	background-repeat: no-repeat; 
	width: 275px; 
	height: 87px; 
	clear: both;
	}	
#nav_text    { 
	padding-top: 10px; 
	width: 275px; 
	height: 84px; 
	clear: both;
	}
#contact    { 
	color: #000; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	margin-left: 145px; 
	clear: both;
	}
	
/*-------------Bottom Right Image Box--------------------------------------------*/
#bottom_right    { 
	background-color: #f0f1ef; 
	color: inherit;
	margin-top: 1px; 
	width: 281px; 
	height: 313px; 
	clear: left;
	}
#tagline_banner   { 
	background-image: url(images/tagline_banner.jpg); 
	background-repeat: no-repeat; 
	width: 281px; 
	height: 29px; 
	clear: both;
	}
#page_image {
	width: 281px;
	height: 284px;
	clear: both;
	}
/*-------------Footer---------------------------------------------------------*/
#footer       { 
	background-image: url(images/footer.jpg); 
	background-repeat: no-repeat; 
	width: 720px; 
	height: 35px; 
	clear: both;
	margin: 0 auto;
	}
#footer_text { 
	color: #000; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-align: right; 
	padding-top: 5px; 
	padding-right: 20px; 
	width: 680px; 
	height: 30px; 
	float: right; 
	clear: both;
	}
#footer_left {
	float: left;
	}
#footer_right {
	float: right;
	}
#footer a:link, #footer a:visited   { 
	color: #900; 
	background-color: inherit;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 12px; 
	text-decoration: none; 
	clear: both;
	}
#footer a:hover  { 
	color: #900; 
	background-color: inherit;
	text-decoration: underline; 
	clear: both;
	}
