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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #FF6600;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 75%;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CCFF;
	margin: 0px;
	padding: 0px;
}

h3{
 font-size: 100%;
 color: #333399;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 75%;
 color: #334d55;
}

ul{
	list-style-type: none;
}

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

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #336699;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}

#navBar{
	margin: 0 77% 1px 0;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #E1E5D6;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

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


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

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


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

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


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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}


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

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

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

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


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

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	border: 1px solid #cccccc;
	cursor: hand;
    -moz-border-radius:30%;
}

#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;}


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

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

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	background-position: left top;
}

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


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

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border: 1px dashed #FF6600;
	background-image: url(images/myths.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 32px;
}

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



b:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	cursor: hand;
	text-decoration: underline;
}
b:hover {
	text-decoration: underline;
	cursor: hand;
}
b:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	cursor: hand;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	cursor: hand;
}
#dailytip {
	-moz-border-radius:30%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E5E5E5;
	margin-right: 5px;
	border-top: 1px none #CCCCFF;
	border-right: 1px none #CCCCFF;
	border-bottom: 1px none #CCCCFF;
	border-left: 1px none #CCCCFF;
	padding: 0px;
	filter: Shadow(Color=000000, Direction=sw);
	top: 163px;
	right: 5px;
	text-decoration: none;
	left: 180px;
}
#welcome {
	float: left;
	width: 43%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	
}
div#michaelintro {
	float: right;
	height: 100px;
	font-size: 80%;
}
#banner {
	float: left;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(images/bannerbehind.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.bannerad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	float: left;
	width: 470px;
	margin-top: 10px;
	color: #000000;
	background-image: url(images/quotebck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 68px;
	border-top: 1px none #99CCFF;
	border-right: 1px none #99CCFF;
	border-bottom: 1px none #99CCFF;
	border-left: 1px none #99CCFF;
	overflow: visible;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	text-indent: 0px;
	position: absolute;
	left: 335px;
	top: 12px;
}
#quickmenu {
	float: right;
	width: 35%;
	margin-top: 1px;
	text-align: right;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#signin {
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
#banner {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/bannerbehind.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 150px;
}
#michael {
	background-image: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
	width: 280px;
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
}
#testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 5px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #99CCFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 1px none #99CCFF;
	background-color: #CCCCCC;
	font-size: x-small;
}
h8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#bannermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	float: right;
	width: 250px;
	height: 115px;
}

