@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px; 
	margin: 0px; 
	background-image: url(i/page_bg.jpg);
}
p {
	margin: 0px 0px 15px 0px;
	text-align: left;
}
h2 { margin-top: 0px;}
img {border-width:0px;}
#Content {
	margin: 10px auto;
	width: 880px;
}
.text {
	font-family: "helvetica Neue", arial, sans-serif;
	font-weight: 200;
	color: #999;
	text-align: left;
	font-size: medium
}
.text2 {
	font-family: "helvetica Neue", arial, sans-serif;
	font-weight: 200;
	color:#333;
	text-align: left;
	font-size: medium;
}

.text a:link, .text a:visited { color: #999;}
.text a:hover { color: #F90;}


#LeftColumn {width: 569px; float: left; margin-top: 7px;}
.Clearer {clear: both;}

#HeaderGraphic {
	height: 220px; 
	width: 100%; 
	text-align: center;
	background-image: url(i/header_bg.jpg);
	background-repeat: repeat-x;
}

#NavParent {
	background-image: url(i/bg.jpg); 
	background-repeat: repeat-x; 
	text-align: center;	
}
#Nav {
	background-image: url(i/nav_bg.jpg);
	background-repeat: repeat-x;
}
#NavContainer {
	width: 900px;
	margin: auto;
	text-align: left;
}
#Nav #NavContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Nav #NavContainer ul li {
	display: inline;
}
#Nav #NavContainer ul li.lastLink {
	float: right;	
}
#footer {
	clear: both; 
	text-align: center; 
	color: #999; 
	font-size: x-small; 
	padding-top: 10px;
}
#what_they_say {
	clear: right;
	float: right; 
	width: 289px; 
	padding: 20px 0px 0px 15px; 
	min-height: 98px; 
	background-image:url(i/whattheysay_panel.png); 
	background-repeat:no-repeat;
}

#contact {
	clear: right;
	float: right;
	width: 289px; 
	padding: 20px 0px 0px 15px;
	min-height: 98px;
	background-image:url(i/contact_panel.png);
	background-repeat:no-repeat;
}

#whats_new {
	float: right; 
	width: 289px; 
	padding: 20px 0px 0px 15px; 
	min-height: 98px;
	background-image:url(i/new_panel.png); 
	background-repeat:no-repeat;	
}
#main_content_curve_top
{
	float: left; 
	width: 569px; 
	height: 18px;
	background-image:url(i/homepage_panel_top.png); 
	background-repeat:no-repeat;	
}
#main_content {
	padding: 0px 15px;
	float: left; 
	width: 539px;
	height: auto; 
	text-align: left; 
	background-image: url(i/homepage_panel_middle.png); 
	background-repeat:repeat-y;
}
#main_content_curve_bottom {
	float: left; 
	width: 569px; 
	height: 18px;
	background-image:url(i/homepage_panel_bottom.png);
	background-repeat:no-repeat;
}
.control {
	width: 350px;
	font-family: "helvetica Neue", arial, sans-serif;
	font-size: small;
}

.popupBox {
	position: relative;
	margin: auto;
	width: 528px;
	height: 200px;
	border: 5px solid white;
	background-color: #CCC;
	display: none;
	z-index: 10;
}

.popupBox h2, .popupBox p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}

.popupBox .CloseIcon 
{
	float: right;
}