/* GENERAL FORMATTING */
body 				{
					margin:0px;
					border:0px;
					padding:0px;
					font-size: 14px;
					font-family: "Arial", Myriad, helvetica, sans-serif;
					color:#6d6d6d;
					background:#484846;
					line-height:1.4em
					}
			
a 					{
					text-decoration:underline;
					color:#132530;
					font-weight:normal}

a:hover 			{color:#2c5352;}	


/* PARAGRAPH FORMAT */
					
p					{
					margin-left:25px;
					margin-right:25px;
					margin-top:10px;
					margin-bottom:10px;
					}

/* LIST FORMAT */

ul					{line-height: 1.5em;
					margin-left:25px}	

li 					{padding-left:-20px;
					margin-left:-20px;}


/* IMAGES */

img					{border: none;}
					
img.bordered		{border: #132531 solid 2px;}

.float_right		{float:right}

.float_left			{float:left}
								

/* FORMATTING OF MAIN CONTENTS */

div#wrap			{
					width:950px;
					left:50%;
					margin-left:-475px;
					xbackground-color:#000000;
					margin: 0 auto;
					margin-top:0px;
					}


#content_area		{
					width:950px;
					margin-left:0px;
					min-height:600px;
					float:none;						
					margin: 0 auto;
					padding-top:0px;
					padding-left:0px;
					clear:both;
					background:url(images/content_bg.jpg) repeat-y;
					}			


#left_column		{
					width:280px;
					min-height:600px;
					float:left;
					margin: 0 auto;
					clear:both;
					margin-top:0px;
					background:#5c5646 url(images/left_bg.jpg) top no-repeat;					
					}				
				

#right_column		{
					width:670px;
					min-height:600px;					
					float:left;
					margin-top:0px;
					background:#ffffff url(images/right_bg.jpg) top no-repeat;
					}


#footer				{
					text-align:center;
					height:10px;
					color:#ffffff;
					font-size:12px;
					clear:both;
					background:url(images/footer_top.jpg) top center no-repeat;
					}
										
#footer a 			{
					text-decoration:underline;
					color:#ffffff;
					font-weight:normal}

#footer a:hover 	{color:#ad9c70;}	

/*HEADER STYLES */

h1					{
					color:#132530;
					font-family:Arial, Helvetica, sans-serif;
					font-size:18px;
					margin-top:15px;
					margin-left:25px;
					margin-bottom:12px;
					line-height:1.4em;
					}

h2					{
					color:#ffffff;
					font-family:"Times New Roman", Times, serif;
					text-decoration: none;
					font-size:20px;
					margin-left:10px;
					margin-bottom:10px;
					line-height:1.2em;
					}

h3					{color:#2c5352;
					font-family:Arial, Helvetica, sans-serif;
					font-size:16px;
					font-weight:bold;
					margin-bottom:0px;
					margin-left:25px;
					}


/* OTHER STYLES */

.cityline			{
					text-align:center;
					height:10px;
					color:#ffffff;
					font-size:12px;
					padding-top:10px;
					}

.cityline a			{color:#FFFFFF;
					text-decoration:underline}

.cityline a:hover
					{color:#cccccc}	
					
.social_media_box	{width:177px;
					height:75px;
					margin-bottom:20px;
					}
