
/*** START GENERAL ***/

body
{
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	font-family: arial, helvetica, sans-serif;
}

#container
{
	width: 860px;
	margin: 0 auto;
	padding: 41px 0px 0px 8px;
	background-image: url("/img/toprectcut1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

#content
{
	float: left;
	width: 600px;
	margin: 0px 0 0 -30px;
	margin: 0px 0 0 0;
}

h2
{
	font-size: 1.4em;
	color: #434343;
}

h2 a,
h2 a:visited
{
	color: #434343;
	text-decoration: none;
}

h2 a:active,
h2 a:hover
{
	color: #74a8f5;
}

p
{
	color: #636363;
}

em
{
	font-style: normal;
	font-weight: bold;
}

a:link,
a:visited
{
	color: #74a8f5;
}

a:active,
a:hover
{
	color: #fb9622;
}

#content #error
{
	float: right;
	background-color: #fff;
	color: #FE4D30;
	font-weight: bold;
	font-size: 0.9em;
	width : 300px;
}

/*** END GENERAL ***/



/*** START HEADER ***/

#header
{
	width: 860px;
	height: 168px;
	position: relative;
}

#stacyheader
{
	width: 860px;
	height: 120px;
	position: relative;
}


#stacyintroduction p
{
	position: absolute;
	left: 223px;
	top: 61px;
	width: 629px;
	height: 85px;
}


#logo
{
/*
	float: left;
*/
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #c1c1c1;
}

#logo h1
{
	width: 202px;
	height: 168px;
	margin: -2px 0 0 8px;
	padding: 0;
	background-image: url("/img/logo.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
	text-indent: -1000em;
	overflow: hidden;
	position: relative;
}

#logo h1 a
{
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
	width: 198px;
	height: 111px;
	margin: 0;
	padding: 0;
}

#navigationheader
{
	position: absolute;
	left: 223px;
	top: 0;
	width: 629px;
	height: 52px;
	margin: 0;
	border-bottom: 1px solid #c1c1c1;
	background-image: url("/img/designcascade.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#navigationheader h2
{
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	overflow: hidden;
}

#navigationheader ul
{
	display: block;
	margin:	14px 0 0 16px;
	padding: 0;
}

#navigationheader ul li
{
	display: inline;
	margin: 0 16px 0 0;
	padding: 0;
	list-style: none;
}

#navigationheader ul li a
{
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0em;
	text-decoration: none;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 28px;
}

#navigationheader ul li a:link,
#navigationheader ul li a:visited
{
	color: #636363;
}

#navigationheader ul li a:hover,
#navigationheader ul li a:active
{
	color: #85C329;
	background-position: center left;
	background-repeat: no-repeat;
}

#navigationheader ul li a#navinformation { background-image: url("/img/icons/ginformation.gif"); }
#navigationheader ul li a#navinformation:hover { background-image: url("/img/icons/grinformation.gif"); }
#navigationheader ul li a#navsuggestion { background-image: url("/img/icons/gsuggestion.gif"); }
#navigationheader ul li a#navsuggestion:hover { background-image: url("/img/icons/grsuggestion.gif"); }
#navigationheader ul li a#navhelp{ background-image: url("/img/icons/gsitemap.gif"); }
#navigationheader ul li a#navhelp:hover { background-image: url("/img/icons/grsitemap.gif"); }
#navigationheader ul li a#navtour{ background-image: url("/img/icons/grsitemap.gif"); }
#navigationheader ul li a#navtour:hover{ background-image: url("/img/icons/grsitemap.gif"); }

#homeintroduction
{
	position: absolute;
	left: 223px;
	top: 61px;
	width: 629px;
	height: 85px;
	border-bottom: 1px solid #c1c1c1;
}
#homeintroduction h2
{
	width: 400px;
	height: 40px;
	margin: 0;
	position: absolute;
	top:  0px;
	color: #86c328;
	text-align: left;
}
#homeintroduction p
{
	width: 600px;
	height: 50px;
	margin: 0;
	/* padding-left: 100px; */
	position: absolute;
	top:  40px;
	font-size: 1em;	
	line-height: 120%;
}
#homeintroduction p strong
{
	/* color: #74a8f5; */
	color: #636363;
}

#introduction
{
	position: absolute;
	left: 223px;
	top: 61px;
	width: 629px;
	height: 85px;
	border-bottom: 1px solid #c1c1c1;
}

#introduction h2
{
	width: 400px;
	height: 40px;
	margin: 0;
	position: absolute;
	left: 20px;
	top:  0px;
	color: #86c328;
	text-align: left;
}

#introduction p
{
	width: 600px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top:  40px;
	font-size: 0.8em;	
	line-height: 120%;
}

#introduction p strong
{
	color: #74a8f5;
}

#introduction p em
{
	font-weight: bold;
	font-style: normal;
}

/*** END HEADER ***/



/*** START SIDEBAR ***/

#sidebar
{
	float: left;
	clear: left;
	width: 198px;
	margin: -44px 17px 0 0;
	padding: 0 8px 0 4px;
	border-right: 1px solid #c1c1c1;
}

#navigationmain
{

}

#navigationmain h2
{
	height: 40px;
	margin: 0 0 3px 0;
	padding: 0;
	float: left;
}

#navigationmain ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #c1c1c1; 
}

#navigationmain ul li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c1c1c1;
	list-style: none;

}

#navigationmain ul li a
{
	display: block;
	margin:	8px 0 8px 12px;
	padding: 0 0 0 28px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	background-position: center left;
	background-repeat: no-repeat;
}

#navigationmain ul li a:link,
#navigationmain ul li a:visited
{
	color:						#636363;
}

#navigationmain ul li a:active,
#navigationmain ul li a:hover
{
	color: #74a8f5;
	background-position: center left;
	background-repeat: no-repeat;
}

#navigationmain ul li a.current
{
	background-color: #f4f4f4;
}


#navigationmain ul li a.current:active,
#navigationmain ul li a.current:hover
{
	color:						#74a8f5;
}

#navigationmain ul li a#navhome { background-image: url("/img/icons/ghome.gif"); }
#navigationmain ul li a#navhome:hover { background-image: url("/img/icons/bhome.gif"); }
#navigationmain ul li a#navcommercial { background-image: url("/img/icons/gbrowse.gif"); }
#navigationmain ul li a#navcommercial:hover { background-image: url("/img/icons/bbrowse.gif"); }
#navigationmain ul li a#navbrowse { background-image: url("/img/icons/gbrowse.gif"); }
#navigationmain ul li a#navbrowse:hover { background-image: url("/img/icons/bbrowse.gif"); }
#navigationmain ul li a#navsearch { background-image: url("/img/icons/gsearch.gif"); }
#navigationmain ul li a#navsearch:hover { background-image: url("/img/icons/bsearch.gif"); }
#navigationmain ul li a#navfavorites { background-image: url("/img/icons/gfavorites.gif"); }
#navigationmain ul li a#navfavorites:hover { background-image: url("/img/icons/bfavorites.gif"); }



#navigationuser
{
	margin: 14px 0 0px 0;
	width: 198px;
	float: left;
}

#navigationuser h2
{
	height: 40px;
	margin: 0 0 3px 0;
	padding: 0;
	text-transform: capitalize;
}

#navigationuser ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c1c1c1;
}

#navigationuser ul li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c1c1c1;
	list-style: none;
}

#navigationuser ul li a
{
	display: block;
	margin: 8px 0 8px 2px;
	padding: 0px 0 0px 28px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
	background-position: center left;
	background-repeat: no-repeat;
}

#navigationuser ul li a.subnav
{
	margin: 8px 0 8px 26px;
}
#navigationuser ul li.subnav
{
	border-bottom : 0px;	
}

#navigationuser ul li a:link,
#navigationuser ul li a:visited
{
	color: #636363;
}

#navigationuser ul li a:active,
#navigationuser ul li a:hover
{
	color: #74a8f5;
	background-position: center left;
	background-repeat: no-repeat;
}

#navigationuser ul li a#navsettings { background-image: url("/img/icons/gsettings.gif"); }
#navigationuser ul li a#navsettings:hover { background-image: url("/img/icons/bsettings.gif"); }
#navigationuser ul li a#navprofile { background-image: url("/img/icons/gprofile.gif"); }
#navigationuser ul li a#navprofile:hover { background-image: url("/img/icons/bprofile.gif"); }
#navigationuser ul li a#navresearch { background-image: url("/img/icons/gprofile.gif"); }
#navigationuser ul li a#navresearch:hover { background-image: url("/img/icons/bprofile.gif"); }
#navigationuser ul li a#navsearch { background-image: url("/img/icons/gupload.gif"); }
#navigationuser ul li a#navsearch:hover { background-image: url("/img/icons/bupload.gif"); }
#navigationuser ul li a#navlogout { background-image: url("/img/icons/glogout.gif"); }
#navigationuser ul li a#navlogout:hover { background-image: url("/img/icons/blogout.gif"); }

#navigationuser ul li a.current
{
	background-color: #f4f4f4;
}

#userlogin
{
	margin: 14px 0 0px 0;
	width: 198px;
	float: left;
}

#userlogin .hidden
{
	display: none;
}

#userlogin h2
{
	margin: 0 0 3px 0;
	padding: 0;
}

#userlogin p
{
	margin: 26px auto;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #FB5522;
}

#userlogin form
{
	margin: 0;
	padding: 0;
}

#userlogin p
{
}

#userlogin form input
{
	display: block;
	width: 100%;	
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #c1c1c1;
	font-size: 1.1em;
	color: #85C329;
	text-transform: none;
}

#userlogin form input.submit
{
	width: 130px;
	margin: 0 auto;
	padding: 2px 0;
	border-top: 2px solid #BADF84;
	border-left: 2px solid #BADF84;
	border-bottom: 2px solid #6C9134;
	border-right: 2px solid #6C9134;
	background-color: #85C329;
	font-size: 0.65em;
	font-weight: bold;	
	letter-spacing: 0.05em;
	color: #fff;
}

#sidebar #userlogin form label
{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: #636363;
}

#userlogin a
{
	display: block;
	margin: 20px 0;	
	font-size: 0.9em;
	text-align: center;
}

#userlogin strong
{
	display: block;
	width: 30px;	
	margin: 20px auto 20px auto;
	padding: 10px;	
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
	color: #636363;
}

/*** END SIDEBAR ***/

/*** CONTENT SECTIONS ***/

#content
{
	
}

/*** START GENERAL CONTENT SECTION ***/

#contentsection h4
{
	margin: 35px 40px 10px 40px;
	color: #434343;
}

#contentsection p
{
	margin: 40px 40px 35px 40px;
	padding: 20px 30px 20px 30px;
	background-color: #f4f4f4;
	font-size: 0.8em;
	line-height: 160%;
	color: #636363;
}

#contentsection em
{
	font-style: normal;
	font-weight: bold;
	display: block;
/*	float:left; */
	font-size: 0.8em;	
	line-height: 120%;
	color: #636363;
}

#contentsection p em
{
	font-style: normal;
	font-weight: bold;
}

#contentsection p strong
{
	color: #85C329;
}

#contentsection form
{
	margin: 35px 40px;
	padding: 0;
}

#contentsection form dl
{
	clear: both;
}

#contentsection form dl dt
{
	float: left;
	line-height: 23px;
	padding: 5px 0 5px 0;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin: 0 20px 0 0;
}

#contentsection form label
{
	font-size: 0.9em;
	font-weight: bold;
	/*
	text-transform: lowercase;
	*/
	color: #636363;

}

#contentsection form dl dd
{
	padding: 5px 0 5px 0;
	margin: 0 0px 10px 150px;
	color: #74a8f5;
}

#contentsection form dl dd textarea
{
	width: 280px;
	height: 300px;
}

#contentsection form dl dd input
{
	width: 280px;
	text-transform: none;
}

#contentsection form dl dd select
{
	width: 287px;
}

#contentsection form dl dd input.submit
{
	width: 130px;
	margin: 0 auto;
	padding: 2px 0;
	border-top: 2px solid #BADF84;
	border-left: 2px solid #BADF84;
	border-bottom: 2px solid #6C9134;
	border-right: 2px solid #6C9134;
	background-color: #85C329;
	font-size: 0.65em;
	font-weight: bold;	
	/*
	text-transform: lowercase;	
	*/
	letter-spacing: 0.05em;
	color: #fff;
}

#contentsection .pager {
	float:left;
	height:26px;
	margin:0pt;
	padding:8px;
	width:550px;
	text-align: right;
}
#contentsection .pager ul {
	background-image:url(/img/pagerinactive.gif);
	background-position:0pt;
	background-repeat:no-repeat;
	float:right;
	height:18px;
	margin:4px 0pt 0pt;
	overflow:hidden;
	padding:0px;
	position:relative;
	text-indent:-1000em;
	width:44px;
}

/*** END CONTENT SECTIONS***/

/*** START FOOTER ***/

#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
	background-color: #85C329;	
	font-size: 1em;
	/*
	text-transform: lowercase;	
	*/
	color: #fff;
	width: 844px;
	margin: 0 auto 0 auto;
}

#footer a
{
	font-weight: bold;
	text-decoration: none;
}

#footer a:link,
#footer a:visited
{
	color: #fff;
}

#footer a:active,
#footer a:hover
{
	text-decoration: underline;
}

#footer #footertopbg
{
	width: 844px;
	height: 2px;
	background-image: url("/img/footertopbg.gif");
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 2px;
	font-size: 2px;
}

#footer #footerbottombg
{
	width: 844px;
	height: 2px;
	background-image: url("/img/footerbottombg.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	line-height: 2px;
	font-size: 2px;
}

#copyright
{
	padding: 10px 20px 2px 0;
	font-size: 1.25em;
	text-align: right;
}

/*** END FOOTER ***/
