/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


html { overflow-y: scroll; }
body { font: 12px/1.4 Helvetica, sans-serif; background:  #FFFFFF; color: #FFFFFF; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
a:focus { outline: 0; }


.group1:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group1 { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group1 { height: 0%; } .group1 { display: block; } /* close commented backslash hack */
article1, aside1, figure1, footer1, header1, hgroup1, menu1, nav1, section1 { display: block; }
a:focus1 { outline: 0; }


#page-wrap { 
    width: 750px; margin: 0px 0px 0px; background:  #FFFFFF;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top,  #eee,  #ccc);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	
}

#main-content { padding: 0px; }

h1 { font: bold 32px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; padding: 0px; color: #333; text-shadow: 1px 1px 1px black; }
p { margin: 0 0 0px 0; font:Arial, Helvetica, sans-serif; color: #000000;}
 
nav ul { 
    list-style: none; background: #0000FF; padding: 2px 2px; width: 785px; position: relative; 
    left: 0px; margin:1px;
}
nav ul li { display: inline; }
nav ul li a {
	display: block;
	float: left;
	border-top: 1px solid #0000FF;
	background: #0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
	background: -moz-linear-gradient(top,  #0000FF,  #0000FF);
	height: 17px;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-text-stroke: 1px transparent;
	font: bold 11px/16px "Lucida Grande", "Verdana", sans-serif;
	color: rgba(255,255,255,.85);
	text-decoration: none; 
	margin: 0 5px 0 0;
}
nav ul li a:hover {
	/*border-top: 1px solid #4789b4;
	background: #28597a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
	background: -moz-linear-gradient(top,  #3d789f,  #28597a);
	color: rgba(255,255,255,.85); */
}	
nav ul li a:active, nav ul li a.current {
	/*border-top-color: #245779;
	background: #1b435e;
	position: relative;
	top: 1px; */
}



nav1 ul { 
    list-style: none; background:#64B32F; padding: 2px 2px; width: 778px;position: relative; 
    left: 0px; margin:1px;
}
nav1 ul li { display: inline; }
nav1 ul li a {
	display: block;
	float: left;
	border-top: 1px solid #0000FF;
	background: #0000FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#0000FF));
	background: -moz-linear-gradient(top,  #0000FF,  #0000FF);
	height: 17px;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-text-stroke: 1px transparent;
	font: bold 11px/16px "Lucida Grande", "Verdana", sans-serif;
	color: rgba(255,255,255,.85);
	text-decoration: none; 
	margin: 0 5px 0 0;
}
nav1 ul li a:hover {
	/*border-top: 1px solid #4789b4;
	background: #28597a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
	background: -moz-linear-gradient(top,  #3d789f,  #28597a);
	color: rgba(255,255,255,.85); */
}	
nav1 ul li a:active, nav ul li a.current {
	/*border-top-color: #245779;
	background: #1b435e;*/
	position: relative;
	top: 1px; 
}



footer { color: #999; margin: 0 auto; width: 500px; }






#accordian{
	padding:0px;
	width:900px;
	z-index:2;
	margin:0 auto;
}


.accordion_headings{
	padding:0px 0px;
	background:url(../images/item_bg_hover.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	cursor:pointer;
	font:130% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/item_bg.jpg) top no-repeat;
	
}


.accordion_child{
	padding:20px 30px;
	background:#fafafa;
	border:1px solid #000000;
}


.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#CC3300;
	border-bottom:2px solid #CC3300;
	background:url(../images/h2.jpg) bottom left no-repeat;
}

.accordion_child h3 {
	font:120% Arial;
	margin:2px 0 10px;
	padding:10px 0;
	color:#CC3300;
	/*border-bottom:0px solid #CC3300;
	background:url(../images/h2.jpg) bottom left no-repeat;*/
}


.accordion_child ul {
	margin:2px 0 10px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(../images/rightmark.jpg) left no-repeat;
	border-bottom:1px solid #CC3300;
	padding-bottom:5px;
	line-height:12px;
}



blockquote {
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#000000;
	  margin:20px 0;
	 }

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

p {
font: 10px, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom ;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#000000;
	  margin:10px 0;
	 border-bottom:1px solid #000000;
	  }
p:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}



/*.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}*/