/*
	ROH Foundation Website - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/


/* =General
---------------------------------------------------------------------------------------------------- */

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body, div, td 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p
{
	margin: 0 0 15px 0;
	line-height: 1.3em;
}


/* =Layout
---------------------------------------------------------------------------------------------------- */

/*need this to get the site to center in old browsers*/
#container
{
	width: 100%;
	text-align: center;
}

#wrapper
{
	position: relative;
	text-align: left;
	width: 769px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/wrapper/background.gif) top left repeat-y;
}

#wrapper #header-bar1 {
	position: relative;
	background-color: #FF6600;
	width: 769px;
	height: 18px;
}

#wrapper #header-bar2 {
	position: relative;
	background-color: #FBC177;
	width: 769px;
	height: 5px;
	font-size: 1px;
}


#content {
	position: relative;
	margin: 19px 0 0 178px;
	width: 586px;
	padding: 0;
	/*border: 1px solid #000000;*/
}

#content-pad {
	padding-right: 10px;
	/*border: 1px solid #000000;*/
}

#content-pad #sidebar {
	margin: 28px 0;
	padding: 0;
	float: right;
	width: 196px;
	/*border: 1px solid #000000;*/
}

#content-pad #sidebar-no-breadcrumb {
	margin: 4px 0;
	padding: 0;
	float: right;
	width: 196px;
	/*border: 1px solid #000000;*/
}


#content-pad #sidebar .divider, #content-pad #sidebar-no-breadcrumb .divider {
	margin: 8px 0 8px 0;
}

#content-pad #sidebar .divider-top, #content-pad #sidebar-no-breadcrumb .divider-top {
	margin: 0 0 8px 0;
}

#content-pad #sidebar p, #content-pad #sidebar-no-breadcrumb p
{
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-pad #sidebar ul, #content-pad #sidebar-no-breadcrumb ul
{
	margin: 0 0 10px 16px;
	padding: 0;
	list-style: outside square;
}

#content-pad #sidebar ul li, #content-pad #sidebar-no-breadcrumb ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}

#content-pad #left-column {
	width: 360px;
}

#home-link {
	position: absolute;
	top: 10px;
	left: 485px;
	width: 240px;
	height: 80px;
}

/* =Headers
---------------------------------------------------------------------------------------------------- */

#wrapper #masthead-common {
	width: 769px;
	height: 107px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav-left {
	position: absolute;
	left: 11px;
	top: 2px;
	font-size: 11px;
	color: #FFFFFF;
}

#top-nav-left a, #top-nav-left a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
} 

#top-nav-left a:hover {
	text-decoration: underline;
}

#top-nav-right {
	position: absolute;
	left: 567px;
	top: 2px;
	font-size: 11px;
	color: #FBC177;
}

#top-nav-right-f {
	position: absolute;
	left: 500px;
	top: 2px;
	font-size: 11px;
	color: #FBC177;
}

#top-nav-right a, #top-nav-right a:visited, #top-nav-right-f a, #top-nav-right-f a:visited {
	font-size: 11px;
	color: #FBC177;
	font-weight: bold;
	text-decoration: none;
} 

#top-nav-right a:hover, #top-nav-right-f a:hover {
	text-decoration: underline;
}

#left-nav {
	position: relative;
	width: 145px;
	float: left;
	margin-top: 12px;
	/*border: 1px solid #000000;*/
}


#left-nav a, #left-nav a:visited {
	display: block;
	width: 145px;
	_width: 133px;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 10px 12px;
	color: #7D7D7D;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#left-nav a:hover {
	background-color: #FDF5EA;
}

#left-nav a.on {
	background: transparent url(../images/wrapper/background-on.gif) top left repeat-y;
	padding-bottom: 0 !important;
}

#left-nav a.no-top-border {
	border-top: 0 !important;
}


/* =Breadcrumb & Donate Now
---------------------------------------------------------------------------------------------------- */

#breadcrumb {
	position: relative;
	width: 360px;
	font-size: 10px;
	color: #989898;
	margin: 0 0 10px 0;
	padding-right: 10px;
}

#breadcrumb a, #breadcrumb a:visited {
	font-size: 10px;
	color: #989898;
	text-decoration: underline;
}

#donate-now {
	position: absolute;
	left: 380px;
	top: -4px;
}



/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar h1, #sidebar-no-breadcrumb h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
}

#sidebar p, #sidebar-no-breadcrumb p {
	font-size: 12px;
	margin-bottom: 10px;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#clear {
	clear: both;
}

#footer
{
	position: relative;
	text-align: right;
	width: 769px;
	margin: 5px auto 30px auto;
	padding: 0;
	font-size: 10px;
	color: #6A6A6A;
}


#footer a, #footer a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #6A6A6A;
}

#footer a:hover {
	color: #AAAAAA;
}

#footer #print {
	position: absolute;
	top: -2px;
	left: 10px;
	text-align: left;
}

#footer #print a.send, #footer #print a.send:visited {
	text-decoration: none;
	font-size: 10px;
	color: #6A6A6A;
	padding-left: 17px;
	margin: 0;
	background: transparent url(../images/wrapper/send-icon.gif) top left no-repeat;
}

#footer #print a.print, #footer #print a.print:visited {
	text-decoration: none;
	font-size: 10px;
	color: #6A6A6A;
	padding-left: 16px;
	background: transparent url(../images/wrapper/print-icon.gif) top left no-repeat;
}


/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.input-box {
	border: 1px solid #999999;
	height: 20px;
}

.input-button {
	border: 1px solid #999999;
	height: 20px;
	font-size: 9px;
	bgcolor: #EEEEEE;
	color: #666666;
}

.validation 
{
	color: #FF0000;
	font-weight: bold;
}
	
form 
{
	margin: 0;
	padding: 0;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #245397;
}

a:visited {
	color: #6D91A9;
}

a:hover {
	color: #648FAF;
}

/* =Headers
---------------------------------------------------------------------------------------------------- */
h1 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 360px;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 12px;
	font-weight: bold;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul
{
	margin: 0 0 10px 24px;
	padding: 0;
	list-style: outside square;
}

ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}

/* =Misc: Blue & Orange Boxes
---------------------------------------------------------------------------------------------------- */

#content-pad .blue-box {
	width: 353px;
	/*height: 140px;*/
	background: transparent url(../images/blue-background.jpg) top left no-repeat;
	text-align: left;
	margin: 0 0 10px 0;
}

#content-pad .orange-box {
	width: 353px;
	/*height: 140px;*/
	background: transparent url(../images/orange-background.jpg) top left no-repeat;
	text-align: left;
	margin: 0 0 10px 0;
}


#content-pad .blue-box h1, #content-pad .orange-box h1 {
	font-size: 14px; 
	font-weight: bold; 
	width: 300px;
	color: #FFFFFF; 
	padding: 2px 0 0 5px;
}

#content-pad .blue-box p, #content-pad .orange-box p {
	margin: 0;
	padding: 5px 0 10px 0;
}

#content-pad .blue-box .photo, #content-pad .orange-box .photo {
	padding: 4px 0 4px 5px;
	float: left;
}

#content-pad .blue-box .text, #content-pad .orange-box .text {
	padding: 0 8px 0 63px;
}

#content-pad .blue-box .text-narrow, #content-pad .orange-box .text-narrow {
	padding: 0 8px 0 115px;
}

#content-pad .blue-box .text-full, #content-pad .orange-box .text-full {
	padding: 0 8px 0 8px;
}


/* =Miscellaneous
---------------------------------------------------------------------------------------------------- */

hr {
	margin: 5px 0 5px 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	size: 1px;
	border: 0;
	
}

.back-to-top {
	background: transparent url(../images/back-to-top.gif) top right no-repeat;
	text-align: right;
	margin: 0;
	padding: 0 12px 0 0;
}

back-to-top a, .back-to-top a:visited, .back-to-top a:hover {
	font-size: 10px;
	color: #666666;
}

.pdf {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.web {
	background: #FFFFFF url('../images/icon-web.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.vid {
	background: #FFFFFF url('../images/icon-vid.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.doc {
	background: #FFFFFF url('../images/icon-doc.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.xls {
	background: #FFFFFF url('../images/icon-xls.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.ppt {
	background: #FFFFFF url('../images/icon-ppt.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

