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

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

body{
	font-family: Garamond;
	color: #999999;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	min-width: 850px;
	text-align: center;
	background-color: #000000;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	border: solid #666666 1px;
}

#adwords {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background:#4C676D url(nav_bg.jpg) 0 0 repeat-x;
	border: solid #666666 1px;
}

a.img:hover { background-color: transparent; }

a.img:link, a:visited, a hover {
	background-color: transparent;
	border: 0;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: no;
	padding: 20px 0px 20px 0px;
}

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

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

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 200%;
 color: #FF6600;
}

h2{
 font-size: 114%;
 color: #FFFFFF;
}

h3{
	font-size: 100%;
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}

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

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

ul{
	list-style-type: square;
	padding: 0px 0px 0px 20px;
	font-size: 100%;
	margin: 0;
	color: #666666;
}

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

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

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

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

#masthead{
	margin: 0;
	padding: 5px 0px;
	width: 100%;
	background-color: ffffff;
}

#navBar{
	margin: 0 54% 0 0;
	padding: 0px;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#navBarWide{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content{
	float:right;
	width: 450px;
	margin: 0;
	padding: 0 3% 0 0;
}


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

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


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

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


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

#globalNav{
	color: #666666;
	padding: 0px 0px 20px 0px;
	white-space: nowrap;
	background-color: #ffffff;
	text-align: center;
	font-size: 90%;
}
/* '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 */

#globalNavbar{
	color: #666666;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #FF9933;
}
/* '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 */
   
#globalNavbarWide{
	color: #666666;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #FF9933;
}
/* '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: 100%;
	padding: 0px 4px 0px 0px;
}


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

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


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

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

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


/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	color: #FFFFFF;
	font-family: Garamond;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 120%;
}

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

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


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

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #444444;
	text-align: center;
}
/* 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:link, 
#siteInfo a:visited {
	color:#FFFFFF;
	background:#444444;
	float: none;
	width: auto;
	text-decoration:none;
	font:bold 1em/1em garamond;
	text-transform:uppercase;
	padding: 0px 10px 0px 10px;
}
#siteInfo a:hover {
	color:#FFFFFF;
	text-decoration: underline;
} 

/************* #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;
	padding: 2px 5px 5px 10px;
}
#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;}

/*********** #navBarWide link styles ***********/

#navBarWide ul a:link, #navBarWide ul a:visited {
	display: block;
	padding: 2px 5px 5px 10px;
}
#navBarWide ul {list-style: none; margin: 0; padding: 0;}

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

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	border-left: none;
}

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

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

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	padding: 2px 5px 5px 10px;
	background: #999999;
	text-decoration: none;
}

#sectionLinks img{
	display: block;
}

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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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


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

#advert{
	padding: 10px 10px 0px 10px;
	font-size: 90%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#advert img{
	display: block;
	border: none;
}

#advert p{
	padding: 0px 10px 0px 10px
}


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

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

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


/**************** float styles ******************/

div.float {
	float: left;
	width: 11em;
	color: #333333;
	padding: 10px 10px 10px 10px;
  }
  
div.float p {
	text-align: left;
   }
   
div.float img {
text-align: left;
}

div.container {
  border: 2px solid #33CC33;
  background-color: #FFFFFF;
  }

div.spacer {
	clear: both;
	background-color: #4C676D;
	line-height: 40%;
  }
  
div.storyspacer {
	clear: both;
	background-color: #FFFFFF;
	line-height: 40%;
  }
  
div.storyspacerbottom {
	clear: both;
	background-color: transparent;
	line-height: 40%;
  }
  
div.row span.left {
	float: left;
	text-align: left;
	font-weight: bold;
	color: #FF3300;
	width: 49%;
	font-size: 200%;
  }

div.row span.right {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #000000;
	width: 49%;
	padding-right: 25px;
	height: 10px;
	font-size: 75%;
  }
#content .feature {
	list-style-type: square;
	color: #FFFFFF;
	font-family: Garamond;
	font-size: 90%;
}
#content .feature li {
	text-indent: 3px;
	padding: 0px 3px 0px 3px;
}

img.ala {background: transparent;}

a.ala {background: #fff;}

a.ala:hover {background: #D4F9C3;}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
#nav {
	margin: 0;
	padding: 0;
	background:#444444 url(nav_bg.jpg) 0 0 repeat-x;
	float: left;
	width: 100%; 
	border-width:1px 0;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav a:link, 
#nav a:visited {
	color:#FFFFFF;
	background:#444444;
	padding:10px 20px 10px 20px;
	float: left;
	width: auto;
	border-right:1px solid #10466c;
	text-decoration:none; 
	font:bold .8em/1em Garamond; 
	text-transform:uppercase; 
	text-shadow: 2px 2px 2px #555; 
}

#nav li:first-child a { 
}	
	
#nav a:hover { 
color:#fff; 
background:#000000; 
} 
#advertHead {
	font-size: 175%;
}

#gallery{
	text-align:center
}
	
#gallery p{
	display:inline;
	font-family: Garamond;
}

#gallery span{
	margin:0 5px 5px 5px; 
	vertical-align:top; 
	width:125px; 
	display:inline-block; 
	display:inline-table; 
	display: -moz-inline-block;
	display:inline-block;	
}

#gallery p img{
	margin-bottom:5px;
}

#video{
	text-align:center;
	font-size: 120%;
}
	
#video p{
	display:inline;
	font-family: Garamond;
	color: #FFFFFF;
}

#video span{
	margin:0 5px 5px 5px; 
	vertical-align:top; 
	width:125px; 
	display:table-cell; 
	display:inline-table; 
	display:inline-block
}

#video p img{
	margin-bottom:5px
}
