/* -------------------------------------------------------------- 
	COLOR
	#00afdd - Blue
	#edf8fb - Light Blue
	#00348F - Dark Blue
	#4eb857 - Green
	#11AA11 - Dark Green
	#FFE400 - Yellow
	#444    - Dark (Font)
	#ddd,eee- Light (Borders)
	#f9f9f9 - Light background
-------------------------------------------------------------- */



/* Reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, th { vertical-align: middle; }
td { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

*:focus { outline: none; }



/* Type
----------------------------------------------- */
body {
	color: #444; 
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
}

a {
	color: #008fbd;
	cursor: pointer;
	text-decoration: none;
}

a:hover, div#footer a:hover {
	color: #4eb857;
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
}

h1 {
	border-bottom: 3px dotted #444;
	color: #444;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 .5em;
	padding-bottom: 5px;
}

h1#inside {
	color: #bebebe;
	border-bottom-color: #bebebe;
}

h2 {
	border-bottom: 3px dotted #ccc;
	font-size: 1.5em;
	line-height: normal;
	margin: 1em 0 .5em;
	padding-bottom: 2px;
}

	div#col1 h2 {
		margin: 15px;
		padding: 9px 0 5px;
	}

	div#col3 h2 {
		margin: 0 0 15px;
		padding: 9px 0 5px;
	}
	
	/* for pages that include a top h5, applied via script */
	div#col1 h2.tall {
		margin-top: 33px;
	}
	div#col3 h2.tall {
		margin-top: 18px;
	}

	h2.top {
		margin: 0 0 .8em;
		padding: 9px 0 5px;
	}
	
	h2.alt {
		color: #4eb857;
	}
	
	h2.simple {
		border-bottom: none;
		margin-top: 0;
	}



h3 {
	border-top: 1px dashed #ccc;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 .5em;
	padding-top: 10px;
}

h4 {
	color: #4eb857;
	font-size: 1.1em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.5em;
}

	h4.alt {
		margin: 1.5em 0 .5em;
	}

/* Reserved for small headline over h1 */
h5 {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}

	div#col2 h5 {
		margin-right: -15px;
	}



h6 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	margin: 1.8em 0 .8em;
}

blockquote {
	background: url(../img/bg_quote_left.gif) no-repeat top left;
	font-size: .9em;
	margin: 0 0 .8em;
	text-indent: 25px;
	width: 100%;
}

	blockquote p {
		background: url(../img/bg_quote_right.gif) no-repeat bottom right;
		display: inline;
		margin: 0;
		padding-right: 25px;
	}
	
	p.quoteftr, p.quoteftr-right, p.quoteftr-left {
		color: #777;
		font-size: .8em !important;
		font-style: italic;
		line-height: normal;
	}

	p.quoteftr, p.quoteftr-right {
		text-align: right;
	}
	
	p.quoteftr-left {
		text-align: left;
	}
	
ul, ol {
	margin: 0 0 1em 1em;
	padding-left: .3em;
}

	li {
		margin: 0 0 .3em 1em;
		line-height: 1.4em;
	}
	
	/* Lists that need extra spacing */
	ul.pad li {
		margin-bottom: 1em;
	}
	
	/* Lists with hidden content in divs, JS will toggle */
	ul.toggle li div {
		background-color: #f9f9f9;
		border: 1px solid #eee;
		display: none;
		margin: 1em 0;
		padding: 1em;
	}
	
	/* This is the old star format
	ul li {
		background: url(../img/bullet_star.png) no-repeat 0 4px;
		list-style-type: none;
		margin-left: 0;
		padding-left: 19px;
	}
	*/

hr {
	background: #eee; 
	color: #eee;
	clear: both; 
	float: none; 
	width: 100%; 
	height: .1em;
	margin: 0 0 1.2em 0;
	border: none; 
}

br {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

	br.noclear {
		clear: none;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: .8em;
	line-height: 0;
}

sub {
	font-size: .8em;
}

cite {
	color: #999;
	display: block;
	font-size: .9em;
	font-style: italic;
	margin: 0 0 .5em;
}



/* Tables
----------------------------------------------- */
table {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

tr.odd {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #edf8fb;
}

th {
	background-color: #4eb857;
	border-bottom: 1px solid #1a1;
	border-left: 1px solid #fff;
	border-right: 1px solid #1a1;
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	margin: 0;
	min-width: 60px;
	padding: 7px;
	white-space: nowrap;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0;
	padding: 7px;
}

thead th {
	background-color: #00afdd;
	border-bottom: 1px solid #00348F;
	border-left: 1px solid #fff;
	border-right: 1px solid #00348F;
	border-top: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 7px;
}

th.lesson-title {
	width: 125px;
}

th.lesson-overview {
	width: 410px;
}

th.icons-column {
	width: 72px;
}

table.prevention-awareness thead th {
	background: #4ab957; 
	color: #fff; 
	border: none;
}

table.prevention-awareness th {
	background: #fff; 
	color: #333; 
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee; 
	border-right: 1px solid #eee; 
	border-bottom: 3px solid #4ab957;
}

table.lessons thead th {
	background: #4ab957; 
	color: #fff; 
	border: none;
	font-size: 1.2em;
	white-space: normal;
}

table.lessons thead th p {
	color: #fff;
	font-weight: normal;
	margin: 0px;
	font-size: 0.85em;
}

table.lessons th {
	background: #fff; color: #333; 
	border-top: 1px solid #eee; 
	border-left: 1px solid #eee; 
	border-right: 1px solid #eee; 
	border-bottom: 3px solid #4ab957;
}

table.lessons-by-grade th {
	background: #fff;
	color: #333;
	border-top: 3px solid #4ab957;
	border-bottom: 3px solid #4ab957;
	border-left: 1px solid #4ab957;
	border-left: 1px solid #4ab957;
}

/* Misc
----------------------------------------------- */

.border {
	border: 1px dashed #eee;
	padding: 2px;
}

.right {
	float: right;
	margin: 0 0 15px 20px;
}

.left {
	float: left;
	margin: 0 20px 15px 0;
}

.highlight {
	background-color: #edf8fb;
	border: 1px dashed #eee;
	padding: 5px;
	width: 60%;
}

/* matches float left images */
.indent {
	margin-left: 220px
}

.leftsm {
	float: left;
	margin: 0 10px 5px 0;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
	overflow: hidden;
}

.hide {
	display: none;
}

.note {
	color: #666;
	font-size: .75em;
	font-style: italic;
}

.toolbar-image {
	margin-bottom: 15px;
}

ul#smart {
	list-style-type: none;
	margin-left: 0px;
}

ul#smart img, ul#smart li {
	vertical-align: bottom;	
	margin-left: 0px;
}

ul#smart li a {
	font-weight: bold;	
}

div.smart-block {
	margin: 5px 0px 5px 2px;
	padding: 0px;	
}

div.smart-block img, div.smart-block p {
	display: inline;
	vertical-align: bottom;
	font-weight: bold;	
}

#hp-photos {
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.hp-quotes-1 {
	background: #4eb857 url(../img/bg_quote_left_hp_green.gif) no-repeat 5px 5px;
	font-size: .9em;
	text-indent: 25px;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}

.hp-quotes-2 {

	background: #027fcc url(../img/bg_quote_left_hp_blue.gif) no-repeat 5px 5px;
	font-size: .9em;
	text-indent: 25px;
	color: #fff;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.hp-quotes-1 p, .hp-quotes-2 p {
	/* background: url(../img/bg_quote_right.png) no-repeat 99% 99%; */
	/*	display: inline;  */
	margin: 0;
	padding-right: 0px;
}

.hp-quotes-1 p {
	background: url(../img/bg_quote_right_hp_green.gif) no-repeat bottom right;
}

.hp-quotes-2 p {
	background: url(../img/bg_quote_right_hp_blue.gif) no-repeat bottom right;
}

/*#col3 h2 {
	background: #4eb857;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: none;
}*/

#col3 img.ad {
	margin-bottom: 20px
}

#col3 img.logo {
	margin: 0px 10px 20px 0px;
}

#col3 div.logo-center {
	text-align: center;
}

#col3 div#high-school {
	background: #00afdd; 
	color: #fff; 
	margin: 0px 0px 10px 0px; 
	padding: 2px 5px;
}

sup.whats-new {
	color: #4eb857;
	margin-left: 5px;
}

ul.no-bullets {
	list-style-type: none;
	margin-left: 0px;
}

img.smart-box {
	float: right; 
	margin: 0px 0px 10px 30px;
}

ul#workshop-features-overview {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
}

ul#workshop-features {
	background: #ffe400;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 5px;
	list-style-type: none;
}

ul#workshop-features li a, ul#workshop-features li a:visited {
	color: #555;
	text-decoration: underline;
	font-size: 90%;
}

ul#workshop-features li a:hover, ul#workshop-features li a:active {
	color: #000;
	text-decoration: none;
}

img.photo-key-people {
	float: right;
	margin: 0px 0px 15px 15px;
	border: 1px solid #ccc;
}

.web20-icon {
vertical-align: bottom;
}

span.in-development {
	color: #4ab957;
	font-size: 90%;
}

img.poster-icon {
	float: left;
	margin: 0px 5px 5px 0px;
	vertical-align: middle;
}

h2.poster {
	margin-left: 40px;
	margin-bottom: 15px;
}

p.discount {
	font-size: 160%;
	color: #00afdd;
	margin-bottom: 0px;
}

div#overview-photos, div.overview-photos {
	float: left; 
	margin: 0px 0px 20px 0px; 
	width: 125px;
}

div#overview-text, div.overview-text {
	margin: 0px 0px 0px 150px;
}

img.toolbar-ad {
	float: left;
}

#overview-text ul.toggle {
	margin-left: 0px;
}

img.one {
	border-top: 10px solid #4eb857;
}

img.two {
	border-top: 5px solid #ffe400;
}

img.three {
	border-top: 20px solid #00aafd;
}

img.last {
	border-bottom: 20px solid #ffe400;
}

img.red {
	border-bottom: 20px solid #C80000 
}

#whats-new-links-left {
	float: left; 
	width: 200px;
}

#whats-new-links-right {
	float: left; 
	width: 175px;
}

#demo-contact-box {
	background: #4eb857;
	float: right; 
	margin: 0px 0px 20px 20px; 
	width: 200px;
}

#demo-contact-box h2 {
	margin: 5px 10px 10px 10px;
	color: #fff;
}

#demo-contact-box ul {
	color: #fff;
	margin-right: 5px;
}

/* table icon key */
.key {
	background: #EFFFEF url(../img/asterisk.gif) 5px 5px no-repeat;
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
	text-align: right;
}



/* Icons
----------------------------------------------- */
.pdf {
	background: url(../img/icon_pdf.gif) bottom right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.play_arrow {
	background: url(../img/play_arrow.gif) 0px 2px no-repeat;
	margin-left: 2px;
	overflow: visible;
	padding-left: 18px;
}

.pdf_small {
	background: url(../img/icon_pdf_small.gif) bottom right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 16px;
}

.new {
	background: url(../img/icon_new.gif) bottom right no-repeat;
	margin-right: 1px;
	overflow: visible;
	padding-right: 28px;
}

.new_anim {
	background: url(../img/icon_new_anim.gif) bottom right no-repeat;
	margin-right: 1px;
	overflow: visible;
	padding-right: 28px;
}

.updated {
	background: url(../img/icon_updated.gif) bottom right no-repeat;
	margin-right: 1px;
	overflow: visible;
	padding-right: 48px;
}

.computer {
	background: url(../img/icon_computer.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.page {
	background: url(../img/icon_page.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.tools {
	background: url(../img/icon_tools.png) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.school {
	background: url(../img/icon_school.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.family {
	background: url(../img/icon_family.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.community {
	background: url(../img/icon_community.gif) center right no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 18px;
}

.arrow {
	background: url(../img/bullet.gif) 100% 7px no-repeat;
	margin-right: 2px;
	overflow: visible;
	padding-right: 12px;
}

p.arrow-under-quote {
	margin-top: -10px;
}

.icon {
	float: left;
	height: 16px;
	padding-right: 0;
	width: 16px;
}



/* Header
----------------------------------------------- */
div#container {
	margin: 0px auto;
	width: 950px;
}

div#header {
	height: 105px;
	overflow: hidden;
	text-align: left;
    margin:10px 0 2px 0;
    background:#00AFDD

}

div#top-separator{
    margin:2px 0 8px 0;
    border-bottom:2px #4eb857 solid; 
 }
div#header1 {
	float: left;
}

	div#logo {
		text-indent: -8000px;
	}
	
	div#logo a {
		background: url(../img/csm-blue-logo.png) no-repeat 15px 25px;
		border: none;
		display: block;
		height: 130px;
		margin-top: 5px;
		width: 242px;
	}
	
	logoprint {
		display: none;
	}

div#header2 {
	float: right;
	width: 708px;
}

div#header2 p{color:#fff ; font-size:15px; padding:60px 0 0 20px}
div#header2 a{color:#fff ; font-size:15px; font-weight:bold}
	div#login {
		border: 1px solid #00afdd;
		float: right;
		line-height: 1.5em;
		margin-top: -100px;
		padding: 2px;
		text-align: center;
	}
	
	div#login a {
		background: #00afdd url(../img/bg_nav.png) repeat-x;
		color: #fff;
		display: block;
		font-size: .8em;
		font-weight: bold;
		height: 20px;
		overflow: hidden;
		text-decoration: none;
		width: 150px;
	}
	
	div#login a:hover {
		background: #4eb857 url(../img/bg_nav_hover.png) repeat-x;
	}
	

/* Top Nav
----------------------------------------------- */

div#nav {
	clear: both;
	float: right;
	margin: 36px 0 0 0;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	width: 708px;
    height: 21px
}

div#nav ul {
	background: url(../img/bg_nav.png) repeat-x;
	height: 40px;
	list-style-type: none;
	margin:-14px 0 0;
	padding: 0;
}

div#nav li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

div#nav a {
	border: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3.3em;
	text-align: center;
	text-decoration: none;
    padding-left:5px
}

div#nav a span{ 
        position:relative;
        top:-7px
}
	div#nav a.navnasp, div#nav a.navnsba, div#nav a.navcep, div#nav a.navncsa {
		font-size: 1.2em;
		line-height: 2.3em;
		width: 180px;
        margin-top:6px;
	}
	div#nav a.nav1 {width: 120px;}
	div#nav a.nav2 {width: 100px;}
	div#nav a.nav3 {width: 80px;}
	div#nav a.nav4 {width: 80px;}
	div#nav a.nav5 {width: 80px;}
	div#nav a.nav6 {width: 80px;}

	div#nav a:hover {
		background: url(../img/bg_nav_hover.png) repeat-x;
	}
	
	div#nav a.active {
		background: url(../img/bg_nav_active.png) repeat-x;
		color: #444;
		margin: 0 14px;
	}



/* Content & Columns
----------------------------------------------- */
div#content {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

div#col1 {
	background-color: #edf8fb;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
	text-align: left;
	width: 229px;
}

	/* header images over the left side nav */
	div#col1 img {
		margin: 15px 0 0 15px;
	}
	
	/* left navigation footer */
	div#col1 div.ftr {
		border-top: 3px dotted #ccc;
		margin: 20px 15px 0;
		padding-top: 15px;
	}
	
		div#col1 div.ftr img {
			margin: 0 0 15px;
		}

div#col2 {
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	padding: 15px;
	text-align: left;
	width: 434px;
}

div#col3 {
	border: 1px solid #ddd;
	float: left;
	padding: 15px;
	text-align: left;
	width: 200px;
}

/* covers 2nd and 3rd columns */
div#colmain {
	border: 1px solid #ddd;
	float: left;
	padding: 15px 25px;
	text-align: left;
	width: 656px;
}

/* covers 1st and 2nd columns */
div#colmainwide {
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	padding: 15px 25px;
	text-align: left;
	width: 656px;
}

/* covers all three columns */
div#colwide {
	border: 1px solid #ddd;
	float: left;
	padding: 15px 25px;
	text-align: left;
	width: 898px;
}

/* halfs a column */
div.colsplit {
	float: left;
	margin-right: 5%;
	width: 45%;
}



/* Side Nav
----------------------------------------------- */

ul#sidenav {
	margin: 0;
	padding: 0;
}

ul#sidenav ul {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}

ul#sidenav li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

	/* Left nav separators */
	ul#sidenav li.sep {
		border-bottom: 1px solid #bbb;
		margin: 5px 10px;
	}

	/* Left nav headlines */
	ul#sidenav li div {
		display: block;
		font-weight: bold;
		line-height: normal;
		padding: 4px 15px 4px 15px;
	}
	
ul#sidenav a {
	display: block;
	line-height: normal;
	padding: 4px 5px 4px 15px;
	position: relative;
	text-decoration: none;
}

	ul#sidenav ul a {
		padding-left: 30px;
	}

ul#sidenav a.active {
	background-color: #fff;
	border-top: 1px solid #eee;
	color: #4eb857;
	font-weight: bold;
}

ul#sidenav a.activesub, ul#sidenav a.activesub {
	color: #4eb857;
	font-weight: bold;
}

ul#sidenav a:hover {
	background-color: #4eb857;
	color: #fff;
}

/* Left nav highlighted */
/*
ul#sidenav li.highlight, ul#sidenav li.highlight a {
	background-color: #00afdd;
	border: none;
	color: #fff;
	width: auto;
}

ul#sidenav li.highlight2, ul#sidenav li.highlight2 a {
	background-color: #FFE400;
	border: none;
	width: auto;
}

ul#sidenav li.highlight a:hover, ul#sidenav li.highlight2 a:hover {
	background-color: #4eb857;
	color: #fff;
}
*/

ul#sidenav a span.star {
	background-image: url(../img/nav_star.gif);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: visible;
	padding-right: 18px;
}

ul#sidenav a.active span.star {
	background-image: url(../img/nav_star_active.gif);
}

ul#sidenav a:hover span.star {
	background-image: url(../img/nav_star_hover.gif);
}

/* Side navigation hover menus */
ul#sidenav ul.hover {
	background-color: #edf8fb;
	border: 1px solid #ddd;
	display: none;	/* hide initially */
	left: 229px;
	position: absolute;
	top: 0px;
	width: 200px;
	z-index: 999;
}

ul#sidenav ul.hover a {
	padding: 4px 15px;
}

/* Footer
----------------------------------------------- */
div#footer {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	clear: both;
	color: #666;
	height: 20px;
	font-size: .75em;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 15px;
}

div#footer a {
	color: #666;
}

div#footer1 {
	clear: both;
	float: left;
}

div#footer2 {
	float: right;
	text-align: right;
}



/* Home Page
----------------------------------------------- */

div#home-page {
	border-top: 3px dotted #444; 
	padding-top: 15px;
}

div#home-page div#hp-right {
	float: right;
	margin: 0 0 0 20px;
	width: 300px;
	border-left: 3px dotted #444; 
	padding: 0 0 0 20px;
}

div#home-page div#hp-left {
	width: 550px; 
	padding-right: 0;
}

div#home-page h2, div#home-page h3 {
	border: none;
	margin-top: 0;
	/*margin-top: 12px;
	margin-bottom: 7px;*/
}

img#hp-word-cloud {
	margin-top: -15px;
	margin-bottom: 15px;
}



/* Advertisements
----------------------------------------------- */
div.ad {
	background-color: #4eb857;
	color: #fff;
	margin-bottom: 1.2em;
	overflow: visible;
	padding: 15px;
	width: 170px;
}

	div.ad h3 {
		border-bottom: 1px dotted #fff;
		border-top: 1px dotted #fff;
		font-size: 1.4em;
		font-weight: normal;
		padding: 8px 0;
	}
	
	div.ad p {
		font-size: 1.1em;
	}
	
	div.ad p.foot {
		border-top: 1px dotted #fff;
		margin: 0;
		padding: 8px 0 0;
		text-align: right;
	}
	
	div.ad a.pdf {
		background: url(../img/icon_pdf_green.gif) 100% 3px no-repeat;
		color: #fff;
		font-weight: bold;
		height: 19px;
		margin-right: 2px;
		padding-right: 22px;
	}
	
	div.ad a.arrow {
		background: url(../img/bullet_circle_green.gif) 100% 0 no-repeat;
		color: #fff;
		font-weight: bold;
		height: 19px;
		margin-right: 2px;
		padding-right: 22px;
	}
	
	div.ad a.arrow:hover {
		background-image: url(../img/bullet_circle_green_hover.gif);
		color: #ffe400;
	}
	
	/* Quotes in Ads */
	div.ad blockquote {
		background-image: url(../img/bg_quote_ad_left.gif);
		color: #fff;
	}
	
	div.ad blockquote p {
		background-image: url(../img/bg_quote_ad_right.gif);
		padding-right: 20px;
	}
	
	div.ad p.quoteftr {
		color: #fff;
	}



/* Forms
----------------------------------------------- */
fieldset {
	border: 1px solid #eee;
	margin: 0 0 .5em 0;
	padding: 1.4em;
}

legend {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

label {
    float: left;
	margin: 3px;
    padding: 0 15px 0 10px;
    text-align: left;
    width: 150px;
}

	/* sit to the right of checkboxes and radio buttons */
	label.right {
		float: left;
		margin: 3px;
		padding: 0 0 0 5px;
		text-align: left;
		width: 200px;
	}

	/* required */
	label.req {
		background: url(../img/asterisk.gif) no-repeat 0 4px;
		color: #4eb857;
		font-weight: bold;
	}
	
	/* validation */
	label.error {
		color: #df0029;
		font-weight: bold;
		padding-right: 0;
	}

/* small instructions below label or field */
span.instruct {
	clear: both;
	color: #999;
	float: left;
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
	padding: 5px 0;
	text-align: left;
}

span.instruct_note {
	clear: both;
	color: #999;
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
	padding: 5px 0;
	text-align: left;
	display: block;
	width: 420px;
}

/* Wraps a label and control(s) */
div.ctlwrap {
	clear: both;
	overflow: auto;
	padding: 6px 0;
	width: 100%;
}

/* set that need to be indented to match the right column */
div.formindent {
	overflow: hidden;;
	padding-right: 165px;
}



/* Form fields
-------------------------------------------------------------- */
input, select, textarea {
	border: 1px solid #ddd;
	float: left;
	font-size: 1em;
	margin: 3px;
	padding: 4px;
	width: 200px;
}

	input.focus, select.focus, textarea.focus {
		background-color: #edf8fb;
		border: 3px solid #ddd;
		padding: 2px;
	}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
}

input.check {
	border: 0;
	float: left;
	height: 15px;
	margin: 5px;
	width: 15px;
}

input.btn {
	background-color: #4eb857;
	border: 1px #1a1 outset;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 2px;
	width: 120px;
}

input.lg, select.lg, textarea.lg {
	width: 400px;
}

input.med, select.med, textarea.med {
	width: 100px;
}

input.sm, select.sm {
	width: 50px;
}
