/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 130%;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 120%;
}

h3{
 font-size: 120%;
}

h4{
 font-size: 120%;
}

h5{
 font-size: 120%;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	width: 760px;
}
#main {
	width: 500px;
	float: left;
	font-size: 80%;
	padding-bottom: 20px;
}
#rightcol {
	width: 260px;
	float: left;
	padding-bottom: 12px;
}


/************* #Nav styles **************/

#topNav{
	color: #003366;
	padding: 2px 0px 4px 14px;
	white-space: nowrap;
	background-color: #DADADA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/* '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 */

#topNav a {
	color: #003366;
	font-size: 80%;
	padding: 0px 0px 0px 0px; 
}

#topNav a:hover, #topNav a:active {
	text-decoration: underline;
	color: #003366;
}

#topNav a:link, #topNav a:visited, {
	color: #003366;
	text-decoration: none;
}



#footNav{
	color: #003366;
	padding: 2px 0px 4px 14px;
	white-space: nowrap;
	background-color: #DADADA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/* '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 */

#footNav a {
	font-size: 80%;
	padding: 0px 0px 0px 0px; 
}
#footNav a:link, #footNav a:visited, #footNav a:hover {
	color: #003366;
	text-decoration: none;
}

.logo {
	padding-top: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 80%;
	padding-right: 10px;
	color: #006647;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/fadeup.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo img{
	text-align: center;
}

.stock {
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 80%;
	padding-right: 10px;
	color: #006647;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/fadeup.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.stock img{
	text-align: center;
}

.workshop {
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 80%;
	padding-right: 10px;
	color: #006647;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(assets/fadeup.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.workshop img{
	text-align: center;
}


/************** .intro styles ***************/

.footinfo{
	padding: 10px 0px 0px;
	text-align: center;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footinfo p{
	text-align: center;
}
.feature {
	padding: 10px 20px 10px 10px;
}
.feature img{
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0 5px 0px 0;
}
