/* global styles reset */
* {	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
/* reset end */

html, body {
	height: 100%;
	color: #333333;
}

body {
	background-image: url(images/bgTile.gif);
	background-repeat: repeat;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper
{
	text-align: left;
	width: 80%;
	background:#f1f1f1;
	margin: 10px auto 15px auto;
	min-height: 98%;
	min-width: 850px;
}


#content {
	/* define the content area*/
	background: #f1f1f1;
	width: auto;
	height:auto;
	padding:20px 20px 30px 20px;
}

#main {
	/* want to have a large left column*/
	                                     
	padding-right: 10px;
	                                     
	width: auto;
	height: 100%;
	min-height: 310px;
	min-width: 50%;
	float: left;
	text-align: justify;
	border-right: 1px solid #355570;
	margin-right: 270px;

}

#main-nosidebar {
	/* want to have a large left column*/
	                                     
	border-right-style: none;
	                                     
	width: 100%;
	height: 100%;
	min-height: 310px;
	float: left;
	text-align: justify;
	border-right: #355570;

}

#sidebar {
	/* looking to have asmaller right sidebar */
	float: right;
	padding: 0 0 10px 10px;
	min-height: 200px;
	width:250px;
	margin-left: -100%;
	}

#sidebar a {
	text-decoration: none;
	text-align: right;
}

#masthead {
	margin-right: 20px;
	margin-left: 20px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #355570;
	border-style: solid;
	background-color: #c0c5cc;
	background: no-repeat top left;
	width: auto;
	height: 75px;
}

#logo {
	margin-left: -10px;
	margin-bottom: 10;
	margin-right: 20;
	margin-top: 5px;
	background: url(images/rc-logo-peak-glasses.png) no-repeat top left;
	width:250px;
	height:60px;
	float: left;
}

#nav {
	position:relative;
	width: auto;
	float: right;
}

#nav ul {
	margin-right: 0px;
	margin-top: 25px;
	list-style-type:none;
	float:right;
	}
#nav li {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
	}
#nav a {
	border-style:none;
	text-decoration:none;
	display:block;
	width:auto;
	float:right;
	}
#nav img {
	border: none;
}
	
#footer_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}
#footer_nav li {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
	display:inline;
	padding:0;
	float:left;
	}
#footer_nav a {
	border-style:none;
	margin:0px;
	text-decoration:none;
	display:block;
	width:auto;
	float: left;
	}
	
#nav-past_ {
float: left;
	width:74px;
	height:42px;
}

#nav-services_ {
float: left;
	width:62px;
	height:42px;
}

#nav-about_ {
float: left;
	width:52px;
	height:42px;
}

#nav-contact_ {
float: left;
	width:62px;
	height:42px;
}

#nav-explore_ {
float: left;
	width:83px;
	height:42px;
}

#main p {
	line-height: 1.5em;
}

#heading {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 2em;
	color: #355570;
}

.smalltext {
	font-size:9px;
}


#footer_bg
{
	clear: both;
	width:100%;
	bottom: 0px;
	position: relative;

}


/* hide from Mac IE5 */
/* \*/
/* disabled for now, rc
#footer_bg {position: absolute; }
*/
/* */

#footer
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -100%;
	padding: 5px 0 10px 0;
	border-top: 1px solid #355570;
	/*font: .8em verdana;*/
}

.heading1 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.smallHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20px;
}
.finePrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.videobox {
	color: #666666;
	font: 10px verdana, sans-serif;
	padding : 10px;
	/*border: 1px solid #6E9CB1;*/
	text-align: left;
	width: auto;
	position: absolute;
	background-color: #f1f1f1;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
	margin-bottom: 10px;
	margin-top: 10px;
	left: 0px;
	top: 0px;
}

.border{
	border: 1px solid #355570;
}
a:link {
	color: #355570;
}
a:visited {
	color: #273749;
}
