/*----------------------
		GENERAL STYLES
---------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #95bcde url('../images/rays.gif') no-repeat fixed top center; 
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	color: #34414a;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 3px solid #88a9c1;
	float: right;
	margin: 7px;
}
p {
	margin: 12px 20px;
}
/* links */
a.link:link, a.link:visited {
	color: #ed1a4d;
	display: inline-block;
	padding: 5px;
}
a.link:hover {
	display: inline-block;
	background: #ed1a4d;
	color: #FFF;
	text-decoration: none;
}
a:hover img{
	border: 3px solid #ed1a4d; 
	padding: 0;
	background: none;
}
	
span.emphasis {
	background: #daebf8;
}
span.alert {
	color: #ed1a4d;
	padding-left: 20px;
	font-size: 20px;
}
/*----------------------
		Main DIVS
---------------------------*/
div#content, div#header {
	margin: 0 auto;
	width: 700px;
	background-color: #FFF;
	padding: 2px;
	border-right: 7px solid #88a9c1;
	border-left: 7px solid #88a9c1;
}

div#header {
	padding: 0;
	width: 704px;
}
div#header img {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}
div.title {
	height: 38px;
	width: 700px;
	position: relative;
	right: -35px;
	margin-left: -95px;
	padding: 20px 30px 10px 60px;
	background: url('../images/banner.png') no-repeat;

}
div.title h2 {
	color: #ed1a4d;
	font-family: "Marker Felt";
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	height: 30px
}
div.title h2.sIFR-replaced {margin-left: 10px; font-size: 9em}
div.title h2.sIFR-replaced element {vertical-align: bottom !important}
html>body div.title {
	margin: 10px;
	width: 720px;
	left: -70px;
	}

/*----------------------
		Navigation
---------------------------*/
div.nav {
	width: 90%;
	height: 30px;
	clear: both;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: -10px;
}

a.button {
	display: block;
	padding: 5px 10px;
	margin: 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 0;
	float: left;
	
}
a.button:visited {
	color: #333;
}
a.button:hover {
	color: #ed1a4d;
	background: #e4f1fa;
}

img#thought {
	position: relative;
	right: -100px;
	margin: -110px;
	z-index: 100;
	border: none;
}
a.top {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}
/*----------------------
		Tables
---------------------------*/
table.resources {
	width: 660px;
	background: #A8D1EF;
	margin-left: 20px;
	border-bottom: 1px solid #34414a;
	border-right: 1px solid #88a9c1;
}

table.resources td, table.websites {
	padding: 3px;

}

table.resources th {
	table-layout: fixed;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin-top: 7px;
	text-align: left;
	background: #daebf8;
	padding-left: 3px;
}

table.resources a {
	text-decoration: none;
	color: #FFF;
}
table.resources a:hover {
	color: #ed1a4d;
	background: none;
}

table.websites {
	table-layout: fixed;
	width: 660px;
	font-size: 12px;
}

table.websites td {
	vertical-align: top;
}

table.websites img {
	float: none;
}

/*----------------------
Lists
---------------------------*/
li {
	margin: 10px;
}


/*----------------------
Transparency (pngs in IE)
---------------------------*/
img.trans { 
	behavior: url(./script/iepngfix.htc); 
	width:244px; 
	height: 212px; 
}
  
div.trans { 
	behavior: url(./script/iepngfix.htc); 
	width:690px;
	height: 58px; 
}

html>body div.trans { 
	behavior: url(./script/iepngfix.htc); 
	width:777px; 
}
div.title img.trans {
	behavior: url(./script/iepngfix.htc); 
	width:40px; 
	height:40px;
	border: none;
	position: relative;
	top: -35px;
	left: 20px;
	
}
html>body div.title img.trans {
	position: relative;
	top: -45px;
	left: -60px;
}