/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/*
** HTML tag styles                         
*/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.20;	
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	/*line-height: 120%;*/
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../media/background/homepagebkgrnd.jpg);
	vertical-align: top;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 124%;
 font-weight:bold;
 color: #006699;
 /*margin: 0px;*/
 padding: 0px;
 text-align:center;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/*
** Layout Divs
*/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	width: 100%;
}

#masthead img{
	/*display: block;*/
}
#navBar{
	/*float: left;*/
	width: 18%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFCC;
	border-right: 1px dotted #CCCC00;
	border-bottom: 1px none #CCCC00;
}

/* note: headlines are the skyscraper in our current layout */
#headlines{
  /*float:right;*/
	width: 16%;
	border-left: 1px dotted #CCCC00;
	border-bottom: 1px none #CCCC00;
	padding-right: 0px;
}

#content{
	/*float: left;*/
	width: 61%;
}

#content p {
	margin-left: 10px;
	margin-right: 10px.
}

/*
** Components
*/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 5px 0px 10px;
	font-size: 80%;
}

.feature h3{
	/*padding: 20px 0px 5px 0px;*/
	text-align: center;
}

/*.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}*/

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 5px 0px 10px;
	font-size: 80%;
}

.story h2 {
	padding:0;
}

.story p{
	padding-left: 10px;
	padding-right: 10 px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/
html>body #navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 90%;
}

#sectionLinks ul {
	list-style:none;
}

#sectionLinks li {
	/*display:inline;*/
	/*display:block;*/
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	text-decoration:none;
	display: block;
	/*border-top: 1px solid #cccccc;*/
	padding: 2px 4px 2px 8px;
}

#sectionLinks a:hover{
	color: red; 
	background-color: #FFFF66;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* form styles */

.formContainer {
 margin-left: 10px;
 margin-right: 10px;
}

.formLegend {
	color: blue;
	font-size: small;
	vertical-align: text-top;
}

/***************************************************************************
** Copyright 2006 Oasis Media, LLC. All rights reserved.
** Filename:	wobase.css
** Type:		CSS
** Purpose:		Define the behavior for generic site styles
** History:		19 August 2006 -- Created by DLP
****************************************************************************/

#navcontentskyscraperad {
	/*background-color: #00FF7F;*/
}

#siteContainer {
	width: 800px;
}

#siteLogo {
	float: left;
}

/*
** Define generic styles
*/

/*
** Define the properties for the Oasis Media websites division. The "thin green line."
*/

div#omSites {
	background-color: #ccff33;
	border: 1px solid Silver;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid Silver;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.omSitesText {
    font-size: 14px;
    /*line-height: 16px;*/
    font-weight: bold;
    color: Black;
}

.omSitesText a {
	text-decoration: none;
}

.omSitesText a:link {
    color: blue;
    text-decoration: none;
}

.omSitesText a:visited {
    color: blue;
    text-decoration: none;
}

.omSitesText a:focus {
    color: blue;
    text-decoration: none;
}

.omSitesText a:hover {
    color: red;
    text-decoration: none;
}

.omSitesText a:active {
    color: red;
    text-decoration: none;
}

/*
** Define the generic classes
*/

.boxBorder {
	border: 1px solid Silver;
	padding: 4px 4px 4px 4px;
}

.boxBorder10m4p {
	border: 1px solid Silver;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left:4px;
}

.overview {
	float: left;
	border: 1px solid Silver;
	padding: 8px 8px 8px 8px;
	margin-right:10px;
	margin-bottom: 10px;
}

.photoCaption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: normal;
    border: 0px;
    line-height: 12px;
}

.photoLeft {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.photoRight {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.pixelShims {
    white-space: nowrap;
    vertical-align: top;
}

.synopsis {
	float: left;
	width: 340px;
	padding: 10px 0;
	/*border: 2px solid #C8CDD2;*/
	margin-bottom: 10px;
}

.synopsis dl {
	clear: both;
	float: left;
	width: 320px;
	margin: 10px 10px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}

.synopsis dt {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:bold;
	letter-spacing: 1px;
	color:#333333;
	text-align: left;
}

.synopsis dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	/*line-height: 1.0em;*/
	color: black;
	padding-right: 5px;
	text-align:left;
}

.synopsis dd.imgThumbnail img {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFFFFF;
}

.synopsis dd.productDescription {
}

.synopsis dd.productPrice {
	white-space:nowrap;
	float:right;
}

.synopsis dd.productColor {
	white-space: nowrap;
	float: right;
	clear:right;
}

/*
** Define Nested Lists style
*/
/* 
ul li {
	list-style-type : upper-roman;
	font-size : 13px;
	white-space : nowrap;
	list-style : square;
}

ul ul li {
	list-style-type : upper-roman;
	font-size : 10px;
	white-space : nowrap;
	list-style : disc;
}

ul ul ul li {
	list-style-type : upper-roman;
	font-size : 16px;
	white-space : nowrap; 
	list-style : disc;
}

ul ul ul ul li {
	list-style-type : upper-roman;
	font-size : 8px;
	white-space : nowrap;
	list-style : disc;
}
*/
	

/*
** Define the generic Link behavior
*/

a {
	text-decoration: underline;
}

a:link {
	color:blue;
}

a:visited {
	color: blue;
}

a:focus {
	color:blue;
}

a:hover {
	color:red;
}

a:active {
	color:red;
}

/*
** Define various class styles
*/

.siteContainer {
    /* centers the entire Site in the browser window */
    text-align: center;
    vertical-align: top;
    height: 100%;
    width: 100%;
/*    border: 2px dashed Fuchsia;  for debugging */
    border: 0px none;
}

.siteContainerCell {
	vertical-align: top; /* cells float to top */
}

.siteWindowContainer {
    /* centers the Site Window in the siteContainer */
    text-align: center;
    vertical-align: top; /*    height: 600px;
    width: 800px; */
/*    border: 1px dashed Lime;  for debugging */
    border: 0px none;
}

.siteWindowContainerCell {
	vertical-align: top; /* cells float to top */
}

/*
** Define generic advertisement styles
*/

.wideBannerAdContainer {
	/* centers the Banner Ad container in the siteWindowContainer */
	text-align: center;
	vertical-align: top;
	/*height: 90px;*/
	width: 100%;
/*	border: 2px solid red; for debugging */
	border: 0px none; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.wideBannerAd728x90 {
	/* centers the Banner Ad in the wideBannerAdContainer */
	text-align: center;
	vertical-align: top;
	width: 728px;
	height: 90px;
/*	border: 1px dashed Aqua;  for debugging */
	border: 0px none;
	padding: 0px 0px 0px 0px; /*	 margin: 0px 0px 0px 0px;*/
}

.wowGPS {
	color: red;
	font-weight: bold;
	/*font-size: smaller;*/
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

/*
** Styles to implement SpiifyCorners (spiffyconers.com)
**
** background color: ffffff
** foreground color: 0a67e6
** class=spiffy; need to algorithmically generate this from PHP for other colors
*/
.spiffy{
display:block;
}
.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#0a67e6;
}
.spiffy1{
border-right:1px solid #95bdf4;
padding-right:1px;
margin-right:3px;
border-left:1px solid #95bdf4;
padding-left:1px;
margin-left:3px;
background:#478dec;
}
.spiffy2{
border-right:1px solid #e6effc;
border-left:1px solid #e6effc;
padding:0px 1px;
background:#3883ea;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #3883ea;
border-left:1px solid #3883ea;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #95bdf4;
border-left:1px solid #95bdf4;
}
.spiffy5{
border-right:1px solid #478dec;
border-left:1px solid #478dec;
}
.spiffy_content{
padding:0px 5px;
background:#0a67e6;
}
/* gold spiffy */
.spiffygold{ 
display:block;
} 
.spiffygold *{ 
display:block;
height:1px;
overflow:hidden;
background:#FFD700;
} 
.spiffy1gold{ 
border-right:1px solid #ffed91;
padding-right:1px;
margin-right:3px;
border-left:1px solid #ffed91;
padding-left:1px;
margin-left:3px;
background:#ffe13f;
} 
.spiffy2gold{ 
border-right:1px solid #fffbe5;
border-left:1px solid #fffbe5;
padding:0px 1px;
background:#ffde30;
margin:0px 1px;
} 
.spiffy3gold{ 
border-right:1px solid #ffde30;
border-left:1px solid #ffde30;
margin:0px 1px;
} 
.spiffy4gold{ 
border-right:1px solid #ffed91;
border-left:1px solid #ffed91;
} 
.spiffy5gold{ 
border-right:1px solid #ffe13f;
border-left:1px solid #ffe13f;
} 
.spiffygold_content{ 
padding:0px 5px;
background:#FFD700;
}
/* mangenta spiffy */
.spiffyff99c0{ 
display:block;
} 
.spiffyff99c0 *{ 
display:block;
height:1px;
overflow:hidden;
background:#ff99c0;
} 
.spiffy1ff99c0{ 
border-right:1px solid #ffd3e3;
padding-right:1px;
margin-right:3px;
border-left:1px solid #ffd3e3;
padding-left:1px;
margin-left:3px;
background:#ffb2cf;
} 
.spiffy2ff99c0{ 
border-right:1px solid #fff4f8;
border-left:1px solid #fff4f8;
padding:0px 1px;
background:#ffaccb;
margin:0px 1px;
} 
.spiffy3ff99c0{ 
border-right:1px solid #ffaccb;
border-left:1px solid #ffaccb;
margin:0px 1px;
} 
.spiffy4ff99c0{ 
border-right:1px solid #ffd3e3;
border-left:1px solid #ffd3e3;
} 
.spiffy5ff99c0{ 
border-right:1px solid #ffb2cf;
border-left:1px solid #ffb2cf;
} 
.spiffyff99c0_content{ 
padding:0px 5px;
background:#ff99c0;
} 
/* light blue spiffy */
.spiffy66ffff{ 
display:block;
} 
.spiffy66ffff *{ 
display:block;
height:1px;
overflow:hidden;
background:#66ffff;
} 
.spiffy166ffff{ 
border-right:1px solid #bdffff;
padding-right:1px;
margin-right:3px;
border-left:1px solid #bdffff;
padding-left:1px;
margin-left:3px;
background:#8cffff;
} 
.spiffy266ffff{ 
border-right:1px solid #efffff;
border-left:1px solid #efffff;
padding:0px 1px;
background:#83ffff;
margin:0px 1px;
} 
.spiffy366ffff{ 
border-right:1px solid #83ffff;
border-left:1px solid #83ffff;
margin:0px 1px;
} 
.spiffy466ffff{ 
border-right:1px solid #bdffff;
border-left:1px solid #bdffff;
} 
.spiffy566ffff{ 
border-right:1px solid #8cffff;
border-left:1px solid #8cffff;
} 
.spiffy66ffff_content{ 
padding:0px 5px;
background:#66ffff;
} 

