/* GENERAL */


* {
	margin:0;
	padding:0;
}

:focus
{
  -moz-outline-style: none;
}

body {
	font-family:"Lucida Grande", arial, Arial, sans-serif;
	font-size:13px;
	color:#444;
	background:#fff url(/web_images/bg_body.jpg) repeat-x;
	}

/* IMAGES */

img {
	border:0;
	}

img.page_title {
	margin-top:47px;
	margin-bottom:25px;
}

/* PARAGRAPHS */

p {
	line-height:21px;
	margin-top:5px;
	margin-bottom:15px;
}

/* DIVS */



#container {
	width:964px;
/*	background-image:url(/web_images/bg_page.png);*/
	margin:0 auto;

}

#header {
	height:141px;
	width:964px;
}

#page_top {
	width:964px;
	height:14px;
	background-image:url(/web_images/bg_page_top.png); 
}

#page_middle {
	width:964px;
	background:url(/web_images/bg_page_middle.png) repeat-y;
}

#page_bottom {
	width:964px;
	height:14px;
	margin:0 auto;
	background:url(/web_images/bg_page_bottom.png); 
}


#home_top {
	position:relative;
	top:-7px;
	left:7px;
}

#home_bottom {
	padding-bottom:0px;
}

#home_bottom_right {
	float:right; background:url(/web_images/home/bottom_right_ad.gif); width:447px; height:272px; position:relative; right:7px;
}

	#home_bottom_right ul {
		position:relative; left:83px; top:90px; width:225px;
	}
	
	#home_bottom_right ul li {
		margin-bottom:5px; font-size:12px; line-height:19px; color:#737373;
	}

#nav_utility {
	height:27px; float:right; color:#888; font-size:12px; position:relative; top:15px; right:7px; line-height:19px;
}

	#nav_utility a {
		color:#777;
	}
	
	#nav_utility a:hover {
		color:#5FADC7;
	}
	
	
	#nav_utility p {
		display:inline;
		margin-right:0px;
		color:#5FADC7;
		font-weight:bold;
		line-height:19px;
	}

#nav_main {
	float:right; width:642px; height:51px; margin-right:00px; top:10px; text-align:left; position:relative; 
}

#page_interior {
	width:893px; position:relative; left:52px; top:-7px; 
}

#page_interior_left {
	float:left; width:554px; padding-bottom:20px;
}

#page_interior_right {
	float:right; width:299px; position:relative;
	border-top:7px solid #d95936; padding-top:3px;
}

#pic_description {
	width:279px; padding:10px; padding-top:8px; padding-bottom:8px; background:#6c6c6c; color:white; margin-top:2px;
}

#pic_description p {
	font-size:11px; line-height:16px; margin:0;
}

#footer {
	left:0px; margin-top:15px; font-size:12px; color:#888; margin-bottom:25px; padding-left:25px; line-height:20px;
}

	#footer a {
		color:#999;
		text-decoration:underline;
	}

#right_callout {
	margin-top:50px; text-align:center;
}

	img.right_callout_button {
		margin-top:20px;
	}

/* LINKS */

#pic_description a {
	color: white;
	text-decoration: underline;
}

a:link, a:visited {
	color:#d82e00;
	text-decoration:none;
}	

a:hover {
	text-decoration:underline;
}	

	
/* HEADERS */
	
h1 {
	font-size:15px;
	font-weight:bold;
	color:#5541bc;
	padding-top:15px;
	padding-bottom:5px;
	line-height:21px;
}

h2 {
	font-size:17px;
	font-weight:bold;
	color:#333;
	padding-top:35px;
	padding-bottom:15px;
}

/* LISTS */

ul {
	margin-left:17px;
	margin-top:10px;
	margin-bottom:15px;
}

ul.square {
	list-style-type:square;
}

li {
	line-height:19px;
	margin-bottom:4px;
}

