/*
Theme Name: MMUAIR
Theme URI: http://mmuair.com
Description: A private WP theme design for MMUAIR company.
Version: v1.0
Author: Osvaldas V.
Author URI: http://www.osvaldas.info
*/

body
{
	font: normal 15px/normal verdana, arial, sans-serif;
	color: #5b4f20;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}
ul { list-style-type: none; }

a 		{ text-decoration: underline; color: #183a98; outline: 0; }
a:hover { text-decoration: none; }
a img	{ border: none; }



.content p
{
	word-spacing: 3px;
	line-height: 18px;
	margin: 0 0 15px 0;
}
.content h1
{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #183a98;
}
.content .wrp
{
	height: 18px;
	float: right;
	clear: right; 
}



.container
{
	width: 800px;
	margin: 0 auto;
}

.container .header
{
	height: 114px;
	background: transparent url('images/header.gif') no-repeat 0 0;
	overflow: hidden;
}
.container .header .link-home
{
	width: 240px;
	height: 100%;
	float: left;
}
.container .header .link-home a { height: 100%; display: block; }

.container .header .caption
{
	width: 555px;
	height: 100%;
	float: right;
}
.container .header .caption h1,
.container .header .caption h2
{
	font: bold 25px/30px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #083898;
	float: left;
	padding: 0 0 0 40px;
}
.container .header .caption h1
{
	padding-top: 50px;
}
.container .header .caption h2
{
	font-size: 18px;
	color: #60583b;
}
.container .header .caption img
{
	float: left;
	position: relative;
	bottom: -3px;
}



.container .main
{
	background: transparent url('images/main_bg.gif') repeat-y 0 0;
}
.container .main .main-inner
{
	width: 100%;
	background: transparent url('images/main_view.gif') no-repeat 0 0;
	overflow: hidden;
}

.container .main .nav
{
	width: 210px;
	min-height: 489px;
	height: auto !important;
	height: 489px;
	float: left;
}
.container .main .nav ul
{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.container .main .nav ul li
{
	float: right;
	clear: both;
	display: inline;
	padding: 0 25px 7px 0;
}
.container .main .nav ul li a
{
	font: bold 12px/0px arial, helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 1px;
	white-space: nowrap;
	color: #e8ebf8;
	background: transparent url('images/nav_bg.gif') no-repeat 0 0;
	display: block;
}
.container .main .nav ul li a span
{
	background: transparent url('images/nav_corner.gif') no-repeat right 0;
	display: block;
	position: relative;
	right: -9px;
	padding: 10px 10px 11px 2px;
}
.container .main .nav ul li.current_page_parent a,
.container .main .nav ul li.current_page_item a,
.container .main .nav ul li a:hover
{
	background-image: url('images/nav_selected_bg.gif');
}
.container .main .nav ul li.current_page_parent a span,
.container .main .nav ul li.current_page_item a span,
.container .main .nav ul li a:hover span
{
	background-image: url('images/nav_selected_corner.gif');
}
.container .main .nav ul li ul
{
	width: auto;
	height: auto;
	border: 1px solid #999;
	background-color: #1439a3;
	display: none;
	position: absolute;
	z-index: 99;
	padding: 0 0 3px 0;
	margin: -50px 0 0 140px;
}
.container .main .nav ul li ul li
{
	white-space: nowrap;
	float: left;
	clear: both;
	display: block;
	position: static;
	padding: 0;
	margin: 3px 5px 0;
}
.container .main .nav ul li ul li a
{
	word-spacing: 3px;
	line-height: normal;
	background: none;
	display: block;
	padding: 0;
	margin: 0;
}
.container .main .nav ul li ul li a span
{
	background: none;
	display: block;
	position: static;
	padding: 0;
}
.container .main .nav ul li ul li a:hover,
.container .main .nav ul li ul li a:hover span,
.container .main .nav ul li.current_page_item ul li a,
.container .main .nav ul li.current_page_item ul li a span,
.container .main .nav ul li.current_page_parent ul li a,
.container .main .nav ul li.current_page_parent ul li a span,
.container .main .nav ul li ul li.current_page_item a,
.container .main .nav ul li ul li.current_page_item a span
{
	background: none;
}


.container .main .content
{
	background: transparent no-repeat bottom right;
	float: right;
}
.container .main .content .content-inner
{
	width: 451px;
	min-height: 428px;
	height: auto !important;
	height: 428px;
	background: transparent url('images/content.gif') no-repeat 0 0;
	padding: 60px 100px 0 20px;
}