﻿/************************************
Theme: PRESTON - Derived From: ARBOR
************************************/
/* START -> DO NOT EDIT THIS SECTION */
/* MIN-HEIGHT FOR THEME ELEMENTS (555px before #ft) */
#bd{min-height:500px;_height:500px;}
#hd{min-height:120px;_height:120px;}
#ft{min-height:60px;_height:60px;}
/* STRUCTURE -------- */
#doc{position:relative;width:816px;margin:0 auto;}
#hd{width:100%;float:left;}
#hContent{width:550px;margin:0 auto;padding:30px 0 55px 0;}
#hMisc{display:none !important;}
#navigation{clear:both;float:right;width:184px;margin:0 8px 125px 0;display:inline;padding:10px 0 35px 0;}
ul#mainNav li{margin-bottom:5px;}
ul#mainNav a{zoom:1;display:block;padding:2px 5px 2px 33px;}
#bd{float:left;width:535px;margin-left:45px;margin-bottom:-200px;display:inline;position:relative;z-index:2;}
#pageName{width:180px;margin:0 0 30px -16px;}
#pageNameContent{padding:0 10px 7px 10px;}
#ft{width:730px;margin:0 auto;padding:265px 35px 30px 35px;}
#fContent{}
/* styling fMisc horizontally */
#fMisc {overflow:hidden;*overflow:visible;overflow-x:hidden;width:740px;margin:10px 0 0 0;}
/* "display:none" would not let the containers wrap in FF, but "float" does not work in IE */
#fMisc br {float:left;*display:none;}
/* to hide the first bullet */
p.vcard {text-indent:-10px;}
/* elements with bullets */
p.vcard .org,p.vcard .adr,p.vcard .tel,p.vcard .mailtoWrapper {position:relative;padding-left:10px;}
p.vcard .org,p.vcard .street-address,p.vcard .extended-address,p.vcard .locality,p.vcard .postal-code,p.vcard .country-name,p.vcard .tel {padding-right:5px;}
p.vcard .separator {margin-left:-7px;}
p.vcard .mailtoWrapper {display:block;}
/* elements that should not wrap */
p.vcard .adr,p.vcard .country-name,p.vcard .tel,p.vcard .mailtoWrapper {white-space:nowrap}
/* FIXES -------------- */
#hd{*float:none;}
#pageName {*position:relative;}
/* END -> FIXES: DO NOT EDIT */
/* END -> DO NOT EDIT THIS SECTION */

/* START -> CUSTOMIZATION SECTION */
/* TYPOGRAPHY --------- */

		/* User-Editable Body */

		#body  {
			font-size: 12px;
			font-family: Arial, "Times New Roman", Times, serif;
			color: #252525;
		}

		/* Header Content */

		#hd {
			color: #ffffff;
		}

		/* H1 Site Title */

		#body h1 {
			font-size: 24px;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial, sans-serif;
		}

		/* H2 Page Title */

		#body h2 {
			font-size: 17px;
			font-family: "Trebuchet MS", Arial, sans-serif;
			text-transform: uppercase;
			font-weight: bold;
		}

		/* H3 Paragraph Title */

		#body h3 {
			font-size: 18px;
			font-weight: bold;
			color: #000000;
		}

		#hd h3,
		#ft h3 {
			color: #ffffff;
		}

		/* H4 Paragraph Subtitle */

		#body h4 {
			margin-bottom: 5px;
			font-weight: bold;
		}

	/* Page Name */

		#pageName {
			color: #000000;
			text-align: center;
		}
		
	/* Footer Content */

		#ft {
			color: #ffffff;
			font-size: 11px;
			font-family: "Trebuchet MS", Arial, sans-serif;
		}

/* LINKS --------- */

		#body a:link,
		#body a:visited {
			color: #0072bc;
		}

		#body a:hover,
        #body a:focus,
        #body a:active {
            text-decoration: none;
       }

		#hd a:link,
		#hd a:visited {
			color: #ffffff;
        	text-decoration: none;
		}
				
		#ft a:link,
		#ft a:visited {
			color: #eadd6d;
		}

		/* mainNav */

		ul#mainNav li a:link,
		ul#mainNav li a:visited {
			font-size: 18px;
			font-family: Georgia, Arial, sans-serif;
			color: #ffffff;
		}

		ul#mainNav li.active a:link,
		ul#mainNav li.active a:visited,
		ul#mainNav li a:hover,
		ul#mainNav li a:active,
		ul#mainNav li a:focus {
 			color: #ffd200;
        }

/* BACKGROUNDS --------- */

		/* !important is used to overwrite the rule from the admin_ui.css file */
		html  {
			background-image: url('html_1.2.10.1.gif') !important;
			background-color: #ffffff;
			background-attachment: fixed;
		}

		/* !important is used to overwrite the rule from the global.css file */
		body {
			background:transparent !important;
		}

		#doc {
			background-image: url('doc_1.2.10.1.gif');
			background-repeat: repeat-y;
		}

		#hd {
			background-color: #080808;
			background-image: url('hd_wt_1.2.10.1.jpg');
			background-repeat: no-repeat;
			background-position: 0 100%;
		}

		#navigation {
			background-color: #000000;
			background-image: url('navigation_1.2.10.1.gif');
			background-repeat: no-repeat;
			background-position: 0 100%;
		}
		
		#pageName {
			background-color: #ffd200;
			background-image: url('pagename_1.2.10.1.gif');
			background-repeat: no-repeat;
			background-position: 0 100%;
		}

		ul#mainNav li.active a:link,
		ul#mainNav li.active a:visited,
		ul#mainNav li a:hover,
		ul#mainNav li a:active,
		ul#mainNav li a:focus {
            background-image: url('liactive_1.2.10.1.gif');
			background-repeat: no-repeat;
			background-position: 11px 3px;
			background-color: #000000;
        }

		#bd {
			background-color: #ffffff;
		}
		
		#ft {
			background-color: #024b81;
			background-image: url('ft_1.2.10.1.gif');
			background-repeat: no-repeat;
		}

		p.vcard .org,
		p.vcard .adr,
		p.vcard .tel {
			background-image: url('bullet_1.2.10.1.gif');
			background-position: 0 50%;
			background-repeat: no-repeat;
		}

/* BORDERS --------- */
		
		#zWrap ul.module_bd_container h3,
        #zWrap h3 {
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #000000;
		}

		#zB	#mapZone {
			border-width: 1px;
			border-style: solid;
			border-color: #888888;
			_border-width: 0;
		}

		#zB #mapContainer {
			_border-width: 1px;
			_border-style: solid;
			_border-color: #888888;
		}

/* END -> EDITABLE */
