@charset "UTF-8";
/* CSS Document */
/* Searchlight Designs */
/* August 2009 */
/* June 2011 */

/*-----------main body style--------------*/

body {
	margin-left: 5%;
	margin-top: 5%;
	background-color: #000000;
}


#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header {
	width: 1000px;
	background-image: url(images/background.jpg);
	height: 200px;
	background-repeat: no-repeat;

}
#header img {
	padding-top: 40px;
	padding-left: 7px;
}

#branding {
	background-image: url(images/business_branding.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

.accent {
	color: #24525c;
}

a {
	color: #d49808;
}

a:hover, a:active {
	color: #24525c;
}

h3 {
	font-size: 13px;
}
h2 {
	font-size: 16px;
	color: #24525c;
}
/*----------- site main navigation syles--------------*/

#navigation {
	height: 30px;
	width: 980px;
	margin: 0px;
	text-align: center;
	padding: 0px 20px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
	color: #d49808;

}
#navigation a:hover, a:active {
	color: #24525c;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li{
	display: inline;
	padding: 2px;
}



/*-----------content styles--------------*/

h1 {
	font-size: 18px;
	color: #24525c;
}

#content {
	float: left;
	width: 800px;

}

#leftcol {
	float: left;
	width: 145px;
	height: 400px;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 35px;
	font-size: 11px;

}

.box_accent {
	background-image: url(images/box_small.jpg);
	background-repeat: no-repeat;
}
#leftcol h2{
	font-size: 18px;
	padding: 5px 5px 5px 12px;
	color: #d49808;
}

#leftcol h3{
	font-size: 11px;
}

#leftcol ol li {
	margin-left: -20px;
	padding-bottom: 10px;
}
.useful_links {
	margin-top: 50px;
}

#text {
	float: left;
	width: 500px;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 30px;
	line-height: 1.5em;
}
#text ul li {
	padding-bottom: 10px;
	list-style-type: square;
}
#text ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#text img {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 5px;
}
.programs {
	width: 200px;
	font-weight: bold;
	text-align: left;
}

/*-----------video --------------*/

.video {
	background-color: #d49808;
	text-align: center;
	padding: 8px 5px;
	border: thin solid #000000;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*-----------services menu--------------*/

table {
	width: 500px;
	font-size: 11px;
}

.service {
	padding: 3px;
}
.service_sec {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.service_sub_sec {
	font-style: italic;
	font-weight: bold;
}

.price{
	text-align: right;
}

caption {
	font-weight: bold;
	font-size: 14px;
	color: #d49808;
	padding-bottom: 10px;
}


/*-----------enrollment form styles--------------*/


#first_name {
	margin-right: 50px;
}

.error {
	font-weight: bold;
	color:#FF0000;
}

/*-----------local navigationsStyles--------------*/


#localnavigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#localnavigation ul li{
	padding: 2px 4px;
}

#localnavigation a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
#localnavigation a:hover {
	color: #24525c;
	text-decoration: underline;
}

body#mission a#navmission,
body#nails a#navnails,
body#cosmetology a#navcosmetology,
body#barber a#navbarber,
body#enrollmentapp a#navenrollmentapp,
body#guestservice a#navguestservice,
body#communityservice a#navcommunityservice {
	color: #24525c;
	font-weight: bold;
}

#rightcol {
	float: right;
	width: 175px;
	margin-right: 0px;

}

#excellence_accent {
	height: 20px;
	background-color: #000000;
	color: #d49808;
	font-size: 18px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#rightcol h3 {
	margin: 0px;
	font-size: 16px;
	padding-top: 3px;
}

#rightcol h4 {
	padding-left: 20px;
}

.student_work {
	color: #FFFFFF;
	background-color: #000000;
	height: 200px;
}

#rightcol h5 {
	padding-left: 10px;
	font-size: 12px;
	margin-top: 0px;
}

/*-----------footer styles--------------*/

#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

