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


/* ---------- TYPOGRAPHY ---------- */
h1 {
color:#fff;
margin-bottom:0;
padding-top:12px;
padding-bottom:80px;
font-size:36px;
}
.calloutGrayL h2, .calloutGrayR h2 {
color:#999;
margin-bottom:0;
font-size:36px;
}
h2 {
color:#999;
margin-bottom:0;
font-size:30px;
}
h3 {
color:#179c8f;
margin-bottom:10px;
font-size:22px;
}
h4 {
color:#ccc;
font-size:20px;
width:350px;
line-height:24px;
}
h5 {
color:#179c8f;
margin-bottom:5px;
font-size:22px;
}
h6 {
}
a {
color:#179c8f;
}
a:hover {
text-decoration: underline;
color:#464646;
}
a img {
text-decoration:none;
border:0;
}
a.buttons {
text-decoration: none;
background-color:#fff;
color:#179c8f;
padding:5px 15px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #ddd;
}
a.buttons:hover {
color:#fff;
background-color:#179c8f;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
border:1px solid #179c8f;
}

/* ---------- FULL WIDTH DIVs ---------- */
.login100 {
width:900px;
margin:0 auto;
}
.head100 {
display:block;
margin:0 auto;
}
.main100 {
display:block;
background:url(../img/contentBg.gif) repeat-x;
margin:0 auto;
}
.nav100 {
display:block;
background:#bbb;
margin:0 auto;
}
.foot100 {
display:block;
background:#bbb;
margin:0 auto;
}

/* ---------- MAIN STRUCTURE ---------- */
html {
height:100%;
}
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#555;
background-image: url(../img/background.jpg);
background-repeat: repeat-x;
background-color: #ededed;
height:100%;
}
#container {
margin:0 auto;
margin-top: 0px;
padding-bottom: 20px;
}
#mainContent {
padding: 30px;
padding-top:20px;
width:900px;
margin:0 auto;
position:relative;
}
img.headerPic {
position: absolute;
top: -146px;
right: -10px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
}

/* ---------- HOME ---------- */
.headerHome h1 {
color:#999;
font-size:36px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}
.calloutGrayL {
width:390px;
position:relative;
float:left;
margin-right:70px;
padding-bottom:30px;
padding-left:10px;
color:#aaa;
}
.calloutGrayR {
width:390px;
position:relative;
float:left;
padding-bottom:30px;
padding-left:10px;
color:#aaa;
}
.snipQuote {
width:430px;
height:110px;
background:url(../img/calloutQuote.jpg) no-repeat;
float:left;
position:relative;
padding:10px 0 10px 10px;
margin-right:25px;
border:2px solid white;
}
.snipBlank {
width:415px;
height:110px;
background:url(../img/calloutBlank.jpg) no-repeat;
float:left;
position:relative;
padding:10px 0 10px 10px;
border:2px solid white;
}

/* ---------- ELEMENTS ---------- */
.buttonArrow a {
position:absolute;
top:20px;
right:0px;
display:block;
width:70px;
height:70px;
text-indent: -9999px;
background:url(../img/buttonArrow.png) no-repeat;
background-position:0 0;
}
.buttonArrow a:hover {
background-position:0 -70px;
}
.snipImg {
float:right;
margin-top:-10px;
}
.regGrn {
color:#179c8f;
color: inherit;
font-size: 16px;
}
.grnTxt {
color:#179c8f;
}
.name {
font-size:11px;
margin-top:14px;
font-style: italic;
line-height: 14px;
}
.phoneNum {
float:right;
}
.phoneNum a {
background-image: url(../img/phoneNum.png);
background-position: 0 0;
display:block;
width:225px;
height:23px;
cursor: default;
margin-top:33px;
margin-right:7px;
}
.phoneNum a:hover {
background-image: url(../img/phoneNum.png);
background-position: 0 -23px;
}
.call {
color:#fff;
margin-right:8px;
letter-spacing:0px;
}
.intro {
padding-bottom:20px;
color:#aaa;
position:absolute;
top:75px;
width:500px;
font-size: 16px;
}
#mainContent ul li {
background: url(../img/check.png) no-repeat;
list-style: none;
padding-left:30px;
line-height:25px;
margin-left:-15px;
}
#mainContent ul {
margin-top:-5px;
margin-bottom:15px;
}
.grnBar {
background-color:#179c8f;
color:#fff;
padding:5px 0px 5px 10px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
margin-bottom:5px;
}

/* ---------- LOG IN ---------- */
.loginBox {
width:900px;
text-align: right;
z-index: 500;
margin:0 auto;
position:relative;
}
#loginForm {
width:300px;
z-index: 500;
position:absolute;
top:-203px;
right:10px;
}
.loginBox fieldset {
background:#fff;
margin-bottom:0;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
}
.loginBox legend {
color:#179c8f;
padding-top:40px;
height:15px;
}
.loginBox label {
color:#aaa;
font-weight: normal;
}
.loginButton {
margin-top:2px;
}
.loginButton a {
padding: 5px 20px;
text-decoration: none;
color: white;
background-color: #179c8f;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
cursor:hand;
cursor:pointer;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

/* ---------- HEADER ---------- */
.logo{
top: 20px;
left: 0px;
position: absolute;
}
.headerHome{
position: relative;
height: 265px;
background-image: url(../img/mainHeader.jpg);
width:900px;
margin:0 auto;
}
.headerMain{
position: relative;
height: 150px;
width:900px;
margin:0 auto;
}
.headerTxt {
padding-top:150px;
padding-left:10px;
color:#ccc;
font-size:20px;
width:350px;
line-height:24px;
}

/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
height: 30px;
/* font-size: 12px; */
background-color: #bbb;
padding:0;
margin: 0 auto;
list-style-type:none;
width:900px;
padding-top:30px;
}
ul#nav a {
padding-top: 5px;
height: 25px;
display: block;
text-decoration: none;
color: white;
background-color: #888;
margin-right:5px;
}
ul#nav li .current a {
background-color: #fff;
color:#179c8f;
background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
}
ul#nav a:hover {
background-color: #555;
color:#fff;
}

/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: left;
}
ul#nav li:first-child {
}
ul#nav li a {
padding-left: 20px;
padding-right: 20px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2)));
}

ul#nav li#nav_199 {
display: none;
}

/* second level */
ul#nav ul {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: right;
width:300px;
margin:150px 0 30px 40px;
background-color:#bbb;
font-weight:bold;
font-size: 18px;
padding: 20px 0;
}
#sidebar h1{
display: none;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
background-image: none;
padding: 0;
margin: 0;
}
#sidebar ul li a {
color:#fff;
text-decoration:none;
padding: 0 20px;
height: 30px;
line-height: 30px;
display:block;
}
#sidebar ul li a:hover {
color:#eee;
}
#sidebar ul li .current a {
color:#179c8f;
}


/*---------- FOOTER ----------*/
#footer{
width:900px;
height:50px;
text-align:center;
margin:0 auto;
padding:10px 0 0 0;
}
#footer ul{
list-style:none;
margin:0;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
display:inline;
}
#footer a {
text-decoration: none;
font-size:14px;
line-height:18px;
color: #fff;
}
#footer a:hover {
text-decoration:underline;
}
.copyright {
margin-bottom:10px;
font-size: 12px;
color:#fff;
}
#footer .copyright a {
font-size:12px;
}
.push {
height:50px;
}

/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}