/*
Title:		North Rim Ventures
Created: 	08-11-2007
By:			Jason Hunsperger
Location:	www.northrimventures.com
Revision:	1.0
*/

/* fixes floated elements in nested divs */
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
}

.clearfix {display: inline-table;}

/* hide from IEmac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IEmac */
/* End Clearfix */


body{
		text-align:center; 
		background:#FFFFFF; 
		margin:0; 
		padding:0;
		color:#000000;
		font-size:125%;
		font-family:Arial, Verdana, Helvetica, sans-serif; font-size:70%;
}

img	{ 
	border:none;
}

h1 {
	font-weight:bold;
	font-size:125%;
}

h2 {
	font-weight:bold;
	font-size:115%;
}

h3 {
	font-weight:bold;
	font-size:100%;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


a:active {
	text-decoration: none;
	color: #FFFFFF;
}


html {/*min-width: 600px;*/} 


/* main container */
#background	{
		width:600px; 
		margin:0 auto; 
		position:relative; 
		text-align:left; 
		background-color:#9d8d50;
}

#background-wide	{
		width:1000px; 
		margin:0 auto; 
		position:relative; 
		text-align:left; 
		background-color:#9d8d50;
}

/* hide this \*/#background	{height:100%;} /* end */

/* background image */
#backimage {
		width:600px; 
		background:#9d8d50;
}

#backimage-wide {
		width:1000px; 
		background:#9d8d50;
}

/* headerimages */
#header {
	width:600px; 
	background:#9d8d50;
}


/* main menu */
#mainmenu {
	width:580px; 
	background:#9d8d50;
	padding:5px 0px 5px 20px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
}


#mainmenu a:hover {
	color:#72113d;
}


#current {
	color:#72113d;
}


#sub_current {
	color:#0164A5;
}


/* secondary menu */
#submenu {
	width:580px; 
	background:#72113d;
	padding:5px 0px 5px 20px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
}


#submenu a:hover {
	color:#9d8d50;
}


#submenu-none {
	width:580px; 
	padding:5px 0px 5px 20px;
}


/* central page container */
#content-wrapper {
width:600px;
}

#content-wrapper-wide {
width:800px;
}

#content {
	width:350px; 
	background:#F9F9F9; 
	margin:0px 125px 0px 125px;
}

#content-wide {
	width:1000px; 
	background:#F9F9F9; 
	margin:0px 0px 0px 0px;
}

#content-left {
	width:350px; 
	background:#F9F9F9; 
	margin:0px 225px 0px 25px;
}


#content-right {
	width:350px;  
	background:#F9F9F9; 
	margin:0px 25px 0px 225px;
}


/* for short content */
#content-fixed {
	width:350px; 
	height:365px; 
	background:#F9F9F9; 
	margin:0px 125px 0px 125px;
}


/* for no content */
#content-fixed-none {
	width:350px; 
	height:375px; 
	margin:0px 125px 0px 125px;
}


#content a {
	text-decoration:none;
	color:#0164A5;
}


#content a:visited {
	text-decoration: none;
	color: #0164A5;
}


#content a:hover {
	text-decoration: none;
	color: #000000;
}


#content-fixed a {
	text-decoration:none;
	color:#0164A5;
}


#content-fixed a:visited {
	text-decoration: none;
	color: #0164A5;
}


#content-fixed a:hover {
	text-decoration: none;
	color: #000000;
}


#pagetext {
	margin:15px;
	text-align:justify;
	font-size:120%
}


#container-height {
	float:left; 
	width:1px; 
	height:0px;
}


#footer {
	padding:20px 0px 15px 40px;
	color:#FFFFFF;
	font-size:100%;
}


#footer a:hover {
	color:#0000FF;
}



/* full height background */

/* hide this \*/html	{height: 100%;}/*end*/

body	{
height: 100%;
}


#background	{position: relative; 
min-height: 100%;
}

/* hide this \*/ * html #main	{height: 100%;}/*end*/