/* ==================================
	BASIC ELEMENTS
================================== */
body { 
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	border-top: 6px solid #7A8486;
	font-size: 76%;
	
	}
	
h1 {
	text-align: left;
	padding: 5px 0;
	font-size: 1.5em;
	line-height: 1.3em;
	}

h1.tour {
	margin: 0 0 1em 0;
	padding: 0;
	clear: none;
	}

p {
	padding: 0;
	}

p.subtitle {
	margin: 5px 0;
	color: #666;
	float: right;
	line-height: 1.3em;
	font-style: italic;
	}

p.tour_nav {
    text-align: right;
    line-height: 1.4em;
    }


h2 {
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	margin: 30px 0 0 0;
	}
	
ul.tour {
	font-size: 90%;
	}
	
dl.dl_110_me {
	background: #FFF url(/img/me_box_num.jpg) no-repeat;
	}
	
dl.dl_110_ma {
	background: #FFF url(/img/ma_box_num.jpg) no-repeat;
	}

dl.dl_110_pg {
	background: #FFF url(/img/pg_box_num.jpg) no-repeat;
	}


dl dt.dt_110 {
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	margin: 0 0 0 125px;
	font-weight: bold;
	}

dl dd.dd_110 {
	text-align: left;
	margin: 5px 0 0 125px;
	padding: 0;
	}

dl dd.right_link {
	text-align: right;
	margin: 0;
	padding: 5px 0 20px 125px;
	}


/* ==================================
	IMAGES
================================== */
img {
	padding: 0;
	border: 1px solid #666;
	}

img.plain {
	border: 0;
	}

/* ==================================
	LINKS
================================== */
a { font-weight:bold; color:#3D79CC; text-decoration: underline; }
a:hover { text-decoration:underline; color:#f60; }
a img { border-width:0; }

/* ==================================
	PAGE CONTAINER
================================== */
#container {
	position: relative;
	margin: 18px auto;
	padding: 0;
	text-align: left;
	width: 710px;
	background-color: #FFF;
	
	}

body#full #container {
	background: #FFF url(images/bg_page_full.gif) repeat-y 50% 0;
	}

body#full_pad #container {
	background: #FFF url(/img/bg_page_full.gif) repeat-y 50% 0;
	}

body#sdbr #container {
	background: #FFF url(images/bg_page_sdbr.gif) repeat-y 50% 0;
	}
	
/* ==================================
	HEADER
================================== */

#page_header {
	background: transparent url(images/banner1.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	height: 65px;
	width: 710px;
	}

/* ==================================
	NAVIGATION
================================== */

#navigation { margin: 0px; width: 710px; clear: both; font-family: Arial; letter-spacing: 1px; font-weight:700; }
#navigation ul { float: left; width: 710px; margin: 0; padding: 0; list-style: none; font-size: 90%; background: #7A8486 url(/img/nav_bg.gif) repeat-x bottom left; border-top: 1px solid #fff; }
#navigation ul li { float: left; margin: 0; padding: 0; list-style: none; border-right: 1px solid #ddd; background-color: #7A8486;}
#navigation ul a { float: left; padding: 0px 35px 0px 35px; text-decoration: none; font-weight: normal;  color: #fff; background: url(/img/nav_home.gif) no-repeat 10px 50%; }



#navigation a:hover, #navigation a.active {
	color: #000;
	background-color: #DEE3E7;
	font-style: normal;
	}
/* ==================================
	CONTENT
================================== */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#content_container { clear:left; }
/* End IE5-Mac hack */

#content_container {
	width: 708px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 0;
	}

/* Be Nice To Opera Rule */
html>body #content_container {
  	width: 710px;
	}

#main_feature, #pg_feature {
	border: 1px solid #7A8486;
	margin-bottom: 22px;
	
	}

#main_feature {
	background: #fff url(/img/me_quote.jpg) no-repeat top left;
	padding: 0;
	}

#pg_feature {
	background: #fff url(/img/pg_feature_box.jpg) no-repeat top left;
	padding: 10px 10px 5px 10px;
	}

#main_feature h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #666;
	letter-spacing: -1px;
	}

#pg_feature h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 200px;
	margin-bottom: 0;
	color: #666;
	letter-spacing: -1px;
	text-align: center;
	}


#main_feature h1 strong {
	color: #4D4D4D;
	}


#feature_stories	{
	margin: 10px 80px 10px 300px;
	}

#feature_stories h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 3.5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #AAA;
	}
#feature_stories p {
	font-size: 90%;
	line-height: 1.4em;
	}



/* ==================================
	MAIN CONTENT
================================== */
#main_content {
	margin: 10px 260px 10px 25px;
}

body#full #main_content {
	margin: 20px;
}

#main_content blockquote {
	background: transparent;
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	margin: 20px 0;
	}

#main_content blockquote h3 {
	padding: 0;
	margin: 0;
	color: #339900;
	font-size: 1.2em;
	}

#main_content blockquote p {
	background: transparent;
	margin: 0;
	padding: 0;
	line-height: 2em;
	}

#main_content blockquote h4 {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#main_content blockquote h5 {
	background: transparent;
	margin: 0;
	padding: 0;
	}



/* ==================================
	SIDEBARS
================================== */
#right_feature_sidebar 	{ float: right; }
#left_feature_sidebar 	{ float: left; }

#left_feature_sidebar, #right_feature_sidebar 	{
	background: #FFF url(/img/10_0_grad.gif) repeat-x;
	margin: 18px 12px 12px 12px;
	border: 1px solid #999;
	padding: 0;
	
	
	width: 230px;
	}
	
blockquote p {
	margin: 8px 15px;
	font-size: 0.8em;
	text-align: left;
	}

blockquote p#title {
	background: #7A8486;
	padding: 4px;
	margin: 0;
	font-size: 0.8em;
	font-weight:bold;
	text-align: center;
	color: #FFF;
	width:100%;
	}
	
blockquote p#quote {
	background: transparent url(/img/bot_quot.gif) no-repeat right bottom;
	line-height: 1.7em;
	
	}


#left_feature_sidebar blockquote {
	background: transparent url(/img/top_quot.gif) no-repeat 10px 33px;
	}

blockquote {
	padding: 0;
	margin: 0;
	}
	

blockquote p#more_link {
	text-align: center;
	margin: 10px 0;
}



/* ==================================
	FOOTER
================================== */
#clear	{ clear: both; }
#footer	{
	background:#7A8486 url(/img/bg_footer.gif) repeat-x left top; 
	clear: both;
	width:100%;
	height:20px;
	border-bottom: 1px solid #667072;
	border-top: 1px solid #667072;
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0 0 0;
	}

#footer p	{
	margin: 0px 0 0 0px;
	
	}
