@charset "utf-8";
/* CSS Document */

/* --- GLOBAL --- */
* {
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
}
body {
	font-family: Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../images/bgnd_main_gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #780a18;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding-bottom:15px;
}

/* --- LAYOUT --- */
#wrapper {
	width:1010px !important;
	margin:auto !important;
	position:relative;
}
#shadow-left {
	float:left;
	margin-left:-15px;
	padding-left:15px;
	background-image:url(../images/shadow_side_left.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:1010px;
	height:625px;
}
#shadow-right {
	float:right;
	margin-right:-15px;
	padding-right:15px;
	background-image:url(../images/shadow_side_right.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:1010px;
	height:625px;
}
#header-background {
	background-image: url(../images/bgnd_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:1010px;
	height:132px;
	float:left;
}
h1#logo {
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:457px;
	height:181px;
	z-index:200;
	margin-left: 276px;
	position: absolute;
}
h1#logo a{
	display:block;
	width:457px;
	height:181px;
}
#content {
	width:980px;
	background-color: #FFF;
	margin-left:15px;
	float:left;
}
#home-left {
	margin-left:55px;
	margin-top:25px;
}

/* --- NAVIGATION --- */
#nav {
	float:left;
	position:absolute;
	width:1010px;
	height:43px;
	top:77px;
	list-style-type:none;
}
#nav li {
	float:left;
	height:43px;
}
#nav a {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	overflow:hidden;
}
#nav #nav-services a {
	background-image: url(../images/nav_services.png);
	background-position: left top;
	width:128px;
	height:43px;
	margin-left: 35px;
}
#nav #nav-services a:hover {
	background-image: url(../images/nav_services.png);
	background-position: left bottom;
}
#nav #nav-about-us a {
	background-image: url(../images/nav_about_us.png);
	background-position: left top;
	width:128px;
	height:43px;
	margin-left: 0px;
}
#nav #nav-about-us a:hover {
	background-image: url(../images/nav_about_us.png);
	background-position: left bottom;
}
#nav #nav-faq a {
	background-image: url(../images/nav_faq.png);
	background-position: left top;
	width:128px;
	height:43px;
	margin-left: 428px;
}
#nav #nav-faq a:hover {
	background-image: url(../images/nav_faq.png);
	background-position: left bottom;
}
#nav #nav-contact-us a {
	background-image: url(../images/nav_contact.png);
	background-position: left top;
	width:128px;
	height:43px;
	margin-left: 0px;
}
#nav #nav-contact-us a:hover {
	background-image: url(../images/nav_contact.png);
	background-position: left bottom;
}

/* --- SECTION TITLES --- */
h1#title {
	text-indent:-9999px;
	overflow:hidden;
}
#title-home {
	width:980px;
	height:295px;
	z-index:110;
	margin-left:15px;
	margin-top:-12px;
	background-image: url(../images/header_welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	float:left;
}
#title-services {
	width:980px;
	height:165px;
	z-index:110;
	margin-left:15px;
	margin-top:-12px;
	background-image: url(../images/header_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	float:left;
}
#title-about {
	width:980px;
	height:165px;
	z-index:110;
	margin-left:15px;
	margin-top:-12px;
	background-image: url(../images/header_about_us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	float:left;
}
#title-faq {
	width:980px;
	height:165px;
	z-index:110;
	margin-left:15px;
	margin-top:-12px;
	background-image: url(../images/header_faq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	float:left;
}
#title-contact {
	width:980px;
	height:165px;
	z-index:110;
	margin-left:15px;
	margin-top:-12px;
	background-image: url(../images/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	float:left;
}

/* --- FOOTER --- */
#footer-links {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	letter-spacing: 4px;
	width:100%;
	margin-top: 25px;
	float:left;
}
#footer {
	background-image: url(../images/bgnd_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:940px;
	height:70px;
	position:relative;
	margin-left: 20px;
	margin-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	line-height:14px;
	float:left;
}
#footer a {
	color: #5e5e5e;
}
#footer a:hover {
	text-decoration:underline;
}
#footer-left {
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
	position: absolute;
}
#footer-right {
	margin-left: 623px;
	margin-top: 30px;
	text-align: right;
	position: absolute;
}

/* --- HOME SPECIFIC STYLES --- */
#home-left {
	margin-left:55px;
	margin-top:25px;
	line-height: 27px;
	width:550px;
	float:left;
}
#subhead-our-advantages {
	text-indent:-9999px;
	overflow:hidden;
	width:557px;
	height:60px;
	margin-left:-20px;
	margin-top:30px;
	background-image: url(../images/subheader_our_advantages.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home-bullets {
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.png);
}
#home-right {
	margin-top:25px;
	margin-left:14px;
	float:left;
}

/* --- SERVICES SPECIFIC STYLES --- */
#services-left {
	margin-left:20px;
	margin-top:25px;
	line-height: 27px;
	width:399px;
	float:left;
}
#services-right {
	margin-top:25px;
	margin-left:50px;
	line-height: 21px;
	width:470px;
	float:left;
}
#subhead-training-incentive {
	text-indent:-9999px;
	overflow:hidden;
	width:399px;
	height:161px;
	background-image: url(../images/subheader_training_incentive_structure.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#training-incentive {
	background-image: url(../images/bgnd_services_left_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.png);
	width: 319px;
	padding-right: 37px;
	padding-left: 43px;
}
.training-incentive-bold {
	font-size: 18px;
	font-weight: bold;
	color:#000;
}
#services-left-col-base {
	text-indent:-9999px;
	overflow:hidden;
	width:399px;
	height:219px;
	background-image: url(../images/services_pen_paper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#subhead-eligible-project {
	text-indent:-9999px;
	overflow:hidden;
	width:434px;
	height:77px;
	margin-bottom:22px;
	background-image: url(../images/subheader_training_eligible.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#eligible-project {
	list-style-position: inside;
	list-style-type:none;
}
#eligible-project li {
	padding-bottom: 15px;
}
.eligible-project-bold {
	font-size: 16px;
	font-weight: bold;
	color: #790c1a;
}

/* --- ABOUT US SPECIFIC STYLES --- */
#about-left {
	margin-left:20px;
	margin-top:25px;
	line-height: 27px;
	width:339px;
	float:left;
}
#about-right {
	margin-top:25px;
	margin-left:35px;
	line-height: 21px;
	width:550px;
	float:left;
}
#subhead-proudly-serve {
	text-indent:-9999px;
	overflow:hidden;
	width:339px;
	height:163px;
	background-image: url(../images/subheader_proudly_serve.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#proudly-serve {
	background-image: url(../images/bgnd_about_left_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 259px;
	padding-right: 37px;
	padding-left: 43px;
	color:#000;
}
#proudly-serve p {
	padding-bottom: 15px;
}
.proudly-serve-bold {
	font-size: 18px;
	font-weight: bold;
}
#about-left-col-base {
	text-indent:-9999px;
	overflow:hidden;
	width:339px;
	height:1056px;
	background-image: url(../images/about_logos.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#subhead-service-team {
	text-indent:-9999px;
	overflow:hidden;
	width:439px;
	height:19px;
	background-image: url(../images/subheader_service_team.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom:15px;
}
.about-name {
	font-size: 18px;
	font-weight: bold;
	color: #790c1a;
}
.icon_linked_in a {
	display:block;
	background-image: url(../images/icon_linked_in.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	overflow:hidden;
	width:18px;
	height:18px;
	margin-top:5px;
}
.icon_linked_in a:hover {
	background-image: url(../images/icon_linked_in.png);
	background-position: left bottom;
}
.about-pic {
	float:left;
	margin-right:18px;
}
.about-contact-info {
	margin-top:20px;
}
.divider {
	width:100%;
	height:1px;
	margin-top:12px;
	padding-bottom:27px;
	background-image: url(../images/divider_horz_gray_dash.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* --- FAQ SPECIFIC STYLES --- */
#faq-container {
	margin-left:40px;
	margin-top:25px;
	line-height: 25px;
	width:900px;
	float:left;
}
#faq-container h3 {
	font-size: 18px;
	font-weight: bold;
	color: #790c1a;
}
.divider-subhead {
	width:100%;
	height:1px;
	margin-top:2px;
	padding-bottom:20px;
	background-image: url(../images/divider_horz_gray_dash.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#subhead_state_vs_federal {
	text-indent:-9999px;
	overflow:hidden;
	width:662px;
	height:21px;
	background-image: url(../images/subheader_state_vs_federal_funding.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:25px;
}
#subhead_eligible_training_types {
	text-indent:-9999px;
	overflow:hidden;
	width:662px;
	height:21px;
	background-image: url(../images/subheader_eligible_training_types.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:25px;
	margin-top:35px;
}
.list-faq {
	margin-bottom: 15px;
	margin-left: 50px;
}
#question01, #question02, #question03, #question04, #question05, #question06, #question07, #question08, #question09, #question10 {
	width:100%;
	display:none;
	float:left;
	margin-bottom:15px;
}
#question01 a, #question02 a, #question03 a, #question04 a, #question05 a, #question06 a, #question07 a, #question08 a, #question09 a, #question10 a {
	cursor:pointer;
}
h3 a {
	cursor:pointer;
}

/* --- CONTACT SPECIFIC STYLES --- */
#contact-left {
	margin-left:20px;
	margin-top:25px;
	line-height: 27px;
	width:339px;
	float:left;
}
#contact-right {
	margin-top:25px;
	margin-left:35px;
	line-height: 21px;
	width:550px;
	float:left;
}
#contact-right p {
	float:left;
	width:100%;
}
#subhead-learn-more {
	text-indent:-9999px;
	overflow:hidden;
	width:339px;
	height:165px;
	background-image: url(../images/subheader_learn_more.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#learn-more {
	background-image: url(../images/bgnd_contact_left_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 259px;
	padding-right: 37px;
	padding-left: 43px;
	color:#000;
}
.learn-more-bold {
	font-size: 18px;
	font-weight: bold;
}
.learn-more-bold-maroon {
	font-size: 18px;
	font-weight: bold;
	color:#790c1a;
}
#contact-left-col-base {
	text-indent:-9999px;
	overflow:hidden;
	width:339px;
	height:54px;
	background-image: url(../images/contact_left_col_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#subhead-project-inquiry-form {
	text-indent:-9999px;
	overflow:hidden;
	width:239px;
	height:24px;
	background-image: url(../images/subheader_project_inquiry_form.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:25px;
}
#contactform p {
	float:left;
	clear:left;
	margin-bottom: 10px;
}
#contactform a {
	cursor:pointer;
}
label {
	float:left;
	clear:left;
	margin-bottom: 10px;
	line-height:30px;
	width:385px;
}
#input-name {
	width:244px;
	height:28px;
	border: 1px solid #c1c1c1;
	float:right;
}
#input-title {
	width:244px;
	height:28px;
	border: 1px solid #c1c1c1;
	float:right;
}
#input-company {
	width:244px;
	height:28px;
	border: 1px solid #c1c1c1;
	float:right;
}
#input-phone {
	width:244px;
	height:28px;
	border: 1px solid #c1c1c1;
	float:right;
}
#input-email {
	width:244px;
	height:28px;
	border: 1px solid #c1c1c1;
	float:right;
}
#input-project {
	width:540px;
	height:125px;
	margin-bottom:20px;
}
#input-copy {
	float:right;
	width:15px;
	height:15px;
}
.btn-submit {
	background-image:url(../images/btn_submit.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:transparent;
	width:141px;
	height:28px;
	border:0px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.btn-submit:hover {
	background-image:url(../images/btn_submit.png);
	background-position:left bottom;
}
.error {
	color:red;
	clear:both;
}
#example_text {
	width:100%;
	display:none;
	float:left;
	margin-bottom:30px;
	font-style: italic;
}
