/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{font-size: 100%;}

/*Removes list-style from lists*/
ol, ul
{list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/*Removes borders and spacing from tables*/
table
{border-collapse: collapse; border-spacing: 0;}

/*Removes border from fieldset and img*/
fieldset, img
{border: 0;}

/*Left-aligns text in caption and th*/
caption, th
{text-align: left}

body {
	background-color: #000;
	background-image:url(/graphics/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
	border-bottom: 0;
}    

a:hover {
	color: #822b17;
	text-decoration: none;
	border-bottom: 0;
}

h1{
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

#branding{
background-image: url(/graphics/branding.jpg);
width: 940px;
height: 136px;
margin: 0 auto;
padding: 0px;
}

#nav-secondary{
padding: 0px;
font-size: 10px;
margin-left: 300px;
margin-top: 20px;
width: 626px;
text-align: center;
}

#nav-secondary ul{
display: block;
}

#nav-secondary li{
display: inline;
text-transform: uppercase;
padding-left: 4px;
padding-right: 6px;
letter-spacing: 1px;
border-right: 1px solid #666666;
}

#nav-secondary ul li a:link, #nav-secondary ul li a:visited{
color: #fff;
text-decoration: none;
}

#nav-secondary ul li a:hover{
color: #999999;
text-decoration: none;
}

#nav-primary{
width: 940px;
height: 32px;
background-image: url(../graphics/nav-primary.jpg);
text-align: center;
line-height: 32px;
margin: 0 auto;
}

#nav-primary ul{
display: block;
}

#nav-primary li{
display: inline;
text-transform: uppercase;
padding-left: 8px;
padding-right: 10px;
font-weight: bold;
border-right: 1px solid #fff;
}

.last { 
border-right: none !important; }


#nav-primary ul li a:link, #nav-primary ul li a:visited{
color: #000930;
text-decoration: none;
}

#nav-primary ul li a:hover{
color: #600700;
text-decoration: none;
}

#header {
width: 940px;
height: 210px;
background-image: url(/graphics/header.jpg);
background-repeat: no-repeat;
}

#content-wrapper{
width: 940px;
background-color: #fff;
margin: 0 auto;
}

#content{
margin-top: 12px;
margin-left: 40px;
width: 620px;
float: left;
display: inline;
}

#content h2{
color: #000930;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: lighter;
border-bottom: 1px solid #999999;
padding-bottom: 4px;
width: 620px;
}

#content h3{
color: #8F0B00;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}

#content h4{
color: #000930;
font-size: 12px;
font-weight: bold;
margin-top: 12px;
margin-bottom: 6px;
}

p{
	padding-bottom: 12px;
}

#content ul{
list-style: none;
list-style-type:disc;
margin-left: 24px;
padding-top: 12px;
padding-bottom: 12px;
}

#content li{
list-style: none;
list-style-type:disc;
margin-left: 24px;
}

#content ol li{
list-style:decimal;
margin-left: 24px;
}

#glossary-list{
width: 390px;
line-height: 32px;
float: left;
padding-top: 4px;
padding-bottom: 24px;
}


#glossary-list ul li{
display: block;
list-style: none;
list-style-type:none;
float: left;
margin: 0;
padding: 0;
}

#glossary-list li a:link, #glossary-list li a:visited{
color: #fff;
background-color: #8F0B00;
float: left;
width: 24px;
text-decoration: none;
margin: 2px;
padding: 0;
border: 0;
text-align: center;
}

#glossary-list li a:hover{
background-color: #fff;
color: #000930;
float: left;
width: 24px;
text-decoration: none;
margin: 2px;
padding: 0;
border: 0;
text-align: center;
}

.img-left{
text-align: left;
}

.img-right{
text-align: right;
}

#features-wrapper{
width: 264px;
float: left;
display: inline;
margin-left: 16px;
}

.feature{
width: 224px;
border: 1px solid #999999;
background-image:url(/graphics/feature-bg.jpg);
background-repeat:repeat-x;
margin: 12px 0 12px 0;
}



.feature h3{
width: 204px;
height: 33px;
background-image: url(/graphics/feature-bg-title.jpg);
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: .5px;
line-height: 33px;
padding-left: 8px;
font-size: 14px;
margin: 0 auto;
margin-top: 6px;
margin-bottom: 6px;
}

.feature ul li{
font-size: 12px;
background-image: url('/graphics/feature-bullet.jpg');
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 10px;
line-height: 15px;
list-style: none;
padding:0 0 0 20px; 
margin:8px 0 8px 7px; 
font-family: Georgia, "Times New Roman", Times, serif;
}

.feature ul li a:link, .feature ul li a:visited{
color: #000930;
text-decoration: none;
}

.feature ul li a:hover{
color: #822b17;
text-decoration: none;
}


#footer-icons{
width: 940px;
margin: 0 auto;
text-align: center;
}

#footer-icons ul li{
display: inline;
border: 0;
}

#footer-icons img{
height: 69px;
padding: 14px 6px 0px 6px;
border: 0;
}

#footer{
width: 940px;
height: 154px;
background-image: url(/graphics/footer.jpg);
background-repeat: no-repeat;
margin: 0 auto;
}

#phone{
width: 313px;
height: 154px;
float: left;
display: inline;
}

#phone p{
line-height: 154px;
font-size: 32px;
letter-spacing: 1px;
color: #fff;
padding-left: 24px;
margin: 0;
padding-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
}

#address{
width: 313px;
color: #fff;
font-size: 11px;
text-align: center;
float: left;
display: inline;
margin-top: 34px;
}

#address a:link, #address a:visited{
color: #fff;
}

#address a:hover{
color: #fff;
text-decoration: none;
}

#social-media{
width: 314px;
float: left;
display: inline;
padding-top: 34px;
text-align: center;
}

#social-media ul li{
display: inline;
}

#social-media img{
height: 74px;
width: 74px;
padding: 0px 6px 0px 6px;
}

#site-info{
color: #0c4477;
width: 940px;
margin: 0 auto;
padding-bottom: 24px;
}

#copyright{
float: left;
width: 400px;
padding-left: 12px;
}

#site-links{
display: inline;
float: right;
width: 458px;
text-align: right;
padding-right: 12px;
}

#site-links ul li{
display: inline;
margin-left: 12px;
}

#site-links ul li a:link, #site-links ul li a:visited{
text-decoration: underline;
color: #0c4477;
}

#site-links ul li a:hover{
text-decoration: none;
}


.clear{
clear: both;
}

.picture { 
background-color: #efefef; 
border: 1px dotted #666666; 
padding: 2px 2px 0px 3px;
font: 10px/1.4em Arial, sans-serif;
 } 

.picture img { 
border: 0px solid; 
vertical-align:middle; margin-bottom: 3px; 
} 

.right { 
margin: 0.0em 0pt 0.5em 0.8em; 
float:right; 
} 

.left { margin: 0.0em 0.8em 0.5em 0; 
float:left; 
} 
