/* Bowman Carriages CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#e6e5e1;
	margin:0;
}

/* FONTS */

p,.content {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
	color:#000000;
	margin:0px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.5em;
	color:#346e23;
	margin:0;
	padding:0;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.5em;
	color:#346e23;
	margin:0;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
	color:#346e23;
	margin:0;
}

ul#eventList {
   list-style-type:none;
}

ul#eventList li {
color:#000000;
font-family:"Times New Roman",Times,serif;
font-size:14px;
line-height:1.5em;
font-weight:bold;
margin:0;
}


/* ID TAGS */

#mainContainer {
	width:950px;
	margin: 0 auto 0 auto;
	position:relative;
}

#logo-nav {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:194px;
}

#logo {
	width:950px;
	height:128px;
	text-indent:-999em;
	margin:0;
	padding:0;
}

#navBar {
	width:950px;
	height:50px;
	text-align:center;
}

#photo-large {
	background-image:url(images/photo-large.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:339px;
}

#threePhotos {
	position:absolute;
	left: 663px;
	top: 123px;
}

#content {
	width:950px;
	margin:60px 0 0 0;
	padding:0;
}

#contentLeft {
	width:574px;
	padding:0 15px 0 15px;
	float:left;
}

#contentRight {
	float:left;
	padding:0 15px 0 15px; 
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding:10px 15px 0 15px;
	margin: 0 auto 0 auto;
	width:920px;
	height:66px;
	clear:both;
}

#footer p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#5c6572;
}

#leftText {
	float:left;
	clear:both;
}

#rightText {
	float:right;
}

/* LINKS */

#navBar a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#346e23;
	text-decoration:none;
}

#navBar a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#346e23;
	text-decoration:none;
}

#navBar a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#346e23;
	text-decoration:none;
}

#navBar a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#003300;
	text-decoration:none;
}

ul#nav {
	list-style-type:none;
}

ul#nav li {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#346e23;
	text-decoration:none;
	padding:0 10px 0 0;
}

ul#nav li a {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#346e23;
	text-decoration:none;
	padding:0 10px 0 0;
}

#boxes {
	width:547px;

}

#boxTops {
	background:url(images/topBoxes.jpg) no-repeat;
	width:547px;
	height:13px;
	margin:0;
	padding:0;
}

#boxMiddles {
	background:url(images/contentBoxes.jpg) repeat-y;
	width:547px;
	margin:0;
	padding:0;
}

#leftBox{
	width:245px;
	float:left;
	margin:0;
	padding:0 5px 0 10px;
}

#rightBox {
	width:245px;
	float:right;
	margin:0;
	padding:0 20px 0 5px;
}

#boxBottoms {
	background:url(images/bottomBoxes.jpg) no-repeat;
	width:547px;
	height:16px;
}

#bottomBox {
	width:547px;
	margin:0;
	padding:0;
}

#bottomBoxTop {
	background:url(images/topLongBox.jpg) no-repeat;
	width:547px;
	height:13px;
	margin:0;
	padding:0;
}

#bottomBoxMiddle {
	background:url(images/contentLongBox.jpg) repeat-y;
	width:537px;
	margin:0;
	padding:0 5px 0 10px;
}

#bottomBoxBottom {
	background:url(images/bottomLongBox.jpg) no-repeat;
	width:547px;
	height:16px;
	margin:0;
	padding:0;
}

#footer a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#5c6572;
	text-decoration:none;
}

#footer a:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#5c6572;
	text-decoration:none;
}

#footer a:active {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#5c6572;
	text-decoration:none;
}

#footer a:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#5c6572;
	text-decoration:underline;
}

