﻿
/* ----- 1280 CSS Rules ----- */

/* **** All Pages Formatting Start **** */
		body 
		{
			font-size: 1.1em;
		}

		#headerimage
		{
			min-width:775px;
			min-height:150px;
			max-width:900px;
			max-height:174px;
		}

		#navcontainer li
		{
			height:25px;
		}
/* **** All Pages Formatting End **** */

/* **** Officer Page Formatting Start **** */
		div.officers
		{
			top:50px;
			left:400px;
			width:300px;
		}

		img.officerpics
		{
			width:300px;
			height:333px;
		}
/* **** Officer Page Formatting End **** */

/* **** Events Page Formatting Start **** */
		div.events
		{
			top:150px;
			left:400px;
			width:550px;
			font-size:.9em; 
		}

		#calendarcombo
		{
			top:150px;
			left:200px;
		}
/* **** Events Page Formatting End **** */

/* **** Find-A-Post Page Formatting Start **** */
		#inmap
		{
			top:175px;
			left:400px;
		}

		div.mapbox
		{
			font-size:1em;
			width:225px;
			height:380px;
			top: 140px;
			left: 200px;
		}

		#DistrictBox
		{
			font-size:.8em;
			width:225px;
			height:380px;
			top: 140px;
			left: 200px;
		}
/* **** Find-A-Post Page Formatting End **** */

/* **** File Cabinet Page Formatting Start **** */
		#tabdiv				{position:absolute;top:150px;left:285px;width:475px;height:225px;}		
		.tab { 
			font-size: .7em;
			width: 100px;
			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: 475px;
			height: 225px;
			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 **** */
		#relatedlinks1
		{
			width:400px;
			left:250px;
			top:175px;
		}

		#relatedlinks2
		{
			width:400px;
			left:575px;
			top:175px;
		}
		#relatedlinks3
		{
			width:400px;
			left:250px;
			top:325px;
		}
		#relatedlinks4
		{
			width:400px;
			left:575px;
			top:325px;
		}

/* **** Related Links Page Formatting End **** */

/* **** Online Directory Page Formatting  **** */
		#officerslist {position:relative;top:0px;left:75px;}
			.cols {width:200px;}
		#divlogin		{position:absolute;top:100px;left:440px;}
		#divsubmit		{position:absolute;top:155px;left:440px;}
		#fmdirectory	{width:575px;}
