body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
	
/* Layout Structure */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(../img/wrap-bg.gif) repeat-y 70% 0;
	}

#content {
	float: left;
	width: 70%;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
	}
	
#sidebar {
	float: right;
	width: 30%;
	}
	
#footer {
	clear: both;
	background: #0066FF url(../img/boxheader-bg.gif) repeat-x top left;
	}
	
#footer p {
	margin:0;
	border-top: 1px solid #333;
	border-bottom: 3px solid #003399;
	padding: 15px;
	font-size: 85%;
	color: #000; 
	}	

#footer a:link {
	color: #fff;
	}
	
#header {
	border-bottom: 3px solid #003399;
	background: #0066ff url(../img/header-bg.gif) repeat-x top left;
	position:relative;
	}
	
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #fff;
	background: url(../img/bulls-eye.gif) no-repeat top left;
	}
	
/* message */

#message {
	clear:left;
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #333;
	background: #f0f0f0 url(../img/message-bg.gif) repeat-x top left;
	}
	
/* navigation */

#nav {
	width:100%;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #333;
	background: #FF6600 url(../img/nav-bg-orange.gif) repeat-x top left;
	}
	
#nav li {
	float:left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../img/nav-liorange-bg.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #FF6600;
	}
#nav a.active {
	font-weight: bold;
	background: #FF6600 url(../img/nav-onorange-bg.gif) repeat-x bottom left;
	}
li#t-home a {
	margin-left: 25px;
	background: url(../img/nav-liorange-bg.gif) no-repeat top left;
	}
	
/* gutters */

#content .gutter {
	padding: 25px;
	}
	
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	color: #003399;
	}
	
/* sidebars */

.box {
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
	background: #F0F0F0 url(../img/box-bg.gif) repeat-x top left;
	border-bottom: 3px solid #999;
	}
	
.box h3 {
	margin: 0;
	padding: 10px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #fff;
	border-bottom: 3px solid #003399;
	background: #0066FF url(../img/boxheader-bg.gif) repeat-x top left;
	}
	
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
	
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(../img/li-bullet.gif) no-repeat 0 3px;
	}
	
.box ol {
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	list-style: none;
	}
.box-content {
	padding:0 0 0 12px;
}
/* hyperlinks */

a:link {
	color: #0066FF;
	text-decoration:underline;
	}
	
a:hover {
	color: #003399;
	text-decoration:underline;
	}

/* images & headings */

dl.feature {
	margin:5px 0;
	padding:15px;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	}

dl.feature dt {
	margin:0 0 .5em 0;
	font-family:Georgia, serif;
	font-size:140%;
	color: #003399;
	}
	
dl.feature:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

dl.feature dt img {
	float:left;
	margin:0 15px 0 0;
	padding:0 4px 4px 0;
	background: url(../img/photo-frame.gif) no-repeat bottom right;
	border:0px;
	}
	
dl.feature dd {
	margin-left: 169px;
	line-height: 1.5em;
	color: #333;
	}
	
/*maincontent */

dl.maincontent {
	margin:5px 0;
	padding:10px;
	}

dl.maincontent dt {
	margin:0 0 .5em 0;
	font-family:Georgia, serif;
	font-size:140%;
	color: #003399;
	}
	
dl.maincontent:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

dl.maincontent dt img {
	float:left;
	margin:0 15px 0 0;
	padding:0 4px 4px 0;
	background: url(../img/photo-frame.gif) no-repeat bottom right;
	border:0px;
	}
	
dl.maincontent dd {
	margin-left: 169px;
	line-height: 1.5em;
	color: #333;
	}
	


/* form */

#feedback table {
	border: 1px solid #666;
	background: #FF9900;
	padding: 5px;
	margin:5px;
	}

#feedback input {
	border: 1px solid #666;
	}
#feedback textarea {
	border: 1px solid #666;
	}

#feedback select {
	border: 1px solid #666;
	}

#feedback button {
	border: 1px solid #666;
	}
	/* vcflist */
	#vcflist ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#vcflist li{
		background: url(../img/vcf.gif) no-repeat 0 50%;
		padding-left:30px;
	}
	span.hide {
		display: none;
		visibility: hidden;
	}



/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}

.maincontent {
	display:inline-table;
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
* html .maincontent {
	height:1%;
	}
.maincontent {
	display:block;
	}
#footer {
	height: 1%;
	}
	

/* End hide from IE/Mac */

