@charset "utf-8";
/***************************************
BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address {
	margin: 1em 0;
	padding: 0;
	}
/* General Styles */
body  {
	text-align: center;
	background: url(../graphics/bg_riley.png) repeat-x  ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/***************************************
 LAYOUT STYLES
****************************************/

/* ---------All layout generic styles---------------- */
.oneCol #container , .twoColLt #container{
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
.twoColLt #container.home {
	width: 1040px;
}
.oneCol #header , .twoColLt #header{
	height: 149px;
	position: relative;
} 
.twoColLt #sidebar  {
	margin-top: 5px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
 .oneCol #footer , .twoColLt #footer, .oneCol #postFooter, .twoColLt #postFooter {
	padding: .1em 1em .1em;
	background:#0D4891;
	margin-bottom: 1em;
	width: 100%;
} 
 .oneCol #footer p , .twoColLt #footer p , .oneCol #postFooter p, .twoColLt #postFooter p{
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
.oneCol #postFooter, .twoColLt #postFooter {
	background: #fff;
}
.oneCol #postFooter p, .twoColLt #postFooter p{
	color: #000;
}
/* --------------Left sidebar layout styles -------------*/
.twoColLt #sidebar {
	float: left;
	width: 235px;
	padding: 0;
	color: #000;
}
.twoColLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
} 

/* -----------------One column layout styles ----------------------------*/
.oneCol #mainContent {
	margin: 0; /*no margin needed in a one column layout*/
	padding:0;

	}

/****************************************
GRIDS 
****************************************/

#homeLeftPanel {
	width: 210px;
	float: left;
	padding: 10px 0 10px 0;

	border-right: 1px solid #fff;
}
#homeLeftPanel h3, #homeRtPanel h3, #homeCtrPanel h3 {
	font-size: 1.8em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}
#homeLeftPanel h3 a, #homeRtPanel h3 a, #homeCtrPanel h3 a {
	color: #000;
	text-decoration: none;
}
#homeLeftPanel h3 a:hover, #homeRtPanel h3 a:hover, #homeCtrPanel h3 a:hover {
	color: #0088cc;
	text-decoration: none;
}
#homeRtPanel {
	width:210px;
	float: right;
	padding: 10px 0px;
	border-left: 1px solid #fff;
}
#homeCtrPanel {
	margin: 0 240px;
	padding: 10px 0;
}

/***************************************
 GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/

/* ---------------- header specific styles ----------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 137px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	background: #0D4891;
	padding: 0 .8em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1em;
	margin-right: 0.5em;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #CCFF00;
	cursor: default;
}
#header li a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
#header #logo {
	height: 128px;
	width: 640px;
	position: absolute;
	top: 16px;
	right: 35px;
	background-image: url(../graphics/banner.png);
	background-position: left top;
}
#header h1 {
	text-indent: -1000em;
	height: 128px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 16px;
	background-image: url(../graphics/logo.jpg);
	background-repeat: no-repeat;
	margin:0;
}

.center {
	text-align: center;
}

/* -------------------- main content specific styles ------------------*/
#mainContent {
	border-right: none;
}

#mainContent img {
	display: inline;
	border: none;
	margin: 3px;
	padding: 5px
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 2;
	padding-right: 1.6em;
	padding-left: 1.6em;
	color: #000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#mainContent a {
	color: #602E0C;
}
#mainContent a:hover {
	color: #BA3818;
	border: none;
}

#mainContent  h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	line-height: 2;
	margin-bottom: .5em;
	color: #092F5E;
	text-transform: uppercase;
}
#mainContent  h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
	padding-bottom: 10px 0 0 0;
	color: #092F5E;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 1em .5em;
	color: #092F5E;
}

#mainContent ul {
	font-size: .75em;
	line-height: 1.6;
	margin: 0 25px;

}
#mainContent ul ul {
	font-size: 1em; /* This sets the font size of nested lists to the size of the parent */
}

#mainContent ol {
	font-size: .75em;
	line-height: 1.6;
	margin: 0 25px;

}
#mainContent ol ol {
	font-size: 1em; /* This sets the font size of nested lists to the size of the parent */
}
/* ------------------sidebar specific styles -----------------------*/
#sidebar ul {
	margin: 12px 0 0;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	padding: 8px 0px;
	border-bottom: #999 dashed 1px;
	font-size: .85em;
}
#sidebar li a:link, #sidebar li a:visited {
	background: #fff;
	padding: 0 .8em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.6em;
	margin-right: 0.5em;
	color: #333;

}
#sidebar li a.current, #sidebar li a.current:hover, #sidebar li a.current:active {
	color: #AE760D;
	cursor: default;
	font-weight: bold;
}
#sidebar li a:hover {
	color: #AE760D;
	background: #fff;
}
#sidebar h1 {
	margin: 0;
	height: 35px;
	margin-bottom: 0.25em;
	font-size: 0.8em;
	padding-top: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #414141;
	letter-spacing: 0.5em;
	}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	margin: 0 10px;
	line-height: 2em;

}

#sidebar div h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}

/* ----------- resetting some content for the one column layout ---------*/

.oneCol #mainContent img {
	background: none;
	display: inline;
	border: none;
	margin: 5px;
	padding: 0;
}


/***************************************
CLASS ACCENT STYLES
****************************************/

.clearLeft{ /*used for clearing left floated elements*/
	clear:left;
}
.clearRight{ /*used for clearing right floated elements*/
	clear:right;
}
.clearBoth{ /*used for clearing all floated elements*/
	clear:both;
}
.clearfloat { /* used for clearing and containing internal floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightAlign    {
	text-align: right;
}
#sidebar h2 {
	font-size: 0.65em;
	color: #00213C;
	padding-left: 0.6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: .5em;
}
#mainContent h2.emphasis {
	text-align: center;
	font-style:italic;
	color:#22436A;
	font-size: 1.1em;
	padding: 0 160px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.emphasis {
	font-style: italic;
	margin-right: 2em;
	margin-left: 2em;
	font-weight: bolder;
}
#mainContent h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #600;
	letter-spacing: 0.2em;
	text-transform: none;
	text-align: right;
	font-size: .8em;
}
.articleTitle {
	background-color: #E2EDFA;
	display: block;
	padding: 0px;
	line-height: 2em;
}
/*Styles for the Checklist Tables */
.checkdiv {
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	align: center;
	}

.twoColLt #container #mainContent .checkdiv tr td h3 {
	font-size: 13px;
}
.twoColLt #mainContent table tr td img {
	margin: 0px;
	padding: 0px;
}
.twoColLt #mainContent table {
	margin: 0;
	padding: 0;
	border-collapse: 0;
}
.italicize {
	font-size: 0.85em;
	font-style: italic;
	text-align: center;
}
.twitter-follow-button {
	margin-left: 10px;
}

.shareThis {
float: right;
}
