@import "editor.css";

p { margin-bottom:12px; }
body { font-family: Arial, sans-serif; font-size: 12px; color:#333;line-height: 18px;}
a { color:rgb(89,6,0); }
a img { border:none; }
#TB-iframeContent { background #FFF; overflow: hidden; }
#TB-iframeContent html { margin:0;padding:0; }
#TB-iframeContent body { margin:0;padding:0; }
#TB_window { background:#515151; }

/* re-reset */
#main_content ul {
	list-style-type: disc;
}
#main_content ul, #main_content ol {
	list-style-position: outside;
	margin:10px;
}
#main_content ul li, #main_content ol li {
	margin-left:5px;
}
/* end */
#header {
	position: fixed;
	width:100%;
	height:20px;
	background: url(/images/toolbar_bg.png);
	z-index:3;
}
#header-inner {
	width:960px;
	margin:0 auto;
	height:18px;
}
#header-inner ul {
	float:right;
	position: relative;
	height:18px;
	list-style: none;
	background:#333;
}
#header-inner li {
	float:left;
	position:relative;
	font-size:12px;
	line-height:12px;
	padding: 2px 10px 0;
	background: #333;
}
#header-inner li a {
	color:#a7a7a7;
	font-weight: bold;
	text-decoration: none;
}
#header-inner li span.top-item {
	color:#a7a7a7;
	font-weight: bold;
}
#header-inner li:hover a {
	color:#fff;	
}
#header-inner li:hover ul.submenu {
	display:block;
}
#header-inner .submenu {
	list-style:none;
	display:none; 
	padding:8px 15px 5px;
	margin-left:0;
	left:0;
	position: absolute;
	height:auto;
	background:#333;
}
#header-inner .submenu li {
	float:left;
	clear:both;
	position: relative;
	width: auto;
	height:auto;
	padding:5px 5px 5px 0;
}
#header-inner .submenu li a {
	color:#fff;
}
#content-wrapper {
	width:100%;
	position: absolute;
	z-index:2;
}
#footer {
	position: fixed;
	bottom:0px;
	z-index:3;
	height:50px;
	width:100%;
	background: url(/images/footer_bg.png);
}
#footer-logo {
	height:40px;
	padding-top:10px;
	width:338px;
	margin:0 auto;
}
#footer-lftext, #footer-rttext {
	font-size:10px;
	color:gray;
	margin-top:-35px;
	height:30px;
	line-height: 12px;
}
#footer-lftext {
	float:left;
	padding-left:10px;
}
#footer-lftext p {
	margin:0;
}
#footer-rttext {
	float:right;
	text-align: right;
	padding-right:10px;
}
a.bsd { color: gray; text-decoration: none; }
a.bsd:hover { text-decoration: underline; }

/*page interiors*/
#pgbg {
	position:fixed;width:100%;height:100%;z-index:1;
}
#content {
	width:950px;
	margin:30px auto;
}
#feature {
	width:950px;	
	height:266px;
	background: url(/images/feature_bg.png) no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}
#feature p {
	margin:0;padding:0;display:inline;
}
#content-header {
	float: left;
	position: relative;
	width:950px;
	height:174px;
	background: url(/images/header_bg.png) no-repeat;		
}
#content-body {
	float: left;
	position: relative;
	width:910px;
	padding:20px;
	background: url(/images/body_bg.png) repeat-y;	
}
#content-footer {
	float: left;
	position: relative;
	width:950px;
	height: 17px;
	margin-bottom:60px;
	background: url(/images/bottom-round-edge.png);
}
#logo-right {
	float:right;
	position: relative;
	margin-right:17px;
	margin-bottom:7px;
	width:208px;
	height:167px;
}
#logo{
	float:left;
	position: relative;
	margin-left:17px;
	margin-bottom:7px;
	width:208px;
	height:167px;
}
#center-text {
	margin:10px 20px 0;
	width:460px;
	float:left;
	position: relative;
}
#signup {
	width:210px;
	float:left;
	position:relative;		
}
.social {
	display:block;
	float: left;
	position: relative;
	height:42px;
}
.social.icon {
	width:42px;
}
.social.text {
	width:63px;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}
#main_content {
	float: left;
	position: relative;
	padding-bottom:15px;
	background:url(/images/dots-horiz.png) bottom left repeat-x;
	margin-bottom:15px;	
	width:100%;
}
#loc-left, #loc-right {
	float:left;	
	position:relative;
}
#loc-left {
	width:275px;
	margin-right:30px;
}
#loc-right {
	width:605px; 
}
#col1, #col2 {
	float: left;
	position:relative;
	width:440px;
}
#col1 {
	padding-right:15px;
	margin-right:15px;
	text-align: justify;
	background:url(/images/dots.png) top right no-repeat;
}
