/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin-right: 1%;
	margin-left: 1%;
	width: 98%;
	overflow: hidden;
	padding-top: 2px;
	list-style-position: inside;
}

a{
	color: #000066;
	text-decoration: none;
}

a:link{
	color: #000066;
}

a:visited{
	color: #000066;
}

a:hover{
	color: #000066;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #FFFFCC;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}

ul{
	width: 90%;
	height: 100%;
	text-indent: 1%;
	line-height: 125%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	overflow: hidden;
	border-bottom-style: double;
	border-bottom-color: #FCCC68;
}

#leftBar{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 25%;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;

}
#leftBar2{
	font-size: 80%;
	height: 100%;
	overflow: hidden;
	margin-right: 0px;
	width: 100%;
	color: #000066;
	float: right;
	z-index: 1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#mainFeature  {
	font-size: 75%;
	width: 75%;
	height: 100px;
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
}
#Layer		{
	width:75%;
	height:100%;
	z-index:1;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Layer1		{
	width:45%;
	height:100%;
	z-index:1;
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFB700;
}
 #Layer2		{
	width:45%;
	height:100%;
	z-index:1;
	float:right;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #B38000;
}

#rightBar{
	font-size: 80%;
	height: 100%;
	overflow: hidden;
	margin-right: 0px;
	right: 0px;
	width: 20%;
	color: #000066;
	float: right;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../Images/bgGrYelSm.jpg);
	background-repeat: repeat-x;
}
#rightBar2{
	font-size: 80%;
	float: right;
	overflow: hidden;
	text-align: center;
	background-repeat: repeat-x;
	width: 20%;
	height: 100%;
	padding-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	background-color: #3DADCC;
}
#content{
	float: right;
	width: 73%;
	height: auto;
	right: 0px;
	overflow: hidden;
}

#middleNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #000066;
	overflow: hidden;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	float: none;
	clear: both;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	background-position: right;
	background-image: url(../Images/collageY4.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	height: 100px;
}
#quote{
	margin: 0;
	margin-right: 0px;
	margin-top: 0px;
	top: 52px;
	position: absolute;
	left: 567px;
	padding-right: 5px;

}
/************* #middleNav styles **************/

#middleNav img{
 display: block;
}

#middleNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
	color: #99CCFF;
}

/************* #topNav styles **************/

#topNav{
	color: #cccccc;
	background-color: #000066;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	height: 18px;
	text-align: right;
}
#home{
	margin: 0px;
	font-size: 80%;
	border: 0;
	overflow: hidden;
	width: 5%;
	float: left;
}
#topNav img{
 display: block;
}

#topNav a {
	font-size: 70%;
	color: #B3EEFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #B3EEFF;
	text-decoration: underline;
}

#subTopNav{
	color: #000066;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	height: 16px;
	background-color: #FEEB75;

}
#subtopNav a {
	padding: 0 4px 0 0;
	color: #000066;
	font-size: 90%;
}

#subtopNav a:link {
	padding: 0 4px 0 0;
	color: #000066;
}
#subtopNav a:visited {
	padding: 0 4px 0 0;
	color: #000066;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color: #F9F9F9;
	background-color: #3DADCC;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 20px;
	overflow: hidden;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 2px 0px 0 10px;
	color: #FFFFFF;
	background-color: #000066;
}


/************** #mainFeature styles ***************/

#mainFeature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#mainFeature img{
	float: left;
	padding: 10px 10px 10px 10px;
	margin-right: 5px;
	overflow: hidden;
}


/************** #feature styles *****************/

#feature{
	font-size: 70%;
	float: left;
	position: static;
	display: block;
	width: 75%;
	padding-top: 10px;
	margin-left: 10px;
}

#feature p{
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #000066;
	padding: 5px 5px 5px 5px;
	background-image: url(../Images/bgGrYelSm1.jpg);
	border-bottom-color: #FCCC68;
	border-bottom-style: double;
}

#siteInfo img{
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	float: right;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #leftBar link styles ***********/

#leftBar ul a:link, #leftBar ul a:visited {
	display: block;
	color: #000066;
}
#leftBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #leftBar li {
	border-bottom: none;
}

/*********** #rightBar link styles ***********/

#rightBar ul a:link, #rightBar ul a:visited {
	display: block;
	color: #000066;
}
#rightBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #rightBar li {
	border-bottom: none;
}

#rightBar2 ul a:link, #rightBar2 ul a:visited {
	display: block;
	color: #000066;
}
#rightBar2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightBar2 li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #rightBar2 li {
	border-bottom: none;
}
/*********** #resources styles ***********/

#resources{
	margin: 0px;
	font-size: 65%;
	text-align: center;
	letter-spacing: 2px;
	overflow: hidden;
	width: 100%;
	padding: 5;
	font-family: Verdana, Arial, sans-serif;
	color: #000066;
}

#resources h3{
	padding: 10px 0px 2px 10px;
}

#resources a {
}

#resources a:hover{
}


/*********** #image styles ***********/

#image{
	margin: 0px;
	font-size: 80%;
	border: 0;
	overflow: hidden;
	width: 100%;
}

#image h3{
	padding: 10px 0px 2px 0px;
}

#image a:link,
#image a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/


#headlines p{
	padding: 5px 0px 5px 0px;
	color: #000066;
}
.mainFeatTitle {
	font-family: Arial, sans-serif;
	font-style: normal;
	color: #000066;
	font-variant: normal;
	letter-spacing: 2px;
	font-size: small;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000066;
	letter-spacing: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.actNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFCC;
	font-weight: bold;
}
.actSNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #000066;
}
.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.new {
	font-family: Verdana, Arial,;
	font-size: 100%;
	font-style: italic;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: blink;
	background-color: #FFFFCC;
}
.sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3DADCC;
	font-size: 110%;
}
