/* colors

purple #5a59a3
orange #ff9900
blue-green #019cb3

end: colors */





html
{
font-family: Trebuchet MS, arial, univers, sans-serif;
font-size: 12px;
color: #000000;
}

body
{
margin: 0px 0px 0px 0px;
background-image: url("../images/bg_pattern.gif");
background-repeat: repeat;
background-color: #0090c0;
text-align: center;
}

#container
{
width: 900px;
text-align: center;
margin: 0px auto 0px auto;
background-color: #ffffff;
/*border-width: 0px 1px 0px 1px;
border-style: solid;
border-color: #ffffff;*/
}

a:link {color: #5a59a3; text-decoration: underline;}
a:visited {color: #5a59a3; text-decoration: underline;}
a:hover {color: #5a59a3; text-decoration: none;}
a:active {color: #5a59a3; text-decoration: underline;}

h1
{
font-size: 150%;
color: #019cb3;
}

h2
{
margin-top: 30px;
margin-bottom: 0px;
font-size: 125%;
color: #5a59a3;
padding-bottom: 2px;
border-bottom: 1px solid #c0c0c0;
}

h3 {
	font-size: 115%;
}

#content_area address {
	margin: 0 0 1em 2em;
	font-style: normal;
}

#content_area p.indent {
	margin-left: 2em;
}

#content_area p.noMarginTopBot {
	margin: 0 0 0 2em;
}

#content_area table tbody tr td.right_column ul {
	list-style-type: none;
	line-height: 1.5;
}

#staff h2 {
	margin: 0 0 .25em;
	padding-bottom: 0;
	border: 0;
	}
	
#staff h3 {
	margin: 0 0 .25em;
	padding-bottom: 0;
	border: 0;
	font-size: 100%;
	}
	
#staff p {
	margin: 0 0 1em;
	padding: 0;
	}

p
{
line-height: 1.4em;
}

/* Remove from code when content is provided */
.missing {
color: red;
font-weight: bold;
font-style: italic;
font-size: 1.2em;
}

.missing:after {
content: " missing content";
}
/* === */


/* top area */
#top
{
width: 898px;
height: 151px;
text-align: left;
margin: 0px auto 0px auto;
background-image: url("../images/top_bg.jpg");
background-repeat: no-repeat;
background-position: top left;
}

#logo
{
float: left;
width: 160px;
margin: 5px 10px 0px 30px;
}

#top_text
{
float: left;
width: 290px;
margin: 5px 10px 0px 30px;
}
/* end: top area */





/* content area */
#content_area
{
width: 898px;
text-align: left;
margin: 0px auto 0px auto;
}


td.left_column
{
width: 200px;
background-color: #878eaa;
background-image: url("../images/side_photo.jpg");
background-repeat: no-repeat;
background-position: 0px 215px;
}

td.right_column
{
width: auto;
height: 700px;
padding: 10px 20px 20px 20px;
border-left: 1px solid #ffffff;
background-image: url("../images/content_area_bg.jpg");
background-repeat: repeat-x;
background-position: top left;
}

/* end: content area */





/* naviagtion */

#nav
{
font-weight: bold;
font-size: 11px;
color: #4a4993;
}

#nav ul
{
border-top: 1px solid #ffffff;
list-style: none;
padding: 0px;
margin: 0px;
}

#nav li
{
border-bottom: 1px solid #ffffff;
}

#nav li a
{
display: block;
background-color: #ff9900;
padding: 4px 8px 4px 8px;
color: #4a4993;
}

#nav li a:link 
{
color: #4a4993; text-decoration: none;
}

#nav li a:visited 
{
color: #4a4993; text-decoration: none;
}

#nav li a:hover 
{
display: block;
background-color: #019cb3;
padding: 4px 8px 4px 8px;
color: #ffffff; 
text-decoration: none;
}

#nav li a:active 
{
color: #4a4993; text-decoration: none;
}


/* end: naviagtion */




#side_photo
{

}


#separator
{
width: 100%;
height: 10px;
border-top: 1px solid #ffffff;
background-color: #5a59a3;
}

#footer
{
text-align: left;
width: 898px;
padding: 20px 0px 20px 0px;
}

/* @group mainColumn and Table Styles */

#mainColumn table {
	width: 95%;
	border-collapse: collapse;
	margin: 0 0 .5em;
	border: none;
	font-size: 85%;
}


#mainColumn th {
	background: #878eaa;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: .25em;
	font-size: 150%;
}

#mainColumn td {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: .5em;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainColumn td.last {
	width: 150px;
	font-weight: bold;
	background: #e7e7e7;
	border-bottom: 1px solid #ccc;
}

#mainColumn td.col1 {
	width: 150px;
	font-weight: bold;
	background: #e7e7e7;
	border-bottom: 1px solid #fff;
}

#mainColumn th.col1 {
	width: 150px;
	font-weight: bold;
	background-color: #878eaa;
	border-bottom: 1px solid #fff;

}

#mainColumn table.schedule td {
background: #e7e7e7;
}

#mainColumn table.schedule td.col1 {
	width: 300px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

#mainColumn table.schedule .last {
	font-weight: normal;
}

#mainColumn table.schedule th.col1 {
	width: 300px;
}

#mainColumn table.inside {
	width: 100%;
}

#mainColumn table.inside td {
	border-right: none;
}

#mainColumn table.no_border {
	width: 550px;
	border-collapse: collapse;
	margin: 0 1em 2em 1em;
	border: none;
}

#mainColumn table.no_border td {
	border: none;
}

#mainColumn {
width: 95%
}

#mainColumn ul li, #mainColumn ol li {
margin-bottom: .5em;
}

#mainColumn table.form th {
background:#e7e7e7;
width: 175px;
color: #333;
font-size: 110%;
}


/* @end */


/* Form Styles
-------------------------------------------------------- */
form {
	text-align: center;
width: 75%;
border: 1px solid #878eaa;
}
form fieldset {
	border: none;
	padding: 0 10px 5px 10px;
margin-bottom: .5em;
}
form fieldset.info {
	padding-bottom: 4px;
}
form fieldset.info p {
	text-align: left;
}
form legend {
	color: #5a59a3;
	font-weight: bold;
	
}
form p {
	margin: 0.5em 0;
}
form label {
	clear: both;
	float: left;
	margin: 0;
	width: 9em;
}
form input.txt,
form textarea {
	border: 1px solid #878eaac;
}
form fieldset.message textarea {
	height: 150px;
	width: 406px;
	margin: 5px 0;
}
form input.txt {
	float: left;
	width: 298px;
}
form span.req {
	background: transparent;
	color: #c00;
	font-weight: bold;
	}
	
/* Special Admittance Form */

#frmSpecialAdmittance, #frmBudget {
	width: 100%
}
	
#frmSpecialAdmittance input.txt, #frmBudget input.txt {
	float: left;
	width: 75px;
	margin-left: 1em;
}
form#frmSpecialAdmittance  {
	
}
#frmSpecialAdmittance label, #frmBudget label {
	float: left;
	width: 100px;
}

#frmSpecialAdmittance input.txtLong  {
	float: left;
	width: 200px;
}

#frmSpecialAdmittance input.checkBox  {
	float: left;
}

#frmSpecialAdmittance .info2 label  {
	float: left;
	width: 250px;
	text-align:left;
	margin-left: 1em;
	font-weight: bold;
}

#frmSpecialAdmittance fieldset {
	padding: 10px 0 0 0;
}

#frmBudget fieldset {
	padding: 1px 0 0;
}


#frmSpecialAdmittance legend, #frmBudget legend {
	display: none;
}

#mainColumn #frmSpecialAdmittance .col1, #mainColumn #frmBudget .col1 {
	width: 150px;
	background: none;
	border: none;
}

#mainColumn table.genericForm td {
	border: none;
}

#mainColumn table.genericForm tr {
	border: none;
	border-bottom: 1px solid #ccc;
}

#mainColumn table.genericForm {
	width: 100%;
}

#mainColumn #frmBudget table {
margin-bottom: 0;
}

#mainColumn #frmBudget th {
font-weight: bold;
color: #000;
font-size: 130%;
background:#e7e7e7;
}

/* subnav */

#subnav {
	border-bottom: 1px solid #5a59a3;
	border-top: 1px solid #5a59a3;
	padding: .25em 0;
	margin-bottom: .5em;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 .25em 0;
}
#subnav li {
	float: left;
	padding-right: 5px;
	margin: 0 .25em 0;
	border-right: 1px solid #5a59a3;
}

/* Prevents display issue in IE */
#subnav a {
white-space: nowrap;
}


/* @end */

	
	/* @end */
	
/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* to remove the extra spacing in Safari and Firefox */

.c\learfix:after { line-height: 0; }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */	

/* @end */
