/* GENERAL LAYOUT------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}

body {
	text-align:center; /*center hack*/
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #330000;
	line-height:1.3em;
	background:url(../images/bg.gif) repeat;
}

/* MAIN LAYOUT--------------------------------------------------------- */
#wrap {
	width:900px;
	margin:0 auto; /*center hack*/
	text-align:left;
	background: url(../images/body_bg_tile.jpg);
}


#header {
	height:115px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding: 172px 0px 0px 20px;
	background:url(../images/header_image.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#topmenu {
	height: 60px;
	padding: 13px 0px 0px 20px;
}

#main-body {
	float:left;
	width:565px;
}

	#content {
		float:right;
		width:315px;
		overflow:hidden;
		padding: 0px 5px 0px 10px;
	}
	#sidebar {
		padding: 30px 0px 0px 15px;
		float:left;
		width:220px;
		overflow:hidden;
	}
	
		#sidebar-2 {
			float:right;
			width:315px;
			padding: 0px 10px 0px 10px;
			overflow:hidden;
			margin-left:-3px;
		}
	
.inside {
	padding:0px;
}



#footer {
	height:152px;
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	color:#FFFFFF;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer_info {
	background-color:black;
	width:900px;
	padding: 5px 0px 5px 0px;
	color: #C47700;
}

/* LINKS--------------------------------------------------------------- */
a:link {
	color:#790000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#790000;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#CC0000;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#790000;
}

#footer_info a{
	color: #c47700;
}

a.mainlevel, a:visited.mainlevel, a:active.mainlevel {
        background:url(../images/btn_menu.gif) no-repeat;
        padding: 0px 10px 0px 10px;
        line-height: 30px;
        display: block;
        color: #cdbe97;
        width: 200px;
}

a:hover.mainlevel {
        background:url(../images/btn_menu_roll.gif) no-repeat;
        padding: 0px 10px 0px 10px;
        line-height: 30px;
        display: block;
        color: #FFFFFF;
        width: 200px;
}

/* MODULES------------------------------------------------------------- */
.moduletable_sidebar_module {
	margin: 17px 0px 0px 0px;
}

.moduletable_login {
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	width: 200px;
}

.moduletablewhoisonline{
	margin: 0px 0px 20px 12px;
}

.moduletable_access_title{
	margin: 20px 0px 0px 0px;
}

.moduletable_blog{
	margin: 0px 0px 0px 0px;
}

.moduletable_marketresearch, .moduletable_forward{
	margin: 0px 0px 0px 0px;
}

#mod_login_username, #mod_login_password{
	width: 155px;
	border: none;
	padding: 3px 3px 3px 5px;
}

.moduletable_forward_market{
	margin: 0px 0px 0px 0px;
}

.moduletable_download_Proposal{
	margin: 15px 0px 15px 0px;
}

.moduletable_main { /* MAIN MENU */
	padding: 0px 0px 0px 0px;
}

.contentpaneopen{
        margin: 8px 0px 0px 0px;
}

.contentpaneopen_status, .contentpaneopen_about_authorbound, .contentpaneopen_attend_event, .contentpaneopen_become_reviewer{
	margin: 30px 0px 0px 0px;
}

.blog{
	margin: 5px 0px 0px 0px;
}

.contentpaneopen_audience, .contentpaneopen_concept, .contentpaneopen_competition, .contentpaneopen_execution, .contentpaneopen_sales, .contentpaneopen_social {
	margin: 23px 0px 0px 0px;
}

.contentpane{
	margin: 20px 0px 0px 0px;
}

.contentheading, .contentheading_status, .contentheading_about_authorbound, .contentheading_attend_event, .contentheading_become_reviewer{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	color:#336699;
	display: block;
}


/* MISC---------------------------------------------------------------- */
h1 {
	font-size: 28px;
	color: #333333;
}

h2 {
	font-size: 14px;
	color:#333333;
}

h3 {
	font-size: 14px;
	color: #333333;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}

.mute {
	color: #660000;
}

.Drop_Caps {
	float:left;
	color: #660000;
	padding: 7px 3px 3px 0px;
	line-height: 20px;
	font-size:30pt;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
} 

li,dd {
	margin-left:1em;
}

fieldset {
	padding:.5em;
}

#contact_text {
	width: 300px;
}

.article_seperator{
	width: 100%;
	height: 0px;
	margin: 0px 0px 0px 0px;
}

.access_title {
	background:url(../images/access_header.png) no-repeat;
	width: 191px;
	height: 25px;
	text-align:left;
	padding: 50px 0px 0px 10px;
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #3a1817;
}

.js_loginlogin{
	text-align:center;
}

legend {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color: #400000;
}

.inputbox {
	border: none;
	padding: 3px 3px 3px 5px;
	margin: 1px 0px 1px 0px;
	width: 150px;
}

#feedtable_author_blog {
  margin-left: 3px;
  margin-right: 15px;
}

.moduletable_login h3, .componentheading {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 35px 0px 10px 0px;
	color:#336699;
}

.moduletable_login h3 {
  padding: 23px 0 10px;
}
