/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	width: 875px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
}

a:visited{
	text-decoration: none;
}

a:hover{
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 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: 14px;
 color: #333333;
 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;
}

ul{
 list-style-type: square;
}

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{
	width: 875px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navBar{
	float: left;
	width: 170px;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}

#headlines{
	float:left;
	width: 170px;
	padding-right: 10px;
}

#content{
	float: left;
	width: 525px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	float: left;
	width: 875px;
	height: auto;
	display: block;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	background-color: #E2E2E2;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 90%;
	width: 380px;
	padding-right: 5px;
	padding-left: 10px;
	float: right;
	padding-top: 5px;
}

#search form{
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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 */

/* fix for browsers that don't need the hack */



/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 80%;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead #Logo {
}
logo {
	float: left;
	height: 77px;
	width: 175px;
}
#masthead #Logo {
	height: 77px;
	width: 175px;
}
#masthead #123 {
	float: right;
	padding-top: 5px;
	font-weight: 700;
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 30px;
	width: 650px;
	z-index: auto;
}
#masthead #123 #leftcap {
	float: left;
	height: 30px;
	width: 5px;
	padding-bottom: 0px;
	display: block;
}
#masthead #123 #button {
	float: left;
	height: 25px;
	width: 120px;
	padding-left: 0px;
	display: block;
	padding-top: 6px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}
#masthead #123 #buttonconsept {
	float: left;
	height: 30px;
	width: 130px;
	padding-bottom: 0px;
}

#masthead #123 #rightcap {
	float: left;
	height: 30px;
	width: 5px;
	padding-bottom: 0px;
	display: block;
}
#masthead #123 #lbutton {
	float: left;
	height: 30px;
	width: 130px;
	padding-bottom: 0px;
}
#masthead #123 #buttonschool {
	float: left;
	height: 30px;
	width: 130px;
	padding-bottom: 0px;
}
#masthead #Menu {
	float: right;
	height: 30px;
	width: 735px;
	margin-top: 30px;
	margin-left: 0px;
}
#masthead #Menu #lbutton #leftcap {
	float: left;
	height: 30px;
	width: 5px;
	text-align: center;
	background-image: url(1v3.jpg);
}
#masthead #Menu #lbutton {
	float: left;
	height: 30px;
	width: 130px;
	margin-right: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	white-space: nowrap;
	font-weight: 700;
}
#masthead #Menu #lbutton #button {
	height: 25px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 6px;
	padding-bottom: 0px;
	list-style-type: none;
	color: #039;
}
#masthead #Menu #buttonconsept {
	height: 30px;
	width: 130px;
	float: left;
	margin-right: 5px;
}
#masthead #Menu #buttonconsept #leftcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(1v3.jpg);
}
#masthead #Menu #buttonschool {
	display: block;
	float: left;
	height: 30px;
	width: 130px;
	margin-right: 5px;
}
#masthead #Menu #buttonschool #leftcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(1v3.jpg);
}
#masthead #Menu #buttonconsept #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	height: 24px;
	width: 120px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
	background-image: url(2v3.jpg);
}
#masthead #Menu #buttonschool #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	float: left;
	height: 24px;
	width: 120px;
	padding-top: 6px;
	background-image: url(2v3.jpg);
	color: #006699;
}
#masthead #Menu #lbutton #rightcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(3v3.jpg);
}
#masthead #Menu #lbutton #button {
	display: block;
	float: left;
	height: 24px;
	width: 120px;
	background-image: url(2v3.jpg);
	text-align: center;
	color: #006699;
	text-decoration: none;
}
#masthead #Menu #buttonconsept #rightcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(3v3.jpg);
}
#masthead #Menu #buttonschool #rightcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(3v3.jpg);
}
#masthead #menuline {
	float: right;
	width: 875px;
	padding-bottom: 0px;
	height: 35px;
	background-image: url(4.jpg);
}
#masthead #Logo img {
}
#masthead #Logo img {
	height: 50px;
	width: 130px;
}
#masthead #Logo {
	height: 65px;
	width: 163px;
	float: left;
	margin-bottom: 10px;
	background-image: url(logo%20163x65.jpg);
}
#masthead #Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
	width: 865px;
}
#masthead #Menu #buttonevent {
	display: block;
	float: left;
	height: 30px;
	width: 130px;
	margin-right: 5px;
}
#masthead #Menu #buttonevent #leftcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(1v3.jpg);
}
#masthead #Menu #buttonevent #butonevent {
	float: left;
	height: 24px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: block;
	padding-top: 6px;
	background-image: url(2v3.jpg);
	color: #006699;
}
#masthead #Menu #buttonevent #rightcap {
	display: block;
	float: left;
	height: 30px;
	width: 5px;
	background-image: url(3v3.jpg);
}
#masthead #globalNav {
	float: left;
	height: 10px;
	width: 865px;
}
#masthead {
	width: 875px;
}
#masthead #Menu {
	float: right;
	height: 30px;
	width: 700px;
}
#masthead #menuline #map {
	float: right;
}
#masthead #menuline #map {
	float: right;
}
#masthead #contact {
	float: right;
}
#masthead #menuline #capl {
	display: block;
	float: left;
	height: 35px;
	width: 6px;
	padding-bottom: 0px;
	background-image: url(4%20l.jpg);
}
#masthead #menuline #capr {
	float: right;
	height: 35px;
	width: 6px;
	font-weight: 700;
	padding-bottom: 0px;
	background-image: url(4%20r.jpg);
}
#masthead #menuline #search input {
}
#masthead #menuline #search input {
	float: left;
}
#masthead #menuline #search #goMAP {
	float: right;
}
#masthead #menuline #map {
 float: right;
}
#masthead #menuline #map {
 float: right;
 font-weight: bold;
 height: 18px;
 width: 130px;
 white-space: nowrap;
 margin-top: 7px;
 margin-right: 10px;
 background-image: url(MAP%20nab2.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #5D6F7D;
 text-decoration: none;
 display: block;
 text-align: center;
 padding-top: 4px;
}
#masthead #Menu {
 float: right;
 height: 30px;
 width: 700px;
}
#masthead #menuline #map {
 float: right;
}
#masthead #menuline #map {
 float: right;
 font-weight: bold;
 height: 18px;
 width: 130px;
 white-space: nowrap;
 margin-top: 7px;
 margin-right: 10px;
 background-image: url(MAP%20nab2.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #5D6F7D;
 text-decoration: none;
 display: block;
 text-align: center;
 padding-top: 4px;
}
#masthead #menuline #map:hover {
 float: right;
 font-weight: bold;
 height: 18px;
 width: 130px;
 white-space: nowrap;
 margin-top: 7px;
 margin-right: 10px;
 background-image: url(MAP%20nab.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #2C6699;
 text-decoration: none;
 display: block;
 text-align: center;
 padding-top: 4px;
}

