@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

	Project:    	**Project Name**
	Version:    	**0.1

-------------------------------------------------------------------*/


/* Stylesheet Reset */
	@import "reset.css";

/* ==================================================================
1.0 Body Styles
================================================================== */

body	{
	margin: 0;
	padding: 0;

	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: left;
	background-color: #000099;
	background-image: url(images/stars.png);
	background-position: -25% 0;
	}

h1	{
	text-indent: -9999px;
	background-image: url(images/MusicCityHonorFlight.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 358px;
	height: 197px;
	}


h2	{
	font-size: 22px;
	font-weight: bold;
	color: #000099;
	}

h3	{
	font-size:16px;
	font-weight:bold;
	color: #aa0000;
	}

p, address	{
	margin: 0.8em 0;
	line-height: 1.6;
	font-style: normal;
	}
ul		{list-style-type: disc;}

/* ==================================================================
1.2 	Reusable Elements
================================================================== */




/* ==================================================================
1.3 	Wrappers
================================================================== */
#fancy		{	width: 100%;  height: 300px;	background-image: url(images/gradient.png);	}
#wrapper	{	width: 960px;	margin: 0 auto; background-color:#fff; overflow: auto;}
#shadow		{	
	width: 100%; 
	background-position: top center; 
	background-image: url(images/shadow.png); 
	background-repeat: repeat-y;
	}


.mainCol	{	
	float: left;
	width: 640px;
	padding: 20px;
	}
.sidebar	{
	float: right;
	width: 235px;
	padding: 20px;
	border-left: 5px solid #000099;
	height: 1900px;
	}

#header	{
	border-bottom: 10px solid #000099;	
	height: 210px;
	background-image: url(images/tankcrew.jpg);
	background-position: 400px -75px;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	}
#header h1	{margin: 0 0 0 20px;}


/* ==================================================================
2.0		Specific Styles
================================================================== */

.button	{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(images/buttonbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
	margin-bottom: 10px;
	border: 2px solid #ddddaa;
	}
	
.button a	{	
	display: block;
	padding: 15px ;
	color: #a00;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
	width: 201px:
	height: 23px;
	zoom: 1;
	}

.button a.vet	{
	background-image: url(images/vetText.png);
	background-position: 10px 12px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
.button a.guard	{
	background-image: url(images/guardText.png);
	background-position: 10px 12px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
	
	
	
img, div { behavior: url(iepngfix.htc) }

