/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

a:link, a:visited, a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	padding-bottom: 20px;
	font-weight: lighter;
	letter-spacing: 0.3em;
	word-spacing: 2em;
	padding-left: 50px;
}

h2{
	font-size: 114%;
	color: #ff3600;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
h6 {
	font-size: 100%;
	color: #666666;
	font-weight: lighter;
}
p {
	font-size: 85%;
	color: #666666;
}
ul{
	list-style-type: circle;
	font-size: 85%;
	color: #666666;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-size: 103%;
	color: #ff3600;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 8px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner {
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	background-color: #666666;
	padding-top: 10px;
	white-space: nowrap;
	background-repeat: repeat-x;
	background-image: url(images/stripes08.jpg);
}

#thumbs {
	position:absolute;
	left:702px;
	margin-top: 0px;
	height:672px;
	height: 672px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	text-align: left;
}

#thumbscroll {
	position:absolute;
	left:702px;
	margin-top: 0px;
	height:672px;
	overflow: scroll;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	text-align: left;
}
#bigimage {
	position:absolute;
	width:702px;
	left: 0px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#leftside {
	position:absolute;
	width:350px;
	left: 150px;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 100px;
}
#leftcentrd {
	position:absolute;
	width:500px;
	left: 0px;
	text-align: center;
	padding: 50px;
}
#rightside {
	position:absolute;
	width:300px;
	left:600px;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	text-align: left;
}
#rightscroll {
	position:absolute;
	left:600px;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	text-align: left;
	height:672px;
	overflow: scroll;

}
#nav1 {
	color: #000000;
	width: 100%;
	padding-left: 50px;
	background-color: #000000;
	letter-spacing: 0.2em;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav2 {
	color: #ff3600;
	width: 100%;
	padding-left: 50px;
	background-color: #ede9e8;
	padding-top: 3px;
	letter-spacing: 0.2em;
	font-size: 80%;
	padding-bottom: 3px;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


/***********************************************/
/*classes                             */
/***********************************************/

.bigpict {
	padding: 0px;
	border: 1px solid #000000;
}
.noborder {
	padding: 0px;
	border: 0px;
}
.italic {
	font-style: italic;
}
.orange {
	color: #ff3600;
}
.fakeh6 {
	font-size: 100%;
	font-weight: lighter;
	color: #666666;
}
.lighter {
	color: #999999;
}
.tabs {
	color: #FF9969;
	font-size: 100%;
	font-weight: bold;
}.newsite {
	font-weight: lighter;
	font-size: 85%;
}
.bold {
	font-weight: bold;
}
