/***********************************************/
/* HTML element styles                             */
/***********************************************/


html {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	background: #efefef url(/images/backgrounds/bg_pg_blue.gif) repeat top left;
	font: normal normal .7em/1.0em Verdana, Tahoma, Arial,sans-serif;
	color: #222;
	line-height: 150%;
}


body.webclass {
	background-image: url(../images/backgrounds/bg_pg_boats.gif);
}

body.printclass {
	background-image: url(../images/backgrounds/bg_pg_canal.gif);
}

body.imagingclass {
	background-image: url(../images/backgrounds/bg_pg_bicycle.gif);
}

img {
	border: none;
	display: inline;
	padding: 0;
	margin: 0;
}

/******* hyperlink and anchor element styles *******/

a {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color: #903;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #837c6d;
}

p a {
	text-decoration: underline;
	color: #903;
}

.webclass h3 a {
	text-decoration: none;
	color: #7a2915;
}

.webclass h3 a:hover {
	color: #837c6d;
}

/************** header element styles **************/

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7a2915;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}


h1 {
	font-size: 200%;
	text-align: center;
}

h2 {
 font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4{
	font-size: 110%;
}

h5 {
	font-size: 100%
}

h6 {
	font-size: 100%;
}


/*************** list element styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related element styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/********* general typographical and layout styles *********/

.clearing {
	clear: both;
	height: 1px;
}

.bottomborder {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.center {
	text-align: center;
}

.spaceafter {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.green {
	color: #693;
}

.red {
	color: #7a2915;
}

.italic {
	font-style: italic;
}

.initialcaps {
	display: inline;
	font-weight: bold;
	font-variant: small-caps;
}

.caps {
	font-variant: small-caps;
}

.bigger {
	font-size: larger;
}

.indentleft {
	margin-left: 1em;
}

.acronym {
	cursor: help;
	color: #7a2915;
}

.san {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left {
	text-align: left;
}

.strikethrough {
	text-decoration: line-through;
}


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

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: #efefef;
}

#header {
	padding: 0;
	margin: 0;
	background: #fff url(/images/station_header.jpg) no-repeat bottom left;
	height: 170px;
}

.printclass #header, .imagingclass #header {
	background: #fff url(/images/bicycle_header.jpg) no-repeat bottom left;
}

.webclass #header {
	background: #fff url(/images/windows_header.jpg) no-repeat bottom left;
}


/***********************************************/
/* Drop-down menu styles                 */
/***********************************************/


/* Station theme palette */
/*

dark grey 515254
dark green 5d5338
lite green 837c6d
dark red #7a2915

*/

#nav {
	float: left;
	width: 760px;
	font-size: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	background: #8E5D48 url(/images/nav_bkgd.gif) repeat-x top left;
	border-bottom: 3px solid #6E4232;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
	line-height: 1.1;
	padding: 13px 15px 11px;
	margin: 0;
	float: left;
	color: #fff;
	letter-spacing: 1px;
}

#nav a:hover, #nav a.current {
	background: url(/images/nav_bkgd_hover.gif);
}

#nav a.current {
	color: yellow;
}

#nav li {
	float: left;
	padding: 0 1px 0 0;
	margin: 0;
	background: url(/images/nav_bkgd_border.gif) no-repeat top right;
}

#nav li#home {
	margin-left: 15px;
}

#nav #getff {
	float: right;
	margin: 2px 10px -3px 0;
	padding: 0;
	display: inline;
}

/* Section-specific nav styles */

.webclass #nav {
	background: #582732 url(/images/nav_bkgd_boats.gif) repeat-x top left;
	border-bottom-color: #582732;
}

.webclass #nav a:hover, .webclass #nav a.current {
	background: url(/images/nav_bkgd_boats_hover.gif);
}

.webclass #nav li {
	background: url(/images/nav_bkgd_boats_border.gif) no-repeat top right;
}

.printclass #nav {
	background: #ABB924 url(/images/nav_bkgd_canal.gif) repeat-x top left;
	border-bottom-color: #669900;
}

.printclass #nav a:hover, .printclass #nav a.current {
	background: url(/images/nav_bkgd_canal_hover.gif);
}

.printclass #nav li {
	background: url(/images/nav_bkgd_canal_border.gif) no-repeat top right;
}

.imagingclass #nav {
	background: #583427 url(/images/nav_bkgd_bicycle.gif) repeat-x top left;
	border-bottom-color: #7C6550;
}

.imagingclass #nav a:hover, .imagingclass #nav a.current {
	background: url(/images/nav_bkgd_bicycle_hover.gif);
}

.imagingclass #nav li {
	background: url(/images/nav_bkgd_bicycle_border.gif) no-repeat top right;
}

#webmenu, #printmenu {
	float: left;
	margin: 25px 0 10px 10px;
	padding: 10px 0 20px;
}

#webmenu ul, #printmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 110px;
}

#webmenu li, #printmenu li {
	padding-bottom: 10px;
}

#webmenu a.current, #printmenu a.current {
	font-weight: bold;
	color: #515254;
}

#frontpagenews {
	float: left;
	margin: 20px 20px 10px 10px;
	padding: 0 10px;
	width: 130px;
	border: 1px solid #7a2915;
	border-top-width: 10px;
	border-bottom-width: 5px;
}

.webclass #frontpagenews {
	float: right;
	margin: 20px 10px 10px 20px;
}


#frontpagenews h1 {
	text-align: center;
	border-bottom: 3px solid #7a2915;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


#frontpagenews h4 {
	margin: 5px 0;
	text-align: center;
}

#frontpagenews .screenshotdiv {
	margin-bottom: 30px;
}

#frontpagenews ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: square outside;
}

#frontpagenews li {
	margin: 0 0 5px 0;
}

#promoform #content {
	margin: 0 20px;
}

#content{
	padding: 20px 10px 0;
}

/* hide from IE5-mac \*/
* html #content {
	height: 1%;
}

/* end IE5 mac hide */

.webclass #content, .printclass #content {
	margin-left: 140px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
/************** feature styles *****************/

.feature a {
	text-decoration: underline;
}

.imageleft {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	position: relative;
}

.imageright {
	float: right;
	margin: 0 0 0 1em;
	padding: 0;
	position: relative;
}

.feature h1 {
	margin-bottom: 1.5em;
}

.feature h2, .feature h3, .feature h4 {
	margin-bottom: 0;
}

/************** footer styles ****************/

#footer {
	clear: both;
	font-size: 75%;
	color: #667;
	padding: 40px 0;
	margin: 0;
	text-align: center;
	background: transparent;
}

#footer #copyright {
	margin: 10px 0 0 0;
	padding: 0;
}

#footer span {
	margin: 0 1.5em;
}

#footer a {
	color: #aaa;
	font-weight: bold;
}

#footer #links a {
	padding: 0 1em;
	margin: 0;
	
}
#footer a:hover {
	text-decoration: none;
	color: #333;
}

#footer img{
	padding: 0;
	margin: 0 0 -10px 0;
	vertical-align: middle;
}

#footer #footeraddress {
	font-size: 150%;
	color: #333;
}


/**************** unique page styles *****************/

#index .feature {
	margin-left: 00px;
}

#index .feature h2 {
	margin: 1em 0 0;
}

#index .feature p {
	margin-top: 0.25em;
}

#index .feature ul {
	margin-left: 10px;
}

/**************** design process page *****************/

#designprocess .feature img {
	margin: 10px 0 0 1em;
}

#designprocess .feature h1 {
	margin: 0;
	padding: 0;
}

#designprocess .feature h2 {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}

#designprocess .feature h3 {
	margin: 0;
	padding: 0;
}

#process {
	width: 205px;
	float: right;
	clear: right;
	padding: 0 0 1.5em 0;
	margin: 0 1em;
	font-size: 90%;
	border-bottom: 3px solid #903;
}

#process ul {
	list-style: inside;
	margin: 0;
	padding: 0;
}

#process ul li {
	margin: 0 0 0 2em;
}

#process h1 {
	font-size: 140%;
	color: #471;
	margin: .5em 0 0 0;
}

#process h2 {
	font-size: 110%;
	margin: .5em 0;
	padding: 0;
	text-align: center;
}

#process h3 {
	margin: 0;
	padding: 0;
}

/**************** quote page *****************/

#quoteform label {
	display: block;
}

#addressblock {
	margin: 25px 0 25px 150px;
	border: 1px solid Maroon;
	padding: 10px 20px;
	width: 25%;
}

#addressblock p {
	margin-bottom: 5px;
}

#addressblock ul {
	list-style-position: inside;
}

#addressblock li {
	margin-left: 10px;
}

#contact #content {
	margin: 0 30px;
}
/**************** tech page *****************/


#techpage p {
	margin: 0;
	padding: 0;
}

#techpage h4 {
	font-size: 130%;
	text-align: center;
	margin-top: 1em;
}

#techpage h5 {
	font-size: 100%;
	margin-top: 1em;
}

#techpage h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 1em;
}

#techpage .imageleft {
	margin-top: 10px;
}



/**************** quickstart pages *****************/

#qs p {
	margin: 0;
	padding: 0;
}

#qs h4 {
	font-size: 130%;
	text-align: center;
	margin-top: 1em;
}

#qs h5 {
	font-size: 100%;
	margin-top: 0.5em;
}

#qs h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0.25em;
}

/**************** graphic design pages *****************/

#graphics #invite {
	float: left;
	margin-right: 12px;
}


/**************** tutorial pages *****************/

#tutorial p {
	margin: 0;
	padding: 0;
}

#tutorial h2 {
	font-size: 130%;
	text-align: center;
	margin: 1em 0 0.5em 0;
}
#tutorial h4 {
	font-size: 100%;
	margin-top: 1em;
}

#tutorial h5 {
	font-size: 100%;
	margin-top: 0.5em;
}

#tutorial h6 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0.25em;
}

#tutorial img {
	margin: 1em 0;
}
/********************* end **********************/
p {
	margin: 10px;
}
