/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}
/**/
#topwrapper {
	background-color: #FFFFFF;
	height: 200px;
	min-width: 765px;
	background-image: url(../images/topboxBG.gif);
	background-repeat: repeat-x;
}
/**/
#topbox {
	background-color: #FFFFFF;
	height: 200px;
	width:765px; 
	/*margin:0 auto;
	text-align: left;*/
	}
/**/
#menuwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/menubar_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
}
/**/
#menubox765 {
	height: 20px;
	width:765px;
	margin:0 0 0 0;
	min-width: 760px;
	text-align: center;
}
/**/
#menubox {
	height: 20px;
	margin:0 auto;
	width:665px;
	text-align: left;

}
/**/
#menubottom {
	background-color: #FFFFFF;
	background-image: url(../images/menubar_bg_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;

}
/**/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/**/
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/**/
#menubar a {
	display: block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #330000;
	font-size: 14px;
	color: #330000; /*goldish-ffcc00*//*red-990000*/ /*blueish-6699cc*//*very dark red-330000*/
}
/**/
#menubar a.trigger {
	padding: 2px 16px 2px 10px;
	background-image: url(../images/menubar_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/**/
#menubar li {
	float: left;
	width: 9em;
}
/**/
#menubar li ul, #menubar ul li  {
	width: 12em;
}
/**/
#menubar ul li a  {
	color: #ffffff;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/**/
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #ffffff;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	/*border-left: 1px solid #6699cc;
	background-image: url(images/exp_mgrad.jpg);
	background-repeat: repeat-x;*/
}
/**/
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #990000;
	background-color: #FFFFFF;
}
/**/
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
/**/
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #990000;
	background-color: transparent;
}
/**/
#menubar ul a:hover {
	background-color: #ffffff!important;
	color: #330000!important;
}
/**/
#menubar li {
	width: auto;
	height: 20px;
}
/**/
/* -------------------------------------------------- */ 
/**/
/**/
.midbox {
	background-color: #FFFFFF;
	/*height: 350px;*/
	width:270px;
	float:left;
	margin:10 10 10 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
	}
/**/
.midbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	height: 25px;
	width: 250px;
	background-image: url('../images/mainpage_tab01.gif')  no-repeat top left;;
}
/**/
.midbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 0;
}
/**/
.midbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
	margin:0 0 0 0;
	text-indent: 1cm
}

/* quotebox start */
dl.midtab {width: 250px;/*background: url('../images/mainpage_tab03.gif') no-repeat bottom left;*/}
dl.midtab, dl.midtab dt, dl.midtab dd {margin: 0; padding: 0;}
dl.midtab {	padding-bottom: 5px;}
dl.midtab dt {
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 105%;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	 /*padding-top:5px;
	 padding-left:5px;*/
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	color: #330000; /*goldish-ffcc00*/ /*blueish-6699cc*/ /*very dark red-330000*//*red-990000*/
	background: url('../images/mainpage_tab01.gif') no-repeat top left;
	text-transform: uppercase;
	text-decoration: none;
	
}
dl.midtab dd {
	text-align: left;
	line-height: 1.8em; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0;
	background: url('../images/mainpage_tab02.gif') repeat-y top left; font-size: .9em; line-height: 1.5em;
}
/* box3 end */
/**/
.midbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:left;
	font-weight:normal;
	font-style:normal;
}
/**/
/* -------------------------------------------------- */ 
/* Set's Style forbottomnav text */
.bottombox{
	background-color: #FFFFFF;
	width:765px;
	min-width: 650px;
	float:left;
	margin:20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align:center;
}
/**/
#bottomboxcenter {
	background-color: #FFFFFF;
	/*background-image:url(../images/bg_pushpin100x650.jpg);
	background-repeat:no-repeat;*/
	/*height: 100px;*/
	width:650px;
	min-width: 650px;
	border:0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
/**/
#bottomboxcopyright { 
	background-color: #FFFFFF;
	width:650px;
	min-width: 650px;
	border:0px;
	margin-top: 0px; 
	margin-left: auto;
    margin-right: auto;
}

/**/
.bottombox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 0;
}
/**/
.bottombox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:normal;
	font-style:normal;
	text-align:center;
	margin:0 0 0 0;
}
/**/
.bottombox h4 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align:center;
	color:  #000000;
	margin:0 0 0 0;
	font-weight:normal;
	font-style:normal;
	/* clear: both; */
}
/**/
/* quotebox start */
dl.quotebox {width: 650px; background: url('../images/quotebox_bot.gif') no-repeat bottom left;}
dl.quotebox, dl.quotebox dt, dl.quotebox dd {margin: 0; padding: 0;}
dl.quotebox {padding-bottom: 20px;}
dl.quotebox dt {
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	font-size: 100%;
	/*font-weight:bold;
	font-style:italic;*/
	text-align:center;
	line-height: 24px; /* Fixes the 1pixel gap in IE6 was 2.54em */
	color: #cccccc; /*goldish-ffcc00*/ /*blueish-6699cc*/ /*very dark red-330000*//*red-990000*/
	background: url('../images/quotebox_top.gif') no-repeat top left;
	text-transform: uppercase;
	text-decoration: none;
	
}
dl.quotebox dd {
	text-align: left;
	line-height: 1.8em; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0;
	background: url('../images/quotebox_mid.gif') repeat-y top left; font-size: .9em; line-height: 1.5em;
}
/* box3 end */
