/* links */
a:link,a:visited
{
	color:#000;
	text-decoration:none;
}

a:hover,a:active
{
	text-decoration:none;
}
/* end links */

/* general */
body
{
	margin:0;
	padding:0;
	background: #fff url('images/body_bg.png') repeat-x 0 0;
	font-family: Tahoma, 'Trebuchet MS', Courier, Arial, Sans-Serif;
	font-size:100%;
	text-align:center;
}

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

h1,h2,h3,h4,ul,ol,p
{
	margin:0;
	padding:0;
}

ul
{
	list-style:none;
}
/* end general */

/* sidebar */
#sidebar
{
	width:354px;
	float:left;
	background: #fff;
}

#sidebar ul
{
	font-size:100%;
	font-family: 'Myriad Pro',Tahoma, 'Trebuchet MS', Courier, Arial, Sans-Serif;
	text-transform:uppercase;
}

#sidebar ul li
{
	margin:0 0 7px 0;
	padding:0;
	height: 92px;
	background: #ff9900;
}
#sidebar ul li.navitem
{
	background: #ff9900 url('images/anchor_bg.png') no-repeat left bottom !important;
	background: #ff9900 url('images/anchor_bg.gif') no-repeat left bottom;
}
#sidebar ul li.navitem a
{
color:#000;
	background: url('images/li_bg.png') no-repeat 0 50% !important;
	background: url('images/li_bg.gif') no-repeat 0 50%;
}
#sidebar ul li.navred
{
	background: #fa0f0f url('images/anchor_bg.png') no-repeat left bottom !important;
	background: #fa0f0f url('images/anchor_bg.gif') no-repeat left bottom;
}
#sidebar ul li.navred a
{
color:#fff;
	background: url('images/lired_bg.png') no-repeat 0 50% !important;
	background: url('images/lired_bg.gif') no-repeat 0 50%;
}
#sidebar ul li.home
{
	position:relative;
	height:357px;
	background: url('images/li_home_bg.jpg') no-repeat 0 0;
}

#sidebar ul li a
{
	display:block;
	line-height:92px;
	font-weight:bold;
	text-indent:20px;
	margin-left:20px;
}

#sidebar ul li.home a
{
	display:block;
	position:absolute;
	width:100%;
	line-height:357px;
	color:#fff;
	font-weight:bold;
	bottom:0;
}

#sidebar ul li.home a span
{
	position:relative;
	left:2px;
	top:150px;
}
/* end sidebar */

/* header */
#header
{
	height:386px;
	width:646px;
	background: url('images/header_bg.png') no-repeat 0 0;
	float:right;
}

#header h1
{
	text-indent: -9000px;
}
/* end header */

/* content */
#content
{
	margin:0;
	padding:0 52px 0 69px;
	width:525px;
	min-height:550px;
	height:auto !important;
	height:550px;
	background: #fff url('images/content_bg.png') no-repeat 0 0;
	float:right;
}

#content h2
{
	position:relative;
	right:25px;
	font-size:120%;
	text-indent:25px;
	color: #f21e1e;
}

#content h2.target
{
	background: url('images/li_bg.png') no-repeat 0 50% !important;
	background: url('images/li_bg.gif') no-repeat 0 50%;
}

#content h2.bottomMargin
{
	margin:0 0 12px 0;
}

#content img.right
{
	float:right;
	padding-left:18px;
}

#content p
{
	font-size:80%;
	margin-bottom:12px;
}

#content ul
{
	font-size:80%;
	list-style-type:disc;
}

#content ul li
{
	padding-bottom:10px;
}

#content .quote
{
	text-align:center;
	font-style:italic;
}

#content h2.parentsHead
{
	font-size:80%;
	text-decoration:underline;
}

#content h2.smaller
{
	font-size:95%;
}
/* end content */

/* footer */
#footer
{
	padding-top:35px;
	height:89px;
	clear:both;
}

#footer .copyInfo
{
	font-size:75%;
	float:left;
}

#footer .footerMenu
{
	text-transform:uppercase;
	font-size:75%;
	float:right;
}

.footerMenu li
{
	height:13px;
	padding-right:4px;
	padding-left:4px;
	display:inline;
	border-right: 1px solid black;
}

.footerMenu li.last
{
	border:none;
}
/* end footer */

/* contact page */
form
{
	margin:0;
	padding:0;
}

label
{
	font-size:90%;
	font-weight:bold;
	display:block;
}

input
{
	display:block;
	margin-bottom:5px;
}

#responses p
{
	color:red;
}

.map
{
	position:relative;
	left:250px;
	bottom:140px;
}

.map img
{
	border:1px solid black;
}

p.locInfo
{
	position:relative;
	left:250px;
	bottom:360px;
	width:275px;
}
/* end contact form */
