/******************************************** 
Universal Page Styles 
*********************************************/

body {
background-image: url(../images/bg.png);
background-repeat: repeat;
}

img {
border: 0px;
}

/******************************************** 
Universal Font Styles 
*********************************************/

p, li {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 19px;
margin:0 0 20px 0;
color: #4F4F4F;
}

p a, p a:active, p a:visited, li a, li a:active, li a:visited {
color: #2B5B96;
}

p a:hover, li a:hover {
color: #E66524;
}

li {
margin:0;
}

h1, h1 a {
font-family: Arial, sans-serif;
font-size: 26px;
font-weight: lighter;
color: #E66524;
text-decoration:none;
}

h2 {
font-family: Verdana, Arial, sans-serif;
font-weight: lighter;
font-size: 18px;
color: #2B5B96;
}

h3 {
color: #4F4F4F;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight:bold;
margin: 0px;
}

h4, h4 a, h4 a:visited {
color: #2B5B96;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
text-decoration:none;
margin:0 0 8px 0;
}

h4 a:hover, h4 a:active {
color: #E66524;
}

h5 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size: 32px;
font-weight: normal;
margin: 0;
}

h6, h6 a{
color: #4F4F4F;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
font-weight: lighter;
vertical-align:bottom;
margin:5px 0px 5px 0px;
}

h6 a:hover{
color: #2B5B96;
}

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

.headcol {
width:900px;
height: 101px;
vertical-align: top;
border-bottom:3px solid #2B5B96;
text-align: right;
}

.headlogo {
float:left;
margin-bottom:15px;
}

.headnav1, .headnav1 a {
font-size:12px;
color: #2B5B96;
text-decoration: none;
}

.headnav1 a:hover {
font-size:12px;
color: #E66524;
text-decoration: underline;
}

.headphone1 {
font-size: 18px;
color: #E66524;
font-family: Arial, sans-serif;
margin-top: -5px;
}

.blueheader {
width: 682px; 
height: 209px;
float: left;
background-image: url(../images/header-blue-grad.png); 
background-position: left top; 
background-repeat: repeat-x;
padding-top: 0px;
}

.blueheadertxt {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size: 16px;
line-height: 16px;
font-weight: normal;
}

.blueheadertxtbox {
width: 408px;
margin-top: 32px;
margin-left: 16px;
position: relative;
}

/* Orange navmenu styles */

#navbar {
height: 22px;
width: 900px;
margin: 0;
float: left;
position: inherit;
}

#nav {
width: 900px;
margin: 0;
float: left;
}

#nav ul .top, #nav ul .top2 {
height: 22px;
text-align:center;
background-color:#E66524;
margin: 0;
}

#nav ul .top2 {
border-left: 1px solid #FFFFFF;
}

#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
float: none;
width: 900px;
}

#nav a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 19px;
text-decoration: none;
color: #FFFFFF;
}

#nav li:hover {
background-color:#CC5319;
background-repeat: repeat;
}

#nav li { /* all list items */
float: left;
width: 150px; /* width needed or else Opera goes nuts */
padding-top: 3px;
}

/******************************************** 
Content Styles
********************************************/ 

.content { 
width:940px;
margin:0px auto;
}

.container { 
background-color:#FFFFFF;
width:900px;
min-height:400px;
margin:0px 0px 20px 0px ;
padding:20px;
}
.fullcont {
float: left;
margin-right:18px;
margin-top: 18px;
width: 307px;
}
.leftcont {
float: left;
margin-right:18px;
margin-top: 18px;
width: 207px;
}

.leftcont2 {
float: left;
margin-right:18px;
margin-top: 18px;
width: 207px;
background-image: url(../images/rightcol-grad.png);
background-repeat: repeat-x;
background-position: top;
}

.rightcont {
float: right;
margin-right:18px;
width: 439px;
clear: right;
padding: 0;
}

.rightcont2 {
float: right;
margin-right:18px;
width: 639px;
clear:right;
padding: 0;
right:0;
position:relative;
}

.soc {
margin: 0 7px -5px 0;
}

.arrowinline {
margin: 0 0 -5px 5px;
}

.arrowtext, .arrowtext a, .arrowtext a:active, .arrowtext a:visited {
color: #E66524;
margin: 0 0 10px 0;
}

.arrowtext a:hover {
color: #CC5319; 
}

.pagebar {
border-bottom: 3px solid #2B5B96;
width: 900px; 
height: 30px; 
clear: both;
}

.boxes {
border: 1px solid #C5C5C5;
background-color:#FFFFFF; 
width: 90%;
min-height: 100px; 
padding: 14px 3% 0 7%; 
margin-bottom: 25px; 
/*clear:both;*/
}

.boxes p {
margin-top: 12px;
}

.thumb1 {
float: left; 
margin: 5px 18px 13px 0;
}

.spacer{
font-size:60px 0 0 0;
margin:0;
padding:0;
clear:both;
}

.spacer2{
font-size:10px 0 0 0;
margin:0;
padding:0;
clear:both;
}

/******************************************** 
Left Column Styles 
********************************************/

.leftcol{
float:left;
width:682px;
margin-top: 18px;
margin-right: 0px;
}

.leftcol2{
float:left;
width:890px;
margin-top: 18px;
margin-right: 0px;
padding-bottom: 15px;
clear:left;
}

.arrowlistmenu{
width: 205px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general*/
background-image: url(../images/chev-right.png);
background-position: top left ;
background-repeat: no-repeat;
padding: 4px 0 6px 20px;
margin: 1px;
cursor: hand;
cursor: pointer;
vertical-align: middle;
border-top: 1px solid #C5C5C5;
}

.arrowlistmenu .openheader{ /*CSS class to change bg when expanded
background-image: url(../images/chev-down.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #2B5B96;
display: block;
padding: 3px;
padding-left: 19px; /*link text*/
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

.arrowlistmenu ul li a:hover{
color: #E66524;
}

.categoryitems{
/* border-bottom: 1px solid #C5C5C5; */
}

/******************************************** 
Right Column Styles 
********************************************/ 

.rightcol{
float:right;
width:200px;
min-height: 320px;
margin-top: 18px;
margin-left: 0px;
padding-bottom: 15px;
background-image: url(../images/rightcol-grad.png);
background-repeat: repeat-x;
background-position: top;
}

.txtform {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
margin: 0px;
}

.bxform {
width: 157px;
margin-left: 3px;
border: 1px solid #C5C5C5;
}

.divbutton {
margin: 13px 0px 50px 3px;  
float:left; 
}

.bio {
float:left;
clear:left; 
margin: 6px 20px 6px 0;
}

.bio2 {
float:left;
clear:left; 
margin: 6px 8px 0 0;
}

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

.footcol {
width:940px;
}

.leftfoot{
float:left;
margin-left: 18px;
min-width: 550px;
}

.rightfoot{
float: right;
margin: 0px;
min-width: 240px;
text-align: right;
}

/******************************************** 
Font Resizer
********************************************/ 

