﻿/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

a { color: #0067B0; text-decoration: underline;}

body
{	
    margin: 0px 0px 0px;
    padding: 0px;
    font-family: "Arial";
    font-size: 12px;
    color: #6A737B;
    background-color: #F6F6F6;
}

h1,h2,h3,h4,h5,h6{ padding:0px; }

h1{font-size:22px; color: #02ADC4; font-weight: normal; margin:0px}        

h2{font-size:150%; color: #02ADC4; font-weight: normal; margin:0px}        

h3{font-size:140%;}        

h4{font-size:130%;}        

h5{font-size:120%;}        

h6{font-size:110%;}    


/* Background Images */
.topBG { background-image: url(images/topBG.jpg); background-repeat: no-repeat; }
.middleBG { background-image: url(images/middleBG.jpg); background-repeat: no-repeat; background-position:center; }
.submiddleBG { background-image: url(images/submiddleBG.jpg); background-repeat: no-repeat; background-position:center; }
.picBG { background-image: url(images/picBG.jpg); background-repeat: no-repeat; background-position:center; }

/* Div Table Styles */
.borderTop { border-top: 2px solid #B4B9BD;}
.bottomBorder { border-bottom: 1px solid #8F969C; border-top: 2px solid #FFF; }

.mainContent { padding: 1px 35px 10px 0px;  color: #6A737B;}
.rightContentHome { padding: 10px 0px 0px 0px; font-style: normal; color: #F7971C; }

/* Text Styles */
.phoneNumber { color: #0067B0; letter-spacing: 1px; font-weight: bold; line-height: 25px; }

/* Navigation Styles */
.mainNav a { color: #0067B0; text-decoration: none; font-size: 11px; font-weight: bold; }

.subNav { color: #6A737B; font-size: 11px; font-weight: bold; }
.subNav a { color: #6A737B; font-size: 11px; font-weight: bold; padding: 0px 10px; text-decoration:none; }

.topRightNav { color: #939BA1;}
.topRightNav a { color: #939BA1; font-size: 10px; font-weight: bold; padding: 0px 0px 0px 5px;; text-decoration: none;}

A.bottom-links:link {
	FONT-WEIGHT: normal; COLOR: #939BA1; font-size: 10px; FONT-STYLE: underline; FONT-WEIGHT: Bold; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.bottom-links:visited {
	FONT-WEIGHT: normal; COLOR: #939BA1; font-size: 10px; FONT-STYLE: underline; FONT-WEIGHT: Bold; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.bottom-links:hover {
	FONT-WEIGHT: normal; COLOR: #939BA1; font-size: 10px; FONT-STYLE: underline; FONT-WEIGHT: Bold; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}




