/***********************************************/
/*        Two Columns w/Left Navigation        */
/*                Fluid Content                */
/***********************************************/

/***********************************************/
/*              HTML tag styles                */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.70;	
	margin: 0px;
	padding: 0px;
	background: url(diagonalBackground.png) repeat;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #191970;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #191970;
}

h3{
 font-size: 105%;
 font-weight: bold;
 color: #669900;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


hr{
	color: #666666;
	width: 100%;
	height: 1px;
}				


/***********************************************/
/*                 Layout Divs                 */
/***********************************************/

#misterShadow{
	width: 823px;
	background: url(misterShadow.png) center repeat-y;
	margin: 0 auto;
	padding: 0 30px 13px 7px;
}

#misterWrapper{
	max-width: 800px;
	margin: 0 auto;
	border-right: 2px #666 solid;
	border-left: 2px #666 solid;
	border-bottom: 1px #666 solid;
}

#masthead{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	border-bottom: #eeeeee 1px solid;
	width: 100%;
	background-color: #669900;	
}

#content{
	float: right;
	width: 77%;
	height:100%;
	margin: 0 0 0 0;
	background: white;
	border-bottom: #666 solid 1px;
	border-top: #ccc solid 1px;
	border-left: #eee solid 2px;
	overflow: hidden;
}

#navBar{
	float: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #191970;
	border-right: #CCC solid 5px ;
	border-bottom: #191970 solid 2px;
	overflow: hidden;
}

#defaultIntroText{
	padding: 10px 0px 30px 0px;
	text-align: justify;
	width: 500px;
	margin: auto;
	font-size: 85%;
}

#ourNumber{
	position: absolute;
	margin: 0 0 0 574px;
	width: 222px;
	height: 100px;
}

.container{
}

.flashContainer{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: #cccccc 2px solid;
	width: 500px;
	height: 110px; 
}

.flashContainerDos{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: #cccccc 2px solid;
	width: 500px;
	height: 120px; 
}

.windowsVideoContainer{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: #cccccc 2px solid;
	width: 430px;
	height: 390px; 
}

.flashVideoContainer{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 486px;
	height: 412px; 
}
	
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

iframe.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

small.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	background-image: url(siteNameGraphic.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 120px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 10px 10px 0px;
	margin-left: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	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 */
	background-color: #666666;
	border-top: 1px solid #eeeeee;
	text-align: center;
}

#globalNav img{
 	display: block;
}

#globalNav a{
	font-size: 75%;
	font-weight:bolder;
	padding: 0px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	color: #C0C0C0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 85%;
}

.story p{
	padding: 0px 60px 10px 60px;
	text-align: justify;
}

.story img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 5px 0px;
	border: 2px solid #CCCCCC;
}

.story a{
	color: #669900;
}

.story a:hover{
	color: #191970;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 5px 0px;
	border: 2px solid #CCCCCC;
}

.feature iframe{
	position:relative;
	color: #669900;
	padding: 0px 0px 0px 0px;
	border: 2px solid #CCCCCC;
}

.feature a{
	color: #669900;
}

.feature a:hover{
	color: #191970;
}

.feature p{
	padding: 0px 50px 10px 20px;
}

/************** .carriers styles ***************/

.carriers{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.carriers p{
	padding: 0px 0px 10px 0px;
}

.carriers a{ 
	color: #669900;
}

.carriers a:hover{
	color: #191970;
}

.carriers a img{
	border: none;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #eee;
	padding: 10px 10px 10px 10px;
}
/* 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;
}

#siteInfo a{
	padding: 2px 0px 2px 10px;
	width: 100%;
	color: #666666;
}

#siteInfo a:hover{
	color: #191970;
}

#siteInfo p{
	color:#666666;
}

/*********** #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;}


/************* #search styles ***************/

#search{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

#search a{
	color: #669900;
	text-decoration: none;
	font: bolder;
}

#search form{
	margin: 10px 1px 10px 1px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #cccccc;
	border-top: 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: #669900;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	text-align: center;
}

.relatedLinks a:hover{
	color: #669900;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 2px solid #cccccc;
}

#advert img{
	display: block;
	margin: auto;
}


/************** #headlines styles **************/

#headlines{
	text-align:center;
	font-size: 75%;
}

#headlines a{
	padding: 2px 0px 2px 2px;
	color: #669900;
	font-weight: bold;
}

#headlines a:hover{
	padding: 2px 0px 2px 2px;
	color: #FFF;
}
#headlines img{
	display: block;
	margin: auto;
}

#headlines h3{
	color: #eee;
	font-weight: bold;
	font-size: 13px;
}


/***********************************************/
/*                Form Styles                  */
/***********************************************/

label{
	color: #191970;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

caption{
	color: #191970;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	height: 50px;
}

select{
	margin-left: 85px;
	width: 275px;
	background-color: #eee;
	color:#336600;
}

textarea{
	margin-left: 85px;
	width: 270px;
	height: 70px;
	background-color: #eee;
	color:#336600;
	font-family: Arial, sans-serif;
	font-size: 11px;
}	

#radioText{
	font: 10px bolder;
	color:#330066;
}

#CenterFormButtons{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input.green1{
	background-color: #669966;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-right: 303px;
}

button.green1{
	background-color: #669966;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-right: 303px;
}

input.green2{
	background-color: #669966;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

/* This is for the google search */
input.greenFormB{
	background-color: #669900;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border-color: #eee;
	border-width: thin;
	margin-left: 1px;
}

input.silver{
	background-color: #eee;
	font-size: 15px;
	color:#336600;
	width: 270px;
	height: 17px;
	margin-left: 85px;
}

input.radioBPush{
	margin-left: 83px;
}


/***********************************************/
/*                Table Styles                 */
/***********************************************/

table {
	width: 560px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

td {
	height: 30px;
	vertical-align: text-top;
	white-space: nowrap;
}

td#green {
	background-color: #669966;
}

td#TL {
	background-image: url("CornerCubbyTL.jpg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;	
}

td#TR {
	background-image: url("CornerCubbyTR.jpg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;	
}

td#BR {
	background-image: url("CornerCubbyBR.jpg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;	
}

td#BL {
	background-image: url("CornerCubbyBL.jpg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}


/***********************************************/
/*                Drop Down Menu               */
/***********************************************/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:0.9em;height:2.5em; margin:0 padding:0; list-style-type:none;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:6em; color:#000; float:left; padding-right:1em; height:3em; line-height:3em; color:#909; 
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}