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

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

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

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

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

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

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

h3{
	font-size: 100%;
	color: #ED1C24;
}

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;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
	width: 100%;
	min-width: 600px;
}

#masthead{
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #DEE7ED;
	border-bottom: 1px solid #CCCCCC;
}

.content{
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}

.content_wrapper {
	float: left;
	width: 100%;
	position: relative;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .content_wrapper {
	right:75%;			/* right column width */
	background:#DEE7ED;	/* left column background colour */
}
.leftmenu .feature {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .headlines {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	background-color: #DEE7ED;
	padding: 20px 0px 10px 20px;
}


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

#pageName{

}


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

#globalNav{
	color: #DEE7ED;
	background-color: #6087a5;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: solid #2f3731 2px;
	border-top: solid #2f3731 2px;
}
/* '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: 10px;
	padding: 0px 4px 0px 0px;
}


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

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


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


.feature{
	float: left;
	position: relative;
	overflow: hidden;
	padding:0 0 1em 0;
	/*padding: 20px 0px 10px 30px;*/
	line-height: 24px;
}

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

.feature img{
	float: right;
	padding: 0px 10px 0px 12px;
	margin: 0 5px 5px 0;
}


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

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

/*********** #headline styles ***********/

.headlines ul a:link, #headlines ul a:visited {display: block;}
headlines ul {list-style: none; margin: 0; padding: 0;}

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

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

.headlines{
	float: left;
	position: relative;
	overflow: hidden;
	padding:0 0 1em 0;
	/*width: 230px;*/
}

.headlines p{
	color: #2F3731;
	padding-top: 5px;
	margin-top: 0px;
}

.headlines h1{
	color: #6087A5;
}

.headlines h2{
	color: #2F3731;
	padding-top: 12px;
}

.headlines a{
	color: #ED1C24;
}
.content .feature a {
	color: #FF0000;
}


/* photo gallery styles */

div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    /*height: 180;*/
    /*width: 220;*/
    float: left;
    text-align: center;
}	

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #0000ff;
}

div.desc {
  text-align: center;
  font-weight: normal;
  margin: 5px;
}