/********************************************************************/
/* The Aaron and Lillie Straus Foundation Screen Style Sheet        */           
/* screen.css                                                       */
/* Sets screen display styles                                       */
/********************************************************************/

/********************************************************************/
/* HTML tag styles                                                  */
/********************************************************************/

body {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main.gif) repeat-x;
}


img {
	border: 0px;
}

#photo img {
	display: block;
}


h1 {
	margin: 0 auto;
}

h1.home {
	padding: 10px 0px 10px 0x;
}


h2 {
	margin: 0 auto;
}


h3 {
	padding: 25px 0px 25px 0px;
	text-align: center;
	margin: 0 auto;
}


p {
	font-size: 80%;
	line-height: 1.5em;
	text-align: justify;
}


em {
	font-weight: bold;
}


.clear {
	clear: both;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #95A9CA;
	text-decoration: underline;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	} 

div.hr {
	margin: 10px 0px 35px 0px;
	padding: 0px 0px 0px 0px;
	height: 5px;
	background: url(../images/horizontal_rule.gif) no-repeat center center;
}


div.hr hr {
  display: none;
}


br {
	height: 30px;
	display: block;
}


form {

	margin: 0 auto;

}


fieldset {

	border: none;
	margin: 0 auto;
	text-align: center;

}


select, input.styled, textarea {

	background-color: #FFEEBB;
	color: #666666;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 70%;
	border: solid #95A9CA 1px;
	margin-bottom: 10px;
	width: 320px;

}


/********************************************************************/
/* Structural / Global Layers                                       */
/********************************************************************/

#content {
	position: relative;
	width: 688px;
	margin:0px;
	padding: 0px;
	visibility: hidden;
}

#pagehead {
	position: relative;
	text-align: center;
}

#gnav {
	margin: 28px 0px 38px 0px;
	padding: 0px 0px 0px 0px;
}


#lnav {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}


#lnav img {
	margin: 0px 0px 10px 0px;
}


#photo {
	position: absolute;
	left: 270px;
	top: 331px;
	text-align: center;
	z-index: 20;
}

#homephoto {
	position: relative;
	text-align: center;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 30px 0px;
		
}

#homecontent {
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

#homecontent p {
	width: 320px;
	margin: 0px auto;
	padding-bottom: 25px;
}


#main {
	position: relative;
	width: 680px;
	margin: 0px 0px 0px 0px;
	padding: 88px 0px 0px 0px;
		
}

#left {
	width: 320px;
	float: left;
	margin: 0px 30px 0px 0px;
}

#left img {
	float: right;
}

#right {
	width: 320px;
	float: left;
}

#right img {
	float: left;
}

#address {
	padding-top: 45px;
	text-align: center;
	margin: 0 auto;
}

#address p {
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#buttons {
	padding-top: 20px;
}

#buttons img.submit {
	padding-right: 20px;
}

#backtotop {
	clear: both;
	padding: 70px 0px 60px 0px; 
	text-align: center;
	margin: 0 auto;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 70%;
	margin: 0px 0px 20px 0px;
}

#footer p {
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#footer img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #95A9CA;
	text-decoration: none;
}

#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
} 

#footer ul li {
	margin-left: 0;
	padding: 0px 7px 0px 10px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
	
		
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

