
body {
	background-image:url(/images/orange_fade.jpg);
	background-repeat:repeat-x;
	background-color:#FC3;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:26px;
	line-height:25px;
	color:#FFF;
	margin:0;
}

h1 a:hover {
	font-size:26px;
	line-height:25px;
	text-decoration:none;
	color:#FFF;
	margin:0;
}

h4 {
	font-size:20px;
	line-height:25px;
	color:#F90;
	font-weight:700;
	margin:0;
}

h4 a:hover {
	font-size:20px;
	line-height:25px;
	text-decoration:none;
	color:#F90;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:12px;
	line-height:18px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h2 a:hover {
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p, td {
	margin-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:1.5em;
}

li {
	font-size:12px;
}

a:link {
	color: #369; 
	text-decoration: none;
}
	
a:visited {
	color: #369; 
	text-decoration: none;
}

a:active {
	color: #369; 
	text-decoration: none;
} 

a:hover {
	color: #369; 
	text-decoration: underline; 
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:800px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:800px;
	height:120px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:120px;
	margin-right:10px;
	/*background-image:url(/images/sc_pier.jpg);*/
	float:left;
}

#bannerRight {
	width:629px;
	height:85px;
	background:#000;
	/*background:url(/images/blue_fade.jpg) repeat-x;*/
	float:left;
	/*border:1px solid #CCC;
	border-width:1px 0 0 1px;*/
	padding:17px 0px 20px 10px;
}

#content {
	background:url(/images/bg1.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:11px;
	color:#F90;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-bottom:1px dotted #333;
}

#nav a:hover {
	background-color:#333;
}

#leftColumnBottom {
	width:130px;
	background:#000;
	/*background:url(/images/blue_fade.jpg) repeat-x;*/
	padding:15px 5px 10px 5px;
	font:11px Arial,Helvetica,sans-serif;
	color:#EAEAEA;
}

#leftColumnBottom a {
	text-decoration:none;
	font:11px Arial,Helvetica,sans-serif;
	color:#369;
}

#rightColumn { /*main content text inside*/
	float:left;
	width:600px;
	padding-left:20px;
	color:#666;
}

#clear {
	clear:both;
}

.date {
	font-size:11px;
	color:#999;
	font-weight:normal;
}

#footlogos {
	font:10px Arial,Helvetica,sans-serif;
	margin:0 auto;
	width:800px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

/*fake buttons*/
.fake_btn a {
	padding:5px 10px;
	margin-left:100px;
	background:#F90;
	font-size:16px;
	font-weight:bold;
	border:#369 dotted 1px; 
}

.fake_btn a:hover {
	background:#FF3;
	text-decoration:none;
}

.fake_btn2 a {
	padding:5px 10px;
	background:#FF3;
	font-size:14px;
	border:#369 dotted 1px; 
}

.fake_btn2 a:hover {
	background:#F90;
	text-decoration:none;
}

.fake_btn3 a {
	padding:3px 10px;
	background:#FF3;
	font-size:11px;
	border:#369 dotted 1px; 
}

.fake_btn3 a:hover {
	background:#F90;
	text-decoration:none;
}


/*form buttons*/
input.btn {
	background:#FF3;
	padding:2px;
	border:#369 dotted 1px;
	color: #369; 
}

input.btnhov {
	background:#F90;
	text-decoration:none;
}

select, input {
	font-size:12px;
	color:#666;
}

/*borders*/
.border1 {
	border:1px solid #CCC;
	padding:3px;
	text-align:left;
}

.border2 {
	border:1px solid #FC3;
	margin-top:10px;
	padding:3px;
	text-align:left;
	font:bold small-caps 13px verdana,sans-serif;
}

.border3 {
	border:1px solid #FC0;
	background-color:#FFC;
	margin:5px 0;
	padding:5px;
	text-align:left;
}

/*father's day box*/
#bannerRight2 {
	float:right;
	padding:5px 30px 5px 5px;
}


/*iframe*/
iframe {
	border:0px;
	position:relative;
	top:5px;
	left:0px;
	height:1200px;
	width:620px;
	overflow:hidden;
}