/*
Author: Omar Reddin
Date: 18/2/2010

PRIMARY COLORS:

orange: #ff9933;
gray: #848484;
black: #444444;

SECONDARY COLORS:

orange: #ffffcc;
gray: #888484;
*/

/* GENERAL */
html {
	background: url(../images/layout/header_bg.gif) repeat-x 0 0px;
}
body {
	font-size: 90%;
	font-family: helvetica, georgia, sans-serif;
	line-height: 1.6em;
	text-align: center;
	color: #444;
}
#container {
	overflow: hidden;	
}
#seperator {
	background: url(../images/layout/seperator.png) no-repeat 0 0px;
	height: 14px;
	width:700px;
	margin-bottom: 3px;
}
#list {
	list-style: square url("../images/layout/bullet.png");
}
/* HEADER */
#mpq {
	background: url(../images/layout/logo_bg.gif) no-repeat 0 0px;
}
#logo {
	padding-top: 5px;
}
#mpq #logo a {
	font-size: 30px;
	font-weight: bold;
	color: #ffffcc;
	margin-bottom: 10px;
	text-decoration:none;
}
#tagline {
	margin-top: -5px;
	text-align: left;
	padding-left: 27px;
}
#mpq #tagline h5 {
	color: #fff;
}
/* FOOTER */
#footer {
	border-top: solid thin #ff9900;
	margin-top: 10px;
	padding-top: 5px;
}
#partners li {
	display: inline;
	list-style: none;
	float: left;
	display: block;
}
/* MAIN */
#main {
	text-align: left;
}
	/*UPPER*/
#content_img {
	padding: 0 0 0 40px;
}
	/*LOWER*/
#main_lower {
	margin-top: 50px;
}

/* SECONDARY */
	/*UPPER*/
#secondary_upper a {
	text-decoration: none;
	color: #ffffcc;
}
#secondary_upper a:hover {
	text-decoration: underline;
}
#address {
	background: url(../images/layout/address.png) no-repeat;
	width: 220px;
	height: 200px;
	font: bold 14px helvetica, georgia, sans-serif;
	text-align: left;
	padding-right: 5px;
}
#address ul {
	padding-top: 40px;
	padding-right: 10px;
}
#address li{
	padding-top: 1px;
	list-style: none;
	color: #fff;
}
#address li a {
	text-decoration: none;
}

#adress li a:hover {
	text-decoration: underline;
	color: #ffffcc;
}
	/*LOWER*/
#secondary_lower {
	background: url(../images/layout/header220.png) no-repeat;
	width: 220px;
	height: 300px;
	position: relative;
	color: #848484;
	font: bold 10px helvetica, georgia, sans-serif;
	text-align: left;
	padding-top: 25px;
}
#secondary_lower h3 {
	color: #fff;
	text-align: center;
}
#secondary_lower p {
	padding: 0 10px 0 10px;
}
#secondary_lower a {
	text-decoration: none;
	color: #ff9900;
}
#secondary_lower a:hover {
	text-decoration: underline;
}
#news_reel {
	background: url(../images/layout/news.png) no-repeat;  
	width: 220px;
	height: 300px;
	position: relative;
	color: #848484;
	font: bold 10px helvetica, georgia, sans-serif;
	text-align: left;
	padding-top: 5px;
}
#news_reel h1 {
	color: #fff;
	text-align: center;
}
#news_reel p {
	padding: 0 10px 0 10px;
}
#news_reel a {
	text-decoration: none;
	color: #ff9900;
}
#news_reel a:hover {
	text-decoration: underline;
}
/* COURSE */
	/*Seconadry*/
#course_secondary {
	margin-top: 20px;
}
#course_secondary li {
	list-style:none;
	font: 10px;
	padding: 0 10px 5px 20px;
	text-align: left;
}
#course_secondary ul li a {
	color: #ff9900;
	text-decoration: none;
}
#course_secondary ul li a:hover {
	color: #444;
}
	/*Main*/
#course_content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
#course_img {
	width: 600px;
	height: 200px;
	margin: 0 auto;
}
#course_header {
	background: url(../images/layout/header700.png) no-repeat;
	color: #fff;
	height: 60px;
	font-size: 20px;
	text-align:center;
	padding-top: 20px;
}

#course_detail p {
	padding: 0 20px 0 20px;
}
#course_detail a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
#course_detail a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: italic;
}

/* CUSTOMERS/TESTIMONIALS */
#testimonials {
	padding: 50px 20px 20px 10px;
}
.customer {
	text-transform: uppercase;
	font-style:italic;
	font-size:1em;
	color:#ff9900;
	margin-top:-12px;
}
#customers a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
#customers a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: italic;
}
/* associates */
#associates {
	text-align:left;
	width: 500px;
	padding-left: 40px;
	padding-top: 20px;
}
#associates p {
	font-size: 1em;
}
#associates h5 {
	text-decoration: underline;
	color: #ff9900;
}
/* associates */
#names {
	background: url(../images/layout/header350.png) no-repeat;
	height: 75px;
	color: #fff;
	font-size: 20px;
	padding: 20px 0 0 10px;
	font-weight: bold;
}
#associates p {
	padding-left: 10px;
}
#ass_split {
	font-weight:bold;
	text-align:center;
	font-size: 15px;
}
#ass_seperator {
	background: url(../images/layout/seperator500.png) no-repeat;
	height: 15px;
}
/* NEWS */
#news-wrapper {
	padding-top: 30px;
	margin-bottom: 20px;
}
#story1 {
	padding-top: 80px;
}
#story2 {
	padding-top: 100px;
}
#story3 {
	padding-top: 20px;
}
#mth-header {
	background: url(../images/layout/header350.png) no-repeat;
	height: 60px;
	color: #fff;
	font-size: 18px;
	padding: 20px 0 0 6px;
}
.floatimgleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.floatimgright {
	float: right;
	margin: 10px 10px 10px 0;
}
#story a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
#story a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: italic;
}
/* NAVIGATION */
	/*MAIN SITE NAV*/
#nav {
	padding-top: 20px;
	z-index: 10;
}
ul#navmenu { 
	margin-top: 0; 
	padding-top: 53px; 
	padding-left: 6px; 
	list-style: none; 
	position: relative; 
}
li.sub {
	margin-left: 0;
}
ul#navmenu ul {
 	width: 180px; /* Sub Menu Width */
 	margin: 0;
 	list-style: none;
 	display: none;
 	position: absolute;
 	top: 100%;
 	left: 0;
}
ul#navmenu ul ul,ul#navmenu ul ul ul { 
	top: 0px; 
	left: 100%; 
}
ul#navmenu li { 
	float: left; 
	display: inline; 
	position: relative; 
}
ul#navmenu ul li { 
	width: 100%; 
	display: block; 
}
		/* Root Menu */
ul#navmenu a {
 /*	border-right: 1px solid #ff9933; */
 	padding: 6px;
 	float: left;
 	display: block;
	background: #fff; 
 	color: #444;
 	font: bold 12px helvetica, georgia, sans-serif;
 	text-decoration: none;
 	height: 1%;
}
		/* Root Menu Hover Persistence */
ul#navmenu a:hover,ul#navmenu li:hover a,ul#navmenu li.iehover a {
	background: #fff;
	color: #ff9933;
}
		/* 2nd Menu */
ul#navmenu li:hover li a,ul#navmenu li.iehover li a {
 	float: none;
 	background: #fff;
	font: 11px;
	border-right: none;
	color: #444;
	text-align: left;
}
		/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,ul#navmenu li:hover li:hover a,ul#navmenu li.iehover li a:hover,ul#navmenu li.iehover li.iehover a {
 	background: #fff;
	border-right: 1px solid #ff9933;
	text-decoration: underline;
	color: #ff9933;
}
		/* 3rd Menu */
ul#navmenu li:hover li:hover li a,ul#navmenu li.iehover li.iehover li a {
 	background: #fff;
	border-right: none;
	text-decoration: none;
	color: #444;
}
		/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,ul#navmenu li:hover li:hover li:hover a,ul#navmenu li.iehover li.iehover li a:hover,ul#navmenu li.iehover li.iehover li.iehover a {
 	background: #fff;
	text-decoration: underline;
	color: #ff9933;

}
		/* Hover Function */
ul#navmenu li:hover ul ul,ul#navmenu li:hover ul ul ul,ul#navmenu li.iehover ul ul,ul#navmenu li.iehover ul ul ul { 
	display: none; 
}
ul#navmenu li:hover ul,ul#navmenu ul li:hover ul,ul#navmenu ul ul li:hover ul,ul#navmenu li.iehover ul,ul#navmenu ul li.iehover ul,ul#navmenu ul ul li.iehover ul { 
	display: block; 
}
	/*FOOTER NAV*/
#footer_nav ul {
	padding-top: 10px;
}
#footer_nav li {
	display: inline;
	list-style:none;
	float: right;
	display: block;
	text-align: center;
	border-right: solid thin #ff9900;
	font: 9px helvetica, georgia, sans-serif;
	padding: 0 17px 0 0;
}
#footer_nav li a {
	color: #ff9900;
	text-decoration: none;
}
#footer_nav li a:hover {
	color: #444;
	text-decoration: underline;
}
/* CONTACT */
#contact_left {
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	width: 200px;
}
#contact_left ul {
	list-style: none;
}
#contact_right { 
	float: right;
	padding: 50px 100px 0 0;
	width: 350px;
}
.message {
	background:#eee; 
	color:#000;
	display:none;
	width:460px;
	padding:10px;
}
.contact {
	text-align:right;
}
.contact ul {
	list-style-type:none;
	width:390px;
}
.contact li {
	list-style-type:none;
}
.contact li.special {
	display:none;
}
.contact input {
	width:260px;
}
.contact textarea {
	width:260px;
}
#address_1, #address_2 {
	background: url(../images/layout/header220.png) no-repeat;
	height: 150px;
	padding: 14px 0 0 10px;
}
#address_1 p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 0 5px;
}
#address_2 p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 5px;
}
/* SITEMAP */
#sitemap_wrapper {
	text-align: center;
}
#sitemap {
 	font:normal 16px Arial,sans-serif;
 	overflow:hidden;
	margin-left:100px;
	margin-bottom:20px;
}
#sitemap ul {
 	list-style:none;
 	margin:0;
 	padding:0;
 	margin-top: 10px;
}
#sitemap li {
 	background-color:#fff;
 	margin:0 0 -0.1em;
 	min-height:1em;
 	padding:.2em .4em;
 	position:relative;
 	width:9em;
}
#sitemap ul ul {
 	font-size:90%;
 	margin-top:-1.4em;
}
#sitemap ul ul li {
 	background:#fff;
 	border-top:0.5em solid #fff;
 	border-left:0.5em solid #66c;
 	left:10.4em;
}
#sitemap ul ul ul li {
 	background:#fff;
 	border-color:#9c3;
}
#sitemap ul ul ul ul li {
 	background:#fff;
 	border-color:#c93;
}
#sitemap ul ul ul ul ul li {
 	background:#fff;
 	border-color:#c33;
 	color:#fff;
}
#webroot li {
	margin-top: 10px;
}
#webroot li a {
	color: #444;
	text-decoration: none;
}
#webroot li a:hover {
	color: #ff9933;
	text-decoration: underline;
}
#dirshow {
	padding-top: 20px;
}
#dirshow a {
	color: #ff9933;
}
#dirshow a:hover {
	color: #848484;
}

