/*#############################################################

Author: Brad Schwarz
URL: http://www.bradschwarz.com

#############################################################*/

*{
	margin: 0;
	padding: 0;
}

.clearer {clear: both;}

body {
	background: #112233 url(../images/blues/bg-body.gif) repeat-y center top;
	color: #F0F8FF;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

.topgraphic {
	background: url(../images/blues/topgraphic.gif) center no-repeat;
	height: 175px;
	margin: 0 auto;
	width: 748px;
}

.container {
	clear: both;
	background: url(../images/blues/bg-container.gif) repeat-y;
	margin: 0 auto;
	width: 750px;
}

/* content */
.content {
	font: normal 1.6em serif;
	color: #335577;
	clear: both;
	float: left;
	width: 532px;
	padding: 0px 4px 4px 4px;
}

.content h1 {
	background: #223344;
	color: #F0F8FF;
	line-height: 40px;
	padding-left: 16px;
}

.content p {
	text-align: center;
}

.content a {
	color: #6B8E23;
	text-decoration: underline;
}

.content a:visited {
	color: #6B8E23;
	text-decoration: underline;
}
.content a:active {
	color: #6B8E23;
	text-decoration: underline;
}
.content a:hover {
	color: #6B8E23;
	text-decoration: underline;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #335577;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}

.navigation ul {margin: 0; padding: 0;}

.navigation .other_sections {
	padding-left: 22px;
	background: #335577;	
}
.navigation li {
	border-bottom: 1px solid #003D7A;
	list-style: none;
}
.navigation li a {
	background: #92BDE8 url(../images/blues/bg-navigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #E4F2FF;
	color: #553;
}

/* footer */
.footer {
	background: #2E4862 url(../images/blues/bg-footer.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 746px;
}

.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

.hiddentext {
	float: left;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: .1em;
	color: #E8ECD1;
}

/* style changer */
.stylechanger {
	background: #8FBD2D url(../images/blues/bg-styles.gif) repeat-x;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 29px;
	margin: 0 auto;
	text-align: center;
	width: 746px;
}

.stylechanger a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.stylechanger a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.stylechanger a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.stylechanger a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* google ad */
.googlead {
	font-size: 1.1em;
	line-height: 20px;
	margin: 0 auto;
	text-align: right;
	color: #000000;
	clear: left;
	float: left;
	width: 530px;
	padding: 0px 4px 4px 4px;
}

.googlead a {
	color:#6B8E23;
	font-size: 1.2em;
	text-decoration: underline;
}

.googlead a:visited {
	color:#6B8E23;
	font-size: 1.2em;
	text-decoration: underline;
}

.googlead a:active {
	color:#6B8E23;
	font-size: 1.2em;
	text-decoration: underline;
}

.googlead a:hover {
	color:#6B8E23;
	font-size: 1.2em;
	text-decoration: underline;
}

/* links page styles */
.anchor {
	color: #E30212;
	font: normal 1.2em serif;
	text-align: left;

	text-decoration: underline;
}

.linkslist p {
	text-align: left;
}

.smallgap {
	line-height: 0.9em;
}

.linkslist ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
}

.bookmarks {
	float: left;
	width: 208px;
	height: 20px;
	background: #E4F2FF;
	text-align: center;
}
.bookmarks img {
	height: 16px;
	border: 0px;
	padding: 2px 5px 0px 5px;
}