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

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

body{
	background: #f7e8c5;
	background-image: url(../images/lace_background.jpg);
	background-repeat: repeat;
	font-family: Georgia,serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #355d94;
	text-decoration: none;
}

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

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

h1{
 	font-family: Georgia,serif;
 	font-size: 140%;
 	color: #660000;
}

h2{
 	font-size: 120%;
 	color: #660000;
 	padding: 10px 0px 10px 10px;
}

h3{
 	font-size: 110%;
 	color: #660000;
	padding: 0 0 4px 0;
}

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

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

li {
	color: #333333;
	list-style-type: disc;
}

ul {
	list-style-type: disc;
	padding: 0 0 0 8px;
}

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

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

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


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

#container { 
	padding: 6px 80px 0px 60px;  
	width: 742px;
	margin: auto;
	padding: 0;
	text-align: left;
}
	
#masthead{
	background-color: transparent;
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
}

#navBar{
	margin: 8px 0 0 472px;
	padding: 0;
	width: 240px;
	background-color:#f4dda4;
	border: 0;
	s
}

#content{
  	float:left;
  	width: 440px;
  	margin: 0;
  	padding: 10px 0 0 0;
	margin-left: 6px;
}



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

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


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

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


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

#globalNav{
	background-color: transparent;
	color: #e9f1e7;
	padding: 2px 0px 2px 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 {
	color:#993300;
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


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

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

.feature h1{
	padding: 8px 0px 0px 0px;
}

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


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

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

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

.storya img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

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

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

.storyb img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.storyb h3{
	float: none;
	padding: 8px 0 6px 0;
}
	
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 100%;
	font-weight: bold;
	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;
}

#credits{
	clear: both;
	font-size: 80%;
	text-align: center;
	color: #333;
	padding: 10px 10px 10px 10px;
	margin-top: 6px;
}



/*********** #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 16px;
	font-size: 95%;
}

.relatedLinks h1{
	color: #333333;
	padding: 10px 0px 2px 0px;
}
.relatedLinks h3{
	padding: 10px 0 0 0;
}

.relatedLinks p{
	font-size: 90%;
}


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

#advert{
	padding: 8px 14px 2px 14px;
}

#advert img{
	display: block;
}


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

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

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

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

#photos {
	font-size:80%;
	text-align:center;
	position:relative; 
    width:700px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa;
	letter-spacing:0.05em; 
}
   
#photos ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

#photos li {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

#photos a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px;
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:##e9f1e7;
}

#photos a.gallery, #photos a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#photos a.slidea {
    background:url(../images/photos/mow_01_thumb.jpg); 
    height:60px; 
    width:93px;
    }
#photos a.slideb {
    background:url(../images/photos/mow_02_thumb.jpg); 
    height:60px; 
    width:93px;
    }
#photos a.slidec {
    background:url(../images/photos/mow_03_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slided {
    background:url(../images/photos/mow_04_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slidee {
	background:url(../images/photos/mow_05_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slidef {
    background:url(../images/photos/mow_06_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slideg {
    background:url(../images/photos/mow_07_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slideh {
    background:url(../images/photos/mow_08_thumb.jpg); 
    height:93px; 
    width:60px;
    }
#photos a.slidei {
    background:url(../images/photos/mow_09_thumb.jpg); 
    height:60px; 
    width:93px;
    }
#photos a.slidej {
    background:url(../images/photos/mow_10_thumb.jpg); 
    height:60px; 
    width:93px;
    }
#photos a.slidek {
	background:url(../images/photos/mow_11_thumb.jpg); 
    height:60px; 
    width:93px;
    }
#photos a.slidel {
    background:url(../images/photos/mow_12_thumb.jpg); 
    height:60px; 
    width:93px;
    }	
#photos ul {
    width:198px; 
    height:386px;
    }
#photos li {
    float:left;
    }
#photos ul {
    margin:5px; 
    float:right;
    }
#photos a.gallery:hover {
    border:1px solid #fff; 
    }
#photos a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:65px; 
    color:#000; 
    background:#fff;
    }
#photos a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#photos a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#photos {
    background:#fff url(../images/back.jpg) 75px 10px no-repeat;
    }
