/*

version 1.02

*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #f6f1df;
	}

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #40608C;
	}
a:hover {
	color: #2D405B;
	text-decoration: underline;
	}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 95%;
	text-align: justify;
	border-left: 1px solid #bbb;	
	border-right: 1px solid #bbb;	
	background: #ffffff;
	}
	
#main-body {
	padding: 60px 30px 0 40px;
	background: url(../img/grgrad.gif) repeat-x;
	}
#content {

	}
	
#content-inner {
	margin: 0 20px 0 0;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 30px;
	}

#nav {
	padding: 8px 30px 8px 30px;
	background: #2D405B;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #2D405B;	
	}
#nav li {

	margin: 0;
	padding: 0;
	}
#nav a {

	margin: 0 1px 1px 0;
	padding: 4px 9px;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	border-right: 1px solid #2D405B;	
	}
#nav a:hover {
	color: #fff;
	background: #354966;
	}
#nav a.active {
	font-weight: normal;
	padding: 4px 9px;	
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966;
	}

#title {
	padding: 12px;
	margin: 0;
	color: #59634C;
	border: 0;
	background: #dfc184 url(../img/fivestars_sml.jpg.x) right no-repeat;
	min-height: 100px;
	height: 100%	
	}
	
#title-text {
	padding: 20px 0 20px 30px;
	float:left;
	}
	
#title-work {
	float:right;
	width: 175px;
	}
	
#title-work img {
	float:right;
	}	

#logo {
	width: 60em;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: right;
	}

#logo span, #logo a {
	display: block;
	text-align: right;	
	width: 191px;
	height: 55px;
	padding: 0;
	border-style: none;
	background: url(../img/fourstarssml.jpg) right no-repeat;
	}
	
	
	
#title strong {
	color: #474F3B;
	}
#title h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 300%;	
	font-weight: normal;
	letter-spacing: -1px;
	color: #2D405B;
	}

#title h1 span {
	color: #59634C;
	}
body#home #title h1 {
	margin-bottom: 10px;
	}
#title h2 {
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 4em;
	font-weight: normal;
	}

#content h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
	color: #2D405B;
	}
#content h2.sub {
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #929C87;
	border-bottom: 1px solid #D9E7BD;
	}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #BA3B3E;
	border-bottom: 1px solid #D9E7BD;
	}

#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

#content p.imgcont {
	margin: 0 0 1.5em 30px;
	padding: 0;
	}

/* basic phrase element styles */

em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

p em, cite  { /* to compensate for Lucida Grande's fake italics */
	font-family: Georgia, serif;
	}


#content div.page-text {
	margin: 0 0 30px 0;
	}
	
#content div.front-page {
	margin: 0 0 30px 0;
	text-align: center;
	}	
	
#content div.page-text h2 {
	margin: 0 0 22px 0;
	padding: 0;
	font-size: 130%;
	line-height: 1em;
	font-weight: normal;
	color: #000000;
	}

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 0;
	border: 1px solid #D1DCB9;
	padding: 6px;
	background: #fff;
	}
	
#content img.left {	
	float: left;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: 0;
	border: 1px solid #D1DCB9;
	padding: 6px;
	background: #fff;
}

#content img.alt {
	float: left;
	margin: .5em 12px 6px 0px;
	}

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 0px;
	}
#content ol {
	padding-left: 0px;
	}
#content ul, #content .page-text li {
	list-style: none;
	}

#content .page-text ul {
	list-style: none;
	margin-bottom: 30px;
	}
	
#content ul li {
	padding: 0 0 4px 0px;
	line-height: 1.4em;
	}

#footer {
	font-size: 90%;
	background: #2D405B;	
	height: 85px;
	padding: 20px;
	margin: 0;
	}

#footer div.footer-text {
	float: left;
	width: 75%;
	}
	
#footer div.footer-img {
	float: right;
	width: 10%;
	margin-left: 12px;
	}	
	
#footer p {
	margin: 0;
	padding: 0;
	color: #EBF4D9;
	}

.version {
	color: #55595d;
	}

#footer a:link, #footer a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #EBF4D9;
	text-decoration: underline;
	}
#footer a:hover {
	color: #c80;
	text-decoration: underline;
	}

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */

#logo:after, 
#nav:after, 
#title:after, 
#main-body:after, 
#extra:after, 
#port:after, 
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


blockquote {
 	margin: 25px 45px;
 	padding: 0;
 	font-size: 12px;
 	line-height: 160%;
 	font-style: italic;
 	font-family: georgia;
}

blockquote p{
 	padding: 0;
 	font-size: 11px;
 	line-height: 160%;
 	font-style: normal;
 	font-family: georgia;
 	font-weight: bold;
}

