@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	border: 0;
	margin: 0;	
}

p, a, h1, h2, li{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}



h1 {
	font-size:18px;
}


ul li span {
	font-weight:bold;
}


.right_pane ul {
	list-style: disc outside none;
	padding-left: 15px;
}

.right_pane ul li {
	padding: 3px 0;
}

.right_pane p {
	padding: 10px 0;
}

.right_pane h1 {
	padding: 20px 0;
	font-size:18px;
}

.right_pane h2 {
	padding: 10px 0;
	font-size:14px;
}

.right_pane table {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
}

.right_pane table th {
	font-weight: bold;
}

body {
	background: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

#body_bottom {
	background: url(../images/bg_footer.jpg) top repeat-x;
	padding-bottom: 25px;
}

#main {
	width: 1000px; /*1032*/
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 1000px;
	height: auto;
	float: left;
}

.header_top {
	width: 982px;
	height: auto;
	float: left;
	padding-top: 30px;
/*	padding-left: 30px;
	padding-right: 20px;*/
}

.logo {
	width: 234px;
	height: 49px;
	float: left;
}

.phone_number {
	width: 154px;
	height: 21px;
	float: right;
	margin-top: -10px;
}

.splash {
	background-image: url(../images/bg_splash.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 174px;
	float: left;
}

.splash img {
	width: 1000px;
	height: 159px;
	margin-top: 6px;
	float: left;
}

#content {
	width: 1000px;
	height: auto;
	float: left;
	margin-top: 21px;
	*margin-top: 10px;
	_margin-top: 10px;
}

.sidebar {
	width: 368px;
	height: auto;
	float: left;
	margin-left: 30px;
	*margin-left: 10px;
	_margin-left: 10px;
}
* html .sidebar {
	margin-left: 6px;
}

.online_application, .our_programs, .contact_us {
	width: 363px;
	height: auto;
	border: 1px solid #e2e5f2;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}

.header_side {
	margin-left: -5px;
	margin-top: 5px;
}

.online_application p, .our_programs p, .contact_us p {
	height:auto;
	margin:5px auto 15px;
	width:320px;
	text-align: justify;
}

.contact_us input {
	border: 1px solid #ababab;
	margin-bottom: 5px;
	float: right;
}

.submit_button {
	background-image: url(../images/bg_submit.jpg);
	background-repeat: no-repeat;
	width: 62px;
	height: 24px;
	float: right;
}



.right_pane, .right_pane_home {
	width: 590px;
	height: auto;
	float: left;
	margin-left: 6px; /*30*/
}
* html .right_pane, * html .right_pane_home {
/*	width: 584px;*/
	margin-left: 6px;
}

.about, .vendors {
	width: 590px;
	height: auto;
	float: left; 
}

.about p {
	margin-top: 5px;
	margin-left: 5px;
	float:left;
	text-align:justify;
	width:360px;
}

.about img, .vendors img {
	float: left;
}

.vendors p {
	width: 590px;
	margin-top: 5px;
	float: left;
	height: auto;
	margin-bottom: 20px; 
	text-align: justify;
}

.vendors ul {
	margin-left: 90px;
	margin-top: -20px;
	float: left;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	
	width: 1000px;
	height: 56px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	
}

#footer p {
	margin-top: 15px;
	float: right;
	color: #ffffff;
	text-align: right;
}

ul.footer_menu {
	margin-top: 15px;
	margin-left: 30px;
	width: 300px;
	float: left;
}

.footer_menu li {
	list-style: none;
	display: inline;
	color: #ffffff;
}

.footer_menu a {
	color: #ffffff;
	text-decoration: none;
}

.footer_menu a:hover {
	font-weight: bold;
}

.navigation {
	width: 530px;
	height: 33px;
	float: right;
	margin-top: -16px;
	_margin-top: -19px;
}

.navigation li {
	margin-left: 5px;
	list-style: none;
	display: inline;
}

/*---added 03.03.09---*/
.feature {
	width: 90%;
	margin: 0px auto;
	border: 2px solid #3C3C3C;
}
.feature h2 {
	display: block;
	padding: 7px 0px 7px 10px;
	background: #3C3C3C;
	color: #fff;
}
.feature ul {
	margin: 0px;
	padding: 10px;
}
.feature li {
	display: block;
	padding: 0px 0px 0px 10px;
}
.feature span {
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.right_pane a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.right_pane a:hover {
	color: #8BB6D6;
}

/*---TABLES----*/
.table1 {
	border: 2px solid #3F3F3F;
	border-collapse:collapse;
	width:100%;
}
.table1 td {
	background: #fff;
	padding:3px;
	border: 1px solid #fff;
}
.table1 th {
	text-align:center;
	border: 1px solid #fff;
}
.table1 thead th {
	color:#fff;
	font-size:125%;
	background: #3F3F3F;
	padding: 10px 6px;
}
.table1 tbody th {
	color:#fff;
	font-size:115%;
	background: #88b8db;
	padding: 6px;
}
.table1 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #efefef;
	padding: 6px;
	text-align: left;
}

.online_app_form {
	height:auto;
}

.online_app_form form{
	margin-left: 30px;
	margin-bottom: 30px;
	width: 560px;
	height: auto;
}

.online_app_form p {
		width: 160px;
		line-height: 0;
}

.online_app_form input, select {
	border: 1px solid #000000;
}

.online_app_form span {
	font-size: 18px;
	color:#ff0000;
}
