﻿
/* ----- 1280 CSS Rules ----- */

/* **** All Pages Formatting  **** */
		body				{font-size: 1.3em;}
		#navcontainer li		{height:25px;}

/* **** Home Page Formatting Start **** */
		#newsblock
				{
				width:350px;
				position:absolute;
				top:250px;
				right:25px;
				}
/* **** Home Page Formatting end **** */
		
/* **** Officer Page Formatting  **** */
		div.officers			{top:50px;left:500px;}
		td.commander			{text-align:center;}


/* **** Events Page Formatting  **** */
		div.events			{top:170px;left:500px;width:700px;font-size:.9em;}


/* **** Find-A-Post Page Formatting  **** */
		#calendarcombo		{top:170px;left:300px;}
		#inmap				{top:175px;left:555px;}
		div.mapbox			{font-size:1em;width:225px;height:400px;top: 186px;left: 315px;}
		#DistrictBox		{font-size:.8em;width:225px;height:400px;top: 186px;left: 315px;}


/* **** File Cabinet Page Formatting  **** */
		#tabdiv				{position:absolute;top:175px;left:400px;width:550px;height:275px;}		
		.tab { 
			font-size: .7em;
			width: 120px;
			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: 550px;
			height: 275px;
			border-style: ridge;
			border-width: 3px;
			padding-top: 15px;
			padding-left: 10px;
			padding-right: 10px;
			}

/* **** Related Links Page Formatting  **** */
		#relatedlinks1		{width:400px;left:325px;top:200px;}
		#relatedlinks2		{width:400px;left:750px;top:200px;}
		#relatedlinks3		{width:400px;left:325px;top:375px;}
		#relatedlinks4		{width:400px;left:750px;top:375px;}

/* **** Online Directory Page Formatting  **** */
		#officerslist {position:relative;top:0px;left:100px;}
			.cols {width:250px;}
		#divlogin		{position:absolute;top:125px;left:580px;}
		#divsubmit		{position:absolute;top:180px;left:565px;}

		
		