/*Reset Css */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td,table, input
{
margin: 0; padding: 0; outline: none;
}
/* End of Reset */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#e7e7e7;
}
p {
	line-height:150%;
	padding:5px 0 10px 0;
}
a, a:link, a:visited{
color:#009E60;
}
a:hover{
	color:#666;
	text-decoration:none;
}
@font-face {
	font-family: 'MyriadProSemibold';
	src: url('fonts/MyriadP8.eot');
	src: local('Myriad Pro Semibold'), local('MyriadPro-Semibold'), url('fonts/MyriadP8.woff') format('woff'), url('fonts/MyriadP8.otf') format('opentype'), url('fonts/MyriadP8.svg#MyriadPro-Semibold') format('svg');
}
@font-face {
	font-family: 'MyriadProSemiboldItalic';
	src: url('fonts/mypro.eot');
	src: local('Myriad Pro Semibold Italic'), local('MyriadPro-SemiboldIt'), url('fonts/mypro.woff') format('woff'), url('fonts/mypro.otf') format('opentype'), url('fonts/mypro.svg#MyriadPro-SemiboldIt') format('svg');
}
@font-face {
	font-family: 'MyriadProCondensedItalic';
	src: url('fonts/MyriadPro-CondIt.eot');
	src: local('Myriad Pro Condensed Italic'), local('MyriadPro-CondIt'), url('fonts/MyriadPro-CondIt.woff') format('woff'), url('fonts/MyriadPro-CondIt.otf') format('opentype'), url('fonts/MyriadPro-CondIt.svg#MyriadPro-CondIt') format('svg');
}
h1,h2,h3,h4,h5,h6{
padding:5px 0;
line-height:150%;
}
ul,ol{
	margin:15px 0;
	line-height:160%;
}
ul li,ol li{
	margin:0 0 0 30px;
	padding:0 0 10px 15px;
}
.grey{
	color:#686663;
}
.green{
	color:#009e60;
}
.red{
	color:#f00;
}
.head1{
	display:block;
	line-height:normal;
	font-size:27px;
	font-family:'MyriadProSemiboldItalic', Arial;
	color:#009e60;
	font-weight:normal;
	padding:0;
	padding-bottom:5px;
	border-bottom:solid 1px #616161;
	margin-bottom:10px;
}
#wrapper{
	position:relative;
	width:100%;
}
#header{
	background:url(images/header-ltbg.gif) repeat-x left top;
	height:206px;
}
#head-rt{
	background:url(images/header-rtbg.gif) repeat-x left top;
	height:206px;
}

#head-center{
	background:url(images/headbg.png) no-repeat center top;
	height:206px;
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}
#nav{
	background:url(images/navbg.png) repeat-x left top;
	position:absolute;
	top:206px;
	width:100%;
	height:50px;
	overflow:hidden;
}
.ie6 #nav{
	background:url(images/navbg.gif) repeat-x left top;
}
#contents{
	background:url(images/contentsbg.png) repeat-y center top;
	padding-bottom:10px;
}
#footer{
	background:url(images/foot-ltbg.gif) repeat-x left top;
	height:190px;
}
#foot-rt{
	background:url(images/foot-rtbg.gif) repeat-x left top;
	height:190px;
}
#foot-center{
	background:url(images/footer.png) no-repeat center top;
	height:190px;
}
#footer a:link,#footer a:visited{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#header, #footer{
	position:relative;
	width:100%;
}
#head-rt, #foot-rt{
	width:50%;
	position:absolute;
	right:0px;
}
#head-center, #foot-center{
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}
.logo{
	display:block;
	position:absolute;
	background:url(images/logo.gif) no-repeat left top;
	width:290px;
	height:120px;
	text-indent:-5000px;
	top:50px;
	left:50px;
}
#navbar{
	width:950px;
	height:50px;
	margin:0 auto;
	font-family:'MyriadProSemibold';
	font-size:16px;
	color:#353535;
}
.topnav{
	margin:0;
	display:block;
	height:30px;
	list-style:none;
	padding:6px 20px;
}
.topnav li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	line-height:30px;
	margin-right:10px;
}
.ie6 .topnav li,.ie7 .topnav li{
	margin-right:5px;
}
.topnav a{
	display:block;
	padding-right:15px;
	text-decoration:none;
	color:#353535;
	float:left;
}
.topnav a:active{
	color:#FFFFFF;
}
.ie6 .topnav a:visited{
	color:#353535;
}
.topnav a span{
	display:block;
	height:30px;
	padding-left:15px;
	float:left;
}
.topnav a:hover{
	background:url(images/navhover.png) no-repeat right bottom;
	color:#FFF;
}
.ie6 .topnav a:hover{
	background:url(images/navhover.gif) no-repeat 100% 100%;
}
.topnav a:hover span{
	background:url(images/navhover.png) no-repeat left top;
	cursor:pointer;
	
}
.ie6 .topnav a:hover span{
	background:url(images/navhover.gif) no-repeat 0 0;
	cursor:hand;
}
a.activelink{
	background:url(images/navhover.png) no-repeat right bottom;
	color:#FFF;
}
.ie6 a.activelink:visited{
	background:url(images/navhover.gif) no-repeat 100% 100%;
	color:#FFF;
}
a.activelink span{
	background:url(images/navhover.png) no-repeat left top;
}
.ie6 a.activelink span{
	background:url(images/navhover.gif) no-repeat 0 0;
}
#sponsers{
	padding-top:20px;
	text-align:center;
}
#sponsers img{
	margin:0 5px;
}
.ie6 #sponsers img{
	margin:0 2px;
}
#copyrt{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:920px;
	left:40px;
	top:140px;
	line-height:130%;
}
#contentsin{
	width:930px;
	margin:0 auto;
	padding-top:55px;
}
#leftcol, #rightcol{
	float:left;
}
#leftcol{
	width:230px;
	margin-right:40px;
}
#rightcol{
	width:650px;
}
.clear{
	display:block;
	clear:both;
	height:0;
	line-height:0;
}
.strong{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.center{
	text-align:center;
}
.left{
	float:left;
	padding-right:10px;
}
.right{
	float:right;
	padding-left:10px;
}
.leftmenu{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	padding-bottom:10px;
}
.leftmenu li{
	margin:0;
	padding:0;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#2a2a2a;
	line-height:36px;
	border-bottom:solid 1px #f2fff8;
}
.leftmenu li:hover{
	cursor:pointer;
}
.leftmenu li a{
	display:block;
	padding-left:25px;
	text-decoration:none;
	color:#2a2a2a;
	border-bottom:solid 1px #9cb9a9;
	background:url(images/arrows.gif) no-repeat 0 15px;
}
.leftmenu li a:hover{
	color:#009e60;
	background-position:0 -25px;
}
.leftbox{
	padding:10px 0;
	width:230px;
	float:left;
}
.boxtop{
	height:37px;
	background:url(images/boxsprites.png) no-repeat right -47px;
	padding-right:10px;	
}
.ie6 .boxtop{
	background:url(images/boxsprites.gif) no-repeat right -47px;
}
.boxtop span{
	display:block;
	height:37px;
	background:url(images/boxsprites.png) no-repeat left top;
	padding-left:10px;	
}
.ie6 .boxtop span{
background:url(images/boxsprites.gif) no-repeat left top;
}
.boxtop h1{
	font-size:16px;
	color:#fff;
	display:block;
	padding:5px 0 0 0;
	padding-left:10px;
	height:37px;
	line-height:24px;
	background:url(images/boxsprites.png) no-repeat left top;
	font-weight:bold;
}
.boxin{
background:#FFFFFF;
border-left:solid 1px #b9bab9;
border-right:solid 1px #b9bab9;
padding:10px 10px 5px 10px;
width:207px;
}
.boxin a{
	display:block;
}
.boxbot{
	height:14px;
	background:url(images/boxsprites.png) no-repeat right -135px;
	padding-right:25px;	
	width:204px;
}
.boxbot span{
	display:block;
	height:14px;
	background:url(images/boxsprites.png) no-repeat -1px -104px;
	padding-left:10px;	
}
.ie6 .boxbot{
	background:url(images/boxsprites.gif) no-repeat right -135px;
}
.ie6 .boxbot span{
	background:url(images/boxsprites.gif) no-repeat -1px -104px;
}

.cedforms{
margin-top:20px;
padding:0 0 20px 0;
border:none;
width:650px;
margin:0 auto;
display:block;
position:relative;
}
.cedforms p{
 padding:10px 0;
}
.cedforms label,.cedforms input,.cedforms textarea,.cedforms select{
float:left;
margin-right:10px;
}
.cedforms small{
	color:#666666;
	display:block;
	padding-bottom:10px;
}
.inputs{
width:200px;
}
.selects{
width:204px;
}
.labels{
 width:120px;
 text-align:right;
}
.subbtn{
display:block;
background:url(images/submitbtn.png) no-repeat left top;
width:92px;
height:34px;
border:none;
cursor:pointer;
margin-left:10px;
float:left;
margin-left:220px;
}
.ie6 .subbtn{
	margin-left:110px;
}
.nextbtn{
	display:block;
	background:url(images/nextbtn.png) no-repeat left top;
	width:79px;
	height:34px;
	border:none;
	cursor:pointer;
	margin-left:130px;
	float:left;
}
.error{
color:#ff0000;
font-weight:bold;
}
table.table-stats{
 border: solid 1px #999999;
 border-bottom:none;
 border-right:none;
}
table.table-stats tr{
 border-bottom: solid 1px #999999;
}
table.table-stats td{
 padding:5px;
 border-right: solid 1px #999999;
 border-bottom: solid 1px #999999;
 text-align:center;
}
.hidden{
display:none;
}
#results{
padding-top:15px;
}
.photogal{
	display:block;
	list-style:none;
	overflow:hidden;
}
.photogal li{
	padding:0;
	margin:0;
	display:block;
	float:left;
	background:#FFFFFF;
	border:solid 1px #ccc;
	padding:5px;
	margin:5px;
}
.paydetails, .payseminar1, .payseminar2{
	display:none;
}

