/* CSS Document */

/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:75%/1.25 "Times New Roman", Times, serif;
	color: #000;
	background-color: #CCC;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	padding:30px 0 25px;
	letter-spacing:-1px;
	font:1.4em "Times New Roman", Times, serif;
	font-weight:600;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.3em "Times New Roman", Times, serif;
	font-weight:600;
}
h3 {
	font:1.25em "Times New Roman", Times, serif;
	font-weight:600;
}
h4 {
	font:1.2em "Times New Roman", Times, serif;
	font-weight:600;
}
h5 {
	font:1.1em "Times New Roman", Times, serif;
	font-weight:600;
}
h6 {
	font:1em "Times New Roman", Times, serif;
	font-weight:600;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px;/*letter-spacing: .02em;*/

}
ul li {
	list-style:square inside;
	padding:5px 0 5px 10px;
}
ol li {
	list-style:decimal outside;
	padding:5px 0 5px 10px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
hr {
	border:1px solid #999;
	width: 90%;
}
/***** Links *****/

a, a:visited {
	text-decoration:underline;
	color:#333;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em "Times New Roman", Times, serif;
}
textarea {
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/

table {
	border:0;
	margin:0;
	padding:0;
}
table tr td {
	padding:0px;
}
/***** Wrapper *****/

#wrapper {
	width:932px;
	/*width: 76em;

_width: 74em;*/

height: auto;
	min-height: 580px;
	_height: 580px;
	margin:0 auto;
	border: 1px solid #999;
	background-color: #800000;
}
#rightside {
	position: relative;
	float: right;
	width:  692px;
	/*width: 56.395em;;

_width: 55em;*/

background:#fff url(/firstriver/images/background.jpg) repeat-y;
}
#title {
	display:none;
}
#header {
	position:relative;
	/*width:692px;*/

height:143px;
	border-top: 22px solid #333;
}
#topnav {
	position: absolute;
	top: 0;
	left: 0px;
	/*width: 692px;*/

height: 22px;
	z-index: 2;
}
#leftside {
	float:left;
	background-color: #800000;
	width:240px;

/*_width: 240px;*/

height:auto;
	min-height:200px;
	_height: 200px;
}
#content {
	/*width:632px;

_width:572px;*/

height:auto;
	min-height:345px;
	_height: 345px;
	padding:15px 30px 10px 30px;
}
#mainbody {
	width:100%;
	min-height: 190px;
	_height: 190px;
}
#content-footer {
	width:692px;
	_width: 632px;
	/*height: 110px;*/

margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;/*background: transparent url(/firstriver/images/naipfalogo.gif) no-repeat bottom left;*/

}
#naipfa_logo {
	float: left;
	padding-top: 4em;
}
#content-footer hr {
	width: 80%;
}
#content-footer p {
	text-align:left;
	font-size: 1.1em;
	font-weight: 600;
	color: #800000;
	padding-bottom: 10px;
}
#namebox {
	float: left;
	padding-right: 3em;
	margin-left: 20px;
}
#phonebox {
	padding-top: 18px;/*float: left; margin-right: 20px;*/ 

}
/*#phonebox p { text-align: right; }*/

#memberbox {
}
#memberbox a {
	color: #02088f;
	text-decoration: none;
	padding-left: 10px;
}
#memberbox p {
	padding-bottom: 18px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}
#bottom {
	clear: both;
	/*width: 932px;*/

height: 22px;
	background-color: #333;
}
#footer {
	font-size:.8em;
	width:932px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#webfooter {
	position: relative;
	bottom: 10px;
	left: 300px;
	color: #999;
	font-size:.7em;
	width:382px;
	margin-right: auto;
	margin-left: auto;
}
#webfooter a {
	color: #999;
}
/***** Global Classes *****/

.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:700;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/*Mambo-Joomla Stuff */

hr.separator {
	background:transparent;
	height:2px;
	width:75px;
	border:1px solid #ccc;
}
/**
 * Mambo Menu Styling
 * ------------
*/
.moduletable-leftmenu{
	width:240px;
}
.mainlevel-leftmenu {
	display:block;
	width: 179px;
	/*_width: 172px;*/

height:25px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
a.mainlevel-leftmenu:link, a.mainlevel-leftmenu:visited {
	/* this styling is for the MAIN items in the menu */

color:#fff;
	font-size:1.3em;
	font-weight:600;
	text-decoration:none;
	white-space: nowrap;
}
a.mainlevel-leftmenu:hover {
	/* same as above, but when hovering */

color:#fff;
	font-weight:600;
	text-decoration:none;
	background-color: #700;
}
.sublevel-leftmenu {
	display:block;
	/*width: 170px;

_width: 160px;

max-width: 170px;*/

text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #666;
	margin-left: -4px;
}
a.sublevel-leftmenu:link, a.sublevel-leftmenu:visited {
	/* this styling is for menu items that HAS A PARENT */

color:#fff;
	font-weight:600;
	font-size: 1.2em;
	text-decoration: none;
}
a.sublevel-leftmenu:hover {
	/* pffff!.. you know this! */

color:#fff;
	text-decoration:none;
	background-color: #777;
}
#active_menu.mainlevel-leftmenu {
	background-color: #700;
}
#active_menu-leftmenu.sublevel-leftmenu {
	background-color: #777;
}
/* Content Sylings */

.contentheading, .contentheading-nf {
	font-size:1.25em;
	width:100%;
	font-weight:700;
	color:#333;
}
/* content title and links */

.contentpagetitle {
	font-size:1.1em;
	color:#333;
	font-weight:500;
}
a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration:none;
	font-weight:400;
}
a.contentpagetitle:hover {
	text-decoration:none;
}
/* top box like a category description */

.contentdescription {
}
/* Main Body Text */

.contentpane {
}
.contentpaneopen {
	width: 100%;
}
/* Main Body Text */

/* article rating */

.content_rating {
	font-weight:400;
	font-size:.8em;
}
.content_vote {
	font-weight:400;
	font-size:.8em;
}
/* icons */

.buttonheading {
	font-size:.9em;
	position: relative;
	z-index: 5;
}
.pop-ups {
	float:right;
}
a.pop-up {
	border-bottom:0;
}
/* Dates */

.createdate {
	font-size:.8em;
	font-weight:400;
}
.modifydate {
	font-size:.8em;
	font-weight:400;
}
.newsfeeddate {
	font-size:.8em;
	font-weight:400;
}
/* Dates */

/* Written by C Lippert */

.small {
	font-size:.8em;
}
/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav {
	font-size:.9em;
}
.pagebar {
	font-size:.9em;
}
.pagenav_prev {
	font-size:.9em;
	color:#333;
}
.pagenav_next {
	font-size:.9em;
	color:#333;
}
a.pagenav {
	color:#333;
	border-bottom:0;
}
a.pagenav:hover {
	color:#333;
	border-bottom:0;
}
.pagenavcounter {
	height:15px;
}
.back_button {
	font-size:.9em;
	height:15px;
}
/* Read more link */

.readon {
	font-size:.9em;
	font-weight:700;
}
/* Article index  */

table.contenttoc {
	padding:0;
	margin:2px;
	font-size:.9em;
}
table.contenttoc th {
	font-size:1.1em;
	font-weight:600;
	color:#333;
}
table.contenttoc td {
	padding:2px;
}
/* Links article index */

a.toclink:hover, a.toclink:visited, a.toclink:link {
	height:18px;
}
/* End Article index  */

/*  component heading */

.componentheading {
	font-size:1.3em;
	font-weight:600;
	color:#333;
	text-align:left;
	margin-top:1.5em;
}
/* Sectiontable Table types listings Faqs's, weblink etc..*/

.sectiontableheader {
	color:#333;
	font-weight:600;
	border-collapse:collapse;
	font-size:1.2em;
}
/* Table odd and Even Rows */

.sectiontableentry1 {
	font-size:1em;
}
.sectiontableentry2 {
	font-size:1em;
}
.sectiontablefooter {
	height:18px;
}
/* End Sectiontable */

/* Category */

.category {
}
a.category:link, a.category:visited, a.category:hover {
	height:15px;
}
/* End category */

/* blogsection */



/* space from bottom of article */

.article_seperator {
}
/* End blogsection */

/* Search Form Module*/

.search {
	height:18px;
}
/* results if not search google */

.searchintro {
	height:18px;
}
input.searchInput {
	border:1px solid #333;
	font-size:.9em;
	font-weight:600;
	color:#333;
	width:95px;
	background-color:#fff;
}
input.searchButton {
	border:1px solid #333;
	font-size:.9em;
	font-weight:600;
	color:#333;
	width:25px;
	background-color:#ccc;
}
#search_ordering.inputbox {
	font-size:.9em;
	font-weight:600;
	color:#333;
}
/* End Search Form */

/* Customized Pages */

.contentpaneopen-fp h1 {
	padding-top:5px;
	padding-bottom:5px;
}
/*Bottom Menu */

#mainlevel-bot {
	margin-left: 576px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 340px;
	/*width: 28.5em;*/

height: 20px;
	background: #666 url(/firstriver/templates/firstriveradvisoryllc-v2/images/seperator-2.jpg) no-repeat 43.5% 50%;
}
#mainlevel-bot li {
	display: inline;
	text-align: left;
	padding-right: 10px;
	padding-left: 35px;/*padding-right: 1em;

padding-left: 3em;*/

}
#mainlevel-bot li a {
	color: #fff;
	font-size: 1.0em;
	font-weight: 600;
	text-decoration: none;
}
/*Top Menu */

#mainlevel-top {
	margin-left: 476px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 200px;
	/*width: 17em;*/

height: 20px;
	background: #666 url(/firstriver/templates/firstriveradvisoryllc-v2/images/seperator.jpg) no-repeat 40% 50%;
}
#mainlevel-top li {
	display: inline;
	text-align: left;
	padding-right: 10px;
	padding-left: 28px;/*padding-right: .5em;

padding-left: 3em;*/

}
#mainlevel-top li a {
	color: #fff;
	font-size: 1.0em;
	font-weight: 600;
	text-decoration: none;
}
#admin {
	padding: 0;
	margin: 0;
}
#admin ul {
	display: inline;
	padding: 0;
	margin: 0;
}
.moduletable-admin {
	display: inline;
}
#admin li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}
#admin li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.menu-admin {
	padding: 0;
	margin: 0;
}
/* Newsflash Module */

.moduletable-nf th {
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 10px;
}
a.contentpagetitle-nf {
	text-decoration: none;
}
.moduletable-nf a {
	text-decoration: none;
}
.moduletable-nf p a {
	text-decoration: underline;
}
/* Weblinks */

.componentheading-weblinks {
	font-size: 1.3em;
}
.contentpane-weblinks a {
	font-weight: bold;
}
.contentpane-weblinks .description {
	display: block;
	padding-left: 36px;
	padding-right: 20px;
}
/*Custom data tables */

#Table6 {
	border: 2px solid #000;
	float: right;
	clear: right;
	text-align: center;
	width: 250px;
	color: yellow;
	background-color: blue;
	margin-top: 5px;
}
#Table6 td {
	font-weight: 500;
	border: 1px solid;
	padding: 3px;
}
#Table6 th {
	border: 1px solid #fff;

/* Editor */

body.mceContentBody {
 font-family: "Times New Roman", Times, serif;
 background:#fff;
}
