/*

Melinda Motivates Home Page
By: Joshua Moor of iRapture.com http://www.irapture.com
Design By: Steve Levine of Splash Communications http://www.splashcom.com
October 14, 2009 - 1:37pm

1) Reserved Block Level Elements
2) Custom Block Level Elements
3) Images
4) Links
5) Text Elements
*/

/*---------1)Reserved Block Level Elements----------*/

*{
	margin:0px;
	padding:0px;
}

body{
	background-color:#666699;
	font-family:Arial, Helvetica, sans-serif;
}

/*---------2)Custom Block Level Elements----------*/
#header{
	margin:auto;
	width: 856px;
	position: relative;
	top: 30px;
}

#content{
	margin:auto;
	width: 856px;
	position: relative;
	top: 50px;
}

#content_text{
	position:relative;
	float:left;
	width: 513px;
}

#content_bullet_points{
	position:relative;
	float:right;
	width:343px;
}

/*---------3) Images----------*/

img.picture_quote{
	width: 856px;
	height: 327px;
	clear: both;
	padding-top: 10px;
}

/*---------4) Links----------*/

a.logo{
	width: 278px;
	height: 40px;
	float: left;
	background-image:url(../images/melinda_motivates_logo.jpg);
}

a.top_nav{
	color:#FFFFFF;
	float: right;
	position: relative;
	font-weight:bold;
	font-size: 12px;
	top: -10px;
	text-decoration:none;	
	padding-right: 20px;
}

a.top_nav_right_most{
	color:#FFFFFF;
	float: right;
	position: relative;
	font-weight:bold;
	font-size: 12px;
	top: -10px;
	text-decoration:none;	
	padding-right: 150px;
}

a.about{
	text-decoration:none;
	font-size:12px;
	letter-spacing: .1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
	color:#FFFFFF;
	width:151px;
	height: 17px;
	left:1px;
	position:relative;
	float: left;
	background: #cc66ff;
}

a.about:hover{
	background: #663399;
}

a.consulting{
	text-decoration:none;
	font-size:12px;
	letter-spacing: .1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
	color:#FFFFFF;
	width:151px;
	height: 17px;
	left:1px;
	position:relative;
	float: left;
	background:#6699ff;
}

a.consulting:hover{
	background:#3366cc;
}

a.speaking{
	text-decoration:none;
	font-size:12px;
	letter-spacing: .1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
	color:#FFFFFF;
	width:151px;
	height: 17px;
	left:1px;
	position:relative;
	float: left;
	background:#999933;
}

a.speaking:hover{
	background:#006766;
}

a.articles{
	text-decoration:none;
	font-size:12px;
	letter-spacing: .1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
	color:#FFFFFF;
	width:151px;
	height: 17px;
	left:1px;
	position:relative;
	float: left;
	background:#cc9900;
}

a.articles:hover{
	background:#666600;
}

a.blog{
	text-decoration:none;
	font-size:12px;
	letter-spacing: .1em;
	font-weight:bold;
	padding-left:20px;
	padding-top:8px;
	color:#FFFFFF;
	width:151px;
	height: 17px;
	left:1px;
	position:relative;
	float: left;
	background:#cc6633;
}

a.blog:hover{
	background:#993300;
}

/*---------5) Text Elements----------*/

#content_text p{
	position:relative;
	padding-bottom:15px;
	margin-right: 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 12px;
}


#content_bullet_points p{
	position:relative;
	width:333px;
	background-image:url(../images/melinda_motivates_bullet_points_background.gif);
	background-repeat:repeat-x;
	height:26px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	color:#000000;
	font-weight:bolder;
	font-size: 11px;
}