/* Primary CSS styles for yourspaceadoption.com; continuous media */
/* ©2007 Brushfire Media | 207.221.6122 | www.brushfiremedia.com*/

/*GENERAL TYPOGRAPHY*/
h1{
	margin-top: 0;
	padding-top: 15px;
	color: #ff0000;
	text-align: right;
	border-bottom: 1px solid;
	line-height: 1.2em;
	font-size: 225%;
	}

h2{
	font-size: 115%;
	color: #ff0000;
	margin-top: 2.2em;
	}

h3{
	font-size: 105%;
	font-style: italic;
	}

a{
	color: #1a3a7b;
	}

a:hover{
	color: #ff0000;
	}

/*Alternate colors*/
.orange{color: #ff9000;}
.green{color: #5de73d;}
.cyan{color: #3dd5e7;}
.magenta{color: #e73d91;}
.yellow{color: #fcff00;}
.darkblue{color: #1a3a7b;}
.red{color: #ff0000;}

/*LAYOUT AND SPECIALTY TYPOGRAPHY*/
body {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		font-size: 76%;
		font-family:   Verdana, sans-serif; 
		line-height: 1.8em;
        text-align: center; 
		background: #f1f1f1;
        }
	
#pageWrap {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	text-align:left;
	width: 735px;
}		

#flash{
	margin: 0 0 0 280px;
	padding: 20px 0 0 0;
	}

#header{
	}

#tertiaryNav{
	width: 735px;
	height: 76px;
	background: url('/assets/img/hd01.gif') no-repeat;
	margin: 0; padding: 0;
	}

#tertiaryNav ul{
	float: right;
	padding: 25px 0 0 0;
	}

#tertiaryNav li{
	display: block;
	float: left;
	list-style: none;
	padding-left: 5px;
	}

#tertiaryNav li.first{border-right: 1px solid; padding-right: 5px;}	

#tertiaryNav a{
	text-decoration: none;
	}
	
#headMain{
	width: 735px;
	height: 98px;
	background: url('/assets/img/hd02.gif') no-repeat;
	margin: 0; padding: 0;
	}

#mainBody{
	background: url('/assets/img/bg.gif') repeat-y;
	}

#mainBodyGlobe{
	background: url('/assets/img/bd01.gif') no-repeat;
	}	
	
#clear{clear: both;} /*used with empty div to force mainBody with background image to fill all the way to footer*/	

/*Primary Navigation Styles*/	
#nav {
	float: left;
	width: 156px;
	margin: 70px 0 0 33px;
	background: #1a3a7b;
	}
		
#nav ul{
	margin: 10px 2px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 1px 0 0 0;
}
	
#nav li a{
	display: block;
	margin-bottom: 1px;
	padding: 10px 5px;
	line-height: 1.2em;
	font-weight: bold;
	
	}

#nav li{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
li.o a{background: #ff9000; color: #fff; text-decoration: none;}
li.o a:hover{background: #fff; color: #ff9000; text-decoration: none;}
li.r a{background: #ff0000; color: #fff; text-decoration: none;}
li.r a:hover{background: #fff; color: #ff0000; text-decoration: none;}
li.c a{background: #3dd5e7; color: #fff; text-decoration: none;}
li.c a:hover{background: #fff; color: #3dd5e7; text-decoration: none;}
li.m a{background: #e73d91; color: #fff; text-decoration: none;}
li.m a:hover{background: #fff; color: #e73d91; text-decoration: none;}
li.g a{background: #5de73d; color: #fff; text-decoration: none;}
li.g a:hover{background: #fff; color: #5de73d; text-decoration: none;}	

/*End primary nav styles*/

#content {
	margin-left: 189px;
	padding-left: 15px;
	padding-right: 15px;
	background: url('/assets/img/bd02.gif') no-repeat;
}

/*Photos with captions styles*/
.family img, .staff img{
	float: left;
	margin-right: 15px;}

.familyClear{clear: right; border: 1px solid blue;}

.familyPhotoClear{clear: both;} 

.familyPhoto, .familyPhotoRight {
	text-align: center;
	font-style: italic;
	width: 250px;
	float: left;
	margin: 1.7em 0 2em 0;
	}

.familyPhotoRight{float: right;}	

.familyPhoto img{float: none;}

.familyPhoto p, .familyPhotoRight p{
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.2em;
	}	
	
/*end photos styles*/

#headerMain{
}

#footer{
	clear: both;
	font-size: 75%;
	line-height: 1.2em;
	color: #fff;
	margin: 10px 550px 10px 38px;
	padding-bottom: 1px;
	}	

#footer a{color: #fff;}

/*FORMS STYLES*/

fieldset {
	border: 1px solid black;
	}

legend{
	font-weight: bold;
	color: #ff0000;
	}	

form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div label{
  display: block;
  float: left;
  width: 200px;
  padding: 0;
  margin: 0 15px .5em 0;
  text-align: right;
	}

label.required{
	font-weight: bold;
	}

form div.large_input p{margin-top: 0; padding-top: 0;}

form div.large_input {
	margin: 0; padding: 0;
	margin-left: 215px;
	clear: none;
	}	

/*END FORMS*/

.left {float: left;}

.matched{
	color: red;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2em;
	}	