html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #F37059;
	padding: 0px 20px;
	font-family: Arial;
		
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#centeringContainer {
	margin: 0px auto 0px auto;
	width: 930px;
	background-color: #F37059;		
}

a {
 	color:#8CCFB7;
}


#topBar, #mainMenu, #footer{
	float: left;
	width: 930px;
}

#logoContainer {
width: 300px;
float: left;
display: block;	
padding: 30px 0px 42px 0;
}

#topMenuContainer {
width: 500px;
float: right;
display: block;
margin-top: 18px;
}

#mainMenu {
	/*margin-left: 30px;*/
}

.body {
	float: left;
	width: 930px;
	display: block;
	/*margin-left: 58px;	*/
}

#topCorners {
	background: #fff url('../img/top-corners.png') no-repeat top;
	/*margin-left: 58px;*/	
	height: 10px;
	width: 930px;
	float: left;
}

.content {
padding: 0px 60px 80px 60px;
width: 810px;
float: left;
display: inline;
}

.tag {
width: 560px;
color: #fff;
line-height: 28px;
margin: 30px 0px 0px 30px;	
}

.finePrint {
float: right;	
color: #fff;
font-size: 14px;
width: 320px;
font-style: italic;
text-align: right;
margin: 0px 0px 30px 0;	
}
.finePrint > p {
padding-top: 5px;
}

#left{
margin-left: 60px;
float: left;
text-align: left;	
}

/* Specific Home Page Styles */

#home{
	background: #fff url('../img/home-bottom.png') no-repeat bottom;
	height: 380px;
}

#home h2 {
margin: 30px 0 10px 0;
text-align: center;	
font-weight: bold;
text-transform: uppercase;	
width: 455px;
}

#home p {
text-align: center;	
font-family: Arial;
width: 455px;
line-height: 28px;
}

.perception{
color: #F37059;	
}

.perception+p{font-weight: bold;}
.actualFact+p{
color: #F37059;
font-weight: bold;
}

.content h1, .content h3 {
color: #F37059;
font-size:16px; 
font-weight:700;
text-transform: uppercase;
}
.content h3 {text-transform: none;}
.content h4 {
color: #F37059;
font-size:14px; 
font-weight:700;
}

.spacer {height: 30px;}
/* Specific History/Mission Page Styles */

.body {
	background: #fff url('../img/default-bottom.png') no-repeat bottom;
	float: left;
	padding-top: 40px;
	min-height: 400px;
}
#history{
	background: #fff url('../img/history-bottom.png') no-repeat bottom;
}
#applic{
	background: #fff url('../img/applic-bottom.png') no-repeat bottom;
}
#financials{
	background: #fff url('../img/grants-bottom.png') no-repeat bottom;
}

#special{
	background: #fff url('../img/special-bottom.png') no-repeat bottom;
}
#prize{
	background: #fff url('../img/prize-bottom.png') no-repeat bottom;
}
#trustees{
	background: #fff url('../img/trustees-bottom.png') no-repeat bottom;
}
#contact{
	background: #fff url('../img/contact-bottom.jpg') no-repeat bottom;
}
#grants{
	background: #fff url('../img/grants-bottom.jpg') no-repeat bottom;
}

#history h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ff131e;
	font-size: 20px;	
}
.content li {
	margin-left: 30px;
}

.content p {
font-size: 13px;
color: #333;
margin: 12px 0;
line-height: 20px;
}

.content ul, .content ol {
font-size: 13px;
color: #333;	
margin: 12px 0;
line-height: 20px;
}

.content ul li{
	background: #fff url('../img/body-bullet.png') no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
}
.content ol {
	margin-left: 18px;
}
.content ol li {
	padding-left: 0px;
}
.content table td {font-size: 13px; padding: 2px 0;}

#clearBox{
height: 170px;	
width: 200px;
float: right;
display: inline;
}


/* [ Tertiary Menu ] */
.tertiaryMenu {
	float: right;
	position:relative;
	top: -15px;
}
.tertiaryMenu ul li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	height: 10px;
}
.tertiaryMenu ul li a {
	color: #F37059;
	padding: 0 10px 0 7px;
	border-right: 1px solid #000;
	vertical-align: middle;	
	text-decoration: none;
}
.tertiaryMenu ul li a.last {
	border-right: none;
	padding-right: 0;	
}
.tertiaryMenu ul li a:hover {
	text-decoration: underline;	
}

/* [ Right Column ] */
.rtCol {
	float: right; 
	width:222px; 
	overflow:hidden;
}
.rtCol * {
	font-size: 11px;	
	line-height: normal;
}
.rtCol strong { font-weight: 700; }
.rtColContent {
	padding: 0 9px;
	border: 1px solid #CCC;
	border-width: 0 1px;
	background-color: #f7f7f7;	
}
.rtColContent p {
	margin:0;	
	font-size: 11px;	
	line-height: normal;
}
.rtColContent #vidCopy p {
	padding: 10px 5px;
}
.rtBoxGreen {
	background-color: #8ECFB7;
	padding-left: 12px;
	border: 0;
}
.rtCol ol li {
	margin-left: 16px;
	padding-bottom: 7px;
}
.rtBoxRed {
	background-color: #F37059;
	border: 0;
}
.rtColSpacer{ height: 15px; }

div.hl {
	background: url(/woodruff/media/img/header-background-l.png) left top no-repeat;
}
div.hr {
	background: url(/woodruff/media/img/header-background-r.png) right top no-repeat;
	padding: 12px;
}
div.hc {
	background: url(/woodruff/media/img/header-background-c.png) top repeat-x;
}
.backToTop {
	text-align:right;
	margin-bottom:1em;
	font-size:13px;
}