/***********************************************/
/* afterpostmodernism_global.css               */
/***********************************************/

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

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

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

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

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FFFF00;
}

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
}

h2{
 font-size: 120%;
}

h3{
 font-size: 100%;
}

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

h5{
 font-size: 100%;
}

img
{  border-style: none;
}

ul{
 list-style-type: square;
}

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{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 5px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	border-right: 1px solid #cccccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 10px 3% 0 0;
	border-left: 1px solid #cccccc;
}


/***********************************************/
/*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;
	color: #cccccc;
}


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

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

.feature h3{
	padding: 0px 0px 0px 0px;
}

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


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

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

.story h3{
	padding: 0px 0px 0px 0px;
}

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


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 80%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	float: right
}
/* 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;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#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: 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#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 2px 2px 10px;
}

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


/*********** .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 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px;
}


/*************** #gallery styles ***************/

/*Credits: adapted from the Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 800px;
width: 230px;
/*Match value of height attribute to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 5px 5px;
}

.thumbnail:hover{
background-color: #666666;
}

.thumbnail:hover img{
border: 1px #FFFFFF;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
border: 1px #FFFFFF;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
font size: 80%;
float: left;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/******************** #fly_test ************/


.menu {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px;}
.menu ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(trans.gif); position:absolute; left:-9999px; top:0;}
.menu table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

.menu li {float:left; margin-bottom:1px;}
.menu li a {display:block; float:left; width:130px; height:24px; background:#888; color:#000; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:10px;}
.menu li a.fly {background:#888 url(right-arrow.gif) no-repeat right center;}

.menu li:hover {position:relative;}
.menu li a:hover {position:relative; background-color:#e60; color:#fff;}
.menu li:hover > a {background-color:#e60; color:#fff;}

.menu ul li a {background:#aaa;}
.menu ul li a.fly {background:#aaa url(right-arrow.gif) no-repeat right center;}
.menu ul ul li a {background:#ccc;}
.menu ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
.menu ul ul ul li a {background:#ddd;}

.menu li a.current,
.menu ul li a.current,
.menu ul ul li a.current,
.menu ul ul ul li a.current {background-color:#c40; color:#fff;}

.menu :hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul {left:120px;}

.menu :hover ul ul,
.menu :hover ul :hover ul ul {left:-9999px;}

.menu ul li:hover > a {background-color:#e60; color:#fff;}
.menu ul ul li:hover > a {background-color:#e60; color:#fff;} 

/**********************/
</style>

