@charset "UTF-8";

/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body, html {
    line-height: 1;
    font-size: 12px;
    background-color: #f0f8f8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}
ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

strong{
    font-weight: bold;
}

em{
    font-style:italic;
    font-size: 12px;
}

address{
    margin-left: 0px;
}




/*------------------------------
    LEFT COL STYLES
-------------------------------*/

.left_col h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #279ca1;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}


.left_col table{
	margin-bottom: 20px;
	width: 100%;
}

.left_col table td{
	vertical-align: middle !important;
	text-align: center !important;
	height: 55px;
}

.left_col table td h3{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #279ca1; 
}

/*------------------------------
    RIGHT COL STYLES
-------------------------------*/


.right_col h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #279ca1;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

/*------------------------------
    CENTER COL STYLES
-------------------------------*/

.center_col h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
    color: #9f2123;
    text-align: left;
    padding-bottom: 6px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9f2123;
}

.center_col h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #9f2123;
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #9f2123;
}

.center_col h3{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 1.5;
}

.center_col img{
    margin-left: 15px;
}

.center_col p{
    font-size: 11px;
    color: #000;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 1.5;
}

.center_col a{
	color: #9f2123;
}

.center_col ol{
	margin-left: 60px;
	margin-top: 20px;
	font-size: 11px;
	
}

.center_col ol li{
	list-style-type: decimal;
	line-height: 1.5;
}

.center_col ul{
	margin-left: 60px;
	margin-top: 20px;
	font-size: 11px;
	
}

.center_col ul li{
	list-style-type: circle;
	line-height: 1.5;
}

table.main{
    margin: 20px 20px 20px 20px;
    border-left: solid 1px #9fbc30;
    border-top: solid 1px #9fbc30;
}

table.main th{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9fbc30;
    border-bottom: solid 1px #9fbc30;
    border-left: solid 2px #9fbc30;
    border-right: solid 1px #9fbc30;
    background-color: #f1f5e0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

table.main td{
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    line-height: 1.7;
    border-right: solid 1px #9fbc30;
    border-bottom: solid 1px #9fbc30;
}

p.anchor{
	text-align: right;
}

p.anchor a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background-color: #9F2123;
	text-decoration: none;
}

p.anchor a:hover{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background-color: #9F2123;
	text-decoration: underline;
}

/*-------- TOOLS MENU ----------*/

div.toolsmenu ul{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #000;
	padding: 30px;
	background-color: #faf1df;
	border: 1px solid #9f2123;
}

div.toolsmenu ul li{
list-style-type: none;
	
}

div.toolsmenu ul li a{
	padding: 7px;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #9f2123;
	border: 1px solid #dba129;
	border-left: 5px solid #dba129;
	font-weight: bold;	
}

div.toolsmenu ul li a:hover{
	background-color: #dba129;
	color: #fff;
}

/*-------- SITEMAP MENU ----------*/


ul.sitemap{
	color: #9f2123;
	margin-left: 20px;
	margin-right: 20px;
}

ul.sitemap li{
	line-height: 0;
	list-style-type: none;
	margin-bottom: 0px !important;
}

ul.sitemap li a{
	color: #9fbc30 !important;
	padding: 8px;
	border: 1px solid #9fbc30;
	text-decoration: none;
}

ul.sitemap li ul {
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #9fbc30;	
	
}

ul.sitemap li ul li{
	color: #9f2123;
	margin-bottom: 0px !important;
	padding: 8px;
	line-height: 1;
	list-style-position: inside;
	list-style-type: none;
}

ul.sitemap li ul li a{
	color: #9f2123 !important;
	border: none !important;
	padding: 0px !important;
	text-decoration: underline;
}

ul.sitemap li ul li ul{
	margin-top: 0px !important;
	border: none !important;
	padding-bottom: 0px !important;
}

ul.sitemap li ul li ul li{
list-style-type: circle;
padding: 0px;
margin-left: 10px;
margin-bottom: 0px !important;
}

ul.sitemap li ul li ul li a{
padding: 0px !important;
color: #000 !important;
border: none !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
text-decoration: underline;
}



/*-------- TOOLS STYLES ----------*/



table.tools{
	margin-left: 20px;
}

table.tools a{
	color: #9f2123;
}

ul.with_bullets{
	margin-bottom: 20px;
}

ul.with_bullets li{
list-style-type: circle;
margin-left: 40px;
}

table.tools ul{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	background-color: #fff;
	border: none;
	
}

table.tools ul li{
	font-weight: normal;
	margin-top: 5px;
	line-height: 1.5;
	font-size: 11px;
}

table.tools th{
	background-color: #f1f5e0;
	color: #9F2123;
	padding: 8px;
	font-size: 14px;
}

table.tools th input{
	background-color: #fff;
	border: 1px solid #9fbc30;
}

table.tools td{
	padding: 8px;
	border-bottom: 1px solid #9fbc30;
	font-weight: normal;
}

table.tools p{
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 11px;
}

table.tools input{
	border: 1px solid #9f2123;
	padding: 5px;
}

table.tools input.btn{
	background-color: #dba129;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

/*-------- TOOLS STYLES ----------*/


table.request{
	margin-left: 20px;
	margin-right: 20px;
}

table.request th{
	background-color: #f1f5e0;
	color: #9F2123;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #9fbc30;
}

table.request td{
	padding: 5px;
	font-weight: normal;
	text-align: left;
}

table.request p{
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 11px;
}

table.request input, table.request textarea{
	border: 1px solid #9f2123;
	padding: 5px;
	text-align: left;
}

table.request input.btn{
	background-color: #dba129;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

div.success{
	margin:20px;
	padding: 10px;
	color: #9F2123;
	background-color: #f1f5e0;
	line-height: 1.5;
	border: 1px solid #9fbc30;
}



/*------------------------------
    TWO COL STYLES
-------------------------------*/


.two_col img{
    margin-left: 10px;
    margin-top: 17px;
}

.two_col p{
    font-size: 12px;
    color: #000;
    margin-left: 15px;
    margin-right: 50px;
    margin-top: 10px;
    line-height: 1.5;
}

.two_col h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #9f2123;
    color: #9f2123;
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-right: 100px;
    background-image: url(/img/h1_background.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.two_col h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    font-weight: bold;
    color: #9f2123;
    text-align: left;
    margin: 15px;
}

.two_col h3{
    font-size: 14px;
    font-weight: bold;
    color: #9f2123;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 1.5;
}

.two_col h4{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 1.5;
}

.two_col table{
    margin: 20px 20px 20px 20px;
    border: solid 1px #9fbc30;
}

.two_col table th{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9fbc30;
    border-bottom: solid 1px #9fbc30;
    border-left: solid 1px #9fbc30;
    background-color: #f1f5e0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.two_col table td{
    padding: 10px;
    font-size: 12px;
    line-height: 1.7;
    border-left: solid 1px #9fbc30;
    border-bottom: solid 1px #9fbc30;
}

.two_col ul{
    margin-left: 40px;
    margin-top: 10px;
}

.two_col ul li{
    list-style-type: circle;
    line-height: 1.7;
}

.two_col ol{
    margin-left: 40px;
    margin-top: 10px;
}

.two_col ol li{
    list-style-type: decimal;
    line-height: 1.7;
}

.two_col a{
	color: #9f2123;
}

div.message{
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #9fbc30;
    margin:20px;
    padding: 20px;
    border: 1px double #9fbc30;
    font-size: 16px;
}

/*------------------------------
    ADMIN STYLES
-------------------------------*/

.two_col ul.category{
	color: #9f2123;
}

.two_col ul.category img{
	margin: 0px;
	padding: 0px;
}

.two_col ul.category li{
	color: #9fbc30;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	line-height: 1;
	list-style-type: none;
}

.two_col ul.category li p{
	border: 1px solid #9fbc30;
	color: #9fbc30;
	padding: 6px;
	margin: 0px;
	font-weight: bold;
}

.two_col ul.category li ul {
	background-color: #f1f5e0;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 0px;
}

.two_col ul.category li ul li{
	color: #9f2123;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 1;
	list-style-position: inside;
	list-style-type: none;
}


.admin_nav ul {

}

.admin_nav ul li {
    list-style: none;
    margin-top:0;
    margin-right: 10px;
    margin-bottom: 3px;
    text-align:left;
    vertical-align: middle;
}

.admin_nav ul li a {
    padding: 11px 5px 11px 10px;
    border-left: 5px solid #9f2123;
    margin-bottom: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    display: block;
    background-color: #e2ebc1;
    height: 1%; /* fixes verticle spacing issue in IE */
}

.admin_nav ul li a:hover {
    background-color:#9f2123;
    border-left: 5px solid #e2ebc1;
    color: #fff;
}

.admin_nav p{
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

/*----------------------------------*/

.admin_nav_main ul li {
    list-style: none;
    margin-top:0;
    margin-right: 10px;
    margin-bottom: 3px;
    text-align:left;
    vertical-align: middle;
}

.admin_nav_main ul li a {
    padding: 11px 5px 11px 10px;
    border-left: 5px solid #e2ebc1;
    margin-bottom: 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #9f2123;
    height: 1%; /* fixes verticle spacing issue in IE */
}

.admin_nav_main ul li a:hover {
    background-color:#9f2123;
    border-left: 5px solid #e2ebc1;
    color: #fff;
}

.admin_nav_main p{
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}




/*------------------------------
    FOOTER STYLES
-------------------------------*/


div.footer p{
    color: #9f2123;
    float: right;
    padding-top: 7px;
    font-size: 10px;
    margin-right: 10px;
}

div.footer a{
    color: #9f2123;
}

div.footer span{
    font-weight: bold;
}


.error-message{
    color: red;
    font-style: italic;
}



/*------------------------------
    NEWS STYLES
-------------------------------*/


div.news{
	background-image: url(/img/news_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 425px;
	padding-bottom: 20px;
	margin-left: 15px;
}

div.news h1{
	border: 1px solid #9f2123;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9f2123;
	padding: 8px;
	margin: 0px;
}

div.news ul{
	margin-left: 0px;
	padding-left: 25px;
	margin-right: 15px;
	margin-top: 0px;
}

div.news ul li{
	color: #9f2123;
	font-size: 12px;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	list-style-image: url(/img/news_arrow.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000;
}

div.news ul li a.news_heading{
	color: #9f2123;
	font-size: 12px;
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

div.news ul li a.news_heading:hover{
	text-decoration: underline;
}

div.news ul li span{
	color: #000;
	font-weight: normal;
	float: right;
	font-style: italic;
	font-size: 10px;
}

div.news ul li ul{
	margin-left: 0px;
	padding-left: 0px;
}

div.news ul li ul li{
	color: #000;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	border-bottom: none;
}

div.news a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.news a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*------------------------------
    REGISTRATION STYLES
-------------------------------*/

div.registration{
	padding-bottom: 20px;
}

div.registration-btns a{
	float: left;
	margin-bottom: 20px;
}
