@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dae5e2;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
}

#container  {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 753px;
	line-height: 1.5em;
} 

#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #F7F4EF;
	background-image: url(images/branding.jpg);
	height: 137px;
	width: 753px;
} 

#nav  {
	padding: 0px;
	margin: 0px;
	height: 25px;
	width: 753px;
	top: 0px;
	line-height: 125%;
}

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}

#mainContent  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

#footer  {
	background-color: #5a3d2d;
	font-size: 9px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#leftcolumn {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 175px;
}

#tab {
	background: url(images/tab.jpg);
	width:500px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	height:32px;
	text-indent:1em;
	line-height:2.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	width:500px;
	background-color: #F4F7F7;
	height: auto;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	margin: 0px;
}

.center {
	text-align:center;
	background-color: #D6E2DF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-size: 11px;
	line-height: 15px;
}

#tab.short {
	background: url(images/tab2.jpg);
	width:175px;
	font-size:13px;
	text-align:center;
	text-indent:0;
	line-height:2.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

span.h3 {
	font-size:12px;
	font-weight:bold;
	color:#d98347;
	background:transparent;
}

#pageheadertitle {
	width:auto;
	margin: 0px;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #232122;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	padding: 5px;
}

#subhead {
	background: #5f9193;
	width:auto;
	margin: 0px;
	margin-top: 10px;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
}

#stafftypebox {
	width:525px;
	margin: 0px;
	height: auto;
	border: 1px none #5f9193;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#staffmemberbox {
	width:505px;
	background-color: #F4F7F7;
	height: 160px;
	font-size: 10px;
	line-height: 1.1em;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	margin: 5px;
}

#staffmemberpic {
	padding:0px;
	width:114px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #232122;
	border-right-color: #232122;
	border-bottom-color: #232122;
	border-left-color: #232122;
	background-color: #FFFFFF;
	height: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#staffmembername {
	width:375px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 125px;
	font-weight: bold;
	color: #674A38;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F4F7F7;
	font-size: 12px;
}

#flash {
	padding:0px;
	width:498px;
	height:150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftcolumn a,
#leftcolumn a:link,
#leftcolumn a:visited {
	font-weight:bold;
	line-height:1.75em;
	font-size:11px;
	text-decoration:none;
	color:#d98347;
}

#leftcolumn a:hover,
#leftcolumn a:active {
	color:#5a3d2d;
}

#mainContent a,
#mainContent a:link,
#mainContent a:visited {
	font-weight:bold;
	color:#d98347;
}

#mainContent a:hover,
#mainContent a:active {
	color:#5a3d2d;
}

#quotebox {
	width:505px;
	background-color: #F4F7F7;
	height: 175px;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	margin: 5px;
}

#quotepic {
	padding:0px;
	width:125px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #232122;
	border-right-color: #232122;
	border-bottom-color: #232122;
	border-left-color: #232122;
	background-color: #FFFFFF;
	height: 170px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: right;
}

#quotename {
	max-width:360px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5f9193;
	border-right-color: #5f9193;
	border-bottom-color: #5f9193;
	border-left-color: #5f9193;
	height: 15px;
	margin-top: 2px;
	margin-right: 125px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	color: #674A38;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 13px;
}

#quote {
	font-style: italic;
	padding-top: 15px;
}

#quotetitle {
	font-weight:bold;
}

#form {
	border: solid #5f9193 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom:10px;
	margin-left: 0px;
	padding: 0px;
	width: 97px;
}

.indent {
	margin: 15px;
}
