/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	min-width:1000px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	/*background-image:url(../images/Bkgnd-gradient-Blues.png);*/
	/*background-image:url(../images/bkg_notebook-old.jpg);*/
	/*background-repeat:repeat-x;*/
	
	/*background-repeat:no-repeat;*/
	background-attachment: fixed;
	background-position:center top;
	background-color: #fff;
	background-image:url(../images/bkg_grid_gray_on_white.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	 
	color: #000;
}

/*Suggested to remove default values that might be provided by various browsers*/
* {
	margin:0;
	padding:0;
	border: 0;
}

h1, h2 {
	margin-top: 0;
}

h1 {
	font: normal 225%/100%;
	margin-bottom: 10px;
	color: #3C5F8A;
}

h2 {
	margin-bottom: 0;
	font-size: 350%;
	color: #18366f;
	font-family:Verdana, Geneva, sans-serif;
}

h3 {
	font: bold 93%/100%;
	margin-bottom: 2px;
	color: #18366f;
	text-transform: uppercase;
}

ul {
	padding-left: 1.5em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

/********************************************************************************************************/
/* Layout Divs                                 */
/********************************************************************************************************/

/*Level 1================================================================================================*/

#mainwrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div#mainwrap p.adblock {
}

/*Level 2============================================================================================*/	
	#headerblock {
	width: 100%;
	margin: 15px 0 10px 0px;
}

/*********************************************************************************************************
			Level 3... within headerblock
			BREADCRUMBS Source: http://www.strictlycss.com/articles/article/34/css-breadcrumb-using-background-image
			**********************************************************************************************************/
			#breadCrumb {
	height: 18px; /* This is the height we want on our breadcrumb */
	padding: 4px 0 0 8px;
	background: #18366f; /* This is our background color */
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want them to be light grey */
}

#breadCrumb li {
	float: left;
	display: inline;
	margin-right: 2px;
}

#breadCrumb a {
	color: #fff; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	/*background: url(breadcrumb.gif) top right no-repeat;*/
			 padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #caeaf8;/*background:url(breadcrumb.gif) bottom right no-repeat;*/
			 }

/*Level 2++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#mainnav {
	width:150 px;
	float: left;
}

div#mainnav p {
	border-bottom: 1px solid #f5f5f5;
	font-size: 100%;
	padding: 0 0 1px 1px;
	color: #000;
}

div#mainnav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

div#mainnav a:visited {
	color: #666
}

div#mainnav a:link {
	color: #666
}

div#mainnav a:active {
	color: #000
}

div#mainnav a:hover {
	color: #fff;
	background-color: #333;
}

/*Level 2++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	#contents2 {
	margin-left: 150px;
}

/*Level 3, within #contents2=====================================================================*/
		#maincontent {
	width: 800px;
	float: left;
	font-size: 100%;
	color:#1e386b;
	line-height: 200%;
	margin-right: 20px;
	/*background-image:url(../images/bkg_transparent-gray.png);*/
			padding: 0 5px 0 5px;
}

ul#maincontent {
	font-size:inherit;
	line-height:inherit;
	margin-bottom:2em;
	
}

div#maincontent a {
	font-weight: bold;
}

div#maincontent a:visited {
	color: #666;
	text-decoration: underline;
}

div#maincontent a:link {
	color: #900;
	text-decoration: underline;
}

div#maincontent a:active {
	color: #fff;
	text-decoration: none;
	background-color:#900;
}

div#maincontent a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#900;
}

#maincontent p.title {
	font-size: 175%;
	line-height:100%;
	font-weight: bold;
	/*border-top: 1px solid #927C51;*/
			color: #1f458d;
	/*background-image:url(../images/heading_bkgnd_solid.png);
	background-repeat:no-repeat;
	background-position:left top;*/
}
#headline p {
	font-size: 175%;
	line-height:100%;
	font-weight: bold;
	color: #1f458d;
}
			
#maincontent p.title-2 {
	font-size: 175%;
	line-height:100%;
	margin-bottom: 0em;
	font-weight: bold;
	/*border-top: 1px solid #927C51;*/
	color: #1f458d;
	/*background-image:url(../images/heading_bkgnd_solid.png);
	background-repeat:no-repeat;
	background-position:left top;*/
}

#maincontent p.title-eire {
	font-size: 175%;
	line-height:100%;
	font-weight: bold;/*color: #068609;*/
			}

#maincontent p.introduction {
	font-size: 120%;
	font-weight: bold;
}
#maincontent p.caption {
	font-size: 80%;
	font-weight: bold;
}

#maincontent p.quote {
	line-height: 150%;
	padding: 0, 10px, 0, 25px;
	margin-left:25px;
	margin-top: 0;
	margin-bottom: 1em;
}

#maincontent img.left {
	float:left;
	margin: 10px;
}

#maincontent img.right {
	float:right;
	margin: 10px;
}

#maincontent ol.sweet {
	margin-left: 20px;
	
}

/*Level 3========================================================================================*/
		#secondarycontent {
	width: 120px;
	max-width: 120px;
	float: left;
}

div#secondarycontent p {
	font-size: 10px;
	line-height: 13px;
	color:#000;
}

div#secondarycontent a {
}

div#secondarycontent a:visited {
	text-decoration: underline;
	color: #666
}

div#secondarycontent a:link {
	text-decoration: underline;
	color: #666
}

div#secondarycontent a:active {
	text-decoration: none;
	color: #000
}

div#secondarycontent a:hover {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

div#secondarycontent img.2ndryPix {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Level 4 #######################################################################################*/
			#secondaryfeature {
	font-size:11px;
	line-height:15px;
}

/*Level 1============================================================================================*/	
#footerblock {
	clear:both;
	padding: 5px 0 5 px 15px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	width: 780px;
	margin-bottom: 10px;
	color:#CCCCCC;
	background-color:#666666;
}

/*==========================================================
Alsett clearing method from Stylin' with CSS by Wyki-Smith
==========================================================*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
} /*fix for IE Mac*/

* html .clearfix {
	height:1%;
} /*Holly hack for a bug in IE6 for Windows*/

.clearfix {
	display:block
}  /*Holly hack for a bug in IE6 for Windows*/

/********************************************************************************************************/
/* STYLES                                      */
/********************************************************************************************************/
div.bkgMemoir {
	background-color:ebe3c8;
	background-image:url(../images/bkg_grid-palegray-on-white.png);/*background-image:url(../images/OldPaper02.jpg);	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;*/
	}

div.bkgJournal {
	background-color:#FFFFFF;
}

div.pullquote {
	float: right;
	width: 150px;
	color: #3C5F8A;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 200%/100% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 1px, 7px;
}

div.pullnote {
	float: right;
	width: 150px;
	color: #3C5F8A;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 100%/150% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 5px 1px 5px 7px;
	background-image:url(../images/bkgnd_graph-stripe-blue.png);
	background-repeat:no-repeat;
	background-position:left top;
}

div.pullnote-left {
	float: left;
	width: 150px;
	color: #3C5F8A;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 100%/150% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 5px 1px 5px 7px;
}

div.pullq-left {
	float: left;
	width: 150px;
	color: #3C5F8A;
	border: solid #3C5F8A;
	border-width: 7px 0;
	font: bold 200%/100% Verdana, Arial, sans-serif;
	/*line-height: 26px;*/
	padding: 10px 10px;
	margin: 1px, 7px;
}

span.note {
	font-family: "Century Schoolbook", serif;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
}

div.blockquotation {
	padding: 0, 10px, 0, 25px;
	margin-left:25px;
	line-height:150%;
}
