﻿/* RESET */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
ul, ol
{
    list-style: none;
}
fieldset, img
{
    border: none;
}
caption, th
{
    text-align: left;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
body
{
    font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    /*font-size: 12pt;*/
    font-size: 10pt;
    color: #333;
    background: #f8f8f8;
    margin: 0;
    padding: 0;
}
#wrapper
{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    /*border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 10px;*/

}
div.logo
{
    height:120px;
    line-height: 120px;
    margin-bottom: 18px;
    color: #f8f8f8;
    background: url(images/top-logo.gif) no-repeat top #f8f8f8;
    /*border-bottom: 2px solid black;*/
    font-size: 0px;
    /*line-height: 84px;
    font-size: 72px;
    letter-spacing: -9px;
    word-spacing: 0px;*/
}

h1
{
    font-family: Arial Narrow;
        font-weight: normal;
    font-size: 24pt;
    line-height: 36px;
    color: #9CAA3B;
    margin-bottom: 10px;
}

h2
{
    font-weight: normal;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 10px; /*font-family: Arial Narrow; 	font-size: 20pt; 	color: #C0C0C0; 	font-weight: normal; 	padding: 0; 	margin: 0;*/
    color: #9CAA3B;
}
h3
{
    /*font-weight: bold;*/
    font-size: 1em;
    line-height: 18px; /*font-family: Arial Narrow; 	font-size: 14pt; 	color: #303030; 	font-weight: normal; 	padding: 0; 	margin: 0;*/
    margin-bottom: 10px;
    padding-right: 10px;
    color: #333;
}
h4
{
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    padding-left: 10px;
    margin-bottom:10px;
    color: #9CAA3B;
}

p
{
    color: #303030;
    line-height: 1.5em;
    margin-bottom: 25px;
    padding-right: 20px;
    
}
a, a:link, a:visited, a:hover, a:visited{
    color:Blue;
}
ol{
    list-style-type:upper-roman;
    list-style-position: inside;
    padding-left: 5px;
margin-bottom: 18px;
}
ul{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 5px;
    margin-bottom: 18px;
}
li{
    padding-left: 10px;
}
.divComments
{
    border: 1px solid silver;
    background-color: #F7F7F7;
    color: #333;
    margin: 5px 2px 2px 2px;
    padding: 5px 10px 10px 10px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: silver;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
/*Modal Popup*/

.hrline
{
    border-bottom: 1px dashed silver;
}
.clear
{
    clear: both;
}
.left
{
	padding: 20px 10px 20px 10px;
    float: left;
    width: 605px;
    background: url(images/bg.png) repeat-y left;    
}
.right
{
	
    float: left;
    width: 335px;
    margin: 0 10px 0 10px;
    padding: 40px 10px 0px 10px;
    
}

.footer
{
    text-align: center;
    width: 100%;
    height: 100%;
	font-size: 8pt;
	padding:75px 0 0 0;
	margin:0;
	background:#f8f8f8 url(images/bg-footer.png) top center repeat-x;
	clear: both;
}




.right ul{
list-style-type:none; list-style-image:none; list-style-position:outside;
}
.right ul li a, 
.right ul li a:link, 
.right ul li a:visited{
	color:#696969; 
	text-decoration:none; 
}
.right ul li a:hover 
{
	color: #EB4C07;
	text-decoration: underline;
}
p .sub{
font-size:.3em;

}
/* Main Nav */
	#nav 
	{
		border-top: 4px solid #EB4C07;
		background: #424242;
		font-size: 1.05em;
		height: 45px;
		line-height: 30px;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
		width: 1000px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	 text-transform: uppercase;
	}
	
	#nav ul {list-style: none; margin: 0 auto; width: 1000px;}
	#nav li {float: left; display: inline; margin: 0;}
	
	#nav a:link, #nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 2px 1.5em;
		margin:5px;
		text-decoration: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#nav a:hover, #nav a:active
	{background: #5a5a5a;
		color: #fff;}
	#nav .active a:link, #nav .active a:visited {
		background: #EB4C07;
		color: #fff;
	}
	

