@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	
	background:url(../images/body_bg.jpg) repeat-x #eeeeee;
	
	margin: 0;
	padding: 0;
	
}

.toplink a{
	font-family: Arial;
	font-size: 13px;
	padding-bottom: 10px;
	color: #0099cc;

}
a {
	color: #0099cc;
}

a:hover {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
		line-height: normal;
	padding: 0 0 20px;
	margin: 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	
	padding: 0 0 20px;
	margin: 0;
}


p {
	margin: 0;
	padding: 0;
}

input {
	color: #666;
	height: 18px;
	width: 300px;
	padding-left: 5px;
	border: solid 1px #CCC;
}
.paypal {
	width: 122px; 
	height:47px;
	border: none;
	padding: 0;
	margin-left: 180px;
}

.radio {
	width: 15px;
	height: 15px;
	border: none;
}

.textarea_2 {
	padding-left: 5px;
	width: 330px;
	height: 140px;
	border: solid 1px #CCC;
	
	color: #666;
}

.textarea {
	padding-left: 5px;
	width: 400px;
	height: 140px;
	border: solid 1px #CCC;
}

/*** Resource Video  UL *****/
.resource_video ul {
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none
}

.resource_video ul li {
	padding: 13px 0 15px 47px;
	background: url(../images/video_icon.jpg) no-repeat 0 0px;

}
.resource_video ul li a{
	color: #336600;
	text-decoration: none
}

.resource_video ul li a:hover {
	color: #000;
}
/*** Resource Video UL Ends *****/

/*** Resource Podcast  UL Starts *****/
.resource_podcast ul {
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none
}

.resource_podcast ul li {
	padding: 13px 0 15px 47px;
	background: url(../images/podcast_icon.jpg) no-repeat 5px 0px;

}
.resource_podcast ul li a{
	color: #336600;
	text-decoration: none
}

.resource_podcast ul li a:hover {
	color: #000;
}
/*** Resource Podcast UL Ends *****/

/*** Resource Document  UL Starts *****/
.resource_document ul {
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none
}

.resource_document ul li {
	padding: 13px 0 15px 47px;
	background: url(../images/pdf_icon.jpg) no-repeat 0px 0px;

}
.resource_document ul li a{
	color: #336600;
	text-decoration: none
}

.resource_document ul li a:hover {
	color: #000;
}
/*** Resource Document UL Ends *****/


#wrap {
	width: 943px;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0 30px;
}

form table {
	width: 100%;
}

form table td {
	height: 40px;
}


/*************************************
				TOP
*************************************/
#top {
	width: 943px;
	height: 165px;
	float: left;
}

#top #logo {
	width: 259px;
	height: 165px;

	padding-left: 9px;
	float: left;
}

#top #header_img {
	float: right;
	padding-right: 25px;
}

/*************************************
				Menu
*************************************/
#menu {
	width: 943px;
	height: 53px;
	
	float: left;
}

#menu ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	
	list-style: none;
	
	margin: 0 auto;
	padding: 0;

}

#menu ul li {	
	margin: 0 -15px 0 0;
	float: left;
}

#menu ul li a {
	height: 38px;
	padding: 15px 15px 0;
	margin: 0 24px 0 0;

	text-decoration: none;
	color: #FFF;
	float: left;
	
}

#menu ul li a:hover {
	color: #FFF;
	background: url(../images/menu_over_bg.jpg) repeat-x;
	

}

/*************************************
				Content
*************************************/
#content {
	width: 943px;
	margin-top: 16px;
	float: left;
}

/*************************************
	White Rounded Corner Starts
*************************************/

.roundedcornr_box {
   background: #ffffff;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { 
	margin: 0 7px; 
}

.roundedcornr_content .testimonial {
	width: 142px;
	padding-left: 13px;
}

.roundedcornr_content .middle {
	padding: 0 6px;
}

.roundedcornr_content .middle .video {
	width: 495px;
	height: 395px;
	padding: 5px;
	margin-right: 11px;
	background-color: #eeeeee
}

.roundedcornr_content .seperator {
	font-size: 1px;
	margin: 22px 0; 
	border-bottom: dashed #000 1px;
}

.roundedcornr_content .input {
	width: 159px;	
	border: inset #ededed 2px;
}

.roundedcornr_content .submit {
	width: 93px;
	height: 25px;
	border: none;
	padding-top: 10px;
	/*padding-left: 76px;*/
}

.roundedcornr_content .go_btn {
	width: 63px;
	height: 25px;
	border: none;
	padding-top: 10px;
	/*padding-left: 76px;*/
}

.roundedcornr_bottom {
	margin-bottom: 10px;
}

.roundedcornr_content h1 { 
	color: #000;
	font-weight: bold;
}

.roundedcornr_content h2 { 
	color: #0099cc
}



.roundedcornr_content .dart {
	float: right;
	width: 15px;
	height: 26px;
	position: relative;
}
.roundedcornr_content .dart span {
	position: absolute;
	width: 15px;
	height: 26px;
	background: url(../images/dart_green.jpg) no-repeat;
	top: -6px;
	right: 0;
}
/*************************************
	White Rounded Corner Ends
*************************************/

#content #left {
	width: 186px;
	float: left;
}

#content #middle {
	width: 550px;
	margin: 0 9px;
	float: left;
}

#content #right {
	width: 186px;
	float: left;
}


/*************************************
				Footer
*************************************/
#footer {
	width: 100%;
	height: 68px;
	padding-top: 25px;
	
	background: url(../images/footer_bg.jpg) repeat-x #356a03;
	color: #fff;
	border-top: solid 1px #cccccc;
	float: left
}

#footer #wrap {
	width: 943px;
	margin: 0 auto;
	
	text-align: center;
	line-height: 30px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.checkbox {
	color: #666;
	height: 12px;
	width: 12px;

}
#hide_content {
	display:none;
}
