/* CSS Document */
/* begin default styles */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #9bbc6d;
	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.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style:italic;
	margin-bottom: 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	margin-bottom: 5px;
	color:#6633ff;
}
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:#333333;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	padding: 8px;
	color:#990000;
}
a {
	font-weight:bold;
}
.title {
	border-bottom: 1px solid #6633ff;
	margin-bottom: 10px;
	padding:.3em 0;
	clear: both;
	color: #6633ff;
}
.clear {
	clear: both;
}
.type1 {
	font-size: 1.2em;
	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:#f00;
}
.price {
	color:#006600;
	font-weight:bold;
	font-size: medium;
}
.strike {
	text-decoration:line-through;
}
.pad_right { padding: 5px 15px 5px 0px;}

.pad_left { padding: 5px 0px 5px 15px;}

.small {
	font-size: 1.0em;
}
.lead { padding-right: 30px;}

/* end default styles */

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

/* fixed width and centered banner elements */
#banner {
	background-image:none;	
}
#banner_fixed {
	width: 758px;
	margin: 0 auto;
	/*border-left: solid #63F 1px;
	border-right: solid #63F 1px;*/
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}
/* fixed width and centered horizontal navigation */
#navigation {
	width: 760px;
	margin: 0 auto;
}
/* container for everything below header and navigation */
#container {
	width: 760px;
	height: auto;
	margin: 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: #333;
	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: #333;
	font-weight:normal;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #666;
}
/* used when subnavigation links are needed; to be used in combination with .right_col in within #container */
.left_col {
	width: 240px;
	height: auto;
	padding: 0px;
	background-color: #99cc99;
	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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.left_col p {
	font-size:.9em;
	padding:6px;
}
.left_col a:link, .left_col a:visited {
	text-decoration: underline;
	color:#FFFFFF;
}
.left_col a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
/* vertical navigation styles */
.left_col ul li {
	list-style: none;
	list-style-type: none;
}

/* left column vertical navigation links */
.left_col li a:link, .left_col li a:visited {
	display:block;
	font-size:14px;
	color: #FFFFFF;
	background-color:#336633;
	text-decoration: none;
	border-left: 3px solid #990000;
	margin: 0px 5px -1px 5px;
	padding: 5px;
	padding-left:10px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.left_col li a:hover {
	border-left: 3px solid #FF0000;
	background-color:#669966;
	color:#fff;
}
/* right column container; used when sub menus are needed in left column */
.right_col {
	width: 478px;
	height: auto;
	float: right;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #000;
}
.right_col a:link, .right_col a:visited {
	text-decoration: underline;
	color:#33cc00;
}
.right_col a:hover {
	text-decoration: none;
	color:#fff;
}
/* single column container; used in place of .right_col when .left_col is not needed. spans width of entire container */
.one_col {
	width: 708px;
	padding: 25px;
	background-color: #d4eaaa;
	border: 1px solid #fff;
	height: 100%;
}
.one_col a:link, .one_col a:visited {
	text-decoration: underline;
	color:#6633ff;
}
.one_col a:hover {
	text-decoration: none;
	color:#669966;
}
/* popup window container */
.popup {
	width: 400px;
	padding: 15px;
	background-color: #ccffcc;
	border: 1px solid #000;
	height: auto;
}
.popup a:link, .popup a:visited {
	text-decoration: underline;
	color:#33cc00;
}
.popup a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
.popup p {
	font-size: 1.0em;
}

#footer {
	color:#6633ff;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}
#footer a:link, a:visited {
	color: #6633ff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#newsletter {
	margin: 0px;
	float: right;
	width: 400px;
	position: relative;
	top: 5px;
	left: -5px;
	color: #ff0;
	text-align: right;
	font-size: 1.2em;
}
#cosmic {
	background:#FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	display:none;
}

