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

#wrapper {
	width: 950px;
	margin: 0 auto;
	color: #FFB;
	position: relative;
	line-height: 18px;
}
img {
	border:0;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #212121;
	line-height: 18px;
	display: inline;
	color: #FF9;
}
#topbar {
    height: 121px;
	}
#logo {
	float: left;
	width: 160px;
	margin: 20px 0 0 30px;
}
#socialbar {
	margin: 10px 0px 0px 0px;
	float: right;
}
/* Horizontal Tooltips menu */	
	#menu {
	/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative;
	text-align:center;
	width:120px;
	height:40px;
	}
	
	#menu ul {
	/* remove the list style and spaces*/
		margin:0;
	padding:0;
	list-style:none;
	/* position absolute so that z-index can be defined */
		position:absolute;
	/* center the menu, depend on the width of you menu*/
		left:29px;
	top:3px;
	
	}
	
	#menu ul li {
	/* give some spaces between the list items */
		margin:0 5px;
	/* display the list item in single row */
		float:left;
	}
	
	#menu #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position:absolute;
	left:3px;
	top:-2px;
	z-index:auto;
	/* image of the right rounded corner */
		background:url(images/tail.png) no-repeat right center;
	height:35px;
	/* add padding 8px so that the tail would appear */
		padding-right:8px;
	/* set the box position manually */
		margin-left:5px;
	
		
	}
	
	#menu #box .head {
	/* image of the left rounded corner */
		background:url(images/head.png) no-repeat 0 0;
	height:35px;
	color:#eee;
	/* set the text position manually */
	padding-left:8px;
	padding-top:12px;
	white-space: nowrap;
	}
#nav {
	height: 55px;
	position: relative;
	z-index: auto;
}
/* Drop Down Menu */
ul.topnav {
	list-style: none;
	margin: 0;
	float: none;
	width: 650px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
ul.topnav li {
	float: left;
	position: relative; /*--Declare X and Y axis base--*/
	margin-left: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.topnav li a{
	color: #FFC;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 18px;
	text-align: justify;
	}
ul.topnav li a:hover{
	background-image: url(images/topnav_over.png);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 16px;
	height: 19px;
	float: left;
	margin-top:20px;
	background: url(images/orangearrow.png) no-repeat center top;
}
ul.topnav li span.subhover {
	background: url(images/orangearrow2.png) no-repeat center top;
	background-position: center top;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0;	padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index:100;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0;	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 140px;
	background: #333 url(images/whitearrow.png) no-repeat 5px center;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px; 	
	text-align: left;	
	
	
	}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/whitearrow.png) no-repeat 5px center;
}
#header {
	height: 280px;
	clear: both;
	width: 892px;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#content {
	width: 895px;
	margin: 30px auto;
	overflow: hidden;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #FF8;
	letter-spacing: 0px;
	margin: 0px;
	text-align: center;
}
h3 {
	font-size: 18px;
	line-height: 40px;
	color: #FF9;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftsection {
	float: left;
	width: 583px;
	text-align: left;
	}
#right {
	float: right;
	width: 270px;
}
#content p {
	margin: 0px;
	padding-top: 12px;
	text-align: justify;

}
#content p  a:link {
	color: #FF3;
	text-decoration:none;
	cursor: default;
}
#content p  a:hover {
	color: #E89C00;
	text-decoration: none;
}
#content p  a:visited {
	color: #FF6;
	text-decoration: none;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
/* === Footer One Section === */
#footer {
	height: 210px;
	width: 100%;
	clear: both;
	background-color: #181818;
}
#bottomcontent {
	margin: 0 auto;
	color: #FFC;
	width: 900px;
	height: 190px;
	padding-top: 15px;
}
#b1 {
	float: left;
	width: 270px;
	padding-right: 35px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #464646;
	height: 190px;
	color: #D1D178;
}
#b3 {
	float: right;
	width: 200px;
	padding-left: 30px;
	color: #CC6;
}
#b2 {
	float: left;
	width: 270px;
	margin-left: 45px;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #464646;
	height: 190px;
}
#b2 ul {
	margin: 0px;
	padding: 0px;
}
#b2 li {
	background-color: #0F0F0F;
	list-style-type: none;
	padding: 2px 0 2px 25px;
	margin-bottom: 3px;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}

#footer a:link {
	color: #F90;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FF6;
	text-decoration: none;
}
/* === Footer Two Section === */
#footer2 {
	background-repeat: repeat-x;
	height: 52px;
}
#bottomcontent2 {
	width: 900px;
	margin: 0 auto;
	color: #FFFF80;
	padding-top: 8px;
	line-height: 35px;
}
#bottomcontent2  a:link {
	color: #FFFF80;
	text-decoration:none;
	cursor: crosshair;
}
#bottomcontent2  a:hover {
	color: #FFFF80;
	text-decoration: none;
}
#bottomcontent2  a:visited {
	color: #FFFF80;
	text-decoration: none;
	
}
#contact {
	padding: 5px;
	margin-top: 10px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 2px solid #E7E9EB;
	width: 230px;
	margin: 5px 0 5px 0;
	background-color: #CCC;
	color: #333333;
}
#contact label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #FFFF80;
}
#contact textarea {
	border: 5px solid #E7E9EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	width: 460px;
	margin: 5px 0 10px;
	background-color: #CCC;
	color: #333333;
}
.HelpButton {
}
.HelpButton {
	margin-left: 210px;
}
