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

* {
	margin:0; padding:0;}
	
.clear {
	clear:both;}
	
.left {
	float:left;}
	
.center {
	text-align:center;}

p {
	line-height:18px;
	margin:15px 0 0 0;}
.small {
	font-size:12px;
	margin-top:10px;}
	
a {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
.blue {
	color:#00CCFF;}
.white {
	color:#FFF;}
	
hr {
	border:0;
	background-color:#CCC;
	height:1px;
	margin:15px 0;}	
	
h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:10px;}

img.border {
	border:1px solid #000;
	margin-bottom:10px;}
	
body {
	background-color:#000000;
	color:#FFF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;}

#container {
	margin:0 auto;
	width:900px;}	
	
	
/*----------Header*/
#header {
	color:#FFF;
	font-style:italic;
	font-weight:normal;
	margin:5px 0 0 0;
}
	
.logo {
	cursor:pointer;
	float:left;
    font-family:"Bradley Hand ITC";
    font-size:34px;}
	
.address {
	float:left;
	margin:13px 0 0 10px;}
	
	
/*----------Menu*/
#menu {
	width:100%;}
#menu ul {
	float:left;
	margin:10px 0 0 0;
	padding:0;}	
#menu ul li {
	display:inline;
	color:#FF9900;
	font-size:12px;}
#menu li a {
	color:#00CCFF;
	float:left;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	padding:5px 22px 5px 0;
}
a .bullet {
	color:#FF9900;
	font-size:12px;}
	
/*----------Content*/
#content {
	background-color:#333333;
	margin:0 auto;
	padding:15px;
	width:870px;}
	
.welcome {
	float:left;
	margin-left:10px;
	width:370px;}
	
.quote {
	font-size:11px;
	margin-top:10px;}
	
.hp-content-ct {
	border:5px solid #CCC;
	height:100%;
	margin:15px 0 0 0;
	width:860px;}
.hp-content-left {
	float:left;
	padding:10px;}
.hp-content-right {
	border-left:1px solid #CCC;
	float:right;
	padding:20px 10px;
	width:675px;}
	
	
/*----------Footer*/
#footer {
	border-top:1px solid #CCC;
	font-size:12px;
	padding:20px 0 10px 0;
	position:relative;
	text-align:center;}
#footer a {	
	color:#00CCFF;
	font-weight:normal;}
.bullet {
	color:#FF9900;}
.copyright {
	font-size:10px;
	line-height:12px;
	margin-top:10px;}
.social-media {
	bottom:5px;
	right:10px;
	position:absolute;}
	
	
