/* Main Elements */

body {
	margin: 0px auto;
	padding: 0px;
	backgroun-color: #ffffff;
	color: #2E2E2E;
	font-size: 12px;
	line-height: 1.3em;
	font-family: "Arial";
	text-align: center;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align:left;
}

#header {
	margin: 0px auto;
	padding: 0px;
}

#nav {
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	background: url(../images/nav_back.jpg) no-repeat;
	text-align:left;
}
#nav ul {
	margin:0px 0px 0px 57px;
	padding-top:18px;
	font-family: "Arial","Verdana";
	font-size: 15px;
	font-weight: bold;
	color: #BCD8FF;
}

#nav ul a:link {
	color: #BCD8FF;
	text-decoration: none;
}

#nav ul a:visited {
	text-decoration: none;
	color: #BCD8FF;
}

#nav ul a:hover {
	text-decoration: none;
	color: #ffffff;
}

#nav ul a:active {
	text-decoration: none;
	color: #BCD8FF;
}

#nav ul li {
	margin:0px;
	padding:10px;
	list-style:none;
	display:inline;
}

#center_container {
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	min-height: 500px;
	background: url(../images/center_container.jpg) repeat-y;
	text-align: left;
	display: block;
}

#footer {
	margin: 0 auto;
	padding: 20px 20px 0px 67px;
	height: 140px;
	color: #BCD8FF;
	font-size: 1.1em;
	line-height: 1.3em;
	background: url(../images/footer_back.jpg) no-repeat;
	text-align:left;
}

/* Inner Elements */

.logo {
	margin: 0;
	padding: 0;
	height: 56px;
	background: url(../images/logo_back.jpg) no-repeat;
}

.logo img {
	margin: 6px 0px 0px 63px;
	padding: 0;
}

.header_flash {
	margin: 0;
	padding: 0;
	height: 250px;
	width: 960px;
	background: url(../images/header_back.jpg) no-repeat;
}

.header_nonflash {
	margin: 0;
	padding: 0;
	height: 34px;
	width: 960px;
	background: url(../images/header_back_2.jpg) no-repeat;
}

/* Lg Display Used On Home Page Only */
.lg_display {
	margin: 0px auto 50px auto;
	padding: 15px 15px 0px 15px;
	width: 830px;
	min-height: 273px;
	background: #D5D5D5 url(../images/txt_box.jpg) no-repeat;
	border: 1px solid #C1C1C1;
	text-align: left;	
}

/* Inside Display Used Within Site Only */
.inside_display {
	margin: 0px auto;
	padding: 30px 0px 80px 0px;
	width: 825px;
	min-height: 200px;
	text-align: left;
	overflow: auto;	
}

.divider {
	margin: 0px auto;
	padding: 0px;
	width: 83px;
	height: 670px;
	float: left;
	background: url(../images/divider.png) no-repeat;	
}

/* Text Block Used On Home Page Only */
.text_block {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	height: 220px;
	position: relative;
	font-size: 1.2em;
	line-height: 1.3em;
}

.text_block ul li {
	margin:5px 0px 0px 20px;
	padding:0px;
	list-style: disc;
}

/* Inside Text Blocks Used Within Site Only */
.inside_text_block_sm {
	margin: 0px;
	padding-top: 10px;
	float: left;
	width: 530px;
	font-size: 1.2em;
	line-height: 1.3em;
}

.inside_text_block_lg {
	margin: 0px;
	padding: 0px;
	width: 825px;
	font-size: 1.2em;
	line-height: 1.3em;
}

.inside_text_block_sm ul li {
	margin:5px 0px 0px 20px;
	padding:0px;
	list-style: disc;
}

.inside_text_block_lg ul li {
	margin:5px 0px 0px 20px;
	padding:0px;
	list-style: disc;
}

/* Page Block Used On Other Pages */
.page_block {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 840px;
	position: relative;
	display: block;
	line-height: normal;
}

.page_block ul li {
	margin:5px 0px 0px 20px;
	padding:0px;
	list-style: disc;
}



/* Use For Wrapping Images Within Site - Same Look as Slider Block On Home Page */
.img_box {
	margin: 0px;
	padding: 5px;
	background: #E2E2E2 url(../images/img_box.jpg) no-repeat;
	border: 1px solid #D0D0D0;
}

.slider_block {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 411px;
	height: 220px;
	background: #E2E2E2 url(../images/img_box.jpg) no-repeat;
	border: 1px solid #D0D0D0;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li { 
	width:411px;
	height:220px;
	overflow:hidden; 
}

#prevBtn, #nextBtn {
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 411px;
	height: 33px;
	position: relative;
	float: right;
	clear: both;
}


#prevBtn a, #nextBtn a{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 28px;
	height: 28px;
	position: relative;
	text-indent: -9999px;
	cursor: pointer;
}

#prevBtn a {
	background: url(../images/left_arrow.jpg) no-repeat 0 0;
	float: left;
}

#nextBtn a {
	background: url(../images/right_arrow.jpg) no-repeat 0 0;
	float: right;
	margin-top: -41px;
}

/* Free Trial Button */
.free_trial_button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 33px;
	text-align: left;
	background-image: url(../images/free_trial.png);
	text-indent: -9999em;
}

.free_trial_button:hover {
	background-position: 0 -33px;;
}

/* Small Display Both Horizontal and Vertical */

/* Horizontal */
.small_display_horizontal {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 860px;
	min-height: 220px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
}

.small_display_horizontal ul {
	overflow: hidden;
	display:inline;
}

.small_display_horizontal ul li {
	float: left;
	margin: 0px;
	width: 201px;
	padding: 0px 35px 0px 0px;
	list-style: none;
}

.small_display_horizontal ul li img {
	margin: 0px;
	padding-right: 5px;
	float: left;
}

.small_display_horizontal ul li h3 {   
	margin: 0px;
	padding-top: 23px;   
	color: #2e2e2e;
	font-weight: bold;
	font-family: "Arial";
}

.small_display_horizontal ul li.free_trial {
	width: 150px;
	padding: 0px 0px 0px 0px;
}

.small_display_horizontal ul li.free_trial a {
	display: block;
	margin-top: 10px;
	padding: 0px;
	width: 150px;
	height: 33px;
	background-image: url(../images/free_trial.png);
	text-indent: -9999em;
}

.small_display_horizontal ul li.free_trial a:hover {
	background-position: 0 -33px;;		

}

/* Vertical */
.small_display_vertical {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 201px;
	min-height: 655px;
	position: relative;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	float: left;
}

.small_display_vertical ul {
	overflow: hidden;
}

.small_display_vertical ul li {
	margin: 0px;
	width: 201px;
	padding: 0px 0px 35px 0px;
	list-style: none;
}

.small_display_vertical ul li img {
	margin: 0px;
	padding-right: 5px;
	float: left;
}

.small_display_vertical ul li h3 {   
	margin: 0px;
	padding-top: 23px;   
	color: #2e2e2e;
	font-weight: bold;
	font-family: "Arial";
}

.small_display_vertical ul li.free_trial {
	width: 150px;
	padding: 0px 0px 0px 0px;
}

.small_display_vertical ul li.free_trial a {
	display: block;
	margin-top: 10px;
	padding: 0px;
	width: 150px;
	height: 33px;
	background-image: url(../images/free_trial.png);
	text-indent: -9999em;
}

.small_display_vertical ul li.free_trial a:hover {
	background-position: 0 -33px;;		

}

/* Footer Inner Elements */

.left_block {
	float: left;
	margin: 0;
	padding: 0px 80px 0px 0px;
}

.center_block {
	float: left;
	margin: 0;
	padding: 0px 80px 0px 0px;
}

.right_block {
	float: left;
	margin: 0;
	padding: 0;
}

#footer a:link {
	color: #BCD8FF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	text-decoration: none;
	color: #BCD8FF;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#footer a:active {
	text-decoration: none;
	color: #BCD8FF;
	font-weight: bold;
}

/* General Styles */

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	font-weight: bold;
	font-family: "Arial";
}

h1 {   
	margin: 0;
	padding: 0;   
	color: #2e2e2e;
	font-size: 1.5em;
	font-family: "Arial Black";
}

h2 {
	font-size: 130%;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 70%;
	margin: 0;
	padding: 0;
}

h2 span {   
	margin: 0;
	padding: 0;   
	display:block;
	text-indent:-9999px;
}

h4 span {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #BCD8FF;
	margin: 0;
	padding: 0;
}

a:link {
	color: #252525;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #252525;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #252525;
	font-weight: bold;
}