/*
Client: Motivational Speaking and Training Solutions
Author: Ryan Plesko
Company: Ascendio
Email: ryan@ascendio.com
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #333333;
}

html, body {
	background: #ffffff url(images/body-bg.jpg) repeat-x top center;
	height: 100%;
}

.container {
	width: 950px;
	margin: 0 auto;
}

.hidden {
	text-indent: -9999px;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #086495;
}

p, label, td {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
}

li {
	font-size: 12px;
	line-height: 20px;
}

hr {
	clear: both;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 15px 20px 10px 0;
	border: 5px solid #eeeeee;
}

img.right {
	float: right;
	margin: 15px 0 10px 20px;
	border: 5px solid #eeeeee;
}

/*---------------------------------------------------------------------------------- Header */

#header {
	height: 120px;
	position: relative;
}

/*---------------------------------------------------------------------------------- Navigation */

#navigation {
	height: 40px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: block;
	float: left;
	margin-right:45px;
}

#navigation li.last {
	margin-right:0;
}

#navigation li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 16pt;
}

#navigation li a span {
	text-transform: capitalize;
	display: block;
	font-size: 9pt;
	line-height: 9pt;
	font-weight: normal;
	color: #ffffff;
}

#navigation li a:hover, #navigation li a:hover span {
	color: #a5cde1;
}

/* ------------------ Drop Downs Like Woah*/
#navigation ul li{
	position: relative;
}

#navigation ul li:hover ul, #navigation ul li.over ul{
	display:block;
}

#navigation ul li ul{
	position: absolute;
	top:37px;
	left:10px;
	z-index:100000;
	background:#09679A;
	width:200px;
	display:none;
}

#navigation ul li ul li{
	margin:0;
	padding:0;
	width:150px;
	position:relative;
}

#navigation ul li ul li a{
	font-size:13px;
	font-weight:bold;
	text-transform: none;
	display:block;
	width:185px;
	padding:5px;
	padding-left:10px;	
	color:white;
}

#navigation ul li ul li a:hover{
	background: #BCDAEA;
	color:black;
}

#navigation ul li img{display:none;}

#navigation ul li ul li ul{
	left:175px;
	top:5px;
	display:none !important;
}

#navigation ul li ul li:hover ul{
	display:block !important;
}

/*---------------------------------------------------------------------------------- Content */

#content {
	width: 651px;
	padding: 20px;
	float: left;
	background: url(images/content-bg.png) no-repeat top center;
	min-height: 375px;
}

#content a:link, #content a:visited{
	color: #086495;
}

.toTop{
	color:#999999 !important;
	background:transparent url(images/toTop.png) no-repeat left;
	padding-left:13px;
	font-size:10px;
}

#content ul, #content ol {
	margin: 10px 0 10px 20px;
}

#content h3, #content h4 {
	margin-top: 15px;
	font-size:15px;
}

#content img.speaker {
	margin-top: 0;
}

#content .speaker-list {
	clear: both;
	padding: 15px 0;
}

#content .speaker-list h3 {
	margin: 0;
}

/*---------------------------------------------------------------------------------- Content Feature */

#content #feature {
	background: url(images/feature-bg.png) no-repeat top center;
	height: 225px;
	padding: 11px 0 0 12px;
}

#content #feature div.text {
	width: 270px;
	padding-right: 15px;
	text-align: left;
	float: left;
}

#content #feature div.text p {
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	margin-top: 0 !important;
}

#content #feature div.text cite {
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
}

#content #feature div.image {
	float: left;
	width: 350px;
}

/*---------------------------------------------------------------------------------- Sidebar */

#sidebar {
	width: 211px;
	padding: 20px;
	float: left;
	background: url(images/sidebar-bg.png) no-repeat top center;
	margin-left: 8px;
	min-height: 375px;
}

#sidebar label {
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

#sidebar input {
	border: 1px solid #666666;
	background: #ffffff;
	padding: 5px;
	width: 180px;
	font-size: 12px;
}

#sidebar textarea {
	width: 180px;
	height: 100px;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
}

#sidebar input#submit {
	margin-top: 10px;
	width: 70px;
	background: #ffffff url(images/button-bg.jpg) repeat-x bottom;
	cursor: pointer;
}

.newsletters{
	list-style-type:none;
}

.newsletters li{
	background:transparent url(images/nlButton.png) no-repeat left top;
	display:block;
	height:39px;
	width:189px;
	text-align:center;
	padding-top:14px;
}

.newsletters li a{
	color:white;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

.newsletters li a:hover{
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------- Footer */

#footer {
	clear: both;
	text-align: right;
	border-top:1px solid #dddddd;
}

#footer p {
	font-size: 10px;
	padding-bottom:10px;
}

#language{
	position:absolute;
	right:5px;
	top:10px;
	font-size:12px;
}

#language a{
	color:white;
}
