/*
	Ms. Entrepreneur Base Styles
	Project: 3637_Ms_Entrepreneur
	Author: Brad Kellett
	
	Base: #4b5462
	Highlight: #3d4450
	Text: #e6e6e8
*/

body {
	margin:0px;
	color:#e6e6e8;
	background:#4b5462;
	font-family:Helvetica, Lucida, Arial, Verdana, sans-serif;
	font-size:9pt;
	text-align:center;
}

.wrapper {
	text-align:left;
	width:960px;
	margin:0px auto;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

h2, h3, h4 {
	margin:0 0 15px 0;
}

img {
	border:none;
}

/* Link Styles */
a,
a:hover,
a:visited {
	color:#fff;
	text-decoration:underline;
}

/* Main content box styles */
#contentTop {
	width:960px;
	background:url('../images/box_topper.gif');
	height:37px;
}

#contentBody {
	width:960px;
	background:url('../images/box_background.gif') repeat-y;
}

#mainContent {
	width:880px;
	margin:0 18px;
	padding:22px 22px 0 22px;
}

#contentFooter {
	width:960px;
	background:url('../images/box_footer.gif');
	height:35px;
}

/* Header */
#header {
	width:925px;
	background:url('../images/header_background.gif');
	margin:0 18px;
}

#header .logo {
	margin:0 22px;
}

#header .advert {
	margin-top:-16px;
	margin-right:5px;
}

/* Divider Bar - color underneith header */
.divide {
	width:100%;
	background:url('../images/header_divider_background.gif');
	height:11px;
	clear:both;
}

/* Main Content Styles */
#mainContent .leftColumn {
	width:532px;
}

#mainContent .rightColumn {
	width:338px;
}

#mainContent p {
	padding-right:10px;
}

#mainContent .left img.article {
	margin:0 20px 10px 0;
}

#mainContent .contentRow {
	width:890px;
	clear:both;
}

.podcastImages {
	float:left;
	margin-top:26px;
}

/* Supporters Box */
.supporters {
	background:url('../images/supporters_top.gif') no-repeat;
	color:#333;
	width:350px;
	text-align:center;
	float:right;
	padding:8px 0;
}

.supporters .inner {
	width:348px;
	background:#fff;
	font-weight:bold;
	border:1px solid #8b9099;
	border-top:none;
	border-bottom:none;
}

.supporters .footer {
	background:url('../images/supporters_bottom.gif') no-repeat;
	height:8px;
	width:350px;
}

.supporters .left {
	text-align:center;
	width:80px;
	padding-top:10px;
}

.supporters ul {
	list-style-type:none;
	padding:0;
	margin:5px 0 0 0;
	width:260px;
}

.supporters ul li {
	float:left;
	padding:0;
	height:40px;
	margin:0 3px;
}

/* Form boxes */
input {
	background:#b2b5b9;
	border:1px solid #8c8e96;
	margin-top:-13px;
	margin-bottom:14px;
}

.email_input {
	width:230px;
	*width:228px;
}

input:hover {
	border:1px solid #e6e6e8;
}

.submit_button {
	position:relative;
	top:13px;
	left:10px;
	right:0px;
	clear:right;
}

#result {
	margin:5px 0;
}

.error_message {
	font-weight:bold;
}

.succeed_message {
	color:#fff !important;
	font-weight:bold;
}

/* Bottom links footer */
#linksFooter {
	width:920px;
	margin:0 auto;
	padding-bottom:100px;
}

/* Movie player */
#movieplayer {
	width:350px;
	height:196px;
	margin-bottom:10px;
	padding-top:10px;
	text-align:center;
	background:url('../images/video_background.gif') no-repeat;
}
