@charset "utf-8";
body {
	background-image: url(../images/backgroundcontentarea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
/* <div> containers*/
#contentarea {
	width: 900px;
	height: 750px;
	margin-left: -450px;
	margin-top: 0px;
	left: 50%;
	top: 0px;
	position: absolute;
}
#contentbox {
	width: 880px;
	height: 385px;
	top: 300px;
	left: 10px;
	position: absolute;
}
#contentbox2 {
	width: 874px;
	height: 385px;
	top: 300px;
	left: 10px;
	position: absolute;
	padding-right: 14px;
}
#copyrightbox {
	width: 900px;
	height: 46px;
	top: 704px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
}
#logobox {
	width: 280px;
	height: 280px;
	top: 10px;
	left: 10px;
	position: absolute;
}
#flashbox {
	width: 280px;
	height: 280px;
	top: 10px;
	left: 310px;
	position: absolute;
}
#navbox {
	width: 280px;
	height: 280px;
	top: 10px;
	left: 610px;
	position: absolute;
}
#profilebox {
	width: 570px;
	height: 290px;
	position: relative;
	top: 10px;
	margin-left: -256px;
	left: 50%;
	background-image: url('../images/profile_bg.png');
}
#profiletext {
	width: 256px;
	height: 280px;
	position: absolute;
	margin-top: 10px;
	top: 10px;
	right: 15px;
}
.profile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 17px;
}
.profile a:link, .profile a:visited, .profile a:active {
	text-decoration: none;
	color: #fecd06;
}
.profile a:hover, .profile a:visited:hover {
	text-decoration: underline;
}
.profilename {
	font-size: 18px;
	font-weight: bold;
}
.profiletitle {
	font-size: 16px;
	font-style: italic;
}
/* Decoration */
#sidebarline {
	width: 200px;
	height: 1px;
	margin-left: -100px;
	left: 50%;
	background-color: #fcba63;
	position: fixed;
	top: -18px;
}
/* Paragrah Styles */
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
}
.bodytext a:link, .bodytext a:visited {
	color: #fecd06;
	text-decoration: none;
}
.bodytext a:hover, .bodytext a:visited:hover, .bodytext a:active {
	color: #fecd06;
	text-decoration: underline;
}
.datetext {
	font-family: "Helvetica 55 Roman", Helvetica, Arial;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
}
.nav, .nav a:hover, .nav a:visited:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #fecd06;
	text-decoration: none;
	text-align: left;
}
.nav a:link, .nav a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
.sidebar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.titletext {
	font-family: "Helvetica 55 Roman", Helvetica, Arial;
	font-size: 24px;
	color: #ffffff;
	margin-top: 0px;
	text-align: center;
}
.contactinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.services {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fecd06;
	margin-top: 0px;
	text-align: center;
}
/* Menu Stuffs */
#navbox td {
	border-bottom-color: #fecd06;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#menu {
	width: 160px;
	;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a, #menu h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border-bottom-color: #fecd06;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#menu h2 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
#menu a:hover {
	color: #fecd06;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 90%;
	background-color: #545454;
	z-index: 8;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 90%;
	background-color: #545454;
	z-index: 8;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover ul {
	display: block;
}
div#menu ul ul ul {
	display: none;
}
div menu ul ul li:hover ul {
	display: block;
}
