/*
	dark blue: #3C424D
	dark blue2: #414D60;
	medium blue: #424D5E
	light blue: #7D838F
	lighter blue: #BABFC8
	separators: #7B838F
*/

body {  
	color: white; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	background: white;
	margin: 40px 40px;
}

table#main {
	width: 680px;
}


/*
	Masthead
*/

#masthead {
	background: white url( images/home/quote-bg.jpg ) center top no-repeat;
	padding-bottom: 4px;
	height: 250px;
}

#intro {
	vertical-align: top;
	background-color: #3C424D;
	height: 210px;
}

/*
	Navbar
*/

#intro #navbar {
	vertical-align: top;
	background: #424D5E url( images/home/navbar-bg.gif ) left bottom repeat-x;
}

#intro #navbar ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

#intro #navbar ul li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #7B838F;
}

#intro #navbar ul li#last {
	border-right: none;
}

#intro #navbar a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#intro #navbar a:hover {
	background: black url( images/home/navbar-hilight-bg.gif ) center bottom repeat-x;
}

#intro #navbar #last a:hover {
	border-right: 1px solid #7B838F;
}


/*
	Fancy lights thing
*/

#intro #lights {
	width: 127px;
	height: 210px;
	background: #424D5E url( images/home/flash-bg.gif ) center bottom no-repeat;
	vertical-align: bottom;
}

/*
	intro content
*/

#intro #outer {
	border-right: 1px solid #7B838F;
	padding-right: 36px;
	padding-bottom: 30px;
	background: url( images/home/center-tcc.gif ) right bottom no-repeat;
}

#intro #outer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ddd;
	margin: 20px 0px 20px 36px;
	padding: 0;
}

#intro #outer b {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#intro #donatetext {
	float: right;
	width: 140px;
}

#intro #outer a {
    color: #ccc;
}

#intro #outer a:visited {
	color: #fff;
}

/*
	Donate button
*/
a#donate {
	display: block;
	margin: 20px 0px;
	width: 139px;
	height: 23px;
	background: url( images/donate.gif ) no-repeat;
}

a#donate:hover {
	background: url( images/donate-hilight.gif ) no-repeat;
}

/*
	Content
*/

#contenttop {
	height: 10px;
	background: white url( images/home/content-top.gif ) left top repeat-x;
}

#content {
	background: #7D838F url( images/home/content-bottom.gif ) center bottom no-repeat;
	padding-bottom: 10px;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: white;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 36px 5px 36px;
	padding: 0;
}

#content h2 {
	font-size: 18px;
}

#content h2 {
	font-size: 14px;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
}

#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;

	margin: 5px 36px 5px 36px;
	padding: 0;
}

#content a {
	color: white;
}

#content a:visited{
	color: white;
}

#content #footer {
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;	
	margin-top: 40px;
}

#content #footer b {
	color: white;
}

#content hr {
	background: none;
	border: none;
	border-top: 1px dashed #BABFC8;
	height: 1px;
	margin: 20px 0px;
	padding: 0;
}

