/* @override 
	http://www.mbacase.com/style.css
	http://mbacase.com/style.css
*/

body {
	padding:0px;
	margin:0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans Serif;
	background:#efefef url(/skins/Skin_1/images/bg.gif) repeat-x center top;
	behavior: url("includes/inc.csshover.htc");
	text-align: center; 
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 820px;
}

p, ol, ul, li, td, tr {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#content {
	width: 495px;
	font-size: 11px;
	color: #a7a7a7;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

#flashHome {
	text-align: center;
	position: relative;
}

h2 {
	font-size: 13px;
	padding: 0px;
	color: #666666;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
}
dt {
	font-size: 16px;
	color: #666;
	font-style: italic;
}

#content blockquote {
	border: 1px dashed #ffd4a7;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #f5f5f5;
}

#content blockquote p {
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
}

#content blockquote span {
	font-size: 11px;
	color: #999;
	display: block;
	text-align: right;
}

.backToTop {
	background: url(images/arrow_orange_up.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 11px;
}

a, a:link, a:active, a:visited {
	color:#FF7E00;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#FF7E00;
	text-decoration:underline;
}

#top {
	text-align: left;
	position: relative;
	height: 96px;
}

#topmenu {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 17px;
	margin-top: 60px;
}

#topmenu a {
	font-size: 15px;
	padding-left: 15px;
	background: url(images/arrow_gray.gif) no-repeat 2px 5px;
}


#flash {
	text-align: center;
	position: relative;
	background: url(images/bg_flash.gif) no-repeat;
}
#flashPiece {
	padding-top: 11px;
}

#contentWrapper {
	background:  url(images/bg_huge.gif) no-repeat;
	text-align: left;
	padding: 15px 10px 15px 30px;
	min-height:300px;
	overflow:hidden;
	height:expression(
    	this.scrollHeight < 300? "300px" : "auto" );
}

#contentWrapper2 {
	background:  url(images/bg2.gif) repeat-y;
}

#footer {
	height: 30px;
	text-align: left;
	position: relative;
	background: #efefef url(images/bg_footer.gif) no-repeat;
	padding-top: 20px;
	padding-left: 30px;
	margin: 0px 0px 25px;
}

#footer p, #footer a {
	color: #999;
	font-size:  11px;
	background-image: none;
}

#topnav {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: left;
	position: relative;
}

#submenu {
	float: right;
	width: 240px;
	padding: 0;
}

#submenu a {
	color: #0049a8;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li {
	margin: 0px;
	padding: 4px 0px 4px 12px;
	list-style: none;
	font-size: 14px;
	background: url(images/arrow_orange.gif) no-repeat 3px 8px;
	line-height: 14px;
}

#submenu li ul li {
	margin: 0px;
	padding: 6px 0px 4px 12px;
	list-style: none;
	font-size: 12px;
	background: url(images/arrow_orange.gif) no-repeat 3px 8px;
	line-height: 12px;
}

.formselect{
	width: 150px;
	font-size: 10px;
}

.formbutton{
   color:#fff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#003366;
}

#search{
	padding: 10px;
}

#options{
	padding-top: 20px;
	font-size: 10px;
}

.formwidth{
	width:200px;
}



/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	margin: 0;
	padding: 0;
	height: 124px;
	position: relative;
	text-align: center;
	background: url(images/bg_stripes.gif) repeat-x;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #fff;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 7px 10px 9px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 10px 9px 10px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	background: #336699;  
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 8px 9px 8px 11px;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 211px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #000;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #003366;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 3px 0px 3px 10px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	float: none;
}

#menu ul li ul li:hover { 
	background: #336699; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 4px 0px 2px 11px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 4px 0px 2px 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */
#submenu .description {
	font-size: 11px;
	line-height: 13px;
}


/* FROM WordPress -----------------------------------------> */

.searchb {
	display: block;
	font-size: 11px;
}

input.submit { width: 28px; height: 20px; font-weight: bold; border: none; background: #1E1F21; padding: 3px; color: #888; }

.nav { 
	clear: both;
	text-align: center;
	color: 	#BC6247;
	padding: 5px 0 0 0;
}

blockquote {
	background: #515556;
	color: #BBB;
	border: 1px dashed #BC6247;
	padding: 5px;
}

/*
p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #888; 
	background: inherit;
}

hr {
   border: 0;
   height: 1px;
   color: #eee;
   background-color: #eee;
}

a { 
	color: #888;
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	background: inherit;
	text-decoration: underline;

}

h1 { 
	padding:0; 
	margin:0; 
	color: #FFF; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h1 a {
	color: #FFF; 
	background: inherit;
}
*/

h2 { 
	color:#BC6247; 
	font-size:140%; 
	font-weight:bold; 
	margin: 10px 0 10px 0; 
	padding:0; 
}

h2 a { 
	background-color:#3C3C3C; 
}

.nav ul { 
	margin: 0 0 10px 0; 
	padding : 0; 
	list-style : none; 
}
	
.nav li { 
	float: left;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
}

.nav li a { color: #FF6538; }
.nav li a:hover { background: url(images/select.gif) no-repeat center top;
	background-position: 50% 30px;color: #C62C00; }

img {
	border: 0;
}

hr { background: #3C3C3C; border: 1px solid #555; margin: 10px 0 10px 0;}

.right h1 {
	margin-top: 10px;
}

/*
.right {  
	clear: both; 
	font-size: 95%; 
	float:right; 
	width: 200px; 
	padding: 15px 1em 1em 10px; 
	border-left: 1px solid #555; 
}

.right a { color: #AEB9CC;}

.left_article { 
	margin: 10px 0 10px 0; 
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee; 
	border-bottom: 1px solid #eee; 
}

.right ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
.right ul li {background:#3C3C3C url(images/li.gif) color: #F29900;	margin: 0 0 0px 0;	padding: 0 0 0 0px; }
.right li a { color: #7D8085; }
.right li a:hover { color: #F29900;  }

*/

fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #ccc; 
	background: #fff; 
	color: #000;
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #ccc; 
	background-color: #ffd377; 
	width: 100px; 
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

input.text { 
	width: 110px;
	border: 1px solid #ccc; 
	background: #ffd377;
	color: #A4B4C8;
	margin-top: 2px;
	margin-bottom: 2px;
}

input.searchbutton { 
	margin: 2px 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #d4d4d4;
}

.date a { color: #ccc; }


.time { 
	color: #192D50; 
	float: left;
	text-align: left; 
	padding: 5px 0 0 15px; 
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 2px;
	margin-bottom: 2px;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #3f3f3f; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #3C3C3C;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

a img
{
border:none;
}