/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-12-05 */
/* ====================== Page Formatting  ========================*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #007654;
	background-image: url(/Img/rodel-bodyBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a {
	color: #06324A;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#foundations {
	height: 427px;
	width: 250px;
	position: absolute;
	right: 35px;
	top: 23px;
	background-image: url(/Img/rodel-foundationsBG.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding: 16px 7px 0px 0px;
}
#foundations h1 {
	font-size: 16px;
	padding: 30px 0px 30px 0px;
	width: 207px;
	margin-left: 25px;
}
* html #foundations h1 {margin-left: 8px;}
*:first-child+html #foundations h1 {margin-left: 8px;}

#foundations li {list-style-type: none;}
#foundations li a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 187px;
	border-top: solid 1px #495f77;
	padding: 12px;
	margin-left: 25px;
}
* html #foundations li a {margin-left: 8px;}
*:first-child+html #foundations li a {margin-left: 8px;}

#foundations li a:hover {
	background-color: #b8c8d9;
	margin-left: 0px;
	padding: 12px 45px 12px 45px;
	width: 160px;
	color: #20354b;
	background-image: url(/Img/rodel-foundations-arrows.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header {height: 41px;}
#pagePhoto {
	height: 288px;
	padding-top: 26px;
}
#content {
	background-image: url(/Img/rodel-starBG.gif);
	background-repeat: no-repeat;
	background-position: right 111px;
	padding: 22px 340px 25px 40px;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #f4f0c3;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h2 {font-size: 18px;}
p {padding-bottom: 15px;}
#footer {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 25px 40px;
}

