@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-color:rgb(77,72,92);
	margin-top: 0;
}

h1{font-size:26px; font-weight:bold; color:rgb(77,72,92); margin-top:4px; margin-bottom:4px;	border-bottom: rgb(221, 18, 123) 2px solid;}
h2{font-size:18px; font-weight:bold; color:rgb(77,72,92); margin-top:4px; margin-bottom:4px;	border-bottom: rgb(221, 18, 123) 1px solid;}
h3{font-size:14px; font-weight:bold; color:rgb(77,72,92); margin-top:8px; margin-bottom:2px;}
h4{font-size:16px; font-weight:bold; margin-bottom:0; color:rgb(77,72,92);}
h5{font-size:16px; font-weight:bold; color:#999; margin-top:0;}
h6{font-size:14px; font-weight:bold; color:rgb(77,72,92); margin-top: 12px; margin-bottom: 12px;}


a img{border:0;}
a {text-decoration: none; font-weight: bold; color:rgb(221, 18, 123);}

#page{
	width: 1000px;
	text-align: center;
	color:#000;
	background: url(images/page_bkg.jpg) repeat-y;
	margin:0 auto;


}
#header{
	width: 900px;
	height: 153px;
	background:rgb(77,72,92);
	margin: 0 auto;
	text-align:left;
	padding-top: 0px;
}

#top_nav{
	background-color:rgb(221,18,123);
	height: 24px;
	padding-top: 10px;
	width:900px;
	margin:0 auto;
}

#content{
	width:900px;
	margin: 0 auto;
	text-align: center;
	padding-top:12px;
	overflow:hidden;
	position: relative;
}

#top_nav a{margin-left:12px; margin-right:12px; text-decoration:none; color:white; font-weight:bold; font-size: 14px;}

#side-bar{
	margin: 0 auto;
	width:26%;
	float:left;
	background: url(images/quote_back2.jpg) no-repeat 12px 0px;
	padding-left:12px;
}

* html #side-bar { display:inline-block; }

#front-contact-bar{
	width:627px;	
	text-align:left;
	margin-left: 258px;
}

#nativespacelink{
	background: url(images/ns_bkg.jpg) no-repeat;
	width:230px;
	margin-top:16px;
	padding-top: 20px;
	height:103px;
	text-align:center;
}

#nativespacelink img{
	padding-top:12px;	
}

* html #nativespacelink a:img{margin-top:32px;}

#center-col{
	width: auto;
	margin: 0 auto;
	margin-left: 258px;
	text-align:left;
	font-size:13px;
	margin-right:12px;
	overflow: visible;
}

#home-table{
	width: 627px;
	margin: 0 auto;
	font-size:11px;
	margin-left: 258px;
	text-align:left;
	margin-right:12px;
	height: 210px;
	background: url(images/front-table-bkg.jpg) no-repeat;
	padding-bottom:16px;
	text-align:justify;
	color:rgb(77,72,92);
	overflow: visible;
	position:relative;
}

#left-col{
	width:34%;	
	float:left;
	position: relative;
	text-align:left;
	margin-right:8px;
	font-size:13px;
	margin-left: 12px;
}

#right-col{
	width:34%;
	float:left;
	text-align:center;
	margin-right:4px;
	position: relative;
	margin-left: 4px;
	font-size:13px;
}

#footer{
	background: url(images/footer_bkg.jpg) bottom no-repeat;
	height:84px;
	width:1000px;
	margin: 0 auto;
	padding-top:16px;
}

#footer a{
	color:rgb(77,72,92);		
}

#text404{
	text-align:left;
	float:left;
	font-size: 14px;
	color: white;
