/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

img {
	border-style: none;
}

#container {
	width: 759px;
	margin: 0 auto;
	position: relative;
}

#top {
	width: 754px;
	height: 345px;
	background-image: url(images/cell_bg01.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	border-right: 2px solid #ECECEC;
	width: 186px;
	height: 330px;
	text-align: right;
	padding-top: 15px;
}

#navigation p {
	border: 1px solid #ECECEC;
}

#navigation ul li {
	background-image: url(images/bullet01.gif);
	background-position: top right;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 7px 27px 5px 0px;
}

#logo {
	position: relative;
	bottom: 3px;
	left: 14px;
}

#headshot {
	background-image: url(images/headshot_back.gif);
	background-repeat: no-repeat;
	background-position:  188px 0px;
}

#headshot img {
	padding-left: 12px;
}

#bottom {
	width: 754px;
}

#bottom td {
	vertical-align: top;
}

#news {
	width: 196px;
	background-image: url(images/cell_bg02.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
	padding-top: 53px;
}

#about {
	width: 286px;
	background-image: url(images/cell_bg03.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 200px;
}

#about p{
        padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: justify;
}

.about_header {
	font-size: 25px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

#gallery {
	background-image: url(images/cell_bg04.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 261px;
	height: 200px;
	padding-top: 53px;
}

.news_title {
	border-bottom: 1px solid #5B0000;
	text-align: center;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}

.newsContent {
	padding-left: 35px;
	padding-right: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A97848;
}

.content_header {
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-left: 130px;
	padding-bottom: 3px;
}

.contentTitle {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}


.contentCopy {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: justify;
}

.byline {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
}

.info_title {
	font-size: 17px;
	color: #7A512A;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
}

.info_content {
	color: #575757;
	padding-bottom: 0px;
	padding-top: 0px;
	/*padding-left: 10px;*/
	/*margin-right: 10px;*/
}

.dottedBox {
	border: 1px dotted #000000;
	padding: 1px;
	margin-left: 6px;
	margin-right: 6px;
	min-height: 153px;
}

.outlineBox {
	border: 3px solid #A78354;
	background-color: transparent;
	vertical-align: top;
	text-align: center;
	padding: 2px;
	min-height: 153px;
}

.info_describe {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#div_decoration {
	padding: 10px;
}

#floated_img {
	float: left;
}

#info_text {
	padding-left: 100px;
	
}


/* ====================== LINKS ======================*/
A.navLink { text-decoration: none; }
A.navLink:link { color: #E87777; }
A.navLink:active { color: #E87777; }
A.navLink:visited { color: #E87777; }
A.navLink:hover { color: #000000; }

A.copyLink { text-decoration: underline; }
A.copyLink:link { color: #D00000; }
A.copyLink:visited { color: #D00000; }
A.copyLink:active { color: #D00000; }
A.copyLink:hover { color: #000000; }

A.copyLink2 { text-decoration: none; }
A.copyLink2:link { color: #D00000; }
A.copyLink2:visited { color: #D00000; }
A.copyLink2:active { color: #D00000; }
A.copyLink2:hover { color: #000000; }

A.copyLink3 { text-decoration: underline; }
A.copyLink3:link { color: #8C0000; }
A.copyLink3:visited { color: #8C0000; }
A.copyLink3:active { color: #8C0000; }
A.copyLink3:hover { color: #F90000; }

A.moreLink { text-decoration: none; font-size: 12px;}
A.moreLink:link { color: #772020; }
A.moreLink:visited { color: #772020; }
A.moreLink:active { color: #772020; }
A.moreLink:hover { color: #FFFFFF; background-color: #772020; }



/* ====================== END ==========================*/