body {
	font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
	background: #1e3e6c;
	width: 950px;
	margin: auto;
	color: #fff;
}

a {
	color: #333;
}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12pt/100% calibri, Helvetica, sans-serif;
	font-weight: normal;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


.medium {
	font-size: 14px;
	padding: .4em 1.5em .42em;
}




#nav {
	margin: 0;
	padding: 46px 9px 0;
	background: url(img/menu.jpg) no-repeat;
	line-height: 100%;

}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


.right_header {
	font-family: Cambria;
	color: #26225f;
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 14pt;
	text-transform: capitalize;
}

.left_header {
	font-family: Cambria;
	color: #CC0000;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14pt;
	text-transform: capitalize;
}

.left_box_header {
	font-family: Cambria;
	color: #3c3c3c;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom:7px;
	text-transform: capitalize;
}
	

/* yellow */
.yellow {
	color: #606060;
	padding: 15px;
	width: 300px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9feae));
	background: -moz-linear-gradient(top,  #ffffff,  #f9feae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9feae');
}
.yellow:active {
	color: #999;
}

/* yellow */
.yellow2 {
	color: #606060;
	padding: 15px;
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9feae));
	background: -moz-linear-gradient(top,  #ffffff,  #f9feae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9feae');
}
.yellow:active {
	color: #999;
}


/* bigyellow */
.bigyellow {
	color: #606060;
	padding: 15px;
	width: 450px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9feae));
	background: -moz-linear-gradient(top,  #ffffff,  #f9feae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9feae');
}
.yellow:active {
	color: #999;
}


/* bigyellow */
.fullyellow {
	color: #606060;
	padding: 15px;
	width: 94%;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9feae));
	background: -moz-linear-gradient(top,  #ffffff,  #f9feae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9feae');
}
.yellow:active {
	color: #999;
}



/* white */
.white {
	color:#000;
	font: normal 1.2em Calibri, Arial, sans-serif;
	font-weight: normal;
	border: 0;
	PADDING: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #fff,  #eeeeee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}


/* button */
.butt {
	font-family: candara;
	font-weight: bold;
	color: #090b35;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px #f2f6ff solid;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3e6f7));
	background: -moz-linear-gradient(top,  #fff,  #d3e6f7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d3e6f7');
}
.butt:hover {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcf89e));
	background: -moz-linear-gradient(top,  #fff,  #fcf89e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcf89e');
}
