/* @group Standard Formatting */
body{
	text-decoration: none;
	font:13px/140% Arial,Helvetica,Geneva,sans-serif;
	background: #C8DDF0; 
}
p{
	margin-bottom: 10px;
}

h3{	
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}

h3.pageContentTitle {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	padding-left: 17px;
}

#subcontent h3 {
	color: #fff;	
}

h4{
	color: #72AC00;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:20px;
}
#facebooklink img{
	margin-bottom: -4px;
}
#facebook{
	display: none;
}

p a:visited {
	color:#0072CD;
}



/* @end */
#backgrounds{
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#newcontentextendbg, #newtopbg, #newfooterbg{
	min-width: 1005px;
}

#newtopbg{
	background: transparent url(../images/newtopbg.png) no-repeat center top;
	width: 100%;
	margin: 0;
}
#newcontentbg{
	background: transparent url(../images/newcontentbg.png) no-repeat center top;
	width: 100%;
	margin: 0;
	padding-top: 30px;
}
#newcontentextendbg{
	background: transparent url(../images/newcontentextendbg.png) repeat-y center top;
	width: 100%;
	margin: 0;
}
#newfooterbg{
	background: transparent url(../images/newfooterbg.png) no-repeat center top;
	width: 100%;
	margin: 0;
	padding-top: 60px;
}


#topbg{
	background: transparent url(../images/top.png) no-repeat center top;
	width: 100%;
	height: 103px;
	margin: 0;
}
#contentbg{
	background: transparent url(../images/content.png) no-repeat center top;
	width: 100%;
	height: 900px;
	margin: 0;
}
#aboutcontentbg{
	background: transparent url(../images/content.png) no-repeat center top;
	width: 100%;
	height: 1065px;
	margin: 0;
}
#homecontentbg{
	background: transparent url(../images/content.png) no-repeat center top;
	width: 100%;
	height: 525px;
	margin: 0;
}
#clinicalcontentbg{
	background: transparent url(../images/content.png) no-repeat center top;
	width: 100%;
	height: 975px;
	margin: 0;
}
#footerbg{
	background: transparent url(../images/footer.png) no-repeat center top;
	width: 100%;
	height: 400px;
	margin: 0;	
}
.container{
	margin: 0 auto;
	position: relative;
	width: 980px;
	z-index: 2;
}
#topnav{
	height: 40px;
	color: #fff;
}
#patient-callout {
	float: left;
	margin: 8px 0 0 0;
	padding-left: 15px;
}
#patient-callout a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}
#topnav ul{
	float: right;
	margin: 8px 40px 0 0;
}
#topnav li{
	display: inline;
	list-style: none;
	margin-left: 25px;
}
#topnav li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}
#topnav li a:hover{
	text-decoration: underline;
}


#header{
	width: 980px;
}

#identity{
	width: 275px;
	float: left;
}
#identity h1 a span{
	display: none;	
	padding: 0;
	margin: 0;
}
#identity h2{
	display: none;
	padding: 0;
	margin: 0;
}


/* @group Navigation */
/* Firefox Dotted Outline Fix */

a:active {
	outline: none;
}

/* Firefox Dotted Outline Fix */

a:focus {
	-moz-outline-style: none;
}

/* Menu Body */

ul#menu {
	list-style: none;
	float: right;
	margin-top: 25px;
}

/* Float LI Elements - horizontal display */

ul#menu li {
	float: left;
	margin: 0;
}

ul#menu li a {
	text-indent: -9999em;
}
ul#menu ul.sub li a {
	text-indent: 8px;
}

/* Link - common attributes */

ul#menu li a {
	background: url(../images/navigation.png) no-repeat scroll top left;
	display: block;
	height: 80px;
	position: relative;
}
ul#menu ul.sub li a {
	height: 28px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	background-image: none;
}

ul#menu li a#home {
	width: 60px;
}
ul#menu li a#home:hover {
	background-position: 0px -80px;
}
ul#menu li a#home.active {
	background-position: 0px -160px;
}
ul#menu li a#about {
	width: 141px;
	background-position: -63px 0px;
}
ul#menu li a#about:hover {
	background-position: -63px -80px;
}
ul#menu li a#about.active {
	background-position: -63px -160px;
}
ul#menu li a#use {
	width: 100px;
	background-position: -200px 0px;
}
ul#menu li a#use:hover {
	background-position: -200px -80px;
}
ul#menu li a#use.active {
	background-position: -200px -160px;
}
ul#menu li a#testimonials {
	width: 115px;
	background-position: -305px 0px;
}
ul#menu li a#testimonials:hover {
	background-position: -305px -80px;
}
ul#menu li a#testimonials.active {
	background-position: -305px -160px;
}
ul#menu li a#research {
	width: 80px;
	background-position: -425px 0px;
}
ul#menu li a#research:hover {
	background-position: -425px -80px;
}
ul#menu li a#research.active {
	background-position: -425px -160px;
}
ul#menu li a#try {
	width: 100px;
	background-position: -515px 0;
}
ul#menu li a#try:hover {
	background-position: -515px -80px;
}
ul#menu li a#try.active {
	background-position: -515px -160px;
}

/* @end */

#content{
	height: 890px;
	padding-top: 20px;
}
#aboutcontentbg{

}
#aboutcontent{
	padding-top: 20px;
}
#clinicalcontent{
	height: 910px;
	padding-top: 20px;
}


#footer{
	margin-top: 100px;
	color: #fff;
}
.grid_4{
	width: 145px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: inline;
}
.grid_6{
	width: 215px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: inline;
}

#footer ul li{
	list-style: none;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;	
}
#footer p{
	margin-bottom: 10px;
}
#subfooter{
	background: transparent url(../images/subfooter.png) no-repeat center top;
	margin-top: 25px;
	padding-left: 20px;
}
#subfooter a span{
	display: none;
}
#subfooter a img{
	margin: 0px 15px;
}	


/* @group About Content Tabs */
.tabs{
	padding-top: 60px;
}
ul.tabnavigation{
	margin: -45px 0 0 15px;
	padding: 3px;
	float: left;
	width: 960px;
	position: relative;
}
.tabnavigation li{
	display: inline;
	float: left;
	margin: 0 3px;
}
.tabnavigation a{
	display: block;
	width: 158px;
	color: #fff;
	text-decoration: none;
	height: 27px;
	font-size: 15px;
	background: transparent url(../images/tabs.png) no-repeat left -50px;
	text-align: center;
	padding-top: 15px;
}
.tabnavigation a.selected{
	color: #0067BB;
	background: transparent url(../images/tabs.png) no-repeat left top;
}
.tabnavigation a:hover{
	text-decoration: none;
	
}
#cervilenz_research{
	color: #666;
}

.super {
	vertical-align: super;
	margin-left: 3px;
	font-size: .5em;
	
}

#why_use_cervilenz{
	background: transparent url(../images/why.jpg) no-repeat center top;
	padding: 30px 15px 50px;
	color: #666666;
}

#how_to_use_cervilenz{
	background: transparent url(../images/how.jpg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}
#what_is_cervilenz{
	background: transparent url(../images/what.jpg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}
#additional_resources{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}

#about_cervilenz {
	background: transparent url(../images/customer_default.jpeg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}

#training_resources {
	background: transparent url(../images/customer_default.jpeg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}

#training_resources * ~ h3 {padding-top: 20px;}

#training_resources ul li a {
	display: block;
	/*padding: 10px 0 10px 45px;
	background: transparent url(../images/downloadpdfblue.png) no-repeat left top;*/
	font-size:14px;
	font-weight: normal;
	line-height:240%;
	text-decoration: none;
}

#training_resources ul li a:hover {text-decoration: none;}

#training_resources .video {margin-bottom: 8px;}

#training_resources .st_sharethis {float:right;}

#training_evaluation {
	background: transparent url(../images/customer_default.jpeg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}


#purchasing {
	background: transparent url(../images/customer_default.jpeg) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}

#howtoclear{
	margin-top: 200px;
}
#how_to_use_cervilenz ul{
	margin: 20px;
}
#why_use_cervilenz ul li, #how_to_use_cervilenz ul li{
	list-style-type: disc;
}
#why_use_cervilenz ul.listright{
	float: right;
	width: 250px;
	margin-left: 15px;
	margin-top: 10px;
}

#why_use_cervilenz ul.listleft{
	float: left;
	width: 250px;
	margin-left: 15px;
	margin-top: 10px;
}

.tabs h3, #cervilenz_research h3{
	font-size: 24px;
	color: #0072CE;
	margin-bottom: 20px;
}
#what_is_cervilenz h4, #why_use_cervilenz h4, #how_to_use_cervilenz h4{
	font-weight: bold;
	font-size: 18px;
}
.contentleft{
	width: 550px;
	float: left;
	color: #666;
}
.contentright{
	width: 300px;
	float: right;
	color: #666;
}
.lpcontentleft{
	width: 550px;
	float: left;
	color: #666;
}
.lpcontentright{
	width: 350px;
	float: right;
}
.subcontentleft{
	width: 450px;
	float: left;
}
.subcontentright{
	width: 480px;
	float:right;
	margin-top:-25px;
}
.subcontentright ul{
	float: right;
	margin-bottom:15px;
}
#subcontent a{
	color: #fff;
	text-decoration: underline;
	
}
.whatisleftp{
	margin-top: 100px;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}
.whatisrightp{
	width: 200px;
	margin: 100px 0 0 30px;
	float: right;	
	margin-bottom: 15px;
}
h3.bluequote{
	font-size: 18px;
	color: #0072CE;
	font-weight: bold;
	margin: 20px 0;
	line-height: 120%;
	font-style:italic;
}


#using_cervilenz{
	background: transparent url(../images/using.png) no-repeat center top;
	height: 554px;
	padding: 30px 15px 15px;
}
#cervilenz_in_practice{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
	color: #666666;
}
#cervilenz_inc{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
}
#our_investors	{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
}
#giving_back{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
}
#cervilenz_research{
	background: transparent url(../images/contentbg.png) no-repeat center top;
	padding: 30px 15px 15px;
	margin-top: 25px;
}
#cervilenz_research_bottom{
	background: transparent url(../images/contentbg.png) no-repeat center bottom;
	height: 30px;
	margin-bottom: 25px;

}

.green{
	color: #72AC00;
	margin-bottom: 10px;
}
.italics{
	font-style: italic;
	font-weight: normal;
}
.large{
	font-size: 24px;
}
.blue{
	color: #0072CE;
}
.blue{
	font-size: 20px;
	font-weight: lighter;
}

#resources li {margin-bottom: 10px;}

/* @end */



#subcontent{
	background: url(../images/subcontent.png) no-repeat scroll center top;
	padding: 15px 15px 0;
	margin-top: 25px; /* original had no margin */
}
#subcontentbottom{
	background: url(../images/subcontent.png) no-repeat scroll center bottom;
	height: 15px;
}
#subcontent h3{
	font-size: 18px;
	font-style: normal; 
	margin-bottom: 10px;
	font-weight: bold;
	background: transparent;
}
#subcontent p{
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
	margin-bottom: 15px;
}
#tellonfacebook{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#aboutussubcontent{
	background: url(../images/blanksubcontent.png) no-repeat scroll center top;
	height: 185px;
	padding: 15px;
}
#aboutussubcontent H3{
	font-size: 18px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: normal;
}
#aboutussubcontent p{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	width: 550px;
	line-height: 125%;
	margin-bottom: 15px;
}

#clinicalsubcontent{
	background: url(../images/clinicalsubcontent.png) no-repeat scroll center top;
	height: 185px;
	padding: 15px;
}
#clinicalsubcontent H3{
	font-size: 18px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: normal;
}
#clinicalsubcontent p{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	width: 550px;
	line-height: 125%;
	margin-bottom: 15px;
}

#slider{
	margin: 0px 0 0 -185px;
}





/* @group Contact Page */

#customform{
	width: 600px;
}
fieldset{
	margin: 0;
}

fieldset.form span {
	font-weight: bold;
}

fieldset.checkBoxees {
	margin: 0 0 0 10px;
}

fieldset.checkBoxees input {display: block; float: left; }

fieldset .textBoxee {
	width: 300px;
	display: block;
	float: left;
}

form .textleft {
float:left;
margin:0 30px 0 0;
width:275px;
}
form .textright {
float:left;
margin:0;
width:275px;
}
.form h3{
	margin: 3px 0;
	padding: 0;
}
#customform label{
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 3px 0px;
}
#customform input{
	margin-bottom: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow:0 1px 0 #FFFFFF;
	background-color: #eee;
	border: 0 none;
	padding: 5px;
	width: 250px;
}
#customform textarea.txtinput{
	margin-bottom: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow:0 1px 0 #FFFFFF;
	background-color: #eee;
	border: 0 none;
	padding: 3px;
	width: 590px;	
}
input#contactsubmit{
	padding: 20px 100px;
	margin: 10px 0 0;
	background: transparent url(../images/submitform.png) no-repeat center top;
	-moz-border-radius: 0px;
	-moz-box-shadow:0;
	border: 0;
	cursor: pointer;
	
}
.hiddenFields{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	text-indent: -5000px;
}

/* @end */

p a.requestsample{
	color: #72AC00;
	font-size: 13px;
}

.seehoweasylink{
	padding: 10px 0 10px 45px;
	background: transparent url(../images/seehoweasy.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
	
}
.seehoweasyblue{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/seehoweasyblue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.researchlink {
	padding: 10px 0 10px 45px;
	background: transparent url(../images/researchicon_green.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.readresearchblue{
	padding: 10px 0 12px 45px;
	background: transparent url(../images/readresearchblue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration: none;
}

.downloadpdfblue{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/downloadpdfblue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration: none;
}

.contactblue{
	padding: 10px 0 10px 45px;
	background: transparent url(../images/contactblue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.contactblueonwhite{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/contactblue.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.learnmoreblue{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/learnmoreblue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.learnmoregreen{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/learnmoreicon_green.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.readtestimonialsblue {
	padding: 10px 0 13px 45px;
	background: transparent url(../images/testimonialsicon_blue.png) no-repeat left top;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.requestfreesamplelink{
	padding: 10px 0 10px 45px;
	background: transparent url(../images/requestfreesample.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.hearfromuserslink{
	padding: 10px 0 10px 45px;
	background: transparent url(../images/hearitfromother.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.getdirectionslink{
	padding: 10px 0 13px 45px;
	background: transparent url(../images/requestfreesample.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.exploreclinicallink{
	padding: 10px 0 10px 45px;
	background: transparent url(../images/exploreclinicaluse.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}
.resourcesForYoulink{
	padding: 15px 0 10px 45px;
	background: transparent url(../images/iResourcesForYou.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.seehowitworkslink{
	padding: 10px 0 12px 45px;
	background: transparent url(../images/seehoweasy.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;
}

.readtestimonialslink {
	padding:13px 0 12px 45px;
	background: transparent url(../images/testimonialsicon_green.png) no-repeat left top;
	color:#0072CE;
	font-size:16px;
	font-weight:bold;
	line-height:240%;
	text-decoration:none;	
}
.phoneaddress{
	color: #0072CE;
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
}
img.investors{
	margin: 20px 40px;
}
p.staff{
	margin: 10px 0 20px 0;
}
p.staff span{
	color: #0072CE;
}

ul#honor li{
	padding-left: 20px;
	background: transparent url(../images/honorbullet.png) no-repeat left 5px;
}
ul#honor li a{
	margin-bottom: 10px;
	display: block;
	color:#0072CE;

}

ul#givingback{
	color:#0072CE;
	
}
ul#givingback li{
	list-style-type: disc;
	margin-left: 20px;
}
ul#givingback li a{
	color:#0072CE;
	line-height: 200%;	
}


.tabbottom{
	background: transparent url(../images/contentbg.png) no-repeat center bottom;
	height: 30px;
	margin-bottom: 0; /* original margin-bottom: 25px; */
	
}


.newsentry{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newsentry h4{
	color: #0059A5;
	font-size: 13px;
	margin: 5px 0;
	font-weight: bold;
}
.readfullarticle{
	padding: 5px 0 5px 25px;
	background: transparent url(../images/readfullarticle.png) no-repeat left center;
	color: #0059A5;
	text-decoration: none;

}
span.eventstitle{
	font-size: 25px;
	color: #72AC00;
	font-style: normal;
	margin-bottom: 15px;
	display: block;
}
.eventsidebar{
	color: #666;
}
.evententry{
	margin: 15px 0;
	color: #666666;	
}
.evententry h4{
	font-size: 13px;
	font-weight: bold;
	color: #72AC00;
	margin: 0;
}

.researchentry{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.researchname{
	display: block;
}

.researchtitle{
	display: block;
	font-weight: bold;
}

.researchattribute{
	display: block;
	margin-bottom: 10px;
}

.sitemap a{
	color: #0059A5;
}
.sitemap li{
	margin-left: 20px;
}

.floatimgleft{
	float: left;
	margin: 0 10px 0 0;
}
.floatimgright{
	float: right;
	margin: 0 0 0 10px;
}

.testimonialentry{
	border-top: 1px solid #ccc;
	margin: 15px 0px;
	padding: 15px 0px;
	display: block;
}
.testimonialcontent{
	width: 435px;	
	display:block;
	float:left;
	margin:0 0 -21px 25px;
}
.testimonialquotetop{
	background: transparent url(../images/blockquote.png) no-repeat left top;
	width: 30px;
	height: 24px;	
	float:left;
}

.testimonialquotebottom{
	background: transparent url(../images/blockquote.png) no-repeat right top;
	width: 30px;
	height: 24px;
	position: relative;
	left: 460px;
	top: -30px;
}
	
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix{height:1%}



/* SHARE THIS */
a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}


/* @group Nivo Slider CSS */

/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */

.nivo-caption {
	position:absolute;
	left:200px;
	color:#fff;
	width:1350px;
	top: 75px;
	z-index:89;
}
.nivo-caption h3{
	font-style: italic;
	line-height: 125%;
	font-size: 33px;
	margin-bottom: 40px;
	font-weight: bold;
	
}
.nivo-caption h3 span{
	color: #79B700;	
}

.nivo-caption a {
	padding: 15px 0px 15px 50px;
	background: transparent url(../images/seehoweasy.png) no-repeat left center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	position:absolute;
	bottom: 75px;
	left: 200px;
	z-index:99;
	cursor:pointer;
	width: 150px;	
}
.nivo-controlNav a {
	background: transparent url(../images/dots.png) no-repeat left top;
	padding: 12px;
	margin: 0px 4px;
	
}
.nivo-controlNav a.active {
	padding: 12px;
	margin: 0px 4px;
	background: transparent url(../images/dots.png) no-repeat -24px top;
}
/* @end */

ul.inline_list li {
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	margin-right:30px;
}

#send-story-btn input[type=submit] {
	background:url(../images/send-your-story-btn.jpg);
	background-position: 0px 0px;
	display:block;
	width:230px;
	height:55px;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

#thankyou {
	margin-top:25px;
	display:none;
	color:#0072CE;
  	font-size:15px;
  	font-weight:bold;
}

.form_head, .form_subhead {
	margin:0 0 10px 0;
	padding:0;	
}

.form_head h4 {
	margin:0;
	padding:0;
	line-height:22px;	
}
.form_subhead h5 {
	font-size:20px;
	text-align:right;	
}

.testimonial_contact {
	margin-left:83px;
}

.testimonial_location {
	font-style:italic;
	margin-left:93px;
}

p.testimonials_top {
	margin-bottom:30px;	
}
