/* template-draft  -  index-html-draft.css */

/* body, wrapper div, standard fonts, etc. */
body {
	margin: 0;
	color: #13165B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #13165b;
}

a img {  
	border-style: none;
}

td {
	text-align:left;
	vertical-align:top;
	position: relative;
}

#divContent h1{
	font-size: 12px;
	color: #000066;
}

#divContent p {
	line-height: 1.6em;
}




#divContainer {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 800px;
	border: 3px solid #9A9FD7;
}

.Red-Center-Bold {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.Bold-normal {
	font-weight: bold
}

.superscript {
	
}

.captionText {
	font-size: 9px;
	line-height: 9px;
}

/* the top navigation bar */

#vistabuttons {
	width: 100%;
	float: none;
	clear: both;
	height: 40px;
}


/* banner elements*/

#divHeader {
	width: 100%;
	position: relative;
	height: 112px;
	background-image: url(../template_img/Bannerbkgnd-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
}

#headerLogo {
	text-align: center;
	margin: 0px;
	float: left;
	padding-left: 0px;
}

#headerTitle {
	font-size: 28px;
	color: #000066;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	margin-top: 72px;
	float: right;
	width: 655px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.1em;
}


/* where all the main text is stored */

#divContentWrapper {
	position: relative;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#divContent {
	width: auto;
	clear: both;
	line-height: 1.6em;
}

#divContentText {
	clear: both;
	float: none;
}

/* for all hyperlinks within the Content Wrapper */

#divContentWrapper a {color: #0066FF;text-decoration: none;}
#divContentWrapper a:hover {color: #999999;	font-weight: 100;}

#divContentWrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 5px;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
	text-indent: 0px;
}


/* footers */
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	float: none;
	width: 100%;
	background-image: url(../template_img/bg.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	color: #666666;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

#footer a {color: #666666;	text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#copyright {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	text-align: center;
	padding-top: 30px;
}




/*- addtional tags to use on pages, as needed -*/ 
.imageAlignRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.imageAlignLeft {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	list-style-type: disc;
}

.inLineQuote {
	border: 2px solid #000066;
	font-style: italic;
	margin-top: 10px;
	margin-right: 10px;
}





/* HOME PAGE SPECIFIC TAGS */
#divHomeXFHInfo {
	float: left;
	width: 330px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
	line-height: normal;
}

#divHomeTopImageRight {
	float: right;
	width: 412px;
	padding-top: 5px;
	padding-right: -20px;
}

#divHomeLinksBoxLeftAlign {
	float: left;
	width: 375px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#divHomeLinksBoxRightAlign {
	float: right;
	width: 345px;
	padding-left: 0px;
	padding-bottom: 20px;
}

/*-- education teacher page specific --*/

#educationLeftColumn {
	float: left;
	width: 230px;
	padding-right: 5px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #CFD1F5;
}
#educationRightColumn {
	float: right;
	width: 494px;
	padding-left: 15px;
}

/*-- glossary page table image settings --*/

#glossaryTable img {
	padding: 4px;
	border: 1px solid #999999;
}

h6 {
	color: #333333;
	font-variant: small-caps;
	border-bottom: 1px dotted #4d4d4d;
	padding-bottom: .2em;
	padding-top: .2em;
	border-top: 1px solid #333;
	font-size: 12px;
}
#Map {
	display: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	text-decoration: none;
}

/*Rental pages styles*/
#footerRentals {
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	float: none;
	width: 100%;
	border-top-style: none;
	border-top-color: #666;
	border-bottom-color: #666;
	color: #666666;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#footerRentals a {color: #666666;	text-decoration: none;}
#footerRentals a:hover {text-decoration: underline;}

#xfh_caption {
	font-size: 10px;
	color: #666666;
	text-align: center;
	float: left;
	height: 40px;
	width: 150px;
}

/*.rentals_bullets - style as shown below is in the rentals_template.dwt
  apply li class="rental-bullet" to each list item.  If you change this style in the rentals template
  you will have to update all rental pages with template changes. 
*/

#rental-table {
	float: none;
	clear: both;
} 
 
#rental-table a {color:#000033; text-decoration: none;}
#rental-table a:hover {
	text-decoration: underline;
	
	color: #000033;
}
.rental-feeTable-bkgrnd {
	background-color: #D0D3F0;
	float: none;
	clear: none;
	width: 100%;
}
.imgFloatOverCenter {
	position: absolute;
	left: 197px;
	top: 62px;
	width: 355px;
	height: 265px;
}

.rental-feeTable-bkgrnd.tableDivider {
	background-image: url(../template_img/rentals-divider-swirls.png);
	background-repeat: repeat;
}
#rentalfeestable1 {
	clear: none;
	float: none;
	width: 100%;
}
