/* CSS Document */
/* begin default styles */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #000;
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_grad.jpg);
	background-repeat:repeat-x;
	height: 100%;
}
p {
	font-size: 1.1em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	margin-bottom: 15px;
	color:#990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	margin-bottom: 5px;
	color:#000066;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 5px;
	color:#666666;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 4px;
	color:#660000;
}
a {
	font-weight:bold;
}
.title {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding:.3em 0;
	clear: both;
}
.clear {
	clear: both;
}
.type1 {
	font-size: 1.1em;
	margin: 0 0 10px 20px;
} 
.type1 li { 
	list-style-type:disc;
}
.type2 {
	font-size: 1.0em;
	margin: 0 0 10px 20px;
} 
.type2 li { 
	list-style-type:disc;
}
.red {
	color:#FF0000;
}
.strike {
	text-decoration:line-through;
}
.pad_right { padding-right: 15px; padding-top: 5px;}

.small {
	font-size: 1.0em;
}

/* end default styles */

/* SimpleViewer styles */
#flashcontent {
	height: 100%;
}

/* fixed width and centered banner elements */
#banner_fixed {
	width: 760px;
	margin: 0 auto;
/*	border-left: solid #000 1px;
	border-right: solid #000 1px;*/
}
/** html #navigation {
	clear: right;
	width: 760px;
	margin: 0 auto;
}
*+html #navigation {
	clear: right;
	width: 760px;
	margin: 0 auto;
}*/
/* container for everything below header and navigation */
#container {
	width: 760px;
	height: auto;
	margin: -25px auto 0 auto;
}
/* links appearing below navigation that display the path (depth) of current page within the site */
#breadcrumb {
	float: left;
	margin: 10px 0px 10px 0px;
}
#breadcrumb ul {
	margin-left:5px;
}
#breadcrumb li {
	color: #fff;
	padding: 0 1em;
	display: inline;
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #fff;
	font-weight:normal;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #ccc;
}
/* used when subnavigation links are needed; to be used in combination with .right_col in within #container */
.left_col {
	width: 150px;
	height: auto;
	padding: 0px;
	background-color: #CCCCCC;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	clear: left;
}
.left_col p {
	font-size:.9em;
	padding:6px;
}
.left_col a:link, .left_col a:visited {
	text-decoration: underline;
	color:#333366;
}
.left_col a:hover {
	text-decoration: none;
	color:#666699;
}
/* vertical navigation styles */
.left_col ul li {
	font-size: 13px;
	list-style: none;
	list-style-type: none;
	border-bottom: solid 1px #999999;
}

/* left column vertical navigation links */
.left_col li a:link, .left_col li a:visited {
	display:block;
	color: #EEEEEE;
	background-color:#000000;
	text-decoration: none;
	border-left: 2px solid #333300;
	padding: 5px 0px 5px 5px;
}
.left_col li a:hover {
	border-left: 2px solid #FFFF00;
	background-color:#333333;
}
/* right column container; used when sub menus are needed in left column */
.right_col {
	width: 568px;
	height: auto;
	float: right;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.right_col a:link, .right_col a:visited {
	text-decoration: underline;
	color:#666699;
}
.right_col a:hover {
	text-decoration: none;
	color:#9999CC;
}
/* single column container; used in place of .right_col when .left_col is not needed. spans width of entire container */
.one_col {
	width: 728px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	height: 100%;
}
.one_col a:link, .one_col a:visited {
	text-decoration: underline;
	color:#666699;
}
.one_col a:hover {
	text-decoration: none;
	color:#9999CC;
}
#footer {
	color:#ccc;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.lead { padding-right: 50px;}

#newsletter {
	margin: 0px;
	float: right;
	width: 350px;
	position: relative;
	top: 5px;
	left: -5px;
	color: #ff0;
	text-align: right;
	font-size: 1.2em;
}
/* Feedburner styles for news feed */
.feedburnerFeedBlock ul li {
	list-style-type: none;
	margin-bottom:15px;
}
.feedburnerFeedBlock ul li div p {
	font-size: 1.2em;
	padding-bottom:10px;
}
.feedburnerFeedBlock .headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
.feedburnerFeedBlock .headline a {
	color:#000066;
	text-decoration:none;
}
.feedburnerFeedBlock .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: small;
	margin-bottom: 5px;
	margin-top: 5px;
	color:#666666;
}
.feedburnerFeedBlock #creditfooter {
	display:none;
}
.feedburnerFeedBlock .blogger-post-footer {
	clear: both;
}
