/* CSS Document */


/*---------------------  GENERAL TAGS  ---------------------*/


body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:url(../images/master/index_bkgrnd.jpg) repeat-x center top;
	color:#2a7a9a;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0; }

h1 { font-size: 25px; }

h2 { font-size: 23px; }

h3 { font-size: 21px; }

h4 { font-size: 19px; }

h5 { font-size: 17px; }

h6 { font-size: 15px; }

ol { list-style: decimal; }

ul { list-style: disc; }

li { margin-left: 30px; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }

a, a:link, a:visited { color: #0d3854; }


/*---------------------  GENERAL CLASSES  ---------------------*/


.inset_right {
	float: right;
	margin-left: 10px; }

.inset_left {
	float: left;
	margin-right: 10px; }


/*---------------------  MASTER  ---------------------*/


#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; }

#header {
	position: relative;
	height: 59px;
	padding-top: 54px;}
	#header a.button {
	background:#0D3853;
	color:#BED627;
	font-size: 15px;
	padding: 5px 12px;
	text-decoration: none;
	float: right;
	margin-right: 11px;
	margin-top:-12px;}
#header  a:hover.button {
	background:#1C5D7B;
	}
	
#row1 {
	height:270px;
	position:relative;
	}
#row2{
	padding-bottom:10px;}
	#row2 ul, #row2 li {
		padding:0px; margin:0px; list-style:none;}
		#row2 li {
			width:200px;
			float:left;
			background: url(../images/master/check-mark.gif) no-repeat;
			padding-left: 30px;
			line-height: 19px;
			height: 19px;
			margin-bottom: 18px;
			font-size: 16px;}

#footer {
	padding: 15px 0px 35px 0px;
	background: #f3fafd url(../images/master/checker_line.gif) repeat-x left top;}
	#footer ul, #footer li {
		padding:0px; margin:0px; list-style:none;}
		#footer h2 {
		margin: 15px 0px 25px 0px;}
		#footer h4 {
		padding:0px; margin-bottom:5px;}
		#footer li {
			width:220px;
			padding-right:10px;
			float:left;
			min-height:95px;
			line-height: 18px;
			margin-bottom: 35px;
			font-size: 13px;}
.lead_content p, .lead_content h1{
	display:none;}
.pop_box {
	margin-top:-5px;
	margin-left:31px;}
	.pop_box img.tour {
		border:solid 12px #9bcde1}
	.pop_box img.demo_button {
		margin-top:12px;}
.pop_box span.sample {
	display: block;
	margin-top: 5px;
	color: #277292;
}
