
body {
	background-color:#eeeeee;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	color:#424542;
	font-family: tahoma,geneva,verdana,sans-serif;
	font-size: 12px;
	line-height:170%;
	margin:0;
	padding: 10px 0 0;
}

a:link, a:active, a:visited {
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

/* Page Structure
----------------------------------------------------*/
#container {
	margin:0 auto;
	width:950px;
}

#header {
	clear:both;
	height:80px;
}

#logo {
	float:left;
}

#nav {
	float:right;
}

#sub-nav {
	letter-spacing: 0px;
	padding-top:5px;
}

#content-top {
	background: url('../images/content_top.png') no-repeat;
	clear:both;
	height: 20px;
}

#content {
	background-color:#fff;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	clear:both;
	min-height:400px;
	padding: 1px 25px 25px;
}

#content-bottom {
	background: url('../images/content_bottom.png') no-repeat;
	clear:both;
	height: 20px;
}

#landing-area {
	background: url('../images/splash_upper_fade.png') no-repeat;
	clear:both;
	margin-bottom:10px;
	height:367px;
	width:950px;
}

#landing-dvd-box {
	background: url('../images/splash_3d_box.png') no-repeat;
	background-position:bottom;
	float: right;
	height: 290px;
	width: 450px;
}

#landing-action-buttons {
	background: url('../images/splash_lower_fade.png') no-repeat;
	clear:both;
	height:77px;
	padding:20px 10px 0;
	width:950px;
}

#info-area {
	background-color: #fff;
	border: 1px solid #ccc;
	display:inline-block;
	margin-bottom:10px;
	padding: 6px;
}

#footer {
	clear:both;
	padding:10px 0px;
	text-align: center;
}


/* Main Navigation Area Styles
----------------------------------------------------*/

#sub-nav a:link, #sub-nav a:active, #sub-nav a:visited  {
	color:#999;
}

#nav ul{
	background:url('../images/nav_bg.gif') repeat-x;
	margin:0;
	padding:0;
	width:auto;
}

#nav li{
	display:inline;
	list-style-type:none;
	margin-right:20px;
}

#nav li a{
	position:relative;
	top:-13px;
}

#nav li a:link, #nav li a:visited, #nav li a:active{
	color:#fff;
	text-decoration: none;
}

#nav li a:hover {
	color:#ccc;
}



/* Site Styles
----------------------------------------------------*/
#landing-bullet-points li{
	color:#162744;
	font-size:15px;
	font-weight: bold;
	left:30px;
	line-height:30px;
	list-style-image: url('../images/checkmark.png');
	position:relative;
	top:20px;
	width:450px;
}


.info-box {
	border-right:1px solid #ccc;
	float:left;
	padding: 0 10px 10px;
	width:291px;
	text-align:justify;
}

#content h1 {
	border-bottom:1px solid #f5f5f5;
	color:#274780;
	font-family: cambria, Times,"Times New Roman",serif;
	font-size:24px;
	padding-bottom:5px;
}

#content h2 {
	color:#666;
	font-family: cambria, Times,"Times New Roman",serif;
	font-size:20px;
}

.info-box h2 a{
	color: #274780;
	font-family: arial, verdana, serif;
	font-size: 18px;
	text-decoration: none;
}


/* Boxes used in Features page
---------------------------------------------------*/
.report-sample {
	float:left;
	margin-right:5px;
	text-align:center;
	width:18%;
}

/* Styles for Tutorials page
---------------------------------------------------*/
.tuts-section {
	background-color: #fafafa;
	border:1px solid #eee; 
	float:left;
	margin-right:10px;
	padding:10px;
	width:150px;
}

.tut-list {
	margin:0;
	padding:0;
}

.tut-list li {
	list-style: none;
	border-bottom:1px solid #eee;
}


/* Styles for Contact Us page
---------------------------------------------------*/
.contact-row {
	clear:both;
}

.contact-label {
	background-color:#eee;
	float:left;
	margin-bottom:10px;
	padding-left:5px;
	width:100px;
}

.contact-input {
	float:left;
}

.contact-input input {
	border:1px solid #eee;
}


/* Boxes used in Resource page
---------------------------------------------------*/
.resource-wrapper {
	clear:both;
}

.resource-wrapper .resource-row {
	clear:both;
}

.resource-wrapper .resource-info{
	float:left;
	margin-right:15px;
	width:289px;
}

.resource-wrapper .resource-info h3 a{
	color: #666;
	font-family: cambria,Times,"Times New Roman",serif;
	margin:0;
	text-decoration: none;
}

/* Styles used in Software Management page
---------------------------------------------------*/
.software-listing {
	clear:both;
	float:left;
	height:120px;
	margin-bottom:10px;
	width:400px;
}

.software-logo {
	float:left;
	width:125px;
}

/* Map info box 
---------------------------------------------------*/
.map-info {
	background-color:#eee;
	border:2px solid #ccc;
	font-size:12px;
	height:200px;
	overflow:auto;
	padding:10px;
	position:absolute;
	top:100px;
	left:62%;
	width:250px;
}

.info-close {
	display:block;
	font-weight:bold;
	position:fixed;
	text-align:right;
	width:235px;
}

/* Download Page styles
---------------------------------------------------*/
.step-row {
	clear:both;
	display:inline-block;
	margin-bottom:20px;
}

.step-title {
	color:#274780;
	float:left;
	font-size:15px;
	font-weight:bold;
	width:100px;
}

.step-info {
	border:1px solid #ccc;
	float:left;
	padding:10px;
	width:600px;
}

/* Image styles
---------------------------------------------------*/
.wide-image {
	border:1px solid #eee;
	padding:3px;
}

/* Commonly Used CSS Properties
---------------------------------------------------*/
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.margin_right_15 {
	padding-right:15px;
}

.disp_none {
	display:none;
}