/* Global Styles */
body 
{
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	background:#010101 url(/imgs/site/site-bg.png) repeat-x top left;
	color:#BFBFBF;
	font-size:70%;
	line-height:1.5em;
}

p
{
	margin:0 0 10px 0;
}

a, a.visited
{
	color:#3399CC;
	text-decoration:none;
}

a:hover
{
	color:#FF6801;
	text-decoration:none;
}

a
{
  outline: none;
}

h1,h2,h3,h4,h5
{
	margin:0 0 10px 0;
	line-height: normal;
	color:#215B99;
}

form
{
	margin:0;
	padding:0;
}

img {border:0;}

/* layout Styles */
#header
{
	text-align:center;
	margin-bottom:0;
}

#header_cont
{
	position:relative;
	margin:0 auto;
	width:975px;
	background:url(/imgs/site/header-bg.png) no-repeat top left;
	height:65px;
}

#header_cont a.logo{
	position:absolute;
	top:12px;
	left:15px;
	width:129px;
	height:40px;
	display:block;
}

.search_submit{
	font-size:11px;
}

#header_nav
{
	float:right;
	color:#D2CDBC;
	text-align:right;
	padding-top:35px;
}

#header_cont a {text-decoration:none;}
#header_cont a.last {margin-right:0;}
#header_cont a:hover {color:#E8CD8F;}
#header_cont a.current {color:#E8CD8F;}

#top_links{
	text-align:right;
	padding-top:25px;
	margin-right:10px;
	font-size:120%;
	color:#FFF;
}

#top_links a{
	padding:0 7px 0 7px;
	color:#CCC;
}

#top_links a:hover{
	color:#3399CC;
}

#main_graphic
{
	text-align:center;
	clear:both;
}

#main_graphic_cont
{
	position:relative;
	margin:0 auto;
	width:975px;
	background: url(/imgs/site/main-banner.png) no-repeat top left;
	height:382px;
}

.callAction{
	position:relative;
	width:975px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size: 20px;
	padding-top:15px;
}

.callAction .phone{
	position:absolute;
	top:20px;
	left:0;
	color:#FFF;
	font-size: 20px;
}

#main_graphic_cont .left{
	width:320px;
	padding:0 0 0 20px;
	font-size:140%;
}

#main_graphic_cont h1{
	color:#333;
	font-size:170%;
	margin-bottom:15px;
	line-height: normal;
	margin-top:0;
}

#main_graphic_cont p{
	color:#3F3F3F;
	line-height: 1.4em;
}

#body
{
	text-align:center;
	margin-top:0;
}

.sub-page{
	background:url(/imgs/site/sub_page_body_bg.png) no-repeat top center;
}

#body_cont
{
	margin:0 auto;
	width:975px;
	margin-top:25px;
}

#body_cont .intro{
	font-size:14px;
	line-height:1.4
}

#body_cont .body_feature{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#090909;
	border:1px solid #090909;
	padding:15px 15px 5px 15px;
	margin:0 10px;
	text-align: left;
}

#body_cont .body_feature .demohldr{
	margin:0 auto;
	width:600px;
}

#body_cont .body_feature .demohldr h1{
	color:#FFF;
}

#body_cont .body_feature .formHldr{
	background:#2F2F2F;
	padding:20px;
	border:4px solid #CCC;
}

#body_cont .feature_hldr{
	width:850px;
	margin:0 auto;
	margin-top:25px;
	text-align:center;
}
.feature_hldr p{
	margin:10px 8px;
	font-size:110%;
	line-height: 1.25em;
}
.feature_hldr h2{
	margin:0 8px;
	font-size:16px;
	line-height: 1.25em;
}
.feature_hldr ul{
	margin:0;
	padding:0;
}
.feature_hldr ul li{
	margin:0 8px 5px 18px;
	padding:0px;
}
.feature_hldr ul li img{
	float:left;
	margin-right:6px;
}
.feature_hldr ul li h3{
	color: #FFF;
	font-size: 1.4em;
	font-weight:normal;
}
.feature_hldr .left
{
	width:400px;
	padding:0;
	text-align:left;
}
.feature_hldr .iPhone{	
	clear:both;
	width:300px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	padding-left:120px;
	min-height: 200px;
	background:url(/imgs/site/header-iPhone.png) no-repeat top left;
	text-align:left;
}

.feature_hldr .right{
	float: right;
	width: 400px; /*Width of right column*/
	text-align:left;
}

#footer
{
	text-align:center;
	clear:both;
	border-top:1px solid #CEE0F8;
}

#footer_cont
{
	text-align:left;
	margin:0 auto;
	width:785px;
	padding:20px 0 35px 0;
	color:#FFF;
	font-size:100%;
}

#footer_cont a{
	font-size:125%;
	margin-right:10px;
}

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {position:relative;background-color:#eee; color:#000; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:8px;}
#osx-container span {color:#777; font-size:.9em;}
#osx-modal-data .info {
	float:right;
	padding:20px 20px 0 0;
	width:200px;
	text-align:left;
}

.submit {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#FFFFFF url(/imgs/gray_button.png) repeat-x scroll 0 8px;
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333 !important;
	cursor:pointer;
	font-family:arial;
	font-size:14px;
	margin-right:2px;
	padding:4px 8px;
	text-align:center;
}

input[type="text"], input[type="password"], textarea {
	-moz-border-radius:4px;
	-x-system-font:none;
	border:1px solid #CCC;
	color:#444444;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:5px 4px;
}

select {
	-x-system-font:none;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px;
}

button.greybutton[type] {
	margin-left:-3px !important;
	padding:0 9px 5px 0;
}


button.greybutton{
	-x-system-font:none;
	background:transparent url(/imgs/site/grey-right.png) no-repeat scroll right top;
	border:0 none;
	color:#545454;
	cursor:pointer;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:33px;
	line-height:normal;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}
button.greybutton span {
	background:transparent url(/imgs/site/grey-left.png) no-repeat scroll 0 0;
	color:#545454;
	display:block;
	line-height:14px;
	padding:6px 0 10px 10px;
}
button.greybutton img {
	border:medium none;
	margin:0 4px -3px 0 !important;
	padding:0;
}

/* form styles */
form .form-section{
	border-bottom:1px solid #DFDFDF;
	margin-bottom:20px;
}

form .form-field{
	margin-bottom:10px;
	margin-top:0;
	padding:0;
	clear:left;
}

form .error{
	color:red;
}

form .form-field label{
	float:left;
	width:110px;
	font-size:13px;
	padding-right:5px;
	padding-top:4px;
	color:#BFBFBF;
}

form .field{
	
}

form div.btn-field{
	margin-bottom:15px;
	margin-top:25px;
}
