/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #F4F1D0
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #CE432B;	 
}

a:hover {
	text-decoration: none;
	color:#0066FF
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 
}

h2{
 font-size: 78%;
 
}

h3{
 font-size: 100%;
 
}

h4{
 font-size: 100%;
 font-weight: normal;

}

h5{
 font-size: 100%;
 
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #334d55;
	 

}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	color: #000000;
	background-color: #F4F1D0;
	width: 800px;
	margin: 10px auto;
	font-family: "Trebuchet MS";
	border-width: thin;
	border-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	font-size: 14px;
}

#web_title{
	border-bottom: 1px solid #cccccc;
	 
}

#navBar{
	width: 160px;
	text-align: left;
	float: left;
	padding-left: 10px;	 
}

#content{
	border-left: 1px solid #cccccc;
	float:left;
	width: 600px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-size: 14px;
	
}
#gallery content{
	colour: #000000;
	font-size: 14px;
	
	}
	

/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #Title Link styles **************/

#title_links{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	text-align: center;
	color: #CE432B;
}
/* '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 */

#title_links img{
 display: block;
}

#title_links a {
	font-size: 100%;
	/*color: #CE432B;*/
	padding: 0px 4px 0px 0px;
	 
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #CE432B;
	padding: 10px 0px 0px 0px;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #cccccc;
}
/* 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" */


/*********** #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;}

/*********** #contents styles ***********/

#content img{
	text-align: center;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	/*margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #777777;*/
	font-size: 90%;
	width: 100px;	
}

#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;
}

