/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Yahoo Reset Done */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
	margin-top: 18px;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #3D3D3D;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}

ul {
	list-style-type: none;
}

ol {
}

a {
	color: #6C9100;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #79BA08;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	width: 900px;
	height: 280px;
	margin-top: 20px;
	_margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headerbg #focusDefault {
	background-image: url(/images/focus-05.jpg);
	height: 280px;
	width: 900px;
}
#headerbg #focusDefault h1 {
	color: #FFFFFF;
	padding-top: 215px;
	padding-left: 260px;
	font-size: 3.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#headerbg #focusDefault h2 {
	color: #FFFFFF;
	padding-top: 215px;
	padding-left: 260px;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h1.focusCustom {
	color: #FFFFFF;
	padding-top: 215px;
	padding-left: 260px;
	font-size: 3.4em;
	font-family: Arial, Helvetica, sans-serif;
}


/* Logo */

#logo {
	float: left;
	margin-top: 30px;
	width: 335px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(images/img04.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #629906;
	letter-spacing: 0em;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}
#page #content ol {
	list-style-type: decimal;
	margin-left: 50px;
	margin-top: -10px;
	margin-bottom: 20px;
}
#page #content #latest-post ul {
	margin-left: 40px;
	list-style-type: disc;
	margin-top: -10px;
	margin-bottom: 12px;
	line-height: 1.8em;
}
#page #content h3 {
	margin-bottom: 14px;
	font-size: 1.7em;
	letter-spacing: -1px;
}

#page #content a.button2 {
	background: #ecd721;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #361306;
	/*clear: left;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	line-height: normal;
	display:clear;
/*	overflow: auto;*/
	float: none;
	width:150px;

}

#latest-post {
	float: left;
	width: 570px;
	line-height: 25px;
	font-size: 12px;
	display: inline;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#page #content #latest-post em {
	font-style: italic;
}

#page #content #latest-post #coursesOffered {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 20px;
}
#page #content #latest-post #coursesOffered ul {
	margin-top: 8px;
	font-size: 0.9em;
	line-height: 1.4em;
	list-style-type: none;
	margin-left: 0px;
}
#page #content #latest-post #coursesOffered li {
	background-image: url(/images/li.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-bottom: 10px;
}

#page #content #latest-post #coursesOffered p {
	width: 230px;
}
#page  #content  #latest-post  #coursesOffered  .coursersOfferedLeft {
	width: 265px;
	display: block;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-decoration: none;
	color: #333;
}
#page  #content  #latest-post  #coursesOffered  .coursersOfferedright {
	float: right;
	width: 280px;
	text-decoration: none;
	color: #333;
}

#page #content #latest-post #coursesOffered a.coursersOfferedLeft:hover, #page #content #latest-post #coursesOffered a.coursersOfferedright:hover {
	background:none;
	color:#A5C03B;
}
#page #content #latest-post #courseOffered002 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#page #content #latest-post #courseOffered002 #courseOffered002Right h2 {
	line-height: normal;
}
#page #content #latest-post #courseOffered002 #courseOffered002Left {
	float: left;
	width: 380px;
}
#page #content #latest-post #courseOffered002 #courseOffered002Right {
	width: 170px;
	float: right;
	font-size: 0.9em;
}
#page #content #latest-post #courseOffered002 #courseOffered002Left #course {
	padding-left: 110px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: normal;
	min-height: 100px;
	_height:100px;
}
#page #content #latest-post #courseOffered002 #courseOffered002Left #course h2 {
	color: #36752B;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#page #content #latest-post #courseOffered002 #courseOffered002Left #course ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#page #content #latest-post #courseOffered002 #courseOffered002Left #course li {
	background-image: url(/images/li.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 0px 4px;
	line-height: 1.3em;
	margin-bottom: 6px;
}
#page #content #latest-post #courseOffered002 #courseOffered002Left #course em {
	font-size: 0.9em;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.3em;
	font-style: normal;
}



#page #content #latest-post #courseOffered003 {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #CCCCCC;
	line-height: normal;
	margin-bottom: 10px;
}
#page  #content  #latest-post  #courseOffered003  .courseOffered003Left {
	float: left;
	width: 160px;
	padding: 10px;
}
#page #content #latest-post #courseOffered003 h1 {
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-color: #36752B;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(/images/head-leaf.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#page  #content  #latest-post  #courseOffered003  .courseOffered003Right {
	padding: 10px;
	float: left;
	width: 160px;
}
#page   #content   #latest-post   #courseOffered003   a:link, #page #content #latest-post #courseOffered003 a:visited, #page #content #latest-post #courseOffered003 a:active  {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #666666;
}
#page   #content   #latest-post   #courseOffered003  a:hover {
	border: 1px solid #36752B;
	background-color: #FFFFFF;
	color: #666666;
}




#page   #content   #latest-post   #courseOffered003 .class2 a:link, #page #content #latest-post #courseOffered003 .class2 a:visited, #page #content #latest-post #courseOffered003 .class2 a:active  {


}
#page   #content   #latest-post   #courseOffered003 .class2  a:hover {
}



#page #content #latest-post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
#page #content #latest-post #enrollForm .plan {
	font-size: 1.7em;
	font-weight: normal;
}

#page #content #latest-post h4 {
	color: #36752B;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
}

#page #content #latest-post p {
	padding-bottom: 18px;
	line-height: 1.4em;
}
#page #content #latest-post strong {
	font-weight: bold;
}
#latest-post #enrollForm {
	padding-bottom: 40px;
	padding-top: 20px;
}
#latest-post #enrollForm li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#latest-post #enrollForm label {
	padding-left: 26px;
}
#page #content #latest-post #enrollForm .submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-left: 60px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}





#latest-post #studentLogin {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 12px;
}
#page #content #latest-post #warning {
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	line-height: normal;
	clear: both;
	overflow: hidden;
	float: none;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
#page #content #latest-post #warning ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 0.9em;
	clear: both;
}
#page #content #latest-post #warning li {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#page #content #latest-post #col2 {
	width: 250px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}
#page #content #latest-post #col2 li {
	line-height: normal;
	margin-bottom: 10px;
}
.greenText {
	color: #16AD14;
}
#page #content #latest-post .greenJobs3Col {
	width: 170px;
	float: left;
	font-size: 0.8em;
	margin-right: 12px;
}
#page #content #latest-post .greenJobs3Col strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color: #77B229;
	font-weight: normal;
	letter-spacing: -1px;
	display: block;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-left: 30px;
	background-image: url(/images/icon-leaf.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#page #content #latest-post #greenJobsForm {
	font-size: 1em;
	line-height: normal;
}
#page #content #latest-post #greenJobsForm h1 {
	color: #4E9604;
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
#page #content #latest-post #greenJobsForm label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0 0 0;
}
#page #content #latest-post #greenJobsForm .gjFormSelfInfo {
	float: left;
	width: 260px;
}
#page #content #latest-post #greenJobsForm .gjFormCompanyInfo {
	float: right;
	width: 260px;
}
#page #content #latest-post #form #greenJobsForm #submit {
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#page #content #latest-post #form #greenJobsForm .gjFormCompanyInfo input, #page #content #latest-post #form #greenJobsForm .gjFormSelfInfo input  {
	width: 100%;
	padding: 3px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	background-image: url(/images/bg-input.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
#page #content #latest-post #form #greenJobsForm select {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(/images/bg-input.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
#page #content #latest-post #table3 {
	background-image: url(/images/table3-bg.png);
	background-repeat: repeat-y;
	width: 560px;
	margin-bottom: 30px;
}
#page #content #latest-post #table3 .table3Body {
	background-image: url(/images/table3-hd.png);
	background-repeat: no-repeat;
	padding: 20px;
}
#page #content #latest-post #table3 .table3Body h1 {
	color: #539608;
	padding-bottom: 20px;
	font-weight: normal;
}
#page #content #latest-post #table3 .table3Body ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#page #content #latest-post #table3 .table3Body li {
	float: left;
	width: 100px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 5px;
	line-height: normal;
	height: 30px;
	border: 1px solid #EAEAEA;
}


#page #content #latest-post #table3 code {
	background-image: url(/images/table3-ft.png);
	background-repeat: no-repeat;
	display: block;
	height: 4px;
	background-position: center bottom;
}
#page #content #latest-post #table4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 0.9em;
}

#page #content #latest-post #table4 th {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#page #content #latest-post #table4 td {
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-top: 8px;
}
#page #content #latest-post #table4 tr:hover {
	color: #333333;
	background-color: #FFFFFF;
}


















#recent-posts {
	float: right;
	width: 250px;
	line-height: 18px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
	display: inline;
}

#recent-posts .entry {
display: inline;
}

#recent-posts .entry a.button {
	background: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
	display:block;
	clear: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	width: 200px;
	overflow: auto;
	float: none;
}
#recent-posts .post .entry ul {
	padding-left: 30px;
	padding-top: 6px;
}
#recent-posts .post .entry li {
	list-style-type: disc;
}


#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}
#recent-posts h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#recent-posts #cta em {
	font-size: 3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 6px;
}
#recent-posts #cta span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: normal;
	font-weight: bold;
}
#recent-posts #cta .small {
	font-size: 1em;
	padding-bottom: 6px;
	padding-top: 4px;
	color: #CCCCCC;
}
#recent-posts a.imageLink:hover {
	background-image: none;
	background-color: #F4F4F4;
}

#page #content #recent-posts #facts li {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #D5F5AC;
	border: 1px dashed #AAEB5A;
}
#page #content #recent-posts #facts strong {
	font-size: 1.8em;
	display: block;
	letter-spacing: -1px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#recent-posts #quickLinks {
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	line-height: normal;
}
#recent-posts #quickLinks ul {
	padding-left: 10px;
}
#recent-posts #quickLinks ul li {
	font-size: 1.2em;
	padding-bottom: 4px;
}
#page #content #recent-posts #quickLinks li ul {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#recent-posts #quickLinks strong {
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
}
#page  #content  #recent-posts  .post  .formExistingUsers  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#page #content #recent-posts .post .formExistingUsers label {
	display: block;
	font-weight: bold;
}
#page  #content  #recent-posts  .post  .formExistingUsers  input.inputExistingUsers {
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	background-image: url(/images/bg-input.jpg);
	border: 1px solid #999999;
}


.greenJobsList01 li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.greenJobsList01 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #406d94;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background-image: url(/images/icon-check.png);
	background-repeat: no-repeat;
	background-position: left center;
}






a.blueButton {
	height: 31px;
	width: 183px;
	display: block;
	background-image: url(/images/bt-off.png);
	background-repeat: no-repeat;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -1px;
	padding-left: 20px;
	padding-top: 17px;
	text-decoration: none;
}
a.blueButton:hover {
	height: 31px;
	width: 183px;
	display: block;
	background-image: url(/images/bt-on.png);
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 17px;
}



.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #6699CC;
}

.post .entry {
	margin: 0 auto 20px 0;
	padding: 0 auto 5px 0;
	clear:both;
	overflow:hidden;
	display: inline;
	/* border-bottom: #9C9C9C 1px dashed; */

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	color: #CCCCCC;
	padding: 10px 0 0 0;
	background-color: #333333;
}
#sidebar strong {
	font-weight: bold;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 400px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar span {
	display: block;
	padding: 4px 0 0 16px;
}

#page #content #recent-posts #cta {
	background-color: #1D83A9;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
#cta h2 {
	color: #1D83A9;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5BBEE3;
	padding: 12px;
	background-color: #C5E8F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5BBEE3;
	border-right-color: #5BBEE3;
	border-left-color: #5BBEE3;
}
#cta ul {
	padding: 0px;
	list-style-type: none;
	margin: 0 0 20px 0;
}
#cta li {
	margin-bottom: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-color: #239ECD;
	border-bottom-width: 1px;
}
#cta strong {
	font-weight: normal;
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
}


/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}


/* Slider CSS: SATRT */

#slider1 {
	width: 900px; /* important to be same as image width */
	height: 280px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 900px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image blockquote {
    font-size: 15px;
	color:#FFFFFF;
	padding:12px 0 0 12px;
	margin:0;
	background-image:none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 17px;
	letter-spacing: -1px;
}
.left {
	top: 0;
    left: 0;
	width: 240px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 140px !important;
	height: 280px;
}
/* Landing Page CSS */

.Landing_Page table {
	width: 540px;
}
.Landing_Page span {
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.Landing_Page td {
	padding: 6px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.Landing_Page .LPOneBox {
	width: 400px;
}
.Landing_Page .LPComments {
	width: 400px;
	height: 140px;
}
.Landing_Page .LPZip {
	width: 80px;
}
.Landing_Page .LPZip4{
	width: 310px;
}
.Landing_Page .LPCourses {
	width: 400px;
}
.Landing_Page .LPPhone {
	width: 330px;
	_width: 340px;
}
.Landing_Page .LPPhoneExt {
	width: 45px;
}
.Landing_Page .LPSubmitButton {
	font-size: 16px;
	padding: 20px 30px;
}
.Landing_Page #lpForm_lblSecondPageHeader {
	line-height: normal;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
}
.Landing_Page #lpForm_LPLBL_1, .Landing_Page #lpForm_LPLBL_2, .Landing_Page #lpForm_LPLBL_3, .Landing_Page #lpForm_LPLBL_4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.Landing_Page #lpForm_LP_1, .Landing_Page #lpForm_LP_2, .Landing_Page #lpForm_LP_3, .Landing_Page #lpForm_LP_4 {
	width: 100%;
	margin-bottom: 24px;
}



a.noHover, a.noHover:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #fff;
}
.tiny {
	font-size: 0.8em;
	line-height: normal;
}
a.noHoverGrey, a.noHoverGrey:hover {
	background-color: #F4F4F4;
}
