/* Default Styles */
body, td {
	color:#818181;
	font-size:8pt;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

body, form, table, td, th, img, p, hr, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	border:0;
}

img, hr { border: 0; }

h1 {font-size:22pt; font-weight:normal; color:#FFCC00; font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; border-bottom:2px solid #FFCC00; }
h2 {font-size:18pt; font-weight:normal; color:#FFCC00; font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; border-bottom:2px solid #FFCC00; }
h3 {font-size:12pt; font-weight:normal; color:#FFCC00; font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; padding:5px 0; border-bottom:2px solid #FFCC00; margin-bottom:5px; }
h4 {font-size:12pt; font-weight:normal; color:#FFCC00; font-family:Tahoma, Helvetica, sans-serif; padding:5px 0; border-bottom:2px solid #FFCC00; margin-bottom:5px;}
h5 {font-size:10pt; font-weight:bold; color:#FFCC00; font-family:Tahoma, Helvetica, sans-serif; padding:5px 0; margin-bottom:5px;}

ul {padding:0 10px; margin:10px 0;}
li {font-weight:bold; list-style-type: square;}

hr {
	height:2px;
	border-top:1px solid #333333;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	color:#818181;
	text-decoration:underline;	
}

a:hover {
	color:#FFCC00;
	text-decoration: underline;
}

strong {
	color:#FFFFFF;
	font-weight:bold;
}

input, textarea, select {
	font-size:9pt;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	background-image:url('Images/InputBg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:3px solid #333333;
}

/* Float Containers Fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/*Hides from IE-mac\*/
*html.clearfix {height:1%;}
.clearfix {display:block;}
/*Hides from IE-mac\*/

/* Content Layout Styles */
#Body {
	background-image:url('Images/Bg.jpg');
	background-position:center;
	background-color:#000000;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
}

img.Spacer {
	margin-top:15px;
}

#LayoutWrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#Menu {
	margin-top:50px;
	height:40px;
	background-image:url('Images/Menu.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
}

#Header {
	height:113px;
	margin-top:-113px;
}

#Header h1#Logo { border:0; }

#Header h1#Logo a {
	display:block;
	width:274px;
	padding-top:43px;
	height:0;
	overflow:hidden;
	margin-left:22px;
	border:0;
}

#Header div#Search {
	text-align:right;
	margin-right:35px;
}

#Header div#Search input,
#Header div#Search label {
	display:none;
}

#Header div#Search input.SearchTextBox {
	display:inline;
	width:180px;
}

#Header div#Search a {
	background-color:#2B2B2B;
	color:#FFFFFF;
	padding:3px 10px;
	font-size:8pt;
	text-decoration:none;
	border-top:1px solid #4F4F4F;
	border-left:1px solid #4F4F4F;
	border-bottom:1px solid #272727;
	border-right:1px solid #272727;
}

#Header div#Search a:hover {
	color:#000000;
	background-color:#FFCC00;
	border-top:1px solid #FFED00;
	border-left:1px solid #FFED00;
	border-bottom:1px solid #E0B80C;
	border-right:1px solid #E0B80C;	
}

#Footer {
	height:114px;
	padding:0 20px;
	margin-top:-114px;
	margin-bottom:40px;
}

#Footer #Links,
#Footer #Copyright {
	clear:both;
}

#Footer #Copyright ul {
	padding:0;
	margin:0;
}

#Footer #Copyright ul li {
	list-style-type:none;
	float:left;
}

#Footer #Links a {
	color:#FFCC00;
	height:25px;
	line-height:25px;
	display:block;
	float:left;
	overflow:hidden;
	text-decoration:none;
	font-size:10pt;
	padding:0 15px;
	border-right:1px dotted #FFFFFF;
	margin-top:30px;
}

#Footer #Links a.Last {
	border:0;
}

#Footer #Copyright a:hover {
	text-decoration:underline;
}

#Footer #Copyright a {
	display:block;
	float:left;
	color:#818181;
	padding:10px 15px;
	padding-right:0;
	overflow:hidden;	
	text-decoration:none;
	font-weight:normal;
}

#Footer #Links a:hover,
#Footer #Copyright a:hover {
	text-decoration:underline;
}

#ContentWrapper {
	margin-top:15px;
	background-image:url('Images/Content.gif');
	background-repeat:repeat-y;
}

#ContentWrapperAdmin {
	margin-top:15px;
	background-image:url('Images/ContentAdmin.gif');
	background-repeat:repeat-y;
}

#ContentWrapperAdmin #ContentTopAdmin {
	background-image:url('Images/ContentTopAdmin.png');
	background-repeat:no-repeat;	
}

#ContentWrapper #ContentTop {
	background-image:url('Images/ContentTop.png');
	background-repeat:no-repeat;
}

#ContentWrapper #ContentTop #ContentBottom {
	background-image:url('Images/ContentBtm.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:360px;
	height:auto !important;
	height:360px;
}

#ContentWrapper #ContentTop #ContentBottom div.ContentLeft {
	padding:25px;
}

#ContentWrapperAdmin #ContentTopAdmin div.ContentAdmin {
	padding:25px 100px;
}

#ContentWrapper #ContentTop #ContentBottom div.ContentRight {
	padding:34px;
	margin-bottom:100px;
}

#ContentWrapper #ContentTop #ContentBottom #LeftSide {
	width:326px;
	float:left;
}

#ContentWrapper #ContentTop #ContentBottom #LeftSide h1#LogoIcon {
	background-image:url('Images/LogoIcon.jpg');
	background-repeat:no-repeat;
	width:301px;
	padding-top:86px;
	height:0;
	overflow:hidden;
	margin-top:24px;
	border:0;
}

#ContentWrapper #ContentTop #ContentBottom #RightSide {
	width:621px;
	float:left;	
	margin-left:3px;
}
/* Content Layout Styles End*/