﻿
/* ----- 640 CSS Rules ----- */

/* **** All Pages Formatting Start **** */
		body
		{
			font-size: .9em;
		}

		#headerimage
		{
			min-width:400px;
			min-height:77px;
		}

		#navcontainer 
		{
			position:absolute;
		}

		#navcontainer li
		{
			height:18px;
		}
/* **** All Pages Formatting End **** */

/* **** Home Page Formatting Start **** */
		#commanderpic
		{
			width:150px;
			height:188px;
		}
/* **** Home Page Formatting End **** */

/* **** Officer Page Formatting Start **** */
		div.officers
		{
			position:absolute;
			width:200px;
			top:15px;
			left:200px;
		}

		img.officerpics
		{
			width:200px;
			height:222px;
		}
/* **** Officer Page Formatting End **** */

/* **** Events Page Formatting Start **** */
		#calendarspace
		{
			display:none;
		}

		#calendar
		{
			width:50px;
		}

		#calendarcombo
		{
			top:2px;
			left:60px;
		}

		img.eventpic
		{
			width:100px;
			height:75px;
		}
/* **** Events Page Formatting End **** */

/* **** Find-A-Post Page Formatting Start **** */
		#inmap
		{
			top:120px;
			left:275px;
		}

		div.mapbox
		{
			font-size:.9em;
			width:175px;
			height:355px;
			top: 175px;
			left: 150px;
			position:absolute;
		}

		#DistrictBox
		{
			font-size:.7em;
			width:175px;
			height:355px;
			top: 175px;
			left: 150px;
			position:absolute;
		}
/* **** Find-A-Post Page Formatting End **** */

/* **** File Cabinet Page Formatting Start **** */
		#tabdiv				{position:absolute;top:100px;left:165px;width:350px;height:185px;}		
		.tab { 
			font-size: .7em;
			width: 80px;
			white-space: nowrap;
			text-align: center;
			border-style: ridge;
			border-left-width: 2px;
			border-right-width: 2px;
			border-top-width: 2px;
			border-bottom-width: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
			cursor: pointer;
			}
		.tabhold { 
			background-color: transparent;
			}
		.tabfocus { 
			background-color: black;
			color: white;
			}
		.tabcontent { 
			font-size: .7em;
			width: 350px;
			height: 185px;
			border-style: ridge;
			border-width: 3px;
			padding-top: 15px;
			padding-left: 10px;
			padding-right: 10px;
			}

/* **** File Cabinet Page Formatting End **** */

/* **** Related Links Page Formatting Start **** */
		#relatedlinks
		{
			left:154px;
		}

		#relatedlinks1
		{
			width:225px;
			left:135px;
			top:100px;
		}

		#relatedlinks2
		{
			width:240px;
			left:360px;
			top:100px
		}
		#relatedlinks3
		{
			width:400px;
			left:135px;
			top:215px;
		}
		#relatedlinks4
		{
			width:400px;
			left:360px;
			top:215px;
		}
/* **** Related Links Page Formatting End **** */

/* **** Contact Us Page Formatting Start **** */
		#googlemap
		{
			width:400px;
			height:250px;
		}
/* **** Contact Us Page Formatting Start **** */

/* **** Online Directory Page Formatting  **** */
		#officerslist {position:relative;top:0px;left:45px;}
			.cols {width:140px;}
