* {
margin: 0;
padding: 0;
}

/* -------- General -------- */
body {
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 0.8em;
color: #32393d;
}
p {
line-height: 1.4em;
margin: 0 0 15px 0;
}
a {
color: #196297;
text-decoration: underline;
}
a:hover {
color: #2c84c4;
}
h1 {
font-size: 1.7em;
color: #fe4819;
margin: 5px 0 10px 0;
font-weight: normal;
}
h2 {
font-size: 18px;
color: #007ec0;
margin: 5px 0 10px 0;
font-weight: bold;
}
h3 {
font-size: 1.1em;
color: #1e292b;
margin: 5px 0 10px 0;
}
h4 {
font-size: 0.9em;
color: #fe4819;
margin: 5px 0 10px 0;
}
h5 {
font-size: 0.9em;
color: #1e292b;
margin: 5px 0 10px 0;
}
img, img a {
border: 0;
}
ul, ol {
margin: 10px 0 10px 25px;
padding: 0;
}
li {
margin: 4px 0 4px 0;
line-height: 1.4em;
}
ul li {
list-style-type: disc;
}
blockquote {
margin-left: 28px;
}
hr {
border: 0;
border-top: 3px solid #DCEAF6;
height: 3px;
margin: 0 0 10px 0;
}

/* -------- Outer Content Wrapper (Surrounds header & content) -------- */
#Outer {
clear: both;
}
#Wrapper {
clear: both;
float: left;
width: 770px;
display: inline;
}

/* Header */
#Header {
width: 770px;
height: 90px;
}

/* Logo */
#Logo {
float: left;
width: 165px;
height: 50px;
margin: 30px 0 0 20px;
display: inline;
}

/* -------- Page Containers -------- */
#Container {
position: relative;
margin: 0 auto;
width: 770px;
}
#ContainerBottom {
clear: both;
position: relative;
width: 100%;
}

/* -------- Main Content Area -------- */
.Content {
float: left;
min-height: 500px;
width: 538px;
padding: 0 0 20px 0;
}
.Content.Wide {
margin: 0;
width: 538px;
padding: 0 0 20px 0;
}
.Content .Block {
clear: both;
margin-bottom: 10px;
}
.Content .BlockContent {
}
.Content.Home {
margin: 0;
width: 770px;
padding: 0 0 0 0;
}

.BannerRound {
position: relative;
text-align: left;
width: 770px;
height: 150px;
background: url(../images/bg-banner-round.jpg) no-repeat;
margin: 10px 0 30px 0;
font-size: 1.7em;
color: #007ec0;
z-index: 0;
}

/* -------- Main Menu for Round design -------- */

#Menu {
position: relative;
clear: both;
float: left;
width: 770px;
background: url(../images/bg-menu-round.gif) no-repeat;
height: 31px;
display: inline;
z-index: 10;
}
#Menu ul { 
margin: 0;
padding: 0;
width: 770px;
list-style: none;
}
#Menu li { 
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}

#Menu a { 
display: block;
height: 24px;
color: #fff;
font-size: 0.85em;
font-weight: bold;
text-decoration: none;
padding: 6px 13px 0 13px;
}

#Menu li a:hover { 
text-decoration: underline;
}

/* -------- IE 6 MENU FIX -------- */

* html #Menu li a {
float: left;
}


/* -------- Top Right Menu (replaces Search BOX area -------- */

#TopRight {
float: right;
width: 350px;
margin-top: 40px;
overflow: hidden;
}

#TopRightPhone {
float: right;
font-size: 1em;
padding: 0 0 0 0;
display: inline;
}

#TopRightLinks {
float: right;
font-size: 11px;
padding: 0 0 0 0;
display: inline;
}
.price {
	font-size: 1em;
	padding: 0px;
	float: right;
	display: inline;
}

/* -------- Top Right Menu (replaces Search BOX area -------- */

#TopRightMenu {
margin: 30px 0 0 50px;
}


/* -------- Left & Right Content Area -------- */
.Left {
float: left;
width: 190px;
padding: 0px 0 20px 0;
margin: 0 20px 0 0;
}
.Right {
float: right;
width: 190px;
padding: 20px 0 20px 0;
}
.Left .Block, .Right .Block {
}
.Left .BlockContent, .Right .BlockContent {
padding: 0 20px 0 20px;
}
.SideBox {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
}
.SideBoxTop {
margin: 10px 0 10px 0;
padding: 0;
height: 5px;
font-size: 0;
}
.SideBox form {
margin: 0;
}
.SideBox input {
width: 140px;
margin: 0;
}
.Left ul {
list-style: none;
padding: 0;
margin: 0 0 0 -20px;
}
.Left li {
list-style: none;
padding: 0;
margin: 0;
}
.Left li a {
display: block;
width: 150px;
color: #1e292b;
font-size: 1em;
text-decoration: none;
border-bottom: solid 1px #dddddd;
padding: 2px 0 2px 0;
margin: 0 0 0 20px;
}
.Left li a:hover {
color: #2c84c4;
background-position: -150px 100%;
}
.Left li.Selected {
background: url(../images/arrow-blue.gif) 10px 9px no-repeat;
}
.Left li.Selected a {
background-position: -150px 100%;
}

.Left li.GroupTitle {
width: 160px;
font-weight: bold;
background: #E1E1E1;
padding: 5px 0px 5px 10px;
margin: 5px 0px 5px 0px;
}
.Left li.GroupTitle a {
width: auto;
margin: 0;
padding: 0;
background: transparent;
}

/* -------- Footer -------- */
#Footer {
margin: 0 auto;
width: 770px;
border-top: solid 1px #cccccc;
padding: 15px 0 20px 0;
}
#Footer p{
font-size: 0.85em;
color: #666666;
line-height: 1.8em;
}
#Footer .Small {
font-size: 0.85em;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
color: #666666;
text-decoration: none;
margin: 0;
}
#Footer a:hover {
color: #196297;
text-decoration: underline;
}

/* -------- Tables -------- */
table.General {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0 0 10px 0;
}
table.General th {
font-size: 0.9em;
text-align: left;
vertical-align: top;
padding: 6px 10px 6px 10px;
border-bottom: 1px dotted #c4c4c4;
}
table.General td {
padding: 6px 10px 6px 10px;
vertical-align: top;
}



/* -------- Miscellaneous Styles -------- */
.FloatRight {
float: right;
}
.FloatLeft {
float: left;
}
.ClearRight {
clear: right;
}
.ClearLeft {
clear: left;
}
.Clear {
clear: both;
}
.Small {
font-size: 0.75em;
}
.ImgFloatLeft {
	float: left;
	padding: 0 20px 10px 0;
}
.ImgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}
img.ScreenGrab {
	border: 1px solid #dbdcdc;
	margin-bottom: 5px;
}

.PullQuote {
font-size: 1.4em;
float: right;
width: 200px;
padding: 10px 0 10px 10px;
margin: 0 0 20px 10px;
border-top: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
}

/* -------- Home Page -------- */

.HomeBanner {
position: relative;
width: 770px;
background: url(../images/bg-banner-home-round.jpg) no-repeat;
height: 250px;
margin-top: 10px;
font-size: 24px;;
color: #007ec0;
z-index: 0;
}


.HomeSubtext {
font-size: 14px;
text-align: left;
line-height:1.6;
width: 350px;
float:right;
margin-right:30px;
color: #ffffff;
z-index: 0;
}

.HomeColumns {
float: left;
width: 980px;
padding: 0 0 20px 0;
}
.HomeColumns770 {
float: left;
width: 770px;
padding: 0 0 20px 0;
}

.HomeItem {
float: left;
width: 237px;
margin: 5px 0 0 30px;
min-height: 140px;
overflow: hidden;
margin-top: 5px;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}
.HomeItemFirst {
float: left;
width: 237px;
min-height: 140px;
margin: 5px 0 0 0;
overflow: hidden;
background: url(../images/HomeItemBgBottomHlt.gif) bottom left no-repeat;
padding: 0;
}

.HomeItem .HomeImage, .HomeImage {
float:left;
padding: 10px 0 5px 10px;
margin: 0;
width: 85px;
background: url(../images/HomeItemBgTopHlt.gif) top left no-repeat;
}
.HomeItem .HomeDetails, .HomeItemFirst .HomeDetails {
float: left;
width: 135px;
margin: 0;
padding: 15px 7px 10px 0;
background: url(../images/HomeItemBgTopHlt.gif) top right no-repeat;
}
.HomeItem h2, .HomeItemFirst h2 {
font-size: 1.2em;
color: #32393d;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
height: auto;
}
.HomeItem p, .HomeItemFirst p, .HomeDetails p {
font-size: 0.85em;
margin: 0 0 5px 0;
}

/* Round Corner Container Boxes */
/*Gray Box*/
.hdr_box_t_lt {
	background:url(../images/hdr-bdr-t-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_t_rt {
	background:url(../images/hdr-bdr-t-rt.gif) right top no-repeat;
	height:18px;
		margin-left:18px;
}
.hdr_box_m {
	padding:0 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	height: 225px;
}
.hdr_box_b_lt {
	background:url(../images/hdr-bdr-b-lt.gif) left top no-repeat; 
	height:18px;
}
.hdr_box_b_rt {
	 background:url(../images/hdr-bdr-b-rt.gif) right top no-repeat; 
	height:18px;
	 margin-left:18px;
}

/*Steps*/
.step_done {
    color: #006600;
	font-weight:bold;
}

.step_active {
    color: #0066FF;
	font-weight: bold;
	font-size: 12px;
}

.step_pending {
    color:#CC0000;
}