/* CSS Document */

* {margin-top: 0; margin-bottom: 0; border: none; }

body {
    font-size: 11px;
    background: #ddddd9;
    font-family: Arial, Helvetica, sans-serif;
    color: #505040;
    margin: 0;
    padding: 25px 0 0 0;
}

/* ----- Width of page ----- */
#page_width {
    width: 820px;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
	}
	
/* ----- Outer page container and border ----- */
#page_container_outer {
    margin: 0;
    padding: 0;
	background: #ffffff url(../images/content_container.gif) repeat-y;
	}
	
/* ----- container of content within the page ----- */
#page_container_inner {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	}
	
/* ----- Image within head at top of page ----- */
#header {
	background: #ffffff url(../images/header.gif) top center;
    background-position: left top;
    background-repeat: no-repeat;
	height: 85px;
	}
	
/* ----- Top navigation bar ----- */
#top_nav {
	font-size: 11px  !important;
    margin: 0 0 0 180px;
	padding: 0 0 0 0;
    height: 85px;
}

#top_nav ul li{
	list-style: none;
	}

#top_nav li {
	float: left;
	}
#top_nav a, #top_nav a:visited {  
	text-decoration: none; 
	border-bottom:none;
	color: #ffffff;
	font-family: Tahoma;
	display: block; 
	padding: 50px 15px 22px 15px; 
	border-right: 1px solid #ffffff;
	}

	#top_nav a.first { border-left: 1px solid #ffffff; }

#top_nav a:hover  { 
	color:#004050;
	}
	
#top_nav a:active  { 
	color:#004050;
	}
	
/* ----- Left navigation menu and content container ----- */
#flash_header {
	background: #FFFFFF url(../images/flash_header.jpg) top center no-repeat;
	height: 318px;
	margin: 0 0 0 0;
	}

/* ----- Left navigation menu and content container ----- */
#menu_content_container {
	background: #FFFFFF url(../images/content_container.gif) repeat-y;
	}

/* ----- left menu column ----- */	
#menu_col {
    width: 150px;
    float: left;
    padding: 0px 5px 0px 20px;
	background: #ffffff url(../images/content_container.gif) repeat-y left;
}

/* ----- left menu navigation and styles ----- */
#menu {
    margin: 0px 0px 0px 0px;
}

#menu ul li a, 
#menu ul li a:visited {
	color:#909085;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	width:auto;
}

#menu ul li a.indent, 
#menu ul li a:visited.indent {
	height: 20px;
	margin:  0 0  0px 15px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	}
	

#menu ul li a:hover, 
#menu ul li a:active{
	color: #004050; 
	font-style:normal;
}

#menu ul li { 
	list-style: none;
	margin:0px;
	padding:0 0 10px 0px;
	}
	
#menu ul {
	list-style-image:none;
	list-style-type:none;
	margin:20px 0px 0px 0px;
	padding:0px;
	}

/* ----- left menu content for news and other links ----- */
#menu_content {
	margin: 10px;
	color: #909085;
	}

/* ----- content column ----- */
#content_col {
    margin-left: 170px;
	background: #ffffff url(../images/content_container.gif) repeat-y right;
}
* html #content_col { /* fixes the ie 3px float bug */
    height: 1%;
    position: relative;
    overflow: visible;
    left: -3px;
    margin-right: -3px;
}

/* ----- content body padding with background capabilities ----- */
#content_body_wrapper {
    padding: 20px 10px 10px 15px;
}

/* ----- container that holds all data and information copy within the page ----- */
#content_body_copy {
    padding-top: 0;
    padding-right: 5px;
	background: url(../images/content_bg.gif) no-repeat bottom right;
}

/* ----- footer container to hold links and credits ----- */
#footer_container {
	font-size: 9px;
    text-align: right;
    background: url(../images/footer.gif) #ddddd9 top center no-repeat;
	background-position: center top;
	padding-top: 15px;
	height: 35px;
	width: 820px;
	clear: both;
	}

/* ----- footer navigation links ----- */	
#footer_links {
	
	}
#footer_links ul {
    margin: 0;
    padding: 10px 0 0 18px;
    list-style: none;
    float: left;
}
#footer_links li {
    float: left;
    margin: 0;
    padding: 0;
}
#footer_links li a,
#footer_links li a:visited {
    margin-right: 10px;
    color: #909085;
    text-decoration: none;
	border: none;
}
#footer_links li a:hover {
    color: #004050;
	border-bottom: 1px dotted;
}

/* ----- footer link for page creator ----- */
#footer_creater {
    padding: 10px 20px 0 0;
    color: #ffffff;
}
	
#footer_creater a,
#footer_creater a:visited {
    color: #909085;
    text-decoration: none;
	border: none;
}
#footer_creater a:hover {
    color: #004050;
	border-bottom: 1px dotted;
}

/*----Content text syles-------------------------------------------------------------*/

img{border: none;}

a, a:visited {color: #004050; text-decoration: none; font-weight: bold;}
a:hover {color: #909085; text-decoration: none; font-weight: bold;}

#content_body_copy a,
#content_body_copy a:visited {
	color: #004050;
	text-decoration: none;
	font-weight: bold;
}

#content_body_copy a:hover {
	color: #909085;
	text-decoration: none;
	font-weight: bold;
}

#content_body_copy abbr, acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
}

#content_body_copy address {
	font-style: normal;
}

table {
	width: 100%;
	}

td { padding: 5px;}
		
tr.title {
	background-color: #222222;
	color: #ffffff;
	}

tr.detail_odd {
	background-color: #e0e0e0;
	color: #333333;
	}
	
tr.detail_even {
	background-color: #eeeeee;
	color: #333333;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma;
	color: #707065;
	padding-top: 0;
	margin-top: 0;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0;
}



h1.content_h1 {
	font-size: 13px;
	font-weight: bold;
	color: #707065;
	padding-bottom: 5px;
	margin-bottom: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #004050;
}

h3 {
	font-size: 12px;
	padding-bottom: 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content_body_copy p {
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top:0;
	color: #333333;
}

#content_body_copy ul {
	padding: 5px 0px 10px 20px;
}

#content_body_copy ul li {
	color: #333333;
}
#content_body_copy ol li {
	color: #333333;
}

/* ------------------------------ Form Layout and Design */

fieldset{
border: 1px solid #efefef;
background: none;
padding-left: 10px;
}

#leftNav fieldset{
border: none;
background: none;
}

fieldset p{
font-size: 9px;
}

legend{
color: #aaaaaa;
font-size: 11.5px;
font-weight:bold;
}

input.text, textarea {
	background: #efefef url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ffffff;
	color: #777777;
	font-family: Tahoma;
	margin-bottom: .7em;
	padding: 3px 3px 4px 4px;
	width: 160px;
}

input.login_text {
	background: #eeeeee url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ffffff;
	color: #777777;
	font-family: Tahoma;
	margin-bottom: .7em;
	padding: 3px 3px 4px 4px;
	width: 100px;
}

select {
	background: #ffffff url(../images/form_bg.gif) no-repeat 0 0;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #ededed;
	border-right: 1px solid #efefef;
	border-top: 1px solid #ededed;
	color: #777777;
	font-family: Tahoma;
	margin-bottom: .7em;
	padding: 5px 5px 6px 6px;
	width: 150px
}

label {
	padding-top: 8px;
	padding-bottom: 10px;
	text-align:right;
	width: 160px;
	padding-right: 20px;
}

label, input, select, textarea { 
display:block;
float: left;
margin-bottom: 15px;
}

br.clearleft { clear:left; }


textarea {
	margin-bottom: 1.5em;
	width: 300px;
	font-size: 11px;
}
 
button {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #888888;
	background: url(../images/design_button.gif) no-repeat;
	width: 90px;
	height: 21px;
	border: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	}