/* GLOBALS */
body {
margin: 0 auto;
background-color: #ffffff;
text-align: center;
}

body,td {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #424242;
}

a {
text-decoration: none;
color: #166b93;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #5f879a;
font-weight: bold;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=80);   
-moz-opacity: .80;   
opacity: .80;
-khtml-opacity: .80; 
}

#container {
width: 858px;
margin: 0px auto;
}

#contentbox {
width: 858px;
margin: 0 auto;
background-image: url(../_images/contentbg.gif);
background-repeat: repeat-y;
}

#mainpad {
padding: 0 14px;
text-align: left;
}

.divider_vert {
width: 21px;
background-image: url(../_images/divider_vert.gif);
background-repeat: repeat-y;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.spacer20 {
margin: 0 0 20px 0;
}

.spacer35 {
margin: 0 0 35px 0;
}

.padit15 {
padding: 15px;
}

.padit10 {
padding: 10px;
}

.blackbox {
width: 595px;
margin: 0 auto;
background-color: #000000;
color: #d5d5d5;
font-size: 14px;
}

.divider {
width: 100%;
height: 25px;
border-top: 1px solid #f2f2f2;
margin: 25px auto 0 auto;
}

.divider2 {
width: 100%;
height: 25px;
border-top: 1px solid #5d5d5d;
margin: 25px auto 0 auto;
}

.imgbrdrmarg {
border: 1px solid #cccccc;
margin: 0 0 8px 0;
}

.imgmarg {
margin: 0 8px 0 0;
}

.imgbrdr {
border: 1px solid #cccccc;
}

.title {
font-size: 16px;
}

.titlebold {
font-size: 16px;
font-weight: bold;
}

.title2 {
font-size: 14px;
}

.title3 {
font-size: 15px;
color: #aeaeae;
}

.title4 {
font-size: 24px;
color: #ffaf00;
}

.padleft {
padding-left: 15px;
}

.goright {
margin: 10px 0;
text-align: right;
}

.smalltxt {
font-size: 10px;
}

.clearit {
clear:both;
}


.formbox {
background: #b5d3e1;
padding: 8px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0 0 5px 0;
border: 0;
color: #000000;
font-size: 11px;
}

/* GALLERY */
.pics {  
width: 595px;  
height: 300px;  
padding: 0;  
margin: 0 0 1px 0;
border: none; 
} 
 
.pics img {  
width: 595px;  
height: 300px; 
top: 0; 
left: 0; 
} 
