* {
font-size:12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ECECEC;
	background-image: url(../imgs/bg.jpg);
	color: #27475A;
	background-repeat: repeat-x;
	height: 100%;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 762px;
	float: none;
}

#main_admin {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	float: none;
}

#top {
	background-image: url(../imgs/top.jpg);
	height: 121px;
	width: 762px;
}
#top_admin {
	background-image: url(../imgs/top_admin.jpg);
	height: 121px;
	width: 1000px;
}

#number {
font-size:18px;
}
#nav {
	width: 737px;
	height: 32px;
	background:url(../imgs/nav_bg.jpg);
	text-align:left;
	padding-left: 20px;
	padding-right:5px;
	padding-top:12px;
	color:#34b7f6;
}

#nav_admin {
	width: 975px;
	height: 32px;
	background:url(../imgs/nav_bg_admin.jpg);
	text-align:left;
	padding-left: 20px;
	padding-right:5px;
	padding-top:12px;
	color:#34b7f6;
}

#nav_osc {
	width: 762px;
	height: 32px;
	background:url(../imgs/nav_bg.jpg);
	text-align:left;
	padding-left: 0;
	padding-right:0;
	padding-top:12px;
	color:#34b7f6;
	margin:0 0 0 0;
}

#nav a:link, #nav_osc a:link, #nav_admin a:link {
font-size:13px;
color:#686c6b;
text-decoration:none;
font-variant:small-caps;
font-weight:bold;
margin:0px 6px 0 6px;
}

#nav a:visited, #nav_osc a:visited, #nav_admin a:visited {
font-size:13px;
color:#686c6b;
text-decoration:none;
font-variant:small-caps;
font-weight:bold;
margin:0px 6px 0 6px;
}

#nav a:active, #nav_osc a:active, #nav_admin a:active {
font-size:13px;
color:#686c6b;
text-decoration:none;
font-variant:small-caps;
font-weight:bold;
margin:0px 6px 0 6px;
}

#nav a:hover, #nav_osc a:hover, #nav_admin a:hover {
color:#363373;
}

#search {
float:right;
margin-right:10px;
margin-top:0;
}

#search_form {
margin:0;
padding:0;
}

.search_button {
background-color:#b0d0df;
border:1px #4f778a solid;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
cursor:pointer;
}

.search_input {
background-color:#ffffff;
border:1px #4f778a solid;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
padding:1px 3px;
margin:0;
}


#dropmenudiv{
position:absolute;
font-family:Arial;
font-size:10px;
z-index:100;
padding:0px;
margin-top:9px;
margin-left:-10px;
width:130px;
border:#ffffff 1px solid;
border-top:0px;
}


#dropmenudiv a:link{
display: block;
text-decoration: none;
font-variant:normal;
font-weight:normal;
padding:2px 0px 2px 8px;
margin:0;
font-size:11px;
color:#686c6b;
}
#dropmenudiv a:visited{
display: block;
text-decoration: none;
font-variant:normal;
font-weight:normal;
padding:2px 0px 2px 8px;
margin:0;
font-size:11px;
color:#686c6b;
}
#dropmenudiv a:active{
display: block;
text-decoration: none;
font-variant:normal;
font-weight:normal;
padding:2px 0px 2px 8px;
margin:0;
font-size:11px;
color:#686c6b;
}

#dropmenudiv a:hover {
background-color:#b0d0df;
}



#stable {
	float: left;
	height: 540px;
	width: 256px;
	overflow: hidden;
	background-image: url(../imgs/flash-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 6px;
}
#home_right {
	background-image: url(../imgs/right_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 710px;
	width: 498px;
}
.home_text a:link, a:visited, a:active, a:hover {
	color: #27475A;
	text-decoration: underline;
}

.info_box_inst {
background:url(../imgs/instructors_bg.jpg);
width:455px;
height:189px;
margin:19px auto 0 auto;
}

.info_box_stud {
background:url(../imgs/students_bg.jpg);
width:455px;
height:189px;
margin:8px auto 0 auto;
}

.info_box_text {
color:#2e2e2e;
font-size:11px;
height:140px;
margin:10px 10px 10px 230px;
text-align:left;
}

.info_box_text p {
margin:auto 0;
}

.info_box_head {
font-size:17px;
font-weight:bold;
text-align:center;
margin:10px 0 0 0;;
}

.pagetitle {
font-size:17px;
font-weight:bold;
text-align:left;
margin:0 0 0 0;;
}

.test_div {
width:762px;
margin:0 auto;
background:url(../imgs/test_bg.jpg);
clear:both;
}

.test_box {
width:704px;
height:94px;
background:url(../imgs/test_box.jpg);
margin:13px auto 12px auto;
font-size:10px;
padding-left:10px
}

.test_box p {
width:215px;
margin:3px 5px 0 10px;
font-size:10px;
float:left;
color:#555555;
}

.test_head {
font-size:13px;
font-weight:bold;
margin:5px 0 0 10px;;
}


.content_small {
background-color:#ddeaf2;
margin:19px auto 0 auto;
width:455px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.content_small_pad {
margin:10px;
}


#footer {
	background-image: url(../imgs/footer-bg.jpg);
	height: 98px;
	width: 762px;
	text-align: center;
	font-size: 11px;
	color: #3B6C88;
	padding-top: 20px;
	background-repeat: no-repeat;
	line-height: 16px;
	clear: both;
}

#footer_admin {
	background-image: url(../imgs/footer-bg_admin.jpg);
	height: 98px;
	width: 1000px;
	text-align: center;
	font-size: 11px;
	color: #3B6C88;
	padding-top: 20px;
	background-repeat: no-repeat;
	line-height: 16px;
	clear: both;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#footer a:link, a:visited, a:active {
	color: #3B6C88;
	text-decoration: none;
}
#footer a:hover, #content a:hover {
	color: #27475A;
	text-decoration: underline;
}
#contentwrap {
background:url(../imgs/content_bg_stretch.jpg);
width:762px;
}

#contentwrap_admin {
background:url(../imgs/content_bg_stretch_admin.jpg);
width:1000px;
}

#content {
min-height:415px;
background-image:url(../imgs/content_bg.jpg);
background-repeat:no-repeat;
width:762px;
}
#content_admin {
min-height:415px;
background-image:url(../imgs/content_bg_admin.jpg);
background-repeat:no-repeat;
width:1000px;
}

#content_2cols {
min-height:415px;
background-image:url(../imgs/inst_bg_stretch.jpg);
width:762px;
}

/*ADMIN---------------------------------------------------------------------------------------------------------*/
#content_2cols_admin {
min-height:415px;
background-image:url(../imgs/inst_bg_stretch_admin.jpg);
width:1000px;
}

#inst_left_wrap {
background-image:url(../imgs/inst_left_bg_stretch.jpg);
background-repeat: repeat-y;
/*float:left;*/
width:194px;
}

#inst_left {
height:415px;
background-image:url(../imgs/inst_left_bg.jpg);
background-repeat:no-repeat;
width:194px;
margin:0 0 0 0;
padding:0 0 0 0;
}

#inst_right_wrap {
background-image:url(../imgs/inst_right_bg_stretch.jpg);
background-repeat: repeat-y;
/*float:left;*/
width:568px;
}

#inst_right {
height:415px;
background-image:url(../imgs/inst_right_bg.jpg);
background-repeat:no-repeat;
width:568px;
margin:0 0 0 0;
padding:0 0 0 0;
}

#inst_right_content {
margin:20px;
}

/*ADMIN-----------------------------------------------------------------------------------------------------------*/
#inst_right_admin {
height:415px;
background-image:url(../imgs/inst_right_bg_admin.jpg);
background-repeat:no-repeat;
width:806px;
margin:0 0 0 0;
padding:0 0 0 0;
}


#inst_menu {
width:157px;
margin:14px 0 0 20px;
}

#inst_menu a:link {
font-size:11px;
text-decoration:none;
color: #27475A;
}

#inst_menu a:visited {
font-size:11px;
text-decoration:none;
color: #27475A;
}

#inst_menu a:active {
font-size:11px;
text-decoration:none;
color: #27475A;
}

#inst_menu a:hover {
text-decoration:underline;
color:#000099;
font-size:11px;
}

#inst_menu p {
margin-top:0px;
margin-bottom:3px;
}



.content_box {
background-color:#ddeaf2;
margin:13px auto 0 auto;
width:721px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#content a:link, a:visited, a:active, a:hover {
	color: #3B6C88;
	text-decoration: none;
}

#content p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#left {
	float: left;
	width: 194px;
	padding-top: 20px;
}
#left strong {
	font-weight: bold;
	color: #3A9ED2;
}

#left li {
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	display: block;
	padding-bottom: 10px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	color: #3B6C88;
}
#left ul {
	padding-top: 40px;
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}
#left a {
	color: #3B6C88;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}

#left a:hover {
	color: #27475A;
	text-decoration: underline;
}
#left .services {
	background: url(../imgs/services.jpg) no-repeat;
	height: 225px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.home_text {
	font-size: 11px;
	width: 200px;
	padding-left: 26px;
	padding-top: 70px;
	line-height: 22px;
	text-align: left;
	height: 230px;
}
.view {
	background-color: #FFFFFF;
	width: 491px;
	height: 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #8E9BB0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #B5BDCC;
}
.launch {
	display: inline;
	margin-left: 0px;
}
.number {
	border: 1px solid #8E9BB0;
	text-align: center;
	width: 15px;
	height: 10px;
	font-weight: normal;
	display: block;
	margin-right: 5px;
	line-height: 15px;
	padding: 1px;
	float: left;
}
#content ul {
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content li {
	margin: 0px;
	padding: 0px;
}
.container {
	background-image: url(../imgs/content-bg.jpg);
	background-repeat: repeat;
	height: 100%;
	float: left;
	width: 762px;
}
#header {
	height: 93px;
	width: 762px;
	overflow: hidden;
	float: left;
}
img {
	border: 0;
}
.launch img {
	margin-left: 240px;
	border: 0;
}

.home_projects {
	padding-top: 40px;
	padding-left: 26px;
	width: 210px;
}
.home_projects img {
	padding-right: 3px;
	border: 0;
}
#left .company {
	background: url(../imgs/company.jpg) no-repeat;
	height: 208px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#left .contact {
	background: url(../imgs/contact.jpg) no-repeat;
	height: 168px;
	width: 129px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	font-size: 11px;
	line-height: 15px;
	padding-top: 40px;
	padding-left: 20px;
}
#left .cities {


	background-image: url(../imgs/cities.jpg);
	height: 208px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#left .portfolio {
	background-image: url(../imgs/portfolio.jpg);
	height: 208px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#projects {
	background-color: #FFFFFF;
	width: 486px;
	height: 20px;
	margin-bottom: 10px;
	text-align: left;
	color: #8E9BB0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 20px;
	text-decoration: none;
	border: 1px solid #B5BDCC;
}
#content .hr {
	padding-top: 10px;
	padding-bottom: 5px;
}

#projects img {
	padding-right: 5px;
	border: 0;
}

#content a.link:visited, #content a.link:active, #content a.link:link {color: #3B6C88; text-decoration: none; cursor: text;}
#content a.link:hover  {color: #3B6C88; text-decoration: none; cursor: text;}

h1 {
	color: #086ca0;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: .08em;
	margin: 0 0 15px;
}
#content h1 a.link:visited,
#content h1 a.link:active,
#content h1 a.link:link {
	color: #086ca0;
}
#footer p.blurb {
	width: 575px;
	margin: 0 auto;
	color: #3B6C88;
	font-size: 11px;
}
hr.divide {
	width: 300px;
	margin: 10px auto;
	color: #3B6C88;
	text-align: center;
	border: 0;
	border-bottom: 1px #3B6C88 solid;
}

.error
{
	color:red;
}
.req
{
	color:red;
}
.success
{
	color:green;
}

#content_padding {
margin:0px 0px; padding:20px 30px 0px 30px;}

#page_title {
margin:0px 0px; padding:0px 0px 15px 0px;}


.home_fix {
padding:20px;
}

.home_fix a:link {
color:#0000FF;
font-size:12px;
text-decoration:none;
}

.home_fix a:visited {
color:#0000FF;
font-size:12px;
text-decoration:none;
}

.home_fix a:active {
color:#0000FF;
font-size:12px;
text-decoration:none;
}

.home_fix a:hover {
color: #000099;
font-size:12px;
text-decoration: underline;
}

.2colpad {
margin:20px;
}


#experiences {
background:url(../imgs/experience_bg.jpg);
width:720px;
margin:0;
padding:20px;
padding-bottom:0px;
clear:both;
overflow: hidden;
}

#experiences p {
/*width:215px;*/
margin:3px 5px 0 10px;
font-size:13px;
float:left;
color:#555555;
}

#experiences p a {
text-decoration: none;
}

.test_name {
font-style: italic;
font-size: 12px;
}

.test_credit {
font-size: 12px;
}

#experiences_bottom {
background:url(../imgs/experience_bottom_bg.jpg);
width:762px;
margin:0;
padding:0;
clear:both;
height:28px;
}

#testimonials {
font-size:12px;
color:#555555;
}

.nav_normaltext  {
font-variant:normal;
font-weight:bold;
padding:2px 0px 2px 8px;
margin:0;
font-size:11px;
color:#686c6b;
 }
 
.stable_title {
font-size:14px;
}

.page_sub_head {
	font-weight: bolder;
	text-transform:uppercase;
}

.italic_text {
	font-style: italic;
}

.caption {
	font-size: 9px;
}

.bold_text {
	font-weight: bold;
}

.stable_table {
border:#3a3637 2px solid;
}
.photos_left {
	padding-right: 12px;
}
.footnotes {
	font-size: 9px;
}
