/*Common rule*/

html{
height:100%;
margin-bottom:0px;
}

* {
margin:0;
padding:0;
outline:none;
}

body{
background-color: #000000;
font-family:Arial,Verdana, Tahoma,  Georgia;
font-size:12px;
color:#FFFFFF;
line-height:1.4em;
cursor:default;
}

a:link,a:visited{
	color:#FFCC00;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a:active, a:focus{
	color:#f18500;
	text-decoration:none;
	cursor:pointer;
}

a:focus{outline:0;}

acronym{cursor:help;}

fieldset{border:none;}
img{border:0;}

h1{font-size:17px;}
h2{font-size:16px;}
h3{
	font-family: Arial, Verdana, Tahoma;
	font-size:14px;
	font-weight:bolder;
}
h4{
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	font-weight:bolder;
}
h5{
	font-family:  Verdana, Arial, Tahoma;
	font-size:11px;
	font-weight:bolder;
	color:#F18500;
}
h5 a:link, h5 a:visited{
	color:#FFFFFF;
}

h5 a:hover, h5 a:active, h5 a:focus{
	color:#f18500;
	text-decoration:none;
	cursor:pointer;
}


optgroup{font-style:normal;}
optgroup option{margin-left:15px;}

p{margin:10px 0;letter-spacing:normal;}

td {
	font-size:12px;
}

ul{
list-style:disc outside;
margin:7px 25px;
}
.top{
	width:100%;
	background-color:#000000;
}
.container{
	width:900px;;
	background-color:#000000;
}

.content{
/*	width:900px;*/
	color:#FFFFFF;
	font-size:12px;
}
.boxbanner {
    width:200px;
	float:right;
	 padding-top:5px;
}
.footer{
	width:100%;
	font-family:  Arial, Verdana,  Tahoma;
	background-repeat: repeat-x;
	padding-top:5px;
	font-size:9px;
	color:#ffffff;
}
.footer a:link, .footer a:visited{
	color:#0078A6;
	text-decoration:none;
	cursor:pointer;
}
.footer a:hover,.footer a:active,.footer a:focus{
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}

.leftbox{
	width:290px;
	text-align:left;
	font-family:  Arial, Verdana,  Tahoma;
	font-size: 12px;
}
.leftbox a:link, .leftbox a:visited{
color:#ffffff;
text-decoration:underline;
cursor:pointer;
}
.leftbox a:hover,.leftbox a:active, .leftbox a:focus{
	color:#f18500;
	text-decoration:underline;
	cursor:pointer;
}

.alignRight{text-align:right;}
.bold{font-weight:bold;}
.center{text-align:center;}
.clearBoth{clear:both;}
.displayBlock{display:block;}
.displayNone{display:none;}
.floatRight{float:right;}
.hide{display:none;visibility:hidden;}
.hideOverflow{overflow:hidden;}
.warning{color:#FF0000;}


.img_gallery_thumb
{
	border:#FFCC00 1px solid;

}
.img_gallery_main
{
	position: absolute;
}
.img_faded
{
	cursor: pointer;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
}

.subscribefrm, .unsubscribefrm{
	margin:10px 0;
}
.subscribefrm label, .unsubscribefrm label{
	clear:both;
	width:150px;
	float:left;
	margin-bottom:5px;
}
.subscribefrm .txtBox, .unsubscribefrm .txtBox{
	width:205px;
	float:left;
	margin-left:5px;
}
.subscribefrm .txtBox2, .unsubscribefrm .txtBox2{
	clear:both;
	width:205px;
	float:left;
	margin-left:160px;
	margin-top:5px;
}
.subscribefrm .txtareaBox, .unsubscribefrm .txtareaBox{
	width:300px;
	background-color:#fff;
	float:left;
	margin-left:5px;
}
.subscribefrm .slcBox, .unsubscribefrm .slcBox{
	width:150px;
	float:left;
	margin-left:5px;
}
.subscribefrm .slcBox2, .unsubscribefrm .slcBox2{
	width:100px;
	float:left;
	margin-left:5px;
}
.subscribefrm .btnBox, .unsubscribefrm .btnBox{
	clear:both;
	float:left;
	margin-left:160px;
	margin-top:8px;
	height:18px;
	cursor:pointer;
	color:#fff;
	background-color:#C77D24;
	background-image:none;
	padding:3px;
	width:75px;
}
.subscribefrmClear, .unsubscribefrmClear{
	clear:both;
	margin-bottom:20px;
}
.subscribefrm span.required, .unsubscribefrm span.required{
	color:#ff0000;
	float:left;
	margin-left:3px;
}
.subscribefrm span.requiredtxt, .unsubscribefrm span.requiredtxt{
	clear:both;
	width:150px;
	float:left;
	color:#ff0000;
	text-align:right;
}
.clear{
	clear:both;
}
.chkList{
	float:left;
}
.chkList table{
	width:600px;
}
.chkList table td{
	width:200px;
	vertical-align:top;
}
.chkList table td.landsales{
	width:400px;
	vertical-align:top;
}
.chkList label{
	clear:none;
	float:left;
	width:170px;
	margin-left:3px;
	text-align:left;
}
.chkList input{
	float:left;
	width:15px;
}