/* CSS Document */
body
{
background-color:#616161;
margin: 0px;
padding: 0px;
}

#wrapper
	{
	width: 768px;
	border: 1px solid #322C24;
	margin: 0 auto; /* this centers the div tag */
	background-image:url(images/resolutions_strip.gif);
	}

#contact_info
	{
	position: absolute; top: 16px;
	width: 700px;
	margin-left: 0px;
	padding: 10px;
	}

#contact_info p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #303030;
margin-top: 0.5em;
padding-top: 0;
}

.webaddress
{
font-family: Arial, Helvetica, sans-serif;
color: #303030;
}

.orange
{
color: #FF4500;
}

#reps
{
position:absolute; top: 16px;
margin-left: 370px;
}

#logo
{
position:absolute; top: 20px;
margin-left: 530px;
background-image:url(images/resolutions_logo.gif);
width: 188px;
height: 45px;
}
	
#contentfix
	{
	width: 694px;
	padding: 10px;
	margin-top: 140px;
	margin-left: 30px;
	border: 1px solid #FD4703;
	}		
	
#content
	{
	width: 694px;
	padding: 10px;
	margin-top: 140px;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 1px solid #FD4703;
	}	
	
#content table
	{
	border: 0;
	padding: 0;
	empty-cells: hide;
	margin-bottom: 20px;
	}	
	
#content td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: normal;
	color: #0B3869;
	text-decoration: none;
	text-align: left;
	}		

#content ul
{
list-style: circle;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
}

#fitness_photos
{
float: right;
margin-top: 0px;	
margin-right: 1px; 
margin-left: 30px;
}

#navalign
{
position: absolute; top: 100px;
margin-left: 0px;
padding-left: 0px;
}

#nav
{
border: 1px solid #FD4703;
background-color: #B7B5B2;
width: 713px;
height: 28px;
}

#nav, #nav ul  /*This ensures that the bullets stop from the top level down by using 2 cases of #nav, #nav*/
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a /*This styles all hyperlinks*/
{
	display: block;
	width: 168px;
	height: 18px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #FD4703;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
}

#nav a:hover
	{
	color: #191919;
	background-color: #FEC7B3;
	font-weight: bold;
	}

#nav ul li a
{
	display: block;
	width: 168px;
	margin: 0;
	background-color: #FFF;
}

#nav li /*This causes the top level nav to appear on the left*/
{
	float: left;
}

#nav li ul /*This ensures the subnav appears below the top nav, with the opera fix -999em*/
{
	position: absolute;
	width: 133px;
	left: -999em;
	margin: 0px 0px 0px 2px;
}

#nav li:hover ul, #nav li.sfhover ul /*This includes the IE fix for the dropdown menu*/
{ 
	left: auto; 
}
		

#footer
{
	margin-left: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.copyright
{
	margin-left: 300px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/* text styles */
h2
	{
	display: none;
	}	

#contentfix h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #FD4703;
	}

#contentfix p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}

#content h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #FD4703;
	}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}
	
.bold
{
font-weight: bold;
}

/* close text styles */		

	

