#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #707070;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	z-index: 10;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: 12px;
	color: #E2E2E2;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;

}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(http://www.kirtas.com/images/dropdown/grade.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #99cccc;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}

/* END OF p7exp.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5 browsers */
	color: #000000;
}

#container { 
	width: 1005px;
	background: url(http://www.kirtas.com/images/bodybackground.gif) repeat-x 0 20px;
	border: 1px solid #999999; 
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 1004px; 
	height: 99px;
} 
	
#subpage_header {
	height: 99px;
	padding-bottom: 10px;
}	
	
#splashimage  {
	margin: 0px;
	border: 0px;
}

#sub_splashimage img {
	margin-top: 11px;
	margin-bottom: 30px;
}

#mainContent { 
	width: 500px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

#mainContent h2 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ED6C2A;
}
	
#mainContent h3 { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#2852A8;
}
	
#mainContent a { 
	text-decoration:none;
}

.pullquote {
width:130px;
float:right;
margin: 10px 0px 10px 12px;
padding-bottom:10px;
font-family:'Lucida Grande', Helvetica, sans-serif;
font-size: 24px;
line-height:30px;
letter-spacing:-1px;
text-align: right;
color:#FF9900;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}

#pageMenu { 

	background-image:url(http://www.kirtas.com/images/pagemenu_background.jpg); background-repeat:no-repeat;	
	height: 301px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#extranet_pageMenu { 

	background-image:url(http://www.kirtas.com/images/extranet_bottommenu_background.jpg); background-repeat:no-repeat;	
	height: 301px;
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 6px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#pageMenu #pageMenu_textColumns { 
	margin-left: 20px;
}

/* star hack for ie */
* html #pageMenu #pageMenu_textColumns { 
margin-left: 2px;
}
/* end of hack */


.pagemenu_col { 
	margin: 90px 0px 0px 12px;
	padding: 0 0 0 0px;
	width: 128px;
	font-size:10px;
	text-align: left;
	float: left;
}

.pagemenu_col a { 
	text-decoration: none;
	color: #333333;
	font-size:10px;
	line-height: 1.5em;
	text-align: left;
}

#pageMenu h1 { 
	font-size: 1em;
}
	
#pageMenu p { 
	font-size: .8em;
}

#footer {
	clear: both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	font-size: .7em;
	color: #555555;
	text-align: center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	text-decoration: none;
	color: #555555;
}

img.rightimage  {
	float: right; 
	margin-left: 10px;
	margin-right: 10px; 
	padding: 10px; 
	border: 1px solid #666;
	background-color: #fffff9;
}

img.leftimage  {
	float: left; 
	margin-left: 0px;
	margin-right: 10px; 
	padding: 10px; 
	border: 1px solid #666;
	background-color: #fffff9;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* left sidebar */
#subnav { 
	position: relative; 
	background: url(http://www.kirtas.com/images/subnav_bg20070807.gif) repeat-y left;  
	margin: 5px 0 1.6em; 
	font-size: 17px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;	
}
	
#subnav h2 { 
	position: relative; 
	top: -8px; 
	margin: 0 0 -8px; 
	padding: 9px 13px 0; 
	font-size: 10px; 
	height: 23px; 
	color: #323232; 
	background: url(http://www.kirtas.com/images/subnav_header_20070807.gif) no-repeat left top; 
}
	
#subnav h2 a { 
	color:#303030; 
	text-decoration:none; 
}

#subnav h2 a:hover { 
	text-decoration:underline; 
}

#subnav ul { 
	margin:0; 
	padding:0 1px 8px; 
	background:url(http://www.kirtas.com/images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative;
}

#subnav ul li { 
	display:block; 
	margin:0; 
	padding:0 10px; 
	position:relative; 
	margin-top:0px; 
	list-style-type: none;
}

#subnav ul li a { 
	display:block; 
	margin-bottom:-1px; 
	height: 3em;  
	border-bottom:1px solid #dcdcdc; 
	line-height:50px; color:#595959; 
	text-decoration:none; 
	position:relative; 
	outline:none; 
}
	
#subnav ul li a:hover { 
	text-decoration:none; 
	color:#08c; 
	background-image:url(http://www.kirtas.com/images/arrow_blueright20070807.gif); 
}
	
#subnav ul li a { 
	background:url(http://www.kirtas.com/images/subnav_arrow20070807.gif) no-repeat right center; 
}
	
#subnav ul li a img { 
	float:left; 
	margin-right:8px; 
}
	
#subnav ul li.bottom a { 
	border:0; 
}

#subnav h3 { 
	margin:0; 
	padding:6px 1px 8px; 
	background:url(http://www.kirtas.com/images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative;}

#subnav p { 
	font-size:12px; 
	padding: 2px 10px;}

/* left information boxes */

#left_infobox { 
	position:relative; 
	background: url(http://www.kirtas.com/images/subnav_bg20070807.gif) repeat-y left;  
	margin:5px 0 1.6em;  
	font-size:15px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;
} 
	
#left_infobox h2 { 
	position:relative; 
	top:-8px; 
	margin:0 0 -8px; 
	padding:9px 13px 0; 
	font-size:10px; 
	height:23px;
	color:#323232; 
	background:url(http://www.kirtas.com/images/subnav_header_20070807.gif) no-repeat left top; 
}
	 
#left_infobox h2 a { 
	color:#303030; 
	text-decoration:none; 
}

#left_infobox ul {
	margin: 10px 0 10px 0; 
	padding:0 1px 4px; 
	background:url(http://www.kirtas.com/images/subnav_bgbottom20070807.gif) no-repeat left bottom; 
	position:relative; 
}

#left_infobox ul li { 
	display: block;
	width: 200px;
	margin: 14px 8px 14px 8px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
}
	
#left_infobox ul li a { 
	display:block;
	width: 200px;
	color:#595959; 
	text-decoration:none;
}

#left_infobox ul li.last { 
	border:0; 
}

#left_infobox p {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 2px 4px 2px;
	padding: 0;
}


/* right information boxes */

#right_infobox {
	position: relative; 
	background: url(http://www.kirtas.com/images/right_boxbody.jpg) repeat-y left;  
	margin: 5px 0 1.6em;  
	font-size: 15px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;
} 
	
#right_infobox h2 { 
	position: relative; 
	top: -8px; 
	margin: 0 0 -8px; 
	padding: 9px 13px 0; 
	font-size: 10px; 
	height: 23px; color:#323232; 
	background: url(http://www.kirtas.com/images/right_boxheader.jpg) no-repeat left top; 
}
	 
#right_infobox h2 a { 
	color: #303030; 
	text-decoration: none; 
}

#right_infobox ul {
	margin: 10px 0 10px 0;
	padding: 0 1px 4px; 
	background: url(http://www.kirtas.com/images/right_boxbottom.jpg) no-repeat left bottom; 
	position: relative; 
}

#right_infobox ul li { 
	display: block; 
	margin: 0; 
	padding: 0 10px; 
	position: relative; 
	margin-top: 0px; 
	list-style-type: none;
}

#right_infobox ul li a { 
	display:block;  
	height: 1.6em;   
	color:#595959; 
	text-decoration:none; 
	position:relative;
}

#right_infobox ul li.bottom a { 
	border:0; 
}

#right_infobox p { font-size:14px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
padding: 2px 16px 8px 6px;}

/* right information boxes */

.right_infobox {
	position: relative; 
	background: url(http://www.kirtas.com/images/right_boxbody.jpg) repeat-y left;  
	margin: 5px 0 1.6em;  
	font-size: 15px; 
	font-family: Gill Sans, Arial, Helvetica, Verdana, sans-serif;
} 
	
.right_infobox h2 { 
	position: relative; 
	top: -8px; 
	margin: 0 0 -8px; 
	padding: 9px 13px 0; 
	font-size: 10px; 
	height: 23px;
	color:#323232; 
	background: url(http://www.kirtas.com/images/right_boxheader.jpg) no-repeat left top; 
}
	 
.right_infobox h2 a { 
	color: #303030; 
	text-decoration: none; 
}

.right_infobox ul {
	margin: 10px 0 10px 0;
	padding: 0 1px 4px; 
	background: url(http://www.kirtas.com/images/right_boxbottom.jpg) no-repeat left bottom; 
	position: relative; 
}

.right_infobox ul li { 
	display: block; 
	margin: 0; 
	padding: 0 10px; 
	list-style-type: none;
}
	
.right_infobox ul li a { 
	display: block;
	height: 1%;
	padding-bottom: 2px;
	color: #595959;
	text-decoration: none;
}

.right_infobox ul li.bottom a { 
	border:0; 
}

.right_infobox p {
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px 16px 8px 6px;
}

#searchform  {
	display: none;
}

/* star hack for ie */
* html #searchform  {
margin-top:-50px;
}
/* end of hack */

* html #logon {
position:relative;
top: 0px;
right: 10px;
width: 50px;
height:20px;
font-size:0.8em;
background-color:#999;
color:white;
text-decoration: none;
z-index:100;
}

#logon {
position:relative;
top: -30px;
right: -880px;
width: 80px;
height: 40px;
font-size:0.8em;
color:white;
text-decoration: none;
z-index:100;
}