@charset "utf-8";
/* CSS Document */

#main-menu {
	position:relative;
	z-index:9999;
	width:auto;
}
#main-menu ul {
	width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
body .normal, #header, #footer{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
}
a:link {
	color:#005696;
	/*text-decoration:none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #7dc8ff;*/
}
a:hover, a:active {
	background-color: #f89a26;  
}
h1,h2,h3,h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #005696;
}
body {
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrapper {
	margin: auto;
	max-width: 900px;
}
#header {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #005696;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: 
url(Images/webmentors-logo.png);
	background-position: 10px 25px;
	background-repeat: no-repeat;
	min-height:125px;
}
#header #header_copy #head_action {
	float: right;
	width: auto;
	background-color: #BBE2FF;
	border: 2px solid #6d6767;
	padding: 5px;
	margin-right: 20px;
}

#header #tagline {
	font-weight: bold;
	font-style: italic;
	float: left;
	margin-top: 95px;
	margin-left: 10px;
}
.wrapper #bodybox {
	margin: auto;
}
#bodybox #full_body_width {
	float: left;
	width: 100%;
}
#bodybox #column1 {
	float: left;
	max-width: 650px;
	margin-right:1em;
	margin-left:1em;
}
#column2  {
	color: #727272;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border: 2px solid #0080C0;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #EBEBEB;
}
#column2 #paneltitle {
	font-weight:bold;
	text-align:center;
	padding-bottom: .5em;
	padding-top: 1em;
}
.normal {
	display:block;
}
#footer {
	font-size: smaller;
	float: left;
	width: 100%;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f89a26;
	border-bottom-color: #005696;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer p {
	text-align: center;
}

img{
outline: 0; max-width: 100%; height: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*move to user css */
#full_body_width #grey_box {
	background-color: #b6b6b7;
	float: left;
	width: 100%;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #005696;
	height: 148px;
	margin-bottom: 1em;
}
#full_body_width #grey_box h2 {
	color: #fff;
	text-align: center;
	z-index: 100;
	position: relative;
	font-style: italic;
	top: -100px;
}
#full_body_width #grey_box #hero_img {
	position: relative;
}

/*below 500 px head needs adjustments*/
 @media screen and (max-width: 500px) {
		#header {
		height:225px;
	} 
	#header #header_copy #head_action {
		margin-top: 5px;
	}
 }
 @media screen and (max-width: 900px){
	 	#column2 {
		float: left;
		max-width: 50%;
	}
 }
  @media screen and (min-width: 900px){
		#column2 {
	float: right;
	max-width: 170px;

		}
 }
 /*desktop version has tweaks to make it nice */
 @media screen and (min-width: 500px) {
	.wrapper {
		margin: auto;
		max-width: 875px;
	}
	#header {
		height:135px;
	}


	#header #header_copy #head_action {
		margin-top: 25px;
	}
	#bodybox {
	max-width: 875px;
	}
 }
