/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
color: #c11d00;
font-size: 60px;
}
h1 em {
color: #f57300;
font-size: 30px;
font-style: normal;
}
h2 {
font-size: 30px;
color: #5c6467;
/* font-weight: bold; */
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
color: #c11d00;
text-decoration: none;
}
a:hover {
color: #c11d00;
text-decoration: underline;
}
li p {
margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote {
/* padding: 0 100px 0 0; */
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
line-height: 1.5em;
color:#7d7d7d;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
background-color: #6c766e;
background-position: top center;
background-attachment: fixed;
}
#container {
width:960px;
margin:0 auto;
padding-bottom: 20px;
}
#mainContent {
padding: 20px;
}


/* ---------- HEADER ---------- */
#topBar {
height: 33px;
background-image: url(../img/topBarBg.png);
}
#topBar .inner {
width: 960px;
margin: 0 auto;
color: #acabab;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
text-shadow: 0 -1px 0 #000;
}
#topBar .inner .leftSide {
float: left;
height: 30px;
line-height: 30px;
}
#topBar .inner .rightSide {
float: right;
height: 30px;
line-height: 30px;
}
#topBar .inner img {
vertical-align: middle;
margin-top: -5px;
padding: 0 10px;
}
.header{
position: relative;
height: 87px;
padding-bottom: 10px;
background-image: url(../img/headerBottomBg.png);
background-repeat: no-repeat;
background-position: bottom;
margin-bottom: 14px;
z-index:300;
}
.logo{
top: -2px;
left: 10px;
position: absolute;
}


/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
padding:0;
margin: 0;
list-style-type:none;
position: absolute;
bottom: 10px;
right: 20px;
color: #f66e00;
font-size: 14px;
text-shadow: 0 1px 0 white;
}
ul#nav a {
text-decoration: none;
color: #788387;
}
ul#nav a:hover {
color: #f66e00;
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
}
ul#nav li a {
display: block;
height: 34px;
line-height: 34px;
padding: 0 10px;
}
ul#nav li a:hover {
color: #485357;
background-image: url(../img/navArrow.png);
background-repeat: no-repeat;
background-position: bottom center;
}
/* second level */
ul#nav ul {
position: absolute;
z-index: 999999;
top: 34px;
left: 0;
background-color: #323232;
border-top: 2px solid black;
padding-bottom: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
}
ul#nav li li {
float: none;
text-align: left;
border: none;
}
ul#nav li li a {
width: 160px;
padding-left: 10px;
padding-right: 0;
color: #acabab;
text-shadow: none;
height: 30px;
}
ul#nav li li a:hover {
background-image: none;
color: white;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
}



ul#secondaryNav {
font-size: 10px;
text-transform: uppercase;
list-style-type: none;
margin: 0;
display: inline;
padding: 0 10px;
}
ul#secondaryNav li {
display: inline;
padding: 0 5px;
}
ul#secondaryNav li a {
color: #acabab;
text-decoration: none;
}
ul#secondaryNav li a:hover {
color: #fff;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: right;
width:200px;
margin:20px 10px 20px 50px;
padding: 20px;
background-color:#fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-size: 14px;
border: 1px solid #c7cac7;
padding-bottom: 75px;
}
#sidebar h1{
font-size: 20px;
color: #c0c6c2;
margin-bottom: 15px;
padding-bottom: 5px;
padding-top: 8px;
border-bottom: 3px solid #f3f3f3;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#999;
text-decoration:none;
list-style:none;
display: block;
padding: 0 5px;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
color:#e66e00;
background-color: #f3f3f3;
}


/*---------- FOOTER ----------*/
#footer{
height:211px;
margin-top: 20px;
color: #afafaf;
background-image: url(../img/footerBg.png);
background-repeat: no-repeat;
position: relative;
}
#footerNews {
position: absolute;
top: 20px;
left: 20px;
width: 195px;
}
#footerNews .newsItem {
font-size: 12px;
margin-top: 2px;
}
#footerNews .newsItem .newsDate {
color: #e76900;
font-size: 10px;
height: 16px;
font-weight: bold;
overflow: hidden;
}
#footerNews .newsItem .newsTitle {
height: 20px;
overflow: hidden;
}
#footerNews .newsItem .newsTitle a {
text-decoration: none;
color: #7d7d7d;
}
#footerNews .newsItem .newsTitle a:hover {
color: #e76900;
}
#footerText {
position: absolute;
top: 20px;
left: 260px;
color: #7d7d7d;
font-size: 12px;
height: 130px;
width: 703px;
}
#footerImage {
float: right;
margin: -30px 0 0 20px;
}
#footerText h1 {
color: #8a8a8a;
font-size: 30px;
margin-bottom: 10px;
}
#footer #footer_ul {
list-style:none;
margin: 0;
position: absolute;
left: 20px;
bottom: 20px;
font-size: 10px;
}
#footer #footer_ul li {
list-style:none;
margin:0 10px 0 0;
line-height:18px;
display:inline;
}
#footer .copyright a, #footer #footer_ul a {
text-decoration: none;
line-height: 18px;
xcolor: #afafaf;
color: #c11d00;
}
#footer .copyright a:hover, #footer #footer_ul a:hover {
color: #666;
text-decoration:none;
}
.copyright{
position: absolute;
right: 20px;
bottom: 20px;
font-size: 10px;
}

.copyright img {
margin-bottom:-3px;
}


/* HOMEPAGE */
#mainCallout {
height: 295px;
position: relative;
}
#miniCallouts {
position: absolute;
z-index: 1002;
top: 8px;
}
#miniCallouts div {
margin-bottom: 3px;
position: relative;
}
#miniCallouts div h2 {
position: absolute;
right: 10px;
bottom: 6px;
display: block;
color: #2b3537;
font-size: 10px;
margin: 0;
padding: 0;
padding-right: 13px;
line-height: 10px;
text-transform: uppercase;
background-image: url(../img/homeMiniArrow.gif);
background-repeat: no-repeat;
background-position: right;
}
#miniCallouts div h2 a {
color: #2b3537;
text-decoration: none;
}
#miniCallouts div h2 a:hover {
color: #5b6567;
text-decoration: none;
}
#slideShow {
list-style-type: none;
margin: 0;
}
#slideShowNav {
list-style-type: none;
margin: 0;
padding: 0;
position:absolute;
top:8px;
right:8px;
z-index:2000;
cursor: hand;
cursor: pointer;
}
#slideShowNav li {
margin-left: 3px;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
float: left;
color: white;
background-image: url(../img/mainSlideControl.png);
}
#slideShowNav li#button_selected {
background-image: url(../img/mainSlideControl2.png);
}
#slideShowDesc {
list-style-type: none;
margin:0;
display: none;
}
#slideShowDesc li {
position: absolute;
bottom: 8px;
right: 8px;
width: 478px;
background-image: url(../img/mainCalloutTextBg.png);
border: 1px solid white;
padding: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
#slideShowDesc li p {
margin-bottom: 5px;
padding: 0;
}
#fadeShadow {
width: 960px;
height: 295px;
background-image: url(../img/homeFadeShadowOver.png);
background-repeat: no-repeat;
position: absolute;
z-index: 1001;
}
.mainFade1 {
width: 300px;
height: 295px;
background-image: url(../img/mainFade1.png);
background-repeat: no-repeat;
position: absolute;
z-index: 1001;
top: 0;
left: 0;
}
.mainFade2 {
width: 660px;
height: 10px;
background-image: url(../img/mainFade2.png);
background-repeat: no-repeat;
position: absolute;
z-index: 1002;
top: 0;
right: 0;
}
.mainFade3 {
width: 660px;
height: 10px;
background-image: url(../img/mainFade3.png);
background-repeat: no-repeat;
position: absolute;
z-index: 1003;
bottom: 0;
right: 0;
}






/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}
blockquote {
padding: 10px;
background-color: #fff;
margin-left: 0;
width: 250px;
}
blockquote ul {
margin-left: 0;
list-style-type: none;
}
blockquote ul li {
margin-bottom: 5px;
}
blockquote ul li img {
padding-right: 20px;
vertical-align: middle;
}



.checkService {
margin: 0 0 0 -20px;
padding: 20px;
width: 920px;
background-color: #e66e00;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #fff;
background-image: url(../img/earthIcon.jpg);
background-repeat: no-repeat;
background-position: 550px -50px;
}
.checkService h2 {
color: white;
text-shadow: 0 -1px 0 #b63e00;
}
.checkService p {
width: 520px;
}
.checkService form {
background-color: #ffcea3;
padding: 10px;
margin-left: -10px;
width: 620px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
color: #c64e00;
}
.checkService .field {
font-size: 18px;
width: 400px;
}
.checkService select {
font-size: 14px;
}


.providersTable {
border: 1px solid #c7cac7;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background-color: white;
margin: 0 0 0 -20px;
width: 960px;
}
.providersTable td {
text-align: center;
padding: 20px;
}
.providersTable img {
max-width: 250px;
max-height: 100px;
vertical-align: middle;
}

.providersTableVert {
background-color: white;
width: 300px;
height: 400px;
}
.providersTableVert td {
text-align: center;
}
.providersTableVert img {
max-width: 200px;
max-height: 100px;
}
