body, html {
	height: 100%;
}
body {
	color:#333333;
	font:12px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background-color: #ECECEC;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #669900;
	font-weight: bold;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}
strong, em {
	font-family:"Lucida Sans", Helvetica, Arial, sans-serif
}
p {
	padding-bottom: 15px;
}
a {
	text-decoration:none;
	color: #ff6633;
}
a:hover {
	text-decoration:underline
}
.left {
	float:left
}
.right {
	float:right
}
img.clear {
	clear:both;
	display:block;
	height:0px
}
.alignright {
	padding:3px;
	float:right;
	margin-left:12px;
	background-color: #448399;
}
.alignleft {
	padding:3px;
	float:left;
	margin-right: 12px;
	background-color: #448399;
}
#container {
	background-image: url(/images/page-bg.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	height: auto;
	min-height: 100%;
}
#header1 {
	padding-top: 26px;
	height: 171px;
}
#header1 h1 {
	display: block;
	float: left;
	padding-bottom: 0px;
	width: 510px;
}
#header1 .right {
	width: 255px;
}
#header1 span {
	display: none;
}
#nav {
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 27px;
}
#nav li {
	display: block;
	float: left;
	padding-right: 23px;
	padding-left: 23px;
}
#nav a {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #CCCCCC;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav .current_page_item {
	background-image: url(/images/nav-pointer.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
}
#nav .current_page_item a {
	color: #FFFFFF;
}
#page {
	padding-top: 10px;
	padding-bottom: 123px;
}
#primary {
	float: left;
	width: 499px;
}
#welcome {
	background-image: url(/images/welcome-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 15px;
	background-color: #F0F0F0;
}
#welcome .content img.alignleft {
	margin-left: 10px;
	margin-top: 35px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#welcome .content {
	padding-top: 12px;
}
#welcome .content .right {
	width: 350px;
	line-height: 1.4em;
	color: #000000;
	padding-top: 10px;
}
#features .left {
	width: 49%;
}
#features .right {
	width: 49%;
}
#features .text {
	float: right;
	width: 175px;
	font-size: 11px;
	margin-bottom: 15px;
}
#features .text strong {
	color: #669900;
}
.secondary {
	float: right;
	width: 255px;
	background-image: url(/images/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	background-color: #448399;
	margin-bottom: 20px;
	/*padding-bottom: 15px;*/
}
.secondary div {
	padding: 0 15px;
}
.secondary h1, .secondary h2, .secondary h3, .secondary h4,  .secondary h5, .secondary h6 {
	color: #FFFFFF;
}     
.secondary h2 {
	color: #003333;
}
.secondary h5 {
	font-size: 14px;
}
.secondary a {
	color: #ccffff;
}
.secondary li {
	color: #FFFFFF;
}
.secondary .content {
	/*padding-right: 15px;
	padding-left: 15px;*/
	min-height: 460px;
}
#subnav {
	margin-bottom: 20px;
	padding: 0;
}
#subnav a {
	width: 214px;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	color: #003333;
}
#subnav  .current_page_item  a {
	background-color: #558f9e;
	display: block;
	color: #FFFFFF;
	padding-left: 15px;
}
#footer1 {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	height: 103px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top: -123px;
}
#footer1 h3 {
	color: #FFFFFF;
}
#footer1 a {
	color: #FFFFFF;
}
#footer1 div.left {
	width: 240px;
	padding-top: 10px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/images/footer-divider.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}
#footer1 div.right {
	width: 200px;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 11px;
}
