a:visited    { text-decoration: underline; color: #B83211; }
a:link       { text-decoration: underline; color: #B83211; }
a:hover      { text-decoration: underline; color: #B88512; }

a.dui:visited    { text-decoration: none; color: #343434; }
a.dui:link       { text-decoration: none; color: #343434; }
a.dui:hover      { text-decoration: none; color: #B83211; }


body
	{
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #6B1E0A;
	}

.nav
	{
	background-image: url(images/bg_navigation.jpg);
	background-repeat: no-repeat;
	}

.sub
	{
	background-image: url(images/bg_sb.jpg);
	background-repeat: no-repeat;
	}

td,p
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 12px;
	color:#3C3C3C;
	line-height: 1.5em;
	}

.danav
	{  
	font-family: Georgia, Times Roman, Serrif; 
	font-size: 12px;
	font-weight: 400;
	color:#343434;
	letter-spacing: 2px;
	}

.footer
	{
	color: 6B6B6B;
	}

li
	{
	list-style-type: square;
	}
	
h1
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif;  
	font-size: 12px;
	color:#6B4E0A;
	line-height: 1.5em;
	}
	
h2
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif;  
	font-size: 12px;
	color:#6B4E0A;
	line-height: 1.5em;
	}
	
h3
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif;  
	font-size: 12px;
	color:#6B1E0A;
	line-height: 1.5em;
	margin:0px;
	}
	
.line
	{
	background-image:url(images/line-repeat.png);
	background-repeat:repeat-x;
	height:1px;
	margin-top:25px;
	margin-bottom:25px;
	}

h1.military
	{
	font-family: Georgia, Times Roman, Serrif; 
	font-size: 18px;
	font-weight: 400;
	color:#261D1B;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	
input,textarea
	{  
	font-family: Verdana, Arial, Helvetica, Sans-Serrif; 
	font-size: 8pt;
	color: #706F6F;
	}
	
.err
	{
	color : red;
	}

.phone
	{
	color: #B83211
	}

.small
	{
	font-size: 8pt;
	}
	
input {width: 250px; border:1px solid #ccc; font-size:12px; font-family: Verdana, Arial, Helvetica, Sans-Serrif; padding:4px; margin-bottom:5px;}

textarea {width: 250px; border:1px solid #ccc; font-size:12px; font-family: Verdana, Arial, Helvetica, Sans-Serrif; padding:4px; margin-bottom:5px;}

input.btn {
   color: #FFFFFF;
   font-family: Arial, Helvetica, Sans-Serrif; 
   font-size:12px;
   font-weight:bold;
   text-align:center;
   background-image: url(images/bg_submit.jpg);
   background-color:#000000;
   border:1px solid #000000;
   padding-left:40px;
   padding-right:40px;
   height: 30px;
  
}

.cta
	{
	background-image: url(images/cta-top.jpg);
	background-repeat:no-repeat
	}
	
.cta2
	{
	background-image: url(images/cta-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
.cta-text
	{
	padding-left: 16px;
	width: 327;
	font-size:10px;
	}
	
.highlight
	{
	padding: 2px;
	color: #5E560E; 
	background: #F0DE4F;
	
	}
