/* CSS Document */

body {
	background: #FFFFFF url(../images/bg_gradient.jpg) repeat-x bottom left;
	min-height: 850px;
}

tr, td {
	height:auto;
}

br.clearit {
	clear:both;
}

input {
	background:#fff;
}

a, a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#19639b;
}

a:hover, a:hover:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
}

.border {
	border: 1px solid #000;
}

.border_notop {
	border: 1px solid #000;
	border-top:0;
}

.border_nobottom {
	border: 1px solid #000;
	border-bottom:0;
}

.bottom_bg {
	background: #FFFFFF url(../images/bottom_bg.jpg) no-repeat bottom right;
}

.footer_address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	float:right;
	padding: 15px 70px 10px 0; 
}

.header {
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#000;
}

.content {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	vertical-align:top;
}

.small_content {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	vertical-align:top;
}

.name_label {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background: #19639b url(../images/white_lines_blue.gif) repeat-x bottom left;
	text-align: center;
	vertical-align:middle;
	padding:6px 2px;
}

.callout {
	color: #333333;
	font-weight: bold;
}

.callout_blue {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #19639b;
	font-weight: bold;
}

.testimonials_credit {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #19639b;
	font-weight: bold;
	text-align:right;
}

a.up_arrow , a.up_arrow:visited {
	line-height:20px;
	padding-right:15px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#19639b;
	background: url(../images/up_arrow.gif) no-repeat right;
	text-decoration:none;
	display:inline;
}

a.up_arrow:hover, a.up_arrow:hover:visited {
	line-height:20px;
	padding-right:15px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#333333;
	background: transparent url(../images/up_arrow_hover.gif) no-repeat right;
	text-decoration:none;
	display:inline;
}

.grey_bg_header {
	font: bold 14px Arial, Helvetica, sans-seriff;
	color: #000;
	padding: 6px 2px;
	background: #d7d7d7 url(../images/white_lines.gif) repeat-x bottom left;
	vertical-align:middle;
	border:none;
}


/* Nav menu styles */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 230px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a {
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px Arial, Helvetica, sans-seriff;
	color: white;
	display: block;
	width: auto;
	padding: 8px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 220px;
}

.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}

.glossymenu li a:hover {
	background-image: url(../images/glossyback2.gif);
}

a.menu, a.menu:hover, a.menu:visited, a.menu:hover:visited {
	font: bold 14px Arial, Helvetica, sans-seriff;
	color: white;
	text-decoration:none;
}

#endcap {
	margin:0;
	padding: 0 0 0 5px;
	background: white url(../images/endcap.png) no-repeat bottom left;
	height:33px;
	width: 232px;
	display: block;
	z-index:50;
}

/* End Nav menu styles */


img.bottom {
	z-index:0;
}

.rightimage {
	float: right;
	border:1px solid #000;
	margin-left:20px;
	margin-bottom:5px;
}

/* Products */

.horiz_divider{
	border-bottom:1px solid #000;
	vertical-align:top;
	height: 10px;
}

.product_title {
	font: bold 18px Arial, Helvetica, sans-seriff;
	color: #19639b;
	padding-bottom:5px;
	vertical-align:top;
}

.product_subtitle {
	font: bold 14px Arial, Helvetica, sans-seriff;
	color: #000;
	padding-bottom:10px;
	vertical-align:top;
}

.accolade {
	font: bold 10px Arial, Helvetica, sans-seriff;
	color: #19639b;
	text-align:center;
	vertical-align:top;
}

li.features {
	left-indent:0;
	left-margin:0;
	left-padding:0;
}


/* Rounded Box Styles */

#dialog_wrap {
	width:175px;
	height:100%;
	border:0;
	padding:0;
	background-color:#FFFFFF;
	float:left;
}

/* Blue Rounded Box Styles */

.dialog_blue {
	position:relative;	width:32%;
	margin:0px auto;
	min-width:15em;
	color:#fff;
	float:left;
	padding-left:0px;
}

.dialog_blue .hd_blue .c_blue,
.dialog_blue .ft_blue .c_blue {
	font-size:1px; /* ensure minimum height */
	height:13px;
}

.dialog_blue .ft_blue .c_blue {
	height:14px;
}

.dialog_blue .hd_blue {
	background:transparent url(../images/tl-blue.gif) no-repeat 0px 0px;
}

.dialog_blue .hd_blue .c_blue {
	background:transparent url(../images/tr-blue.gif) no-repeat right 0px;
}

.dialog_blue .bd_blue {
	background:transparent url(../images/ml-blue.gif) repeat-y 0px 0px;
}

.dialog_blue .bd_blue .c_blue {
	background:transparent url(../images/mr-blue.gif) repeat-y right 0px;
}

.dialog_blue .bd_blue .c_blue .s_blue {
	margin:0px 8px 0px 4px;
	background:#aec1e0 url(../images/ms-blue.jpg) repeat-x 0px 0px;
	padding:1em;
}

.dialog_blue .ft_blue {
	background:transparent url(../images/bl-blue.gif) no-repeat 0px 0px;
}

.dialog_blue .ft_blue .c_blue {
	background:transparent url(../images/br-blue.gif) no-repeat right 0px;
}


/* content-specific */

.dialog_blue h1 {
 /* header */
 	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.dialog_blue p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-align: justify;
}

html>body .dialog_blue pre {
	font-size:1.1em;
}

/* Purple Rounded Box Styles */

.dialog_purple {
	position:relative;	width:32%;
	margin:0px auto;
	min-width:15em;
	color:#fff;
	float:left;
	padding-left:0px;
}

.dialog_purple .hd_purple .c_purple,
.dialog_purple .ft_purple .c_purple {
	font-size:1px; /* ensure minimum height */
	height:13px;
}

.dialog_purple .ft_purple .c_purple {
	height:14px;
}

.dialog_purple .hd_purple {
	background:transparent url(../images/tl-purple.gif) no-repeat 0px 0px;
}

.dialog_purple .hd_purple .c_purple {
	background:transparent url(../images/tr-purple.gif) no-repeat right 0px;
}

.dialog_purple .bd_purple {
	background:transparent url(../images/ml-purple.gif) repeat-y 0px 0px;
}

.dialog_purple .bd_purple .c_purple {
	background:transparent url(../images/mr-purple.gif) repeat-y right 0px;
}

.dialog_purple .bd_purple .c_purple .s_purple {
	margin:0px 8px 0px 4px;
	background:#c5b9d1 url(../images/ms-purple.jpg) repeat-x 0px 0px;
	padding:1em;
}

.dialog_purple .ft_purple {
	background:transparent url(../images/bl-purple.gif) no-repeat 0px 0px;
}

.dialog_purple .ft_purple .c_purple {
	background:transparent url(../images/br-purple.gif) no-repeat right 0px;
}


/* content-specific */

.dialog_purple h1 {
 /* header */
 	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.dialog_purple p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-align: justify;
}

html>body .dialog_purple pre {
	font-size:1.1em;
}

/* Green Rounded Box Styles */

.dialog_green {
	position:relative;	width:32%;
	margin:0px auto;
	min-width:15em;
	color:#fff;
	float:left;
	padding-left:0px;
}

.dialog_green .hd_green .c_green,
.dialog_green .ft_green .c_green {
	font-size:1px; /* ensure minimum height */
	height:13px;
}

.dialog_green .ft_green .c_green {
	height:14px;
}

.dialog_green .hd_green {
	background:transparent url(../images/tl-green.gif) no-repeat 0px 0px;
}

.dialog_green .hd_green .c_green {
	background:transparent url(../images/tr-green.gif) no-repeat right 0px;
}

.dialog_green .bd_green {
	background:transparent url(../images/ml-green.gif) repeat-y 0px 0px;
}

.dialog_green .bd_green .c_green {
	background:transparent url(../images/mr-green.gif) repeat-y right 0px;
}

.dialog_green .bd_green .c_green .s_green {
	margin:0px 8px 0px 4px;
	background:#abc9c3 url(../images/ms-green.jpg) repeat-x 0px 0px;
	padding:1em;
}

.dialog_green .ft_green {
	background:transparent url(../images/bl-green.gif) no-repeat 0px 0px;
}

.dialog_green .ft_green .c_green {
	background:transparent url(../images/br-green.gif) no-repeat right 0px;
}


/* content-specific */

.dialog_green h1 {
 /* header */
 	color:#000000;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:-0.6em;
}

.dialog_green p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-align: justify;
}

html>body .dialog_green pre {
	font-size:1.1em;
}

/* End Rounded Box Styles */

