@charset "UTF-8";
/* CSS Document */





body {
	text-align:center;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:100%; margin:3em; 
	background-color: #333;
	}

#header {
	width: 800px; 
	height:100px; 
	background:url(images/SerenityBridge.jpg) 0 0 no-repeat;
	position:relative; 
	margin: 0 auto;
	}

#menu {
	position:relative;
	}

#mainContent {
		background-color: #609;
		border-radius: 15px;
		width:960px;
		overflow: auto;
		overflow:hidden;
		padding: 10px;
		
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		border: 2px solid #666;
		}
		
.shadow {
		width:968px;
		margin-left:auto;
		margin-right:auto;
		-moz-box-shadow: 3px 3px 7px #000;
		-webkit-box-shadow: 3px 3px 7px #000;
		box-shadow: 3px 3px 4px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    	}

.shadow { background-color: #ccc; }

#content {
	width:600px;
	float:left;
	padding: 0px 5px 0px 5px;
	position:relative;
	}
		
		
		
		
		
td {padding:3px;}

.imgfloat {
	float:right;
	position:absolute;
	margin-left:850px;
	margin-top:-230px;
}

.container {position:relative; padding: 10px 10px 10px 10px; background-color:#909;}

a {
	color: #FFF;
}

p {font-family: "Times New Roman"; font-size: 130%;color: #fff;}

.p label{color: white;}

.paragraph1 {padding: 10px 10px 10px 10px; background-color:#55a0e4; color:#609;}

.header1 {color:#fff;}

h2 {
	font-family: cursive;
	color:purple; 
	padding: 5px; 
	background: #55a0e4;
	}

a:hover {color: green; font-weight:bold;}

#sidebar1 {float: left; margin-left: 9%; width: 10%; background: #93F; padding: 15px 7px 0px 7px; border-right: double;}
	
#sidebar2 {float: right; position: relative; margin-right: 8%; width: 10%; url(images/side-jewels.png); padding: 15px 7px 0px 7px;}


#personal{background: #f1a629; color: white; font-size: 90%; padding-top: .2em; left: 20px;}

.form-field {margin-bottom:5px;}

            
.form-field label{float:left;width:80px;} 


#checkbox{background: #6fc3c1; color: black; padding-top: 3px; left: 20px;}

#textarea{background: #aed673; color: blue; padding-top: 3px; left: 50px;}

.heading{background: #9781b7; color: white; padding: 10px; font-size:18px; width: 170px; border:2px outset #DED983;}

#frame{width="100%" height="600";}

/* FOOTER */
#footer{ 
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	border-radius: 15px;
	border:2px solid black;
	background:#e8b4b5;
	}
	
#footer p {
	padding: 10px 0 0 0; 
	font:10px/16px Tahoma, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	text-align:center; 
	color:#cecece;
	}
	
#footer p a {
	font:10px/16px Tahoma, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	color:#cecece; 
	text-decoration:none;
	padding: 0 5px;
	}


/*
body {margin:0; padding:5px; font:11px Verdana,Arial}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:450px; height:450px; padding:2px; border:1px solid #ccc; background:#fff}
#information {position:absolute; bottom:0; width:450px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:450px; height:450px;}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(http://www.lifebridgehealth.org/images/slideshow/left.gif) left center no-repeat}
#imgnext {right:0; background:url(http://www.lifebridgehealth.org/images/slideshow/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(http://www.lifebridgehealth.org/images/slideshow/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(http://www.lifebridgehealth.org/images/slideshow/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(http://www.lifebridgehealth.org/images/slideshow/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:450px; margin-left:5px; height:120px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

*/