@import url(reset.css);

/* 
Created by:
	Jade Faist
	Kinesis Inc.
	http://kinesisinc.com
	
Color Key:
	white: #ffffff;
	dk grey: #4e585c;
	lt grey: #c3cacc;
	blue: #5d88a2;
*/
/* ============================= General Styles */
a:link, a:visited, a:active {
	color: #5d88a2;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #c3cacc;
	text-decoration: none;
}
strong a:link, strong a:visited, strong a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3em;
}

/* ============================= Structure */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #5d88a2 url(../images/bg.gif) 50% 0 no-repeat;
	font-size: 62.5%;
	color: #4e585c;
}
#main {
	background: transparent url(../images/bg_shadow.png) center center repeat-y;
	width: 886px;
	min-height: 520px;
	margin: 0 auto;
	padding: 10px 0 1px 0;
}
.logo {
	display: block;
	margin: 30px auto;
	height:135px;
	width: 245px;
}
/* =============================  Main Content */
#content {
	background-color: #ffffff;
	margin: 0 110px 30px 110px;
	line-height: 1.8em;
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 20px;	
}
.dropcap {
	float: left;	
}
#content ul,
#content ol {
	list-style-position: outside;
	margin: 0 0 20px 30px;		
}

/* =============================  Footer */
#footer {
	background: transparent url(../images/bg_foot.png) top center no-repeat;
	width: 886px;
	height: 50px;
	margin: 0 auto;
	color: #e4e8e9;
	font-size: 1.1em;
	text-align: right;
}
#footer p {
	padding: 25px 73px 0 33px;
}
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #e4e8e9;
	text-decoration: none;
}
#footer a:hover {
	color: #c3cacc;
	text-decoration: underline;
}