/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/


body {
	background-image: url(../images/shared/background.gif);
} 

/* Container for entire page content */
#wrapper {
	background: url(../images/shared/header_bg.gif) repeat-x;
}

/* Container for entire page content */
#pageContent {
	width: 755px;
	padding: 15px 0 0 15px;
}

.clear {
	clear: both;
	font-size: 6px;
	line-height: 6px;
}


/* ------------------------------------------------------------------------------------------------------*/
/* HEADER BLOCK / LOGO & MISC ELEMENTS  -----------------------------------------------------------------*/


#header {
	height: 135px;
	padding: 15px 0 0 0;
	width: 780px;
}

#logo {
	float: right;
	margin-bottom: 8px;
	width: 274px;
	height: 89px;
}

#flourish {
	width:25px;
	height: 65px;
	float: left;
	margin: 10px 0 0 321px;
	display: inline;
}


/* ------------------------------------------------------------------------------------------------------*/
/* HEADER BLOCK / MAIN NAVIGATION  ----------------------------------------------------------------------*/

#mainNav {
	clear: both;
	position: relative;
	margin: 0 -10px 0 0;
	height: 38px;
	font-size: 10px;
	line-height: 10px;
	background: url(../images/shared/nav_bgStrip.gif) no-repeat;
}

#mainNav ul{
	list-style: none;
}

#mainNav ul li{
	float: left;
	display: inline;
}

#mainNav ul li a {
	display: block;
	text-indent: -5000px;
	height: 38px;
	border: none;
}


/* MAIN NAV STYLES DIFFERENT ACROSS ALL PAGES */
/* All page specific navigation styles are built into their own css pages */



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / SIDEBAR AREA  --------------------------------------------------------------*/

#sidebar_superContainer {
	width: 205px;
	clear: both;
	float: left;
	margin: 0px; 
}
#sidebar_container {
	width: 205px;
	clear: both;
	float: left;
	background: #F3911C url(../images/shared/sidebar_bottomLeft.gif) no-repeat bottom left;
	margin: 0px; 
}

#sidebar_bottomRight {
	background: url(../images/shared/sidebar_bottomRight.gif) no-repeat bottom right; /* Bottom right corner */
}

#sidebar_topLeft {
	background: url(../images/shared/sidear_topLeft.gif) no-repeat top left; /* Top left corner */
}

#sidebar_topRight {
	padding: 20px 0 15px 0;
	background: url(../images/shared/sidear_topRight.gif) no-repeat top right; /* Top left corner */
}

#sidebar {
	width: 175px;
	padding: 0 15px 0 15px;
}


#sidebar p {
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

#sidebar p.intro {
	font-style: italic;
}

#sidebar ul {
 	list-style-type: none;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

#sidebar li {
	margin: 2px 0 8px 0;
	background: url(../images/shared/listBullet_sideNav.gif) no-repeat  .4em .4em;
	padding-left: 14px;
	line-height: 15px;
}

#sidebar p.horizRule {
	border-top: 4px solid #F59F19;
	position: relative;
	margin: 0 -15px 0 -15px;
}

#sidebar p.quote {
	font-style: italic;
	margin: 0 0 4px 0;
}

#sidebar p.byline {
	font-size: 10px;
	margin: 0 0 16px 0;
	padding: 0 0 0 4px;
	line-height: 12px;
	letter-spacing: .1em;
}




/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / MAIN CONTENT AREA  --------------------------------------------------------------*/


/* Use four DIVs to create the rounded corner box */

#mainContent_container{
	float: right;
	width: 500px;
	background: #FFFFFF url(../images/shared/whiteCorner_bottomLeft.gif) no-repeat bottom left; /* Bottom left corner */
}

#mainContent_bottomRight {
	background: url(../images/shared/whiteCorner_bottomRight.gif) no-repeat bottom right; /* Bottom right corner */
}

#mainContent_topLeft {
	background: url(../images/shared/whiteCorner_topLeft.gif) no-repeat top left; /* Top left corner */
}

#mainContent_topRight {
	background: url(../images/shared/whiteCorner_topRight.gif) no-repeat top right; /* Top left corner */
}

#mainContent {
	padding: 20px 22px;

}
/* Text Styles */

/*#mainContent h1 {
	padding-bottom: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #4B0C00;
	text-transform: uppercase;
}*/

#mainContent h2, h3 {
	display: inline;
	font-size: 13px;
	line-height: 20px;
	color: #886F48;
	text-transform: uppercase;
}


#mainContent p {
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 20px;
	color: #886F48;
	clear: both;
}

/*Have to use a span tag instead of an <h> tag because the following paragraph copy
follows in-line behind the subhead copy */ 
#mainContent .subhead {
	display: inline;
	font-size: 13px;
	line-height: 20px;
	color: #886F48;
	text-transform: uppercase;
}

#mainContent p#tagline {
	margin: 0;
	width: 228px;
	height: 18px;
	float: right;
	text-indent: -5000px;
	background: url(../images/shared/tagline.gif) no-repeat;
}

#mainContent p.horizRule {
	border-top: 3px solid #F59F19;
	margin: -10px -22px -0 -22px;	/* 10px changed from 15px */
}

#mainContent ul {
	clear: both;
 	list-style-type: none;
	font-size: 13px;
	line-height: 16px;
	color: #886F48;
}

#mainContent li {
	margin: 2px 0 2px 0;
	background: url(../images/shared/listBullet_mainContent.gif) no-repeat  .4em .4em;
	padding-left: 24px;
	line-height: 16px;
}

#mainContent a:link {
	color: #F3911C;
	text-decoration: none;
}
#mainContent a:visited {
	color: #F3911C;
	text-decoration: none;
}
#mainContent a:hover {
	color: #F3911C;
	background: url(../images/shared/linkStyle_on.gif) repeat-x bottom;
}
#mainContent a:active {
	color: #F3911C;
	background: url(../images/shared/linkStyle_on.gif) repeat-x bottom;
}





/* -------------------------------------------------------------------------------------------------------*/
/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/


#footer {	
	clear: both;
	padding: 72px 0 15px 240px;
	width: 510px;
}

#footer p {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

#footer .logoTag {
	font-weight: bold;
}


#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-image: url(../images/shared/linkStyle_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer a:active {
	color: #FFFFFF;
	background-image: url(../images/shared/linkStyle_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
