/*
CSS for Meshach's Carpenters Web Site
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 0.5em;
	margin: 0.5em;
	border : 0px solid navy;
}

#navigation {
	background-color: #e2edff;
	/*font-weight: bold;*/
	color: navy;
	width: 200px;
	height: 800px;
	padding-left:.2em;
	/*border: 1px solid navy;*/
}

#right_nav {
	background-color: #7da5d8;
	font-weight: bold;
	color: navy;
	width: 180px;
	height: 800px;
	

}


h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
	background:navy url(../images/american_flag_flying.jpg) repeat-y right;
}


li {
	font-size: small;
}

h2 {
	color: navy;
	font-size: 130%;
	text-align: center;
	font-weight: normal;
	padding-top: 15px;
	
}


h3 {
	color: navy;
	font-size: 100%;
	font-weight: normal;
	padding-top: 15px;
	padding-left: .4em;
	text-align: center;
}



p {
	font-size: small;
	color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}



#fdswatermark{
	
	background-image: url(../images/meshachs008001.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: bottom center;
	padding: 10px;
	padding-right: 10px;
}




a {
	font-weight: bold;
	color: black;
}

a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: navy;
}


a:hover {
	text-decoraton: none;
	color: grey;
	/*background-color: navy;*/
}

a:active {
	color: aqua;
	background-color: navy;
}

em {
	text-transform: uppercase;
}


/* This area defines the table data  */

td	{
	border:1px solid navy; padding:0.2em;
	font-size:small;
}

table {
	
	border-collapse:collapse;border:1px solid black;
	text-align:center;
}

th	{
	text-align:left;background:navy; color:white; padding:0.2em;
}





.divborder {
	border-bottom: 2px solid blue;
}

/*
The section below deals with the position of items
on the screen. It uses absolute positioning
*/

#navigation, #right_nav, #bodycontent, #header{
	position: absolute;
}

#navigation, #right_nav,#bodycontent {
	/* top: 9.2em;  */
	top: 145px;
}
#navigation {
	left: 0px;
	top: 12em;
}

#right_nav {
	right: 10px;

	
}

#bodycontent {
	top: 180px;
	left: 180px;
	right: 200px;
	margin: 1em;
	text-align: center;

}



#header {
	border-top: 3px solid #7da5d8;
	left: 0px;
	width: 99%;
	top: 3px;
}
