@import url("reset.css");
@import url("navigation.css");

/* Shan Moorthy
   Imagin8 Web Studios
   02/2009 */

/* Base Common Styles /---------------- */
    
body {
    font: 11px Arial, Verdana, Sans-serif;
    color: #333333;
    background: #71706b url('../images/interface/top_bg.gif') top left repeat-x;
}

body .container {
	background: white;
	width: 100%;
}

body .container div#header {
	width: 900px;
	margin: 0 auto;
}

body .container div#main {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
}

body div#wrapper {
	width: 900px;
	margin: 0 auto;
}
body div#wrapper.content {
	background: white;
}
body div#wrapper.footer {
	background: url('../images/interface/footer_bg.gif') top left repeat-x;
}

div#main div#content {
	font-size: 120%;
	padding-left: 22px;
	padding-top: 25px;
	width: 900px;
}

div#main div#content a,
div#main div#content a:link,
div#main div#content a:visited,
div#main div#content a:hover {
	color: #018e6e;
	font-weight: bold;
}

div#main div#content table,
div#main div#content td {
    border-color: #b9bab5;
    border-style: solid;
}

div#main div#content table {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

div#main div#content td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: white;
}


a img {
	border: 0px;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1, h2, h3, h4, h5, h6 {
	display: block;
	/*font-weight: bold;*/
}

h1 {
	font-size: 220%;
	padding-bottom: 0px;
	margin-bottom: 7px;
	color: black;
}

h2 {
	font-size: 180%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #008e6e;
}
h3 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: black;
}
h4 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #008e6e;
}
h5 {
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #008e6e;
}
h6 {
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #008e6e;
}

p {
	margin: 0px 0px 18px 0px;
}

#main ul {
    padding: 0px 0px 0px 18px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/li.gif');
}

#main ul.document {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/icon_document.gif');
}

#main ol {
    padding: 0px 0px 0px 31px;
	list-style: decimal;
}

#main ul li {
    margin: 6px 0px;
}

#main ol li {
    background-image: none;
    margin: 6px 0px;
}

#main input, #main textarea {
	border: 1px solid #aaaaaa;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
}

.container {
	width: 900px;
	margin: 0px auto;
	clear: both;
}


/* Header Styles /---------------- */



/* Main Area Styles /---------------- */



/* Homepage Specific Areas /---------------- */



/* Level 2 Styles /---------------- */
 


/* Breadcrumb Links /---------------- */



/* Sitemap Styles /---------------- */
    


/* Form Styles /---------------- */
    


/* Search Area Styles /---------------- */


     
/* News Listing Styles /---------------- */
    


/* Footer Styles /---------------- */



/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
    background: url('../logo.gif') center top no-repeat;
}

div#header h1#logo a {
	display: block;
	float: left;
	width: 151px;
	height: 120px;
	background: url('../images/interface/logo.gif') bottom left no-repeat;
	text-indent: -9999px;
	margin-bottom: 0px;
}

div#header h2#slogan {
	display: block;
	float: right;
	width: 749px;
	height: 95px;
	background: url('../images/interface/h2_slogan.gif') right 40px no-repeat;
	text-indent: -9999px;
}

div#header form#search {
	display:block;
	background: blue;
	height: 20px;
	width: 145px;
	float: right;
	padding-bottom: 10px;
	background: url('../images/interface/navigation_bg.gif') bottom left repeat-x;
}

div#header form#search input#query {
	width: 117px;
	height: 15px;
	background: url('../images/interface/search_box.gif') top left no-repeat;
	border: 0px;
	padding: 3px 2px 2px 5px;
	margin: 0px;
	float: left;
	font-size: 11px;
}

div#header form#search input#submit {
	width: 21px;
	height: 20px;
	background: url('../images/interface/search_submit.gif') top left no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}

div#header div#feature {
	display: block;
	float: left;
	width: 900px;
	border-bottom: 1px white solid;
	height: 133px;
	background: url('../images/feature01.jpg') top left no-repeat;
}

body.homepage div#header div#feature {
	height: 238px;
	background: url('../images/interface/flash_placeholder.jpg') top left no-repeat;
}

body.homepage div#header div#quicks {
	height: 172px;
	background: url('../images/interface/quicks_bg.gif') top left repeat-x;
}

body.homepage .col1,
body.homepage .col2,
body.homepage .col3 {
	width: 280px;
	padding: 18px 10px 0px 10px;
	float: left;
}

body.homepage div#content .col1, 
body.homepage div#content .col2,
body.homepage div#content .col3 {
	padding: 0px 10px 25px 10px;
}

body.homepage div#header div#quicks a{
	display: block;
	width: 280px;
	height: 80px;
	margin-bottom: 39px;
}

body.homepage div#header h3.quicks_title {
	height: 14px;
	padding-bottom: 3px;
	text-indent: -9999px;	
	display: block;
}

body.homepage div#header .col1 h3.quicks_title {
	width: 170px;
	background: url('../images/interface/h3_quicks_col1.gif') top left no-repeat;
}

body.homepage div#header .col2 h3.quicks_title {
	width: 66px;
	background: url('../images/interface/h3_quicks_col2.gif') top left no-repeat;
}

body.homepage div#header .col3 h3.quicks_title {
	width: 192px;
	background: url('../images/interface/h3_quicks_col3.gif') top left no-repeat;
}

body.homepage div#header h3.content_title {
	height: 13px;
	width: 188px;
	text-indent: -9999px;	
	display: block;
}

body.homepage div#header .col1 h3.content_title {
	background: url('../images/interface/h3_content_col1.gif') top left no-repeat;
}

body.homepage div#header .col2 h3.content_title {
	background: url('../images/interface/h3_content_col2.gif') top left no-repeat;
}

body.homepage div#header .col3 h3.content_title {
	background: url('../images/interface/h3_content_col3.gif') top left no-repeat;
}

div#header div#title {
	height: 40px;
	width: 878px;
	display: block;
	padding-top: 15px;
	padding-left: 22px;
	background: url('../images/interface/h2_title_bg.gif') top left no-repeat;
}

div#header div#title h2 {
	width: 760px;
	float: left;
}

div#header div#title a {
	float: left;
	display: block;
	text-indent: -9999px;
	margin-right: 6px;
	margin-top: 5px;
}

div#header div#title a.text_down {
	height: 18px;
	width: 18px;
	background: url('../images/interface/text_down.gif') top left no-repeat;
	margin-top: 10px;
}

div#header div#title a.text_up {
	height: 23px;
	width: 22px;
	background: url('../images/interface/text_up.gif') top left no-repeat;
}

div#header div#title a.printer_friendly {
	height: 23px;
	width: 22px;
	background: url('../images/interface/printer_friendly.gif') top left no-repeat;
}


div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	display: block;
	background: url(../images/interface/dotted.gif) bottom left repeat-x;
}

div#main div#subnav {
	float: right;
	width: 165px;
	display: block;
}

div#main div#subnav {
	margin-top: 18px;
}

div#main div#content {
	float: left;
	width: 675px;
	display: block;
	padding-right: 20px;
}

body.homepage div#main {
	margin-bottom: 0;	
}

body.homepage div#main div#content {
	width: 900px;
	padding: 0;	
}

div#ctoc .ctoc_item0 {
	display: none;
}

div#ctoc .ctoc_item1,
div#ctoc .ctoc_item2,
div#ctoc .ctoc_item3 {
	background: url('../images/interface/dotted.gif') left bottom repeat-x;
	padding: 10px 0px;
}
div#ctoc .ctoc_item1 {
	margin-left: 0px; 
}

div#ctoc .ctoc_item2 {
	margin-left: 15px;
}

div#ctoc .ctoc_item3 {
	margin-left: 30px; 
}

div#ctoc a,
div#ctoc a:link,
div#ctoc a:visited {
	color: #945001;
	font-weight: normal;
	text-decoration: none;
	padding-left: 21px;
	display: block;
	width: 144px;
	background: url('../images/interface/ctoc_li.gif') top left no-repeat;
}

div#ctoc .ctoc_item1 a {
	width: 144px;
}
div#ctoc .ctoc_item2 a {
	width: 129px;
}
div#ctoc .ctoc_item3 a {
	width: 114px;
}
	

div#ctoc div#ctoc_current_item a,
div#ctoc a:hover {
	background-position: 0 -50px !important;
	color: #008e6e !important;
}

div#footer {
	width: 100%;
	background: url('../images/interface/footer_bg.gif') top left repeat-x;
}

div#footer .inner {
	height: 85px;
	width:100%;
	display: block;
	background: url('../images/interface/footer_bg_shadow.gif') 50% top no-repeat;
}

div#footer .inner #contact {
	display: block;
	text-align: center;
	height: 14px;
	padding: 22px 0px;
	color: #555651;
}

div#footer .inner #contact a,
div#footer .inner #contact a:visited,
div#footer .inner #contact a:link,
div#footer .inner #contact a:hover {
	color: #555651;
}

div#footer .inner #contact strong {
	font-weight: normal;
	color: black;
}

div#footer .inner #links {
	display: block;
	text-align: center;
	height: 14px;
	padding: 6px 0px 0px 0px;
	color: #c6c3ba;
	background: none; 
}

div#footer .inner #links a,
div#footer .inner #links a:visited,
div#footer .inner #links a:link,
div#footer .inner #links a:hover {
	text-decoration: none;
	color: #c6c3ba;
}

div#main div#content ul{
	/* list-style: disc url('../images/interface/li.gif') inside; */
	list-style-image: url('../images/interface/li.gif');
	list-style-type: square;
	/*color: #945001;*/
}

div#main div#content ol{
	/*color: #945001;*/
}

body.homepage div#content .col3 p,
body.homepage div#main div#content .col2 ul,
body.homepage div#main div#content .col1 ol {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 19px 0px;
	font-size: 11px;
}

body.homepage div#content .col1 ol li {
	margin-top: 15px;
}

body.homepage div#content .col1 li p {
	padding: 0;
	margin: 0;
	color: #555651;
	margin-top: 2px;
}

body.homepage div#content .col1 a.read_all_news {
	display: block;
	text-indent: -9999px;
	height: 21px;
	width: 92px;
	background: url('../images/interface/read_all_news_btn.gif') 0 0 no-repeat;
}

body.homepage div#main div#content .col2 ul {
	margin-top: 17px;
}
body.homepage div#content .col2 ul li {
	height: 22px;
	width: 205px;
	padding: 0px 0px 2px 21px;
	margin-top: 5px;
	background: url('../images/interface/li_content_col2_bg.gif') 0px -4px no-repeat;
}

body.homepage div#main div#content .col2 ul li a:visited,
body.homepage div#main div#content .col2 ul li a:link,
body.homepage div#main div#content .col2 ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #71706b;
}

body.homepage div#main div#content .col2 ul li a:hover {
	color: #018e6e;
}

body.homepage div#content .col1 a.read_all_news:hover {
	background-position: 0 -21px;
}

div#content form#subscription input#newsletter_email {
	height: 14px;
	padding: 2px;
	font-size: 11px;
	float: left;
	width: 218px;
	margin-right: 2px;
}
div#content form#subscription input#newsletter_submit {
	padding: 0;
	border: 0;
	height: 20px;
	width: 50px;
	float: left;
	text-indent: -9999px;
}
div#content form#subscription input#newsletter_submit:hover {
	background-position: 0 -20px;
}

div#content form#subscription {
	margin: 16px 0px;
	display: block;
	height: 20px;
}

/****************************
 * Live Validation Styling  *
 ****************************/

#feedback #name, 
#feedback #comments, 
#feedback #emailconfirm, 
#feedback #email {
	float: left;	
}

.LV_validation_message{
	display: none;
}

.LV_valid {
	display: none;
}
	
.LV_invalid {
	display: none;
}

form#subscription .LV_invalid_field {
	background-color: #ffbbbb;
	border: 1px solid #ff6666;
	padding: 3px;
}

form#subscription .LV_valid_field {
	background-color:#ccffdd;
	border: 1px solid #007744;
	padding: 3px;
}

div#content div#staff_profile {
	width: 300px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: block;
	float: left;
}

div#content div#staff_profile em, 
div#content div#staff_profile strong {
	display: block;
	clear:left;
	margin-bottom: 10px;
}

.label {
	width: 60px;
	text-align: right;
	padding-right: 10px;
	float: left;
}

.field {
	margin-top: 5px;
}

#login_submit {
	margin-left: 70px;
	margin-top: 10px;
}