/* Internal style sheets for lobal Service Corps website
Created on December 1, 2006
Version 1
Copyright Maiya Holliday 2006*/

/* ------------------------ Start of Element ----------------------------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#CCCCCC;
	margin: 0px auto;
	text-align:center;
	width: 800px;
	

}	
h1, h2, h3, h4, h5, h6, p, form, span {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:normal;
	line-height: 1.25em;
	font-size: 28px;
	font-variant: normal;
}

h2 {
	font-weight:normal;
	line-height: 1.25em;
	font-size: 24px;
}

h3 {
	font-weight:normal;
	line-height: 1.25em;
	font-size: 18px;
}

h4 {
	font-weight:normal;
	line-height: 1.25em;
	font-size: 14px;
}

h5 {
	font-weight:bold;
	line-height: 1.25em;
	font-size: 11px;

}

p {
	font-weight: normal;
	line-height:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;

}
ul {
	margin-top: 10px;
	margin-left: 30px;
	}
blockquote {
	padding: 10px 30px;


/*------ Start link styles -------*/
}
/*denotes color of the links*/
a:link, a:visited {
	color: #003399;
	}
 /*change color of links (applied to default/in body text) when moused over here*/
a:hover, a:focus {
	color: #0066CC;
}
	
/* --------------- Start Layout ---------------*/


#container {
	background-color:#cc6600;
	text-align: center;
	border: 2px, solid, #ff0000;
	float: left;

	}
#TopNav {
	width: 800px;
	height: 110px;
	background-color: #CC6600;
	float: left;
}
#Nav {
	padding-top: 40px;

	}
#id1-PhotoBar {
	width:800px;
	height:170px;
	background-color: #CC6600;
	z-index: 3;
	float: left;
	margin-top: 0px;
	display: block;
}

#MainText {
	margin-left: 0px;
	width:800px;
	background:background-color #cc6600;
	top: 263px;
	background-color: #CC6600;
	padding-bottom: 20px;
	left: 0px;
	float: left;

	
}
#MainTextTextOnly {
	width: 560px;
	margin: 40px auto;


}


	
#Footer {
	align: right;
	padding-top: 10px;
/*------------------Start  Styles -----------------------------------------------------------*/
} ul.inline {
	display: inline;
	list-style:none;
	margin: 0px;
} li.inline {
	display: inline;
	list-style:none;
	margin: 0px;
	
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#663300;
	text-align: left;
	line-height: 1.4em;
	}
p.MainText {
	margin-top: 6px;
	}
.MainTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	}

.MainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#663300;
	text-align: left;
	}
.MainTextBrown a:link,.MainTextBrown a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#663300;
	text-align: left;
		}
.MainTextBrown a:hover,.MainTextBrown a:active   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	}
.BrownHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	text-align:left;
}
#ContactEmeryville {
	text-align:left;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}
#ContactLakeCounty  {
	text-align:center;
	margin-left: 65px;
	margin-right: 0px;
	float: left;
	
}
.AttorneyPhoto {
	margin-right: 6px;
	
	}
#TempLeft {
	text-align:left;
	margin-left: 30px;
	margin-right: 25px;
	float: left;
}
#TempRight  {
	text-align:center;
	margin-left: 50px;
	margin-right: 0px;
	float: left;	
	}
#footer {
	bottom: 0px;
	text-align: center;
	color: #FFFFFF;
	width: 800px;
	margin-top: 10px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 15px;
	display: block;
	float: left;
	clear: both;
}
#footer p, #footer a {
	font-size:10px;
/* HACKS */
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
