/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/main_bg.jpg);
	font-size:12px;
}
div.container
{
	text-align:left;
	width:1007px;
}
div.header
{
	height:60px;
}
div.header div.logo-left
{
	float:left;
	margin-left:20px;
}

div.header div.logo-right
{
	float:right;
	margin-right:20px;
}

div.header div.options
{
	float:right;
	padding:5px;
}
div.tabs
{
	text-align:right;
	padding-right:165px;
}
div.tabs a
{
	display:inline-block;
	text-align:center;
	height:40px;
	width:126px;
	background-image:url(../images/tab_blur.jpg);
	color:#000;
	text-decoration:none;
	background-repeat:no-repeat;
}
div.tabs a strong
{
	margin-top:14px;
	display:block;
	font-weight:normal;
}
div.tabs a.selected
{
	background-image:url(../images/tab_selected.jpg);
	
}
div.tabs a.selected strong
{
	font-weight:bold;
}
div.main
{
	width:1007px;
	height:637px;
	background-repeat:no-repeat;
	background-image:url(../images/rounded_bg.gif);
}
div.content
{
	width:940px;
	padding-top:30px;
	text-align:left;
}
div.hd
{
	width:939px;
	height:276px;
	background-repeat:no-repeat;
	background-image:url(../images/hd1.jpg);
	color:#fff;
	text-align:left;
}
div.content div.hd h1
{
	font-size:24px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:50px;
	padding-top:20px;
	width:300px;
	color:#fff;
}
div.hd p
{
	font-weight:lighter;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:50px;
	padding-top:20px;
	width:300px;
}
div.hd a.bbtn
{
position:relative;
left:600px;
top:-170px;
}
a.bbtn
{
	display:inline-block;
	text-align:center;
	height:55px;
	width:238px;
	background-image:url(../images/big_btn_bg.gif);
	color:#fff;
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:20px;
}
a.sbtn
{
	display:inline-block;
	text-align:center;
	height:26px;
	width:99px;
	background-image:url(../images/small_btn_bg.gif);
	color:#fff;
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:12px;
}
a.sbtn strong
{
	display:block;
	padding-top:3px;
}
a.bbtn strong
{
	display:block;
	padding-top:10px;
	font-weight:lighter;
}
div.box
{
	width:250px;
	float:left;
	text-align:left;
	margin-top:10px;
	margin-right:24px;
}
div.box h2
{
	margin:0px;
	padding:0px;
	margin-left:20px;
	font-weight:lighter;
	margin-bottom:5px;
}
div.boxcont
{
	height:270px;

}
div.org
{
	background-color:#fef3e2;
	width:248px;
	padding-top:10px;
}
div.grd
{
	width:248px;
	padding-top:10px;
	/*background-repeat:repeat-x;*/
	/*background-image:url(../images/grd1.jpg);*/
	background-color:#5e5e5e;
	color:#fff;
}
div.grey
{
	width:368px;
	padding-top:10px;
	background-color:#f5f5f5;
}
div.boxcont div.cont
{
	text-align:left;
	width:80%;
	margin-top:20px;
}

div.sectabs
{
	border-bottom:3px solid #f55b2f;
}
div.sectabs a
{
	display:inline-block;
	text-decoration:none;
	width:90px;
	background-color:#d7d7d7;
	padding:3px;
	color:#FFF;
	text-align:center;
}
div.sectabs a.selected
{
	background-color:#f55b2f;
}
form.mform input
{
	padding:5px;
	width:90%;
	margin:5px;
	border:3px solid #eeeeee;
	color:#ccc;
}

div.footer
{
	text-align:right;
	padding-top:5px;
}

div.lnks a
{
	text-decoration:none;
	display:inline-block;
	margin-left:20px;
	color:#000;
	padding:3px;
}
a.to_open
{
	color:#ffffff;
	background-color:#333;
}
div.content h1
{
	font-size:24px;
	font-weight:lighter;
	color:#6b6b6b;
}
div.content div.genitem
{
	background-color:#fbc46e;
	border:none;
	width:300px;
	margin-bottom:10px;
	padding:10px;
}
div.genitem a
{
	color:#cc0000;
}
div.genitem h2
{
	color:#cc0000;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:22px;
}
div.genitem select
{
	width:90%;
}
div#preview textarea
{
	width:300px;
	height:100px;
	font-size:11px;
	color:#666;
	background-color:#ececec;
	border:1px dotted #ccc;
	margin:10px;
}