/*
Theme Name: 3-mentors
Theme URI: http://3-mentors.org/
Description: Theme created for the 3-mentors.
Version: 1.0
Author: j.verhine
Author URI: http://verhine.com/

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/


html {
	margin: 0px;
	padding: 0px;
	}

body {
		background: url(http://www.3-mentors.com/images/bg.jpg);
		background-repeat: repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
		height:100%;
		margin-left:0; 
		margin-right:0; 
		margin-top:0; 
		margin-bottom:0;
		width:100%;
		height:100%;
		
	}
body#secure {
	background: none;
}
	#container {
					position: relative;
					min-height: 100%;
					height: 100%;
					voice-family: "\"}\"";
					voice-family: inherit;
					height: auto;
				}
	html>body #container {
		height: auto;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #1b227a;
	border-bottom: 1px solid #c0c0c0;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
	border-bottom: 1px solid #efefef;
	}
a:hover, a:active { 
	border-bottom: 1px solid;
	color: #333333;
	}
.navigation {
	background: #efefef;
	padding: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.entry {
	text-align: left;
}
.content {
	width: 1000px; 
	text-align: left;
	line-height: 1.4em;
}
.contents {
	font-family: "Lucida Grande", trebuchet, verdana, tahoma;
	padding: 7px 10px 7px 7px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	}
.contenttitle {
	font-family: "Georgia", lucida grande, trebuchet ms, verdana, tahoma;
	padding: 7px 10px 7px 7px;
	font-size: 2em;
	line-height: 1.2em;
	color: #666666;
	margin: 0;
}
.contentblock {
	padding:5px;
	border: 1px solid #efefef;
	margin-bottom: 15px;
}
h2 {
	margin:0;
	padding:0;
	font-weight: normal;
}

.contentheader {
	font-family: "Georgia", lucida grande, trebuchet ms, verdana, tahoma;
	padding: 7px 10px 7px 7px;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #333;
	background-color: #efefef;
	border: 1px solid #c0c0c0;
	margin: 0px 0 10px 0;
}

.content h2 {
	font-size: 2em;
	text-align:left;
}
body#home h2.contentheader {
	color: #1b227a;
}
body#us h2.contentheader {
	color: #196e7a;
}
body#us p {
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 1.2em;
}


.login {
	float: right;
	padding-top: 10px;
}
.login#prospect {
	padding-top: 16px;
}
.login .contentblock {
	background: #333;
	color: #efefef;
	border: 1px solid #666;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 3px;
	text-align: left;
}
.login .contentblock a {
	color: #c0c0c0;
}
.login .contentblock a:hover {
	color: #fff;
}
.tab_on {
	margin: 10px 0 10px 20px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-right: 1px solid #ffffff;
}
.tab_off {
	margin: 10px 20px 10px 20px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
}
ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:27px;
}

ul.tabs li {
	float:left;
	margin-right:5px;
	text-align:center;
}

ul.tabs li a {
	display:block;
	padding:5px 10px 5px 10px;
	background-color:#efefef;
	color:#666;
	border: 1px solid #efefef;
	border-bottom: 1px solid #c0c0c0;
}

ul.tabs li a:hover {
	color:#333333;
	border: 1px solid #c0c0c0;
	border-bottom: none;
	background-color: #ffffff;
	
}

ul.tabs li a.active {
	background-color:#ffffff;
	border: 1px solid #c0c0c0;
	border-bottom: 1px solid #ffffff;
	cursor: default;
	color: #333333;
}

div {
	clear:both;
}
.small {
	font-size: .7em;
}

	#info {
		width: 300px;
		overflow: auto;
	}

	#flashcontent {
		width: 99%;
		height: 235px;
		float: left;
		text-align: center;
		margin: 0px;
	}
	#flashcontent2 {
		width: 900px;
		height: 443px;
		float: left;
		text-align: center;
		margin: 0 0 0 50px;
	}
	.content {
		font-family: lucida grande, trebuchet ms;
		font-size:1.2em;
	}
