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

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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 1.166;
	margin: 5px;
	padding: 0px;
	font-size: 12pt;
}

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

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

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

h1{
	font-family: Sylfaen;
	font-size: 36pt;
	color: #FF6633;
	font-weight: bolder;
	text-align: center;
}

h2{
	font-size: 24pt;
	color: #6666FF;
	font-family: Sylfaen;
	font-weight: bold;
}

h3{
	font-size: 18pt;
	color: #6666FF;
	font-family: Sylfaen;
}

h4{
	font-size: 15pt;
	color: #6666FF;
	font-family: Sylfaen;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

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

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


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFECEC;
	border-right: 1px solid #FEA99C;
	border-bottom: 1px solid #FEA99C;
}

#content{
  float:center;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

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


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

#pageName{
	margin-left: 50px;
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
color: #FF9980;
padding: 0px 0px 0px 30px;
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; 
}


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

.feature p{
	line-height: 24pt;
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	margin: 5px 0px 0px 5px;
}

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

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


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

.story{
	clear: both;
	padding: 15px 0px 0px 15px;
	font-size: 80%;
	margin: 5px 5px 5px 5px;
}

.story p{
	line-height: 24pt;
	padding: 0px 0px 10px 0px;
	margin: 5px 5px 5px 5px;
}


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

#siteInfo{
	align: left;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* 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;}



.StyleNameAddress {
	font-family: Sylfaen;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #6666FF;
	text-align: center;
}

.Style16 {
	font-size: 14px;
	color: #6666FF;
}

.Style14 {
color: #FF6633;
}

.StyleAddress {
	font-family: Sylfaen;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	font-size: 13px;
}
