/* Processed by Shaun Inman's CSS-SSC :: http://www.shauninman.com/plete/css-ssc/ */

body{
	font-family: Verdana, sans-serif;
	margin: 0px;
	background-repeat: no-repeat;
	height: 400px;
}

a img{
	border: 0;
}

p.more{
	background: transparent url(../images/arrow.gif) 2px 2px no-repeat;
	float: right;
	font-weight: bold;
	padding-left: 15px;
	margin: 15px;
	font-size: 0.8em;
}

p.more a{
	color: #6ea4d0;
}

p.more a:hover{
	color: #3f8cca;
}

img.close{
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
}

/* --- Styles related to the home page --- */


p#introtext{
	color: #fff;
	font-size: 0.8em;
	margin: 0;
	margin-right: 10px;
	margin-left: 280px;
	padding-top: 10px;
}

#demo{
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

#mainfeatures{
	color: #577589;
	margin-left: 130px;
	margin-top: 80px;
	width: 220px;
	font-size: 0.7em;
}

#mainfeatures p{
	margin: 0;
	margin-bottom: 5px;
}

#mainfeatures ul{
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#mainfeatures ul li{
	font-weight: bold;
	margin-bottom: 5px;
}

#mainfeatures ul li a{
	color: #577589;
	text-decoration: none;
}

#mainfeatures ul li a:hover{
	text-decoration: underline;
}

/*--- Styles related to the inner pages -- */

/* features column on LHS */
#features{
	background: #577589 url(../images/gradient_back.png);
	float: left;
	height: 100%;
	width: 250px;
}

#features img{
	margin: 15px;
	margin-bottom: 0;
}

#features ul{
	color: #fff;
	font-size: 0.8em;
	margin-right: 10px;
	padding: 0;
	margin-left: 30px;
}

#features ul li{
	font-weight: normal;
	margin-bottom: 5px;
}

#features ul li a{
	color: #fff;
	text-decoration: none;
}

#features ul li a:hover{
	text-decoration: underline;
}

/* end features col */

#content{
	margin-left: 280px;
	margin-right: 20px;
}

#content h1{
	color: #304b5c;
	font-size: 0.9em;
	margin: 0;
	padding-top: 10px;
}

#content p, #content ul{
	font-size: 0.7em;
	line-height: 1.1em;
}

#content ul{
	background-color: #e4eef6;
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-left: 30px;
}

#content ul li{
	margin-bottom: 5px;
	font-weight: bold;
}

p.prev, p.next{
	font-size: 0.6em !important;
	font-weight: bold;
}

p.next{
	background: transparent url(../images/arrow.gif) center right no-repeat;
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding-right: 12px;
}

p.prev{
	background: transparent url(../images/arrow_prev.gif) center left no-repeat;
	position: absolute;
	left: 280px;
	bottom: 5px;
	padding-left: 12px;
}

p.next a, p.prev a{
	color: #6ea4d0;
}

p.next a:hover, p.prev a:hover{
	color: #3f8cca;
}

p.center{
	text-align: center;
}


