/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	color:#000;
	background-color:#fff;
	
}
a
{
	text-decoration:none;
	
}
*{
	margin: 0;
	padding: 0;
}

#logo{
	height:123px;
	width:92px;
	background-image:url(../images/arch.jpg);
	float:left;
}

#banner{
	height:40px;
	width:708px;
	float:left;
	background-color:#660000;
	color:#fff;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

#flash{
	width:708px;
	height:83px;
	float:left;

}

.bigLetter{
	font-size:35px;
}

#navcontainer{
	height:20px;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #660000;
	color: #fff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

#navcontainer ul li { 
	display: inline; 

}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #660000;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	width:75px;
	text-align:center;
}

#navcontainer ul li a:hover
{
	background-color: #000;
	color: #fff;
}

#mainContent{
	/*clear:both;*/
	font-family:Arial, Helvetica, sans-serif;
 	border-left:2px solid #660000;
  	border-right:2px solid #660000;
	height:auto;
	padding:10px 10px 0px 10px;
	text-align:left;
}
#mainContent ul{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	padding-left:0px;
}
#mainContent ol{
font-family: arial, helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
	padding-left:0px;
}
#pageTitle{
	width:auto;
	font-size:28px;
	height:30px;
	text-align:center;
	color:#660000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	background-color:#CCCCCC;
	border-left:2px solid #660000;
	border-right:2px solid #660000;
	clear:both;
}

/*LOCATION PAGE*/

.locationPics{
	height:auto;
	width:310px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.locationPics img{
	border: 2px solid #660000;
	margin-bottom:20px;
}

#location{
	margin-top:20px;
	width:350px;
	margin-right:15px;
	float:right;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	right: 225px;
	bottom: 150px;

}
p 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

p a:link{
	color:#660000;
}

p a:hover{
	color:#000;
}

h1{

	text-align:center;
	font-size: 2.5em;
/*
	background-color:#990000;
	border: 1px solid #FF0000;
*/
	color:#660000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}

h2{
	color:#660000;
	font-size: 1.3em;
/*
	background-color:#990000;
	border: 1px solid #FF0000;
	padding: 5px 10px;
	letter-spacing: .05em;
*/
}

h3{
	color: #000000;
	font-size: 1em;
	margin-top: 3px;
	text-align:center;
}
h3 strong{
	color: #990033;
	font-size: 1.2em;
}



#wrapper{
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top:10px;
}
.blanklocation {
	height: 275px;
	width: 250px;
}

.blnk{
	height: 150px;
	width: 250px;
}

#footer {
	clear: both;
	height:20px;
	width:inherit;
	background-color:#660000;
	color:#fff;
	text-align:center;
}
.locationcontainer {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.applybutton {
	height: 25px;
	width: 100px;
	background-image:url(../images/apply.png);
}
.applybutton:hover {
	
	background-image:url(../images/apply_hover.png);
}
horsepicbottom {
	width:300px;
	right: auto;
}

