* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	min-height:750px;/* for good browsers*/
	min-width:950px;/* for good browsers*/
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #5C5C5C;
}
#outer {
height:100%;
width:100%;
display:table;
position:relative;
overflow:hidden;
}
#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 750px;
} 
#inner {
	width: 950px;
	height: 750px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color: #000;
	height: 59px;
	width: 950px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#toptext {
	color: #8b8a8a;
	float: right;
	width: auto;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#toptext a{
	color: #8B8A8A;
	text-decoration: none;
}
#toptext a:hover {
	color: #EB7706;
}
#toptext a:active {
	color: #F00;
}
#navbar {
	background-image: url(../images/navbar-gradient.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 75px;
}
#navbar ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
#navbar li a {
	color: #FFF;
	padding-right: 7px;
	padding-left: 7px;
	display: block;
	float: left;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-right: 25px;
}
#navbar li a:hover {
	color: #EB7706;
}

#main {
	background-image: url(../images/large-logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	padding-top: 10px;
	background-color: #F2F1F1;
}
#hiddencontent {
	position: absolute;
	visibility: hidden;
	width: 50px;
	overflow: scroll;
	height: 50px;
}
#accordionbox {
	height: 230px;
	width: 750px;
	padding-right: 100px;
	padding-left: 100px;
}
#quote {
	width: 950px;
	font-size: 26px;
	font-style: oblique;
	text-align: center;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	float: left;
}
#leftContent {
	float: left;
	width: 441px;
	margin-bottom: 23px;
	padding-right: 45px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8B8A8A;
	padding-left: 80px;
}
#rightcontent {
	float: right;
	width: 299px;
	margin-bottom: 15px;
	padding-right: 45px;
}
#bottombox {
	color: #FFF;
	background-color: #000;
	height: 130px;
	width: 850px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	clear: both;
}
#bottomleft {
	height: 130px;
	width: 375px;
	padding-right: 49px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}

#bottomright {
	height: 130px;
	width: 375px;
	padding-left: 49px;
	float: right;
}
#homeleft {
	height: 130px;
	width: 375px;
	position: absolute;
	visibility: visible;
	font-size: 11px;
}
#homeright {
	position: absolute;
	height: 130px;
	width: 375px;
	visibility: visible;
	font-size: 13px;
}
#contactleft {
	height: 130px;
	width: 375px;
	position: absolute;
	visibility: hidden;
	font-size: 12px;
}

#contactright {
	position: absolute;
	height: 130px;
	width: 375px;
	visibility: hidden;
	font-size: 12px;
}


#interestingleft {
	height: 130px;
	width: 375px;
	position: absolute;
	visibility: hidden;
	font-size: 12px;
}
#interestingright {
	position: absolute;
	height: 130px;
	width: 375px;
	visibility: hidden;
	font-size: 12px;
}

#interestingright a {
	color: #FFF;
	text-decoration: none;
}
#interestingright a:hover {
	color: #eb7706;
}
#interestingright a:active {
	color: red;
}
#secondnav {
	text-align: center;
	padding-top: 3px;
	color: #FFF;
	background-color: #000;
}
#secondnav a {
	color: #FFF;
	text-decoration: none;
}
#secondnav a:hover {
	color: #eb7706;
}
#secondnav a:active {
	color: red;
}

#seankingonline {
	float: left;
	width: 465px;
	padding-left: 10px;
	color: #FFF;
	background-color: #000;
	padding-bottom: 8px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
#copyright {
	float: right;
	text-align: right;
	padding-right: 10px;
	background-color: #000;
	width: 465px;
	color: #FFF;
	padding-bottom: 8px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}



.clearfloat {
	clear: both;
}
.greytitle {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #383838;
}

