@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	outline: 0;
}

body  {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
background:#A8B1BA url(images/bkg.jpg) repeat-x scroll left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #535379;
}
a {
	color: #535379;
	font-size: 100%;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	border-bottom:1px dotted;
	font-weight: bold;
}
a:hover, a:focus {
	color: #535379;
	text-decoration: none;
	background: #D5D5E3;
	border-bottom:1px solid;
}
a:visited {
	color: #535379;
	text-decoration: none;
	border-bottom:1px dotted;
}
.wrapper #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 126px;
}
#header .logo{
	display: block;
}
#header .logo img{
	float: left;
	overflow: hidden;
}
#header .phone{
	display: block;
	margin-left: 460px;
	padding-top: 12px;
	color: #A05F85;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#header .contact{
	float: right;
	padding: 0;
}
.wrapper #sidebar1 {
	margin: 0;
	padding-top: 32px;
	float: left; /* since this element is floated, a width must be given */
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #FFF;
	font-weight: bold;
}
.wrapper #sidebar1 .sbox {
	padding: 0;
	width: 172px;
	height: 42px;
	background: transparent url(images/sidebar-tbox.png) no-repeat;
}
.wrapper #sidebar1 p {
	padding: 0 0 12px 0;
	color: #FFF;
	font-weight: bold;
}
.wrapper #sidebar1 img {
	padding: 0;
}
#sidebar1 h1{
	font-size: 18px;
	font-weight: bold;
	font-family:Century Gothic;
	padding:12px 0;
}
.wrapper #mainContent {
	margin: 18px 0 12px 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 620px;
}
.wrapper #mainContent .center {
	margin: 0;
	padding: 0;
	background:transparent url(images/cnt-bkg.png) repeat-y scroll right top;
	width:620px;
	min-height:500px;
}
.wrapper #mainContent .center p, .wrapper #mainContent .center h1 {
	margin: 0;
	padding: 8px 20px 8px 20px;
}
.wrapper #mainContent .center a.toplnk {
	color: #535379;
	font-weight: bold;
	font-size: 90%;
	border-bottom:1px dotted;
}
.wrapper #mainContent .center img {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: none;
}
.wrapper #mainContent .top {
	margin: 0;
	padding: 0;
	background:transparent url(images/cnt-top.png) no-repeat scroll right top;
	height:40px;
	width:620px;
}
.wrapper #mainContent .top p {
	margin: 0;
	padding: 12px 18px 0 18px;
	font-style: italic;
	color: #7C858C;
}
.wrapper #mainContent .top img {
	margin: 0;
	padding: 12px 14px 0 14px;
}
.wrapper #mainContent .bottom {
	padding: 0;
	background:transparent url(images/cnt-btm.png) no-repeat scroll right bottom;
	height:30px;
	width:620px;
}
.wrapper #mainContentHm {
	margin: 18px 0 12px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
}
.wrapper #mainContentHm .center {
	margin: 0;
	padding: 0;
	background:transparent url(images/cnt-bkg-hm.png) repeat-y scroll right top;
	width:800px;
}
.wrapper #mainContentHm .center p {
	margin: 0;
	padding: 8px 20px 8px 20px;
}
.wrapper #mainContentHm .center img {
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: none;
}
.wrapper #mainContentHm .top {
	margin: 0;
	padding: 0;
	background:transparent url(images/cnt-top-hm.png) no-repeat scroll right top;
	height:40px;
	width:800px;
}
.wrapper #mainContentHm .top p {
	margin: 0;
	padding: 12px 18px 0 18px;
	font-style: italic;
	color: #7C858C;
}
.wrapper #mainContentHm .top img {
	margin: 0;
	padding: 12px 14px 0 14px;
}
.wrapper #mainContentHm .bottom {
	padding: 0;
	background:transparent url(images/cnt-btm-hm.png) no-repeat scroll right bottom;
	height:30px;
	width:800px;
}
.wrapper #subcontent {
	margin: 0;
	padding: 8px;
}
.wrapper #subcontent P {
	margin: 0;
	padding-bottom: 10px;
}
.wrapper #subcontent .bkg {
	padding: 8px 12px;
	background: #CDD4DC;
}
#specinfo {
	margin-left: 80px;
	margin-top: 12px;
	padding: 0;
	height: 186px;
	background: transparent url(images/cnt-box.png) no-repeat;
}
.text {
	float: left;
	margin:10px 30px 0 0;
	font-weight: bold;
	width: 202px;
	text-align: center;
}
.text h1{
	font-size: 18px;
	font-weight: bold;
	font-family:Century Gothic;
	padding-bottom:24px;
}
.text p{
	color: #FFF;
	font-weight: bold;
}
.text a:link {
	color: #FFF;
	font-size: 100%;
	border-bottom:1px dotted;
}
.text a:hover, .text a:focus {
	color: #FFF;
	text-decoration: none;
	background: #ADADCA;
	border-bottom:1px solid;
}
.linespace {
	height: 6px;
}
ul {
	text-align: left;
	margin: 4px 4px 12px 24px;
}
ul li {
	font-size: 100%;
	display: list-item;
	margin: 0 0 0 4px;
}
.spcnt {
	font-size: 12px;
	padding: 0;
}
.spcnt #name {
	display: block;
	font-style: italic;
	color: #7473A9;
	font-weight: bold;
	text-align: right;
}
.wrapper #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E1E6EC url(images/ftr-bkg.jpg) repeat-x scroll top;
	min-height:131px;
	font-size: 12px;
} 
.wrapper #footer p {
	padding: 8px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 18px 12px 42px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img a {
	text-decoration: none;
	background: none;
	border-bottom: none;
}
.img a:link {
	text-decoration: none;
	background: none;
	border-bottom: none;
}
.img a:hover, .img a:focus {
	text-decoration: none;
	background: none;
	border-bottom: none;
}
.style1 {
	color: #A05F85;
	font-size: 18px;
	font-weight: bold;
	font-family:Century Gothic;
}
.style2 {
	color: #A05F85;
	font-weight: bold;
	font-size: 16px;
	font-family:Century Gothic;
}
.style2a {
	color: #535379;
	font-weight: bold;
	font-size: 12px;
	font-family:Century Gothic;
}
.style2b {
	color: #535379;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family:Century Gothic;
}
.style2c {
	color: #5B825E;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-family:Century Gothic;
}
.style3 {
	color: #A05F85;
	font-weight: bold;
	font-size: 14px;
	font-family:Century Gothic;
}
.style4 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family:Century Gothic;
}
.style5 {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
.style5b {
	font-size: 90%;
}
.style6 {
	color: #A05F85;
	font-size: 18px;
	font-weight: bold;
	font-family:Century Gothic;
}
.style6b {
	color: #A05F85;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family:Century Gothic;
}
.style6c {
	color: #A05F85;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style6d {
	color: #A05F85;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
table {
	border: 1px solid #7473A9;
	padding: 4px;
	margin: 6px 0;
}
.formWrap {
	padding: 12px;
	margin: 0 60px;
	margin-bottom: 12px;
	border: 1px solid #CECCDD;
}
form {
	font-size: 12px;
}
form p.title {
	margin-bottom: 4px;
	font: 100% Tahoma, sans-serif;
	color: #535379;
	font-weight: bold;
}
form p.subtitle {
	font: 90% Tahoma, sans-serif;
}
form input, input.fields, textarea, textarea.fields, select {
	margin-bottom: 2px;
	background: #F0F2F2;
	border: 1px solid #5E597C;
	color: #071D55;
}
form .submit input{
	background: #F0F2F2;
	border: none;
}
form button{
	clear:both;
	width:67px;
	height:28px;
	text-align:center;
	line-height:30px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background:url(images/submit.png) no-repeat;
	border: none;
}

/* SendFile */

.sendfiles {
	color:#393b54;
	margin:auto 24px;
	padding:12px;
	font-size:12px;
	background: #f0f5f8;
	border: 1px solid #393b54;
}
.sendfiles .sffltrt {
	float: right;
	margin: 12px 0 12px 42px;
	width: 300px;
}
.sendfiles .userinput {
	padding-bottom:15px;
	width: 400px;
	height: 140px;
}
.sendfiles .userinput label {
	float:left;
	padding:2px 5px 0px 0px;
}
.sendfiles .userinput .red {
	color:red;
}
.sendfiles .userinput input{
	float:left;
	margin:2px 0px 0px 0px;
}
.sendfiles .userinput textarea{
	float:left;
	margin:2px 0px 0px 0px;
}
.sendfiles .success-box {
	display:none;
	border: #99cc66 2px solid;
	background-color: #ccffcc;
	padding: 10px; font-weight:bold;
}
.sendfiles .error-box {
	display:none;
	clear:both;
	font-weight:bold;
	border: #FF0000 2px solid;
	background-color: #ffb3b3;
	padding: 10px;
	margin:5px 0px;
}
.sendfiles .clear {
	float:none;
	clear:both;
	height:0px;
}
#formLoadingContainer {display:none;}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	

