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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #71828A; /*#E9E5CA;*/
	
}

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

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

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

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

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

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

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

h5{
 font-size: 115%;
 color: #666666;
}

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                                 */
/***********************************************/

#mainTable {
	background-color: #FFFFFF;
	width: 95%;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-top: 10px;
}

#navBar{
	margin: 0px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:  url("images/glbnav_background.gif");
	border-bottom: 1px solid #cccccc;
	background-repeat: repeat;
	text-align: right;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #21536A;
}

#navBar a{
	color:#21536A;

}
#content{
	border-left: 1px solid #ccd2d2;
	padding-right: 10px;
	vertical-align: top;
}

#content img{
	border: 1px solid #ccd2d2;
}

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

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


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

#pageName{
	padding: 10px 10px 15px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	vertical-align: middle;
}


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

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


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

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

.feature h3{
	padding: 5px 0px 0px 0px;
	font: bold 150% Verdana,Arial,sans-serif;
}

.feature img{
	margin: 2px 5px 5px 5px;

}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 5px 0px 5px 10px;
	font-size: 80%;
}
.story img {
	margin: 2px 5px 0px 5px;
}
.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	margin-top: 5px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	padding-bottom: 0px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 10px;
	padding-top: 5px;
	font-size: 95%;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right: 1px dashed #ccd2d2;
	border-bottom: 1px dashed #ccd2d2;
}
td.storyRight{
	padding-left: 10px;
	padding-top: 5px;
	font-size: 95%;
	padding-bottom: 10px;
	padding-right: 5px;
	border-bottom: 1px dashed #ccd2d2;
}

td.development1{
	padding-right: 10px;
	padding-top: 5px;
	font-size: 95%;
	padding-bottom: 10px;
	padding-left: 5px;
}

td.development2{
	padding-right: 12px;
	padding-top: 2px;
	font-size: 95%;
	padding-bottom: 10px;
	background-color:#F5F7F7;
	padding-left: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

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

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: 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;
}


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


/************** #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 0px 20px 10px;
	font-size: 80%;
}

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

#pageNav{
	width: 200px;
	padding: 0px;
	margin: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	vertical-align: top;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a {
	display: block;
	width: 200px;

}
#sectionLinks a:link, #sectionLinks a:visited {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover, #sectionLinks a:active{
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 5px 10px;
}
.relatedLinks ul{
	margin: 0px;
	padding: 2px 2px 10px 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.relatedLinks li{
	padding: 0px 0px 8px 0px;
}

.relatedLinks p {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.relatedLinks h3{
	padding: 10px 0px 5px 0px;
}

.relatedLinks a{
	font-weight: bold;
}

.address {
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#listings {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	background-color: #cccccc;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#listings th {
	background-color: #D1D7D7;
	text-align: left;
	margin: 1px;
	padding-left: 6px;
	font-size: 110%;
}

#listings td {
	padding: 6px;
}
.listings1 {
		background-color: #F5F7F7;
}
.listings1_border {
	background-color: #F5F7F7;
	border-bottom: 2px solid #cccccc;
}
.listings2 {
	background-color: #FFFFEC;
}
.listings2_border {
	background-color: #FFFFEC;
	border-bottom: 3px solid #cccccc;
}
