* {
	padding:0;
	margin: 0;
	border: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	color: #a1a1a1;
	}

body {
	background: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #101010;
	}

.container, .footer, .tc {
	width: 984px;
	display: block;
	position:relative;
	left:50%;
	margin-left:-492px; 
	}

.header {
	width: 1036px;
	height: 122px;
}

.logo, .sms {
	width: 485px;
	height: 89px;
	float: left;
	padding-top: 20px;
	padding-bottom: 12px;
	}

.sms {
	text-align: right;
	}

.windowbox {
	height: 338px;
	width: 984px;
	background: #ff9000;
	position: relative;
	padding-top: 30px;
	}
	

.page_windowbox {
	height: 228px;
	width: 984px;
	position: relative;
	padding-top: 0px;
	}

.win_image_cont {
	width: 975px;
	margin-left: 9px;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	}
	
.main {
	width: 975px;
	margin-left: 9px;
	}

.win_image_surround {
	width: 240px;
	height: 140px;
	float: left;
	text-align: center;
	background: url('../images/pic_bg.gif');
	repeat: no-repeat;
	margin-top: 1px;
	margin-left: 1px;
	}

.win_image_surround img {
	margin-top: 5px;
	}

.menu {
	background: url('../images/menu_bg.png');
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 10px;
	height: 31px;
	padding-top: 6px;
	padding-left: 0px;
	font-size: 12pt;
}

.main {
	padding-top: 35px;
	padding-bottom: 35px;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	position: relative;
	}

h1 {
	font-size: 12pt;
	padding-bottom: 20px;
	}

h2 {
	font-size: 11pt;
	padding-bottom: 20px;
	padding-top: 10px;
	}

.orange {
	color:#ff9000;
	}

.copy_area {
	width: 490px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 10pt;
	float: left;
	}

.form_area {
	width: 380px;
	float: left;
	padding-left: 0px;
	}

.form_area .required {
	width: 355px;
	height: 15px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #666;
	}

.form_area textarea {
	width: 355px;
	height: 85px; 
	font-size: 12px;
	color: #666;
	}
	
.form_area .submit{
	margin-top: 20px;
	margin-left: 260px;
	}
	
p {
	padding-bottom: 15px;
	font-size: 14px;
	}

.inputbg, .middleColumn {
	background-image: url('../images/input_bg.png');
	background-repeat: no-repeat;
	margin-bottom: -10px;
	width: 375px;
	height: 40px;
	margin-top: 10px;
	}

.textareabg, #EditableTextField3 .middleColumn {
	background-image: url('../images/textarea_bg.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 375px;
	height: 100px; 
	}

.container2 {
	height: 288px;
	width: 100%;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
	border-top: 1px solid #b6b6b6;
	position: relative;
	}

.fc1, .fc2 {
	width: 430px; 
	float: left;
	display: block;
	margin-left: 20px;
	}
.footer {
	margin-top: 35px;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	}
ul {
	list-style-position: outside;
	list-style-image: url("../images/bullet2.png");
	list-style-type: square;
	margin: 0 0 10px 20px;
}

li, .fc2, .tc {
	font-size: 13px;
	line-height: 16px;
	}

.fc2 {
	width: 200px;
	} 

.fc3 {
	width: 276px;
	height: 189px;
	float: left;
}
.tc {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: right;
	width: 1035px;
	font-size: 12px;
	}

a {
	text-decoration: none;
	color: #FF9000;
}

a:hover {
	text-decoration: underline;
	color: #FF9000;
	}

.content_menu_area {
	width: 235px;
	float: left;
	margin-right: 70px;
	margin-left: 10px;
	}

.content_menu_area ul {
	width:231px;
	}

.content_menu_area ul li {
	list-style: none;
	list-style-image:none;
	}

.content_menu_area ul li a {
	margin-bottom: 5px;
	}

.content_menu_area ul li a.current, .content_menu_area ul li a.current:hover, .content_menu_area ul li a.link:hover {
	height:30px;
	width:231px;
	display: block;
	background: url("../images/menu_over.png");
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 7px;
	color: #ff9000;
	}

.content_menu_area ul li a.link {
	height:30px;
	width:231px;
	display: block;
	background: url("../images/menu_off.png");
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 7px;
	color: #ff9000;
	}


.content_copy_area {
	width: 620px;
	float: left;
	font-size: 14px;
	color: #666;
	}

.page_image {
}

.onRoll {
	background: url("../images/blackbg.png");
	color: white;
	font-size: 13px;
	margin-top: -25px;
	padding: 3px 0 3px 15px;
	position: relative;
	width: 225px;
	visibility: hidden;
}

.left {
	padding: 0px;
	font-size: 14px;
	}

.required, .validationError input.requiredField, .validationError textarea.requiredField {
	background: #ffa800;
	margin: 5px;
	width: 350px;
	}

.requiredField {
	width: 350px;
	margin: 10px;
	}

label.required, span.required {
	visibility:hidden;
	}
	
.menu ul {
	padding-top: 5px;
	list-style: none outside none;
	height: 25px;
	z-index: 200;
	}
	

.menu ul li {
	display:inline-block;
	 _display: inline;
	display: table-cell; 
	display: inline-table;
	font-size: 18px;
	padding-left:10px;
	padding-right: 10px;
	border-right: 1px solid #A1A1A1;
	text-transform: lowercase;
	list-style: none outside none;
	float: left;
	}

.menu ul li a:hover {
	text-decoration: underline;
	color: #FF9000;
	}

.section, .current {
	color: #A1A1A1;
	text-decoration: underline;
}

.footer a, .win_image_surround a{
	color: #A1A1A1;
	text-decoration: none;
	}
.footer a:hover, .win_image_surround a:hover{
	text-decoration: underline;
	}
	

#PageComments_holder {
	display: none;
	}
	
input.action {
	padding: 2px;
	font-size: 0px ;
	font-family: Verdana, Tahoma, Sans-serif;
	height: 23px;
	width: 122px;
	background: url(/themes/blackcandy/images/submit.png) #101010;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

.fc2 p{
	font-size: 13px;
	}
	
.blogEntry a{
	color: #FF9000;
	}
	
#MemberLoginForm_LoginForm .field {
	margin-bottom: 15px;
	} 
	
#MemberLoginForm_LoginForm .middleColumn {
	margin: 5px 0 -10px 0;
	}
	
#MemberLoginForm_LoginForm #ForgotPassword {
	margin-top: 10px;
	}