/*HTML styles */

body {
	margin: 0px 0px 20px 0px ;
	font-family: arial, sans-serif ;
	font-size: 13px ;
	/*background: url(images/page_bg.gif) #0A52A2 ;
	background-position: top ;
	background-repeat: repeat-x ;*/
	background: url(/images/main_bg.jpg) ;
	color: #000000 ;
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: arial, sans-serif ;
	font-size: 13px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 13px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}


table {
	border-collapse: collapse ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 36px ;
	font-style: italic ;
	letter-spacing: -2px ;
	font-weight: bold ;
	color: #0A52A2 ;
	color: #0351A3 ;
	margin-top: 0px ;
}

h2 {
	font-size: 26px ;
	font-style: italic ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #0351A3 ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 14px ; 
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #0351A3 ;
	margin-top: 0px ;
}

a:link {
	color: #0351A3 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #949ECF ;
}

/*Nav Styles*/

a.button:link,
a.button:active,
a.button:visited {
	display: block ;
	padding: 12px 18px ;
	border-bottom: 1px solid #949ECF ;
	margin: 10px ;
	margin-top: 0px ;
	color: #949ECF ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	letter-spacing: -1px ;
}
a.button:hover {
	color: #fff ;
	border-bottom: 1px solid #fff ;
}

/*Template Styles*/

#container {
	width: 980px;
	margin: auto;
}

#page_top {
	background-color: #090;
	height: 150px; 
}

#info_bar {
	background-color: #009;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#page_body_div {
}

#page_body_table {
	width: 100%;
}

#nav_cell {
	background-color: #000;
	vertical-align: top;
	width: 250px;
}

#content_cell {
	vertical-align: top;
	background-color: #fff;
}

#content {
	padding: 15px ;
	margin-left: 1px ;
}

.content {
	padding: 20px ;
}

/*Misc Standard Styles*/

.required {
	text-align: center;
	color: #900;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good {
	color: #070;
}

.bad {
	color: #900;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.info_bot {
	font-size: 10px ;
	letter-spacing: 1px ;
	padding: 15px 0px ;
	text-align: center ;
	color: #ffffff ;
}

.img_flt {
	float: right ;
	margin: 0px 0px 14px 20px ;
	clear: right ;
	border: 1px solid #0351A3 ;
}

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

a.bigButton:link,
a.bigButton:active,
a.bigButton:visited {
	display: block ;
	background-image: url(/images/bigButton_bg.png) ;
	background-position: -75px center ;
	background-repeat: no-repeat ;
	padding: 10px 48px 10px 48px ;
	font-size: 22px ;
	letter-spacing: -1px ;
	line-height: 28px ;
	text-decoration: none ;
	color: #949ECF ;
	color: #fff ;
}
a.bigButton:hover {
	background-position: right center ;
	background-image: url(/images/bigButton_up.png) ;
	color: #fff ;
}

.hr {
	height: 0px ;
	font-size: 0px ;
	line-height: 0px ;
	border-top: 1px solid #999 ;
	margin: 13px 0px ;
}

.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
}
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	background: #000 ;
	color: #949ECF ;
	color: #fff ;
	font-size: 14px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-decoration: none ;
	padding: 6px 60px 6px 12px ;
	display: block ;
}
a.button_sub:hover {
	color: #fff ;
}
