/* Default Styles
----------------------------------------------- */

body {margin:0; padding:0; font-family: verdana, arial, sans-serif; font-size: 12px; color: #333333; background-color: #f0f0f0;}
html>body { font-size: 12px; }

/* hack to center this under IE5 */
* html body {text-align: center;}
/* keep the content left-aligned */
* html #wrapper {text-align: left;}

#wrapper {margin: 0px auto; width: 760px; height:auto; background: url(../../images/header_bg.gif) repeat-x top #ffffff;}
#header {margin: 0; padding:0; width: auto; height:auto;}
#header_logo {margin: 0; padding:0; width: auto; height:70px;}
#header_img {margin: 0; padding:0; width: auto; height:auto; float:left;}
#header_nav {margin: 0; padding:0; width: auto; height:auto; float:left;}

#content {margin:0; padding:0; width:760px; height:350px;}
#content_left {margin:0; padding:0; float:left; width:232px; height:auto;}
#content_right {margin:0; padding-right:10px; float:right; width:498px; height:auto;}

#footer {padding:15px 0 0 10px; width: 750px; height:29px; color:#ffffff; background-color: #CCCCCC; float:left; background: url(../../images/footer_bg.jpg) repeat-x top #ffffff;}

/* Navigation Styles
----------------------------------------------- */
#nav { margin-top: 15px; padding: 0; width: 528px; height: 29px; background: #333333;}
#nav div { margin: 0; padding: 0;}
#nav div br { float: none; clear: none; }
#nav div a { padding: 0 13px 0 13px; display: block; float: left; font-size: 12px; line-height: 29px; color: #ffffff; text-decoration: none;}
#nav div a:hover { background: #666666; }
#nav #mainNavContent {width: 528px; float: left; height: 29px; }
#nav #mainNavContent div { margin: 0; padding: 0; float: left; }
#nav #currentNav { margin: 0; padding: 0; background: #62778A; position: static; }
#nav #currentNav a { background: #62778A; color: #fff; font-size: 12px; font-weight: bold; border-width: 0px; }
#navwrapper {border-bottom: 1px solid #333333;}


/* Site Elements
----------------------------------------------- */
#testimonial {margin-bottom:10px; padding:0 8px 0 8px; width:200px; height:auto; background-color:#F9F9F9; border:1px solid #D3D3D3; float:left;}


/* Generic Styles
----------------------------------------------- */

/* tags */
p {margin:0; padding-bottom:10px;}
h1 {margin: 0; padding:55px 0 0 20px; width: auto; height:auto; font-size:18px; font-weight:bold; font-style:oblique; font-family:Georgia, "Times New Roman", Times, serif;}
h2 {}
h3 {margin:0; padding:10px 0; font-size:12px; font-weight:bold; color:#4E5F6E;}

/* links */
a, a:link, a:visited, a:active{text-decoration: underline; color:#173456;}
a:hover{text-decoration: none;}

/* regular text */
.text-l {font-size:14px; font-weight:normal;}
.text-m {font-size:12px; font-weight:normal;}
.text-s {font-size:11px; font-weight:normal;}
.text-xs { font-size:10px; font-weight:normal;}
.text-xxs { font-size:9px; font-weight:normal;}

/* bold text */
.btext-l {font-size:14px; font-weight:bold;}
.btext-m {font-size:12px; font-weight:bold;}
.btext-s {font-size:11px; font-weight:bold;}
.btext-xs {font-size:10px; font-weight:bold;}
.btext-xxs {font-size:9px; font-weight:bold;}

/* colors */
.grey {color:#666666;}
.red {color:#FF0000;}
.blue {color: #000099;}
.yellow {color: #FFFF00;}
.orange {color: #FF9900}

.phoneDisplay {margin-top:15px; font-size:16px;  font-family:Georgia, "Times New Roman", Times, serif; text-align:center;}

/* borders */
.border {border:1px solid #666666;}
.border-bottom {padding: 2px; border-bottom:1px solid #cccccc;}

/* lists */
ul {padding-left: 10px; margin: 0 10px;}
li {margin: 0 0 2px 0; padding:0; list-style: url(../../images/bullets/sm_grn_arrow.gif) circle; font-weight: normal;}

/* borders */
img {margin: 0; padding: 0;}

/* table styles */
.tablehead {color: #000; font-style: normal; font-size: 11px; background-color:#FFFFFF; vertical-align:top; width: 100%; margin:0 0 15px 0;}
.packagehead {background:#0D6BB3; color: #fff; font-weight: bold; font-size: 14px;}
.colhead {background:#62778A; color: #fff; font-weight: bold; font-size: 14px;}
.evenrow {padding: 5px 0; background-color: #FFF; font-size: 11px; width: 15%; text-align:center;}
.oddrow {padding: 5px 0; background-color: #F0F0F0; font-size: 11px; width: 15%; text-align:center;}
.evenrow-label {padding: 0; background-color: #FFF; font-size: 12px; font-weight: bold; width: 30%; text-align:right;}
.oddrow-label {padding: 0; background-color: #F0F0F0; font-size: 12px; font-weight: bold; width: 30%; text-align:right;}

/* form styles */
.field {padding: 10px 0; clear:both;}
.label {font-weight: bold; font-size:12px; width: 145px; float: left; padding-top:4px;}

/* misc */
.clear {clear:both;}
.inside {padding:3px;}
