/**
City English Language Studies Global Stylesheet
**/

.oldbrowsers {
	display: none;
}

.graphics {
	border: 0px;
}

body {
	padding: 0px;
	background-color: #ebebeb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	text-decoration: none;
}

p {
	line-height: 16px;
	padding: 0px 0px 0px 0px;
}

h1 {
	margin-top: 0px;
	font-size: 18px;
	color: #e95800;
}

h2 {
	margin: 0px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
}

h3 {
	margin-top: 0px;
	font-size: 13px;
	color: #444444;
}

h4 {
	margin-top: 0px;
	font-size: 13px;
	color: #e95800;
	font-weight: bold;
}

h5 {
	margin: 0px;
	font-size: 13px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.sidetext {
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}

#masthead {
	width: 718px;
	height: 96px;
	background-repeat: no-repeat;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}

#box {
	border: 1px solid #b0b0b0;
	background-color: #fff;
	padding: 8px;
}

#slogan {
	width: 718px;
	background-image:  url(../images/Blurb.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 16px;
	margin-bottom: 40px;
	padding: 0px;
	margin-top: 30px;
}

#focus {
	width: 718px;
	margin: 0px 0px 20px;
	padding: 0px;
}

#focus #sidebar {
	float: left;
	padding: 7px 6px 0px;
	margin: 0px;
	width: 206px;
}

#focus #content {
	margin: 0px;
	float: left;
	width: 482px;
	padding: 6px 0px 6px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}

html>body #focus #content {
	margin: 0px 2px 0px 10px;
	width: 452px;
	padding: 8px 8px 8px 20px;
}

#footer {
	clear: both;
	width: 718px;
	padding: 3px 0px 0px;
	border-top: 1px solid #e5e5e5;
	line-height: 20px;
	text-align: center;
	margin: 0px;
}

html>body #footer {
	width: 714px;
}

#footer .content {
	padding-top: 5px;
	height: 24px;
	text-align: center;
	color: #B0B0B0;
}

html>body #footer .content {
	height: 22px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

html>body #footer a:link, #footer a:visited {
	border-bottom: 1px dotted #e3e3e3;
}

#footer a:hover, #footer a:active {
	color: #000000;
	border-bottom: 1px solid #242424;
	text-decoration: none;
}

html>body #footer a:hover, #footer a:active {
	border-bottom: 1px dotted #242424;
}

#content a:link, #content a:visited {
	color:#FF9900;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

html>body #content a:link, #content a:visited {
	border-bottom: 1px dotted #e3e3e3;
}

#content a:hover, #content a:active {
	color: #000000;
	border-bottom: 1px solid #242424;
	text-decoration: none;
}

html>body #content a:hover, #content a:active {
	border-bottom: 1px dotted #242424;
}

#sidebar a:link, #sidebar a:visited {
	color: #2B62D7;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover, #sidebar a:active {
	color: #999999;
	text-decoration: none;
}

html>body #sidebar a:hover, #sidebar a:active {
}

.NavMainID {
	clear: both;
	float: left;
	height: 75px;
	width: 718px;
	background-image:  url("../images/celsLogo.png");
	background-repeat: no-repeat;
}

.NavLeftSpacer {
	background-image:  url("../images/Nav_LeftSpace.png");
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 72px;
}

.NavCorner {
	background-image:  url("../images/Nav_cnr.png");
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 13px;
}

.NavShort a:link, .NavShort a:visited, .NavShort a:active {
	background-image:  url("../images/Nav_Short.png");
	background-repeat: no-repeat;
	height: 21px;
	width: 80px;
	text-align: center;
	float: left;
	padding-top: 3.25px;
}

.NavShort a.current:active, .NavShort a.current:link {
	background-image:  url("../images/nav_short_over.png");
	background-repeat: no-repeat;
}

.NavLong a:link, .NavLong a:visited, .NavLong a:active {
	float: left;
	height: 21px;
	width: 131px;
	text-align: center;
	padding-top: 3.25px;
	background-image:  url("../images/Nav_Long.png");
	background-repeat: no-repeat;
}

.NavLong a.current:active, .NavLong a.current:link {
	background-image:  url("../images/nav_long_over.png");
	background-repeat: no-repeat;
}

form {
	margin-top: 20px;
}

.formField {
	padding: 2px;
	width: 300px;
	border: 1px solid #929194;
}

.formFieldSubmit {
	width: 80px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: 2px solid #929194;
}

#formArea {
	text-align: left;
}

#formSubmit {
	float: left;
	width: 80px;
}

#Date {
	font-size: 10px;
	float: left;
	padding-left: 5px;
	margin: 0px;
}
