@charset "UTF-8";
/*
------------ Generics -------------
*/

html{
	background: #FFF;
}

body {
	background: #FFF url(images/images/bg_rpt.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, Helvetica, Times, serif;
	z-index: 100;
	font-size: 0.9em;
}
*  {margin: 0; padding: 0;}

a img {border: none;}

form {
	margin:0;
	padding:0;
	border:0;
	/*overflow:hidden;
	height: 24px;*/
}

/* #topsearch {
    width: 300px;
    float: right;
}
 */
#topsearch label {
	margin: 0;
	padding: 0px;
}

#topsearch form {
	margin: 8px 0 0 0;
	padding:0;
	border:0;
	font-size: .8em;
}

a {
	text-decoration: none;
	color: #01a7e1;
	outline: none;
}
a:hover {
	text-decoration: underline;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;*/
}

#mainright h2 { 
	font-family: Melior, Gerogia, serif;
	color: #004962;
	margin-bottom: 12px;
}

a.backtotop {
	color: #777;
	font-size: 11px;
}


/* TYPOGRAPHIC STYLES
-------------------------------------------------------------- */

h1 { line-height: 1; margin-bottom: 0.5em; }
h2 { margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .4em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
margin: 0;
}
h4 {
/*font-family: Gerogia, serif;*/
	color: #87838f;
	font-weight: normal;
	font-style: normal;
}

h3.profile { font-size: 1em; font-weight: normal; line-height: 1; margin-bottom: 1em; margin-top: .5em; color: #2396da;}


/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
 }

div.articleimg 		{ float: left;}
div.articleimg.right	{ float: right;}




/*blockquote  { margin: 1.5em; color: #666; font-style: italic; }*/
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

pre,code    { margin: 1.5em 0;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */

ul          { list-style-type: disc;}
ol          { list-style-type: decimal;}

#mainright li ul, 
#mainright li ol       { margin: 0 1.5em; }
#mainright ul, #mainright ol      { margin: 1em 1.5em 1.5em 2.5em; }

/* Tables
-------------------------------------------------------------- */

#mainright table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/*
--------------- All Pages -----------------
*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #222;
	/*background-color: #01a7e1;*/
}
#banner {
	margin: 0;
	padding: 0px;
	display: block;
	float: left;
	border: none;
	height: 221px;
	width: 900px;
	max-height: 221px;
	clear: both;
	position: relative;
}
#banner  img, #banner a, #banner a:hover {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	display: block;
}

a.logo_link {
	position: absolute;
	width: 223px;
	height: 93px;
	left: 43px;
	top: 25px;
}

a.logo_link span {
	display: none;	
}

#nav {
	width: 900px;
	clear: left;
	background-image: url(images/images/nav_largebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	display: block;
	margin-bottom: 0px;
	padding: 0;
	margin-top: 0px;
	z-index: 100;
	height: 40px;
}
#nav ul {
	list-style-type: none;
  height: 34px; 
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 0px;
	border-left: 1px solid #d4d4d4;
}
#nav li {
	display: inline;
	background-image: url(images/images/nav_liright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	margin-right: 0px;
	vertical-align: bottom;
 height: 34px;
	border-right: 1px solid #d4d4d4;
}

#nav li.navjump {
	border: none;
	float: right;
	margin-right: 38px;
}

#nav li.navjump label {
	font-size: 11px;
	color: #5a5a5a;
}

#nav li a {
	background-repeat: no-repeat;
	background-position: right 45px;
	text-decoration: none;
	color: #333333;
	font-size: 0.8em;
	display: block;
	margin: 0;
	padding: 10px 10px 13px 10px;
}
#nav li a:hover {
	background: url(images/images/nav_lihoverbg.jpg) repeat-x right top;
	border-style: none;
}
#nav li.current, #nav li.current a, #nav li.current a:hover {
	background: url(images/images/nav_licurrentbg.jpg) repeat-x right top;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
}
#nav .navjump {
	padding: 0px;
	margin: 6px 10px 0 30px;
	background-image: none;
}
/* Style to make the text of the "Our Schools..." jump menu smaller */
select {
	font-size: 0.8em;
}
.right {
	float: right;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#verytop {
	width: 900px;
	clear: both;
}
#secnav {
	border: none;
    height: 48px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #666666;
	text-align: right;
	display: block;
	float: left;
	width: 600px;
}
#topsearch {
	float: right;
	padding-top: 7px;
}
#secnav ul {
	padding-top: 18px;
}

#secnav ul.sitelink {
	float: left;
	padding-left: 20px;
}

#secnav li {
	display: inline;
	margin: 0;
}

#secnav a {
	color: #999999;
}
#secnav a:hover {
	color: #000000;
	text-decoration: none;
}

.navleft {
	background-image: url(images/images/nav1_farleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottom {
	color: #FFFFFF;
	background-image: url(images/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #0182ae;
	height: 215px;
}
#bottomnav {
	width: 900px;
	margin: 0 auto;
	font-weight: normal;
}
#bottom ul {
	list-style-type: none;
	float: right;
	width: 650px;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom li {
	display: inline;
	margin-right: 8px;
	margin-left: 8px;
}
.bottomnav1  {
	margin-top: 45px;
	margin-bottom: 5px;
	font-size: 1.1em;
	display: inline;
	padding-top: 25px;
}
.bottomnav2   {
	font-size: 0.85em;
	margin-left: 10px;
}
#bottomnav img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottomnav a.boxclever {
	font-size: 12px;
	float: right;
	display: block;
	clear: right;
	text-align: left;
	width: 650px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom a {
	color: #FFFFFF;
	background-color: transparent;
}

#bottomnav  p  {
	float: right;
	margin-top: 55px;
	margin-right: 12px;
	margin-bottom: 0px;
	clear: both;
}
#bottom p {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	float: right;
	clear: left;
	text-align: left;
	width: 650px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*
-----------------------------------------------
------------------ Index Page -----------------
-----------------------------------------------
*/

#mainleft {
	float:left;
	width: 575px;
	background-image: url(images/images/first_paragraph_bg.jpg);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	min-height: 162px;
	margin: 18px 0 0 0;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#mainright {
	/*float:left;*/
	min-height: 192px;
	margin: 18px 0 0 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#course_filter {
	display: block;
	background: url(/images/filterbg.gif) no-repeat;
	width: 602px;
	height: 57px;
	padding: 10px 15px 0;
	margin: 10px 0 20px;
	font-size: 11px;
}

#course_filter label.instructions {
	display: block;
	width: 570px;
	padding: 0;
}

#course_filter label {
	float: left;
	padding: 0 10px;
}

select#course_id {
	margin: 15px 0 0;
	float: left;
	display: inline;
}

select#location {
	margin: 15px 0 0 10px;
	display: inline;
}

body.home #leftall {
	float: left;
	width: 600px;
	margin: 0 0 30px;
	padding: 0;
	background: none;
	text-align: left;
}
body.home #rightall {
	float: right;
	width: 275px;
	clear: right;
	margin: 0 0 35px 0;
}

#leftall {
	float: left;
	text-align: right;
	width: 300px;
	margin: 0 0 0 -80px;
	padding: 0;
}


#rightall {
	float: right;
	width: 668px;
	clear: right;
	margin: 0 0 50px;
	padding: 0;
	line-height: 16px;
}

.article {
	margin: 0 0 40px 0;	
}

#mainleft p {
	margin-right: 30px;
	margin-bottom: 12px;
}
#mainleft a {
	color: #2770bb;
}
#ads {
	float: left;
	width: 575px;
	clear: left;
	padding-left: 23px;
	margin: 12px 0 0 0;
}
#ads img {
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#ads  a:hover  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#highlights {
	clear: left;
	float: left;
	width: 549px;
	margin-left: 15px;
	background-color: #F2F2F2;
	border: 1px solid #D0D0D0;
	padding: 48px 18px 12px 12px;
	margin-top: 12px;
	color: #333333;
	background-image: url(images/images/highlightstitle.jpg);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	margin-right: 10px;
}
#highlights .date {
	font-size: 0.85em;
	font-weight: normal;
	margin: 0px 0px 2px;
	padding: 0px;
	line-height: 1em;
	color: #666666;
}
#highlights h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
#highlights p {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#highlights p a {
	color: #2770bb;
}
#highlights a:hover {
	text-decoration: underline;
}
#whatsnew {
	clear: left;
	float: left;
	width: 549px;
	margin-left: 15px;
	padding: 48px 12px 12px;
	margin-top: 4px;
	color: #333333;
	background-image: url(images/images/index_whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	margin-right: 10px;
}
#whatsnew p {
	margin: 0px 0px 3px;
	padding: 0px;
}
#whatsnew .whatsnewdate {
	font-size: 0.85em;
	color: #848484;
	margin-right: 5px;
	width: 11em;
	float: left;
	display: block;
	clear: left;
}
#contbod .whatsnewdate {
	font-size: 0.85em;
	color: #848484;
	margin-right: 5px;
	width: 8em;
	float: left;
	display: block;
	clear: left;
}
#news {
	background-image: url(images/images/whats_new_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 217px;
	display: block;	
	margin: 0px;
	padding: 40px 8px 15px 28px;
	border-style: none;
	font-size: 0.85em;
}

#news p {
	color: #333333;
	position: relative;
	padding: 0px 0;
	margin-bottom: 12px;
}

#news p.newstitle {
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
}


#news .date {
	font-size: 0.9em;
	font-weight: normal;
	color: #848484;
	margin-right: 8px;
	text-align: left;
	display: block;
	padding: 0px;
}

#news ul { 
	margin: 0 20px 10px;
	padding: 0;
 }

#careers {
	background-image: url(images/images/index_careers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 250px;
	min-height: 283px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 8px;
	clear: right;
	margin: 0 0 12px 0;
}
#careers h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: normal;
}
#careers a {
	color: #333333;
}
#careers p {
	margin-top: 1px;
	margin-bottom: 7px;
	color: #5d5d5d;
}

.readmore, a.readmore {
	color: #01a7e1;
	padding: 0px 15px 1px 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right: 2em;
	display: inline-block;
	font-size: 12px;
	background-image: url(images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
}

#news p a.readmore {
	font-size:11px;
	margin-top: 5px;
	display: block;
	background: none;
	float: none;
}

.left {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
}
.right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
}

div#map {
	border: 1px solid #CCC;
	padding: 1px;
	display: inline-block;
	display: -moz-inline-block;
}

/*
----------------------------------------
------------ Content Pages -------------
----------------------------------------
*/
#navbg {
	background-image: url(images/images/cont_topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#wrapper2 {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/images/cont_wrapper2bgQQ.gif);
	background-repeat: repeat-y;
}

.contnav_bottom {
	/*background: url(images/images/contnav_bottombg.jpg) no-repeat bottom right;*/
	min-height: 300px;
	_height: 300px;
	padding-bottom: 70px;
}

#contnav {
	float: right;
	font-size: .9em;
	color: #525252;
	margin: 0px;
	position: relative;
	left: auto;
	width: 205px;
	font-weight: normal;
	background-image: url(images/images/cont_navultopbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: left;
}
#contnav ul {
	padding-top: 21px;
}
#contnav li {
	list-style-type: none;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px 8px 0 0 ;
	padding-right: 17px;
	padding-left: 0px;
	line-height: 1.4em;
}
#contnav li a {
	color: #525252;
}
#contnav li.current {
	background: #fcfcfc;
	border-right: 2px solid #00a8e1;
}

#contnav li.current a {
	color: #00a8e1;
}

#contnav a:hover {
	color: #00a8e1;
	text-decoration: none;
}

#contbod {
	float: right;
	width: 650px;
	clear: right;
	padding: 18px 0 0;
	margin: 0 0 20px;
	line-height: 1.4em;
	margin-top: 8px;
}
#contbod img {
	padding: 5px;
	float: left;
	clear: left;
	border: 1px solid #008F72;
	margin: 5px 7px 5px 0px;
}

#contbod h1 {
	padding-top: 0px;
	margin: 0;
	margin-bottom: 12px;
	color: #a88a11;
	font-weight: normal;
	font-size: 1.8em;
}
#contbod h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #006C59;
	font-weight: bold;
	clear: both;
}
/*Used on Schools and Careers pages in Spry tabbed panels */
#contbod h3 {
	font-size: 1em;
	margin: 8px 0 -2px 0;
}
#contbod p {
	padding: 0px;
	/*margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;*/
	margin-bottom: 10px;
	/*line-height: 18px;*/
}
#contbod a {
	color: #2770bb;
	/*line-height: 18px;*/
}
#contbod a:hover {
	background-color: #E5E5E5;
}
#contbod ul {
	font-size: 1em;
	list-style-position: outside;
	margin-left: 22px;
	margin-bottom: 15px;
	list-style-type: square;
}
#contbod ol {
	font-size: 1em;
	list-style-position: outside;
	margin-left: 22px;
	margin-bottom: 15px;
}
#contbod li {
	margin: 0 4px 0 8px;
	padding: 0px;
}
#contbod #jobdescrip {
	display: block;
	margin: 25px 0 0 0;
	padding: 15px;
	width: 90%;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	position: relative;
}
#contbod #jobdescrip h2 {
	margin-top: 0;
}
#contbod #schooldescrip {
	display: block;
	margin: 0;
	padding: 15px 330px 15px 15px;
	/*width: 295px;*/
	background-color: #FFFFFF;
	border: 1px solid #333333;
	position: relative;
	height: 130px;
}
#contbod #schooldescrip img {
	/*height: 155px;
	width: 305px;*/
	position: absolute;
	top: 12px;
	left: 320px;
	/*text-align: center;*/
	margin: 0;
}
#darkleft, #darkleft a:hover, #darkleft:hover {
	background-image: url(images/images/cont_leftvertbg.jpg);
	background-repeat: no-repeat;
	width: 208px;
	position: absolute;
	height: 581px;
	border: none;
	margin-left: -208px;
	margin-top: 0px;
}
		/* Content Table Styles */
#contbod th {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #a88a11;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #333333;
	font-weight: bold;
}
#contbod td {
	padding: 5px;
	border: 1px solid #666666;
	vertical-align: top;
	line-height: 18px;

}
#contbod table {
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	border: none;
}
#contbod table p {
	margin-bottom: 5px;
}
#contbod table a, #contbod table a:hover {
	line-height: 18px;
	border: none;
}

/*Course Listing Section*/

.coursedetails {
	border: 1px solid #6d6d6d;
	display: block;
	width: 600px;
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.coursedetails ul {
	display: block;
	list-style: none;
	font-size: 12px;
}

.coursedetails ul li span {
	font-weight: bold;
}

.coursedetails ul li.top-margin {
	margin-top: 5px;
}

.coursedetails h3 {
	display: block;
	background: #2396da;
	color: #FFF;
	padding: 5px 10px;
	font-size: 12px;
}

.coursedetails h4 {
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: normal;
}

.coursedetails p {
	display: block;
	padding: 10px 0 5px;
	margin: 0 10px;
	font-size: 13px;
}

.coursedetails p.subheading {
	border-bottom: 1px solid #d4d4d4;
	padding: 5px 0 0;
	margin: 0 10px 0;
}

.course-tableleft {
	width: 290px;
	float: left;
	padding: 10px 0 0;
	margin: 0 0 0 10px;
	display: inline;
}

.course-tableright {
	width: 290px;
	float: left;
	padding: 10px 0 0;
	margin: 0 10px 0 0;
	display: inline;
}

.coursedetails ul {
	margin: 0 !important;
}



.clear {
	clear: both;
}

/*News Page*/

.news_post {
	margin-bottom: 35px;
	border-bottom: 1px dashed #CCC;
}


.news_post p.date{
	font-size: .9em;
	margin: 0 0 10px;
	color: #656565;
}

.full_news_post p.date{
	font-size: .9em;
	margin: 0 0 15px;
	color: #656565;
}
.full_news_post p,
.news_post p {
	color: #222;
}

a.arrow_back {
	background: url(/images/arrowback.gif) no-repeat left;
	padding-left: 15px;
}

a.next.arrow_next {
	background: url(/images/arrow.gif) no-repeat right;
	padding-right: 15px;
	float: right;
}




/* Documents Page */

#basic-accordian .accordion_headings {
    font-size: 0.9em;
    padding: 5px 7px;
    background-color: #EEEEEE;
    cursor: pointer;
    margin-bottom: 2px;
    border-right: 2px solid #FFFFFF;

}

#basic-accordian .accordion_headings a {
    text-decoration: none;
    display: block;
    width: 177px;
}

#basic-accordian .accordion_headings:hover {
    background-color: #DDDDDD;
}

#basic-accordian .header_highlight {
    background: #01A4DB url(images/arrow.png) 99% 0 no-repeat;
}

#basic-accordian .header_highlight a {
	 color: #FFFFFF;
}

#basic-accordian .header_highlight:hover {
    background-color: #01A4DB;
}

#basic-accordian table.documents {
    margin-bottom: 2px;
    width: 95%;
}

#basic-accordian  td.document {
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    padding: 10px;
}

#basic-accordian  h5 {
    margin-bottom: 5px;
    margin-left: 50px;
}

#basic-accordian  p {
    margin-bottom: 5px;
    margin-left: 50px;
    font-size: 12px;
}

#basic-accordian img {
    float: left;
}
 
#KT_tngerror label {
	color: #8a1f11 !important;
	padding: 10px;
	display: none !important;	
}

div.error {
	color: #b6271b;
	font-weight: bold; 
	margin-top: 5px;
	padding-bottom: 10px;
}

div.error_msg {
	color: #b6271b;
	font-weight: normal;
	font-size: 12px; 
	margin-top: 5px;
	padding-bottom: 10px;
}




/* RSS Feed Styles */

.feed {
  margin-left: 0px;
  padding: 3px 0 3px 19px;
  background: url("/images/feed-icon-14x14.png") no-repeat left 1px;
  line-height: 1.3em;
}
 .feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 0;
  list-style-type: none;
}

.noext {
	background: none !important;
}


/* survey */

#form-survey div ul li {
	list-style: none;
	margin: 0 0 5px;
}

#form-survey div ol li {
	list-style-type: lower-alpha;
	margin: 0 0 5px;
}

#form-survey div ol li label {
	padding: 0 0 0 0px;
}


#form-survey div ul li.other {
	margin-top: 10px;
}

#form-survey div ol li.other input {
	margin-top: 5px;
}

#form-survey div.half {
	width: 30%;
	float: left;
}

#form-survey div.half label {
	float: left;
}

#form-survey div.half input {
	display: block;
}

#form-survey div.survey {
	display: block;
	margin: 20px 0 ;
}


