/*
Theme Name: MLA Theme 
Description: MLA Theme.
Author: Mike Bailey  
Author URI: http://www.creativehappy.com/
.
Copyright (c) Creative Happy.
.
*/


/* 
	***********
	* GENERIC *
	***********
*/

html
{
	height:100% !important;
}

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #5F6062;
	margin-top: 111px;
}

/* 
	***********
	* GLOBALS *
	***********
*/


/* 
	********
	* PAGE *
	********
*/

#page
{
	width: 1019px;
	margin: 0 auto;
}

/* 
	**********
	* HEADER *
	**********
*/

#header
{
	width: 955px;
	height: 73px;
}

/* 
	**********
	* CONTENT *
	**********
*/

#content
{
	width: 1019px;
	margin-top: 35px;
}

#content .column
{
	display: block;
	float: left;
}

/* Nav */

#content .nav
{
	width: 165px;
}

#content .nav ul
{
	padding-right: 10px;
}

#content .nav ul li
{
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

#content .nav ul li a
{
	color: #AFB0B1;
	text-decoration: none;
	font-weight: normal;
}

#content .nav ul .current_page_item a
{
	color: #FFF;	
	font-weight: bold;
}

#content .nav ul li ul
{
	border-top: solid 1px #878889;
	border-bottom: solid 1px #878889;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
}

#content .nav ul li ul li
{
	text-transform: lowercase;
	font-weight: normal;
	margin-bottom: 2px;
}

#content .nav ul li ul li a
{
	color: #AFB0B1;
}

#content .nav ul .current_page_item ul li a
{
	color: #AFB0B1;	
}

#content .nav ul li ul .current_page_item a
{
	color: #FFF;	
	font-weight: bold;	
}

#content .nav .contact-details
{
	border-top: solid 1px #E9EAEA;
	border-bottom: solid 1px #E9EAEA;
	margin-top: -5px;
	padding: 5px 0 5px 0;
}

#content .nav .contact-details span
{
	display: block;
	text-transform: none;
	color: #C9CACB;
}

#content .nav .contact-details .fax
{
	margin-top: -10px;
}

/* Content */

#content .content
{
	position:relative;
	width: 854px;
	height: 455px;
	overflow:hidden;
}

#content .content .page-content
{
	position:absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 455px;
	background: url(images/content-bg.png) no-repeat 0 0;
	padding: 15px;
	color:#FFF;
	z-index: 90;
}

#content .content .noBG
{
	width: 824px !important;
}

#content .content .page-content p
{
	font-size: 11px;
	margin: 7px 0 7px 0;
	line-height: 18px;
}

#content .content .page-content hr
{
	width: 100px;
	margin: 0 auto;
	background: none;
	border-top: dotted 2px #FFF;
	border-bottom: none;
}

#content .content .page-content .test em
{
	display: block;
}

#content .content .page-content p em
{
	font-style:italic;
	display: block;
}

#content .content .page-content
{
	font-size: 11px;
	line-height: 18px;
}

/* Paging */

#content .paging
{
	overflow:hidden;
	height: 20px;
}

#content .paging .goto
{
	display: block;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #C9CACB;
}

#content .paging .goto a
{
	color: #C9CACB;
	text-decoration: none;
}

#content .paging ul
{
	display: block;
	float: right;
	padding-top: 1px;
}

#content .paging ul li
{
	display: block;
	float: left;
	font-size: 11px;
	text-transform:uppercase;
	margin-right: 10px;
}

#content .paging ul .activeSlide a
{
	color: #A9AAAC;	
	font-weight: bold;	
}

#content .paging ul li a
{
	color: #C9CACB;
	text-decoration: none;
}

/* Contact Form */

.wpcf7
{
	
}

.wpcf7 input
{
	background: url(images/input-bg.png) no-repeat 0 0;
	border: none;
	width: 282px;
	height: 16px;
	padding: 1px 5px 0 5px;
}

.wpcf7 textarea
{
	background:url(images/textarea-bg.png) no-repeat 0 0;
	border: none;
	width: 283px;
	height: 135px;
	padding: 5px;
}

.wpcf7 .button
{
	overflow:hidden;
}

.wpcf7 .button input
{
	width: auto;
	background: none;
	border: none;
	float: right;
	color:#FFF;
	font-weight: bold;
	background:#000;
	height: 25px;
}

.wpcf7 .wpcf7-not-valid-tip
{
	display: none;
}



