/***********************************************/
/* 3col_leftNav.css                            */
/* 3 column, Left Navigation Menu              */
/***********************************************/

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

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	background-image: url(/Images/Background.png);
	font-size: 12px;
	line-height: normal;
}

a{
	color: #006699;
	text-decoration: none;
}

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

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

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Trebuchet MS, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-color: #996699;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	width: 70%;
	float: left;
	text-align: center;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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



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

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
}

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

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

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

#breadCrumb{
	padding: 2px 0px 0 10px;
}

/************** Service styles ****************/

#service{
	float: right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
    color: #EEEEEE;
    background-color: #666666;
}

#service h2{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#111111;
}



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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	text-align: center;
}

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

.feature img{
	float: center;
	padding: 10px 10px 0px 0px;
}



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

.story{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
    float:left;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story h3{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
	

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #666666;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #663399;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

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

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



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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px ridge #cccccc;
	color: #FFFFFF;
    background-color: #996699;
	font-family: Trebuchet MS, Helvetica, sans-serif;
    
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #EEEEEE;
}

#sectionLinks a:hover{
	background-color: #dddddd;
    color: #EEEEEE;
}



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

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
    background-color: #666699;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
    border-bottom: 1px ridge #000000;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #333333;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.relatedLinks a:link{
    display: block;
    border-top: 1px ridge #cccccc;
    padding: 2px 0px 2px 10px;
    color: #EEEEEE;
}



.relatedLinks a:visited {
	display: block;
    border-top: 1px ridge #cccccc;
    padding: 2px 0px 2px 10px;
	color: #FFFF55;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
    background-color: #CCCCCC;
}

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

#headlines h3 {
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size:14px
}

#headlines h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #111111;
}

/*********** #maintext styles ***************/

.maintext {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

#maintext h1{
    font-family:inherit;
    font-size: 20px;
    color: #666666;
    text-align:center;
}

#maintext h3{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

#maintext ul {
	text-align:left;
	list-style-type:square;
}

/************** #NL Announcements ****************/

.NLAnnounce {
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 12px;
     text-align: center;
     color: #333333;
}

.NLAnnounce h3{
     font-family: Trebuchet MS, Helvetica, sans-serif;
     font-size: 16px;
     font-weight:bold;
 }
      



/*******misc others ***************/

.mainheader {
	font-family: Georgia, Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #660099;
	font-variant: normal;
	text-align: center;
}

.mission {
	font-family: Georgia, Times, serif;
	font-size: large;
	font-style: italic;
	color: #663399;
	text-align: center;
	font-weight: bold;
}

.contact {
	font-family: Georgia, Times, serif;
	font-size: small;
	color: #333333;
	text-align: center;
}

.NLtitle {
	font-family: Georgia, Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #0066FF;
}

.BlueTitle {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

.Headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0000CC;
	font-weight: bold;
	text-align: center;
}

.Headers_Left {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0000CC;
	font-weight: bold;
	text-align: left;
}
.Titles {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    font-style:italic;
    color: #996699;
    font-weight:bold;
    text-align:left;
}

#content h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666699;
	text-align: center;
}

#slideshow{
    position: absolute;
    width: 250px;
    height: 225px;
}
