* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #b2b2b2;
}

/*  Layout Design
----------------------------------------------------------------------*/
#wrapper {
	width: 850px;
	text-align: center;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color:#FFFFFF;
}
#logo {
	height: 87px;
	width: 636px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	float:left;
	background-color:#FFF;
}
#header_wrapper {
	background-color:#FFF; 
	height:170px;
}

/*Navigation
----------------------------------------------------------------------*/
#top_nav {
	background-image: url(/images/top-nav.gif);
	background-repeat: no-repeat;
	float: right;
	height: 22px;
	width: 233px;
}
#top_nav li { 
	float: left; 
	overflow: hidden; 
	line-height: normal; 
	margin-right: 30px;
}
#top_nav ul {
	margin-left: 17px;
	padding-top: 3px;
	list-style-type: none;
	float:left;
	width: 234px;
}
#nav_container {
	background-image: url(/images/main-nav.gif);
	background-repeat: no-repeat;
	width:850px;
	height:36px;
	float:left;
}
#nav_container li { 
	float: left; 
	overflow: hidden; 
	line-height: normal; 
	margin-right: 42px;
}
#nav_container ul {
	margin-left: 26px;
	padding-top: 8px;
	list-style-type: none;
	float:left;
	width: 850px;
}	

/*Main Content Container
----------------------------------------------------------------------*/
#content_container {
	float: left;	
	width: 850px;
	min-height: 500px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
}
#main_content {
	float: left;
	padding-left: 8px;
	padding-top: 10px;
	width: 582px;
	min-height:600px;
}


/*  Side Bars
----------------------------------------------------------------------*/
#side_content {
	float: right;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 8px;
	width: 245px;
}
#sidebar_container {
	width:245px;
	height:250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0e6200;
	border-bottom-color: #0e6200;
	border-left-color: #0e6200;
}
#sidebar_container_faq {
	width:245px;
	height:925px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0e6200;
	border-bottom-color: #0e6200;
	border-left-color: #0e6200;
}
#sidebar_container2 {
	width:245px;
	height:200px;
	margin-top: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0e6200;
	border-bottom-color: #0e6200;
	border-left-color: #0e6200;
}
#sidebar_container_large {
	width:245px;
	height:1025 px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0e6200;
	border-bottom-color: #0e6200;
	border-left-color: #0e6200;
}
#sidebar_header {
	background-image: url(/images/side-bar.gif);
	background-repeat: no-repeat;
	width:245px;
	height:23px;
}
#sidebar_header li { 
	float: right; 
	overflow: hidden; 
	line-height: normal; 
	text-align: center;
	width: 245px;
}
#sidebar_header ul {
	padding-top: 4px;
	list-style-type: none;
	float: right;
	width: 245px;
}
#sidebar_copy {
	width:245px;
}
#sidebar2_copy {
	width:235px;
	padding-top:5px;
	padding-left:5px;
}
#sidebar_copy li { 
	float: right; 
	line-height: normal; 
	text-align: left;
	width: 225px;
	padding-bottom: 10px;
}
#sidebar_copy ol {
	padding-top: 4px;
	padding-left: 15px;
	float: right;
	width: 220px;
}
#workflow_sidebar_copy {
	width:245px;
	padding-bottom: 5px;
}
#questions {
	background-image: url(/images/questions-image.gif);
	background-repeat: no-repeat;
	width:245px;
	height:56px;
}
#questions_small {
	background-image: url(/images/questions-image-small.gif);
	background-repeat: no-repeat;
	width:245px;
	height:43px;
}

/*  Additional Main Content Items
----------------------------------------------------------------------*/
#highlight_copy {
	width:500px;
}
#highlight_copy li {
	float: left;
	line-height: normal;
	text-align: left;
	width: 550px;
	height: 24px;
	padding-bottom: 5px;
}
#highlight_copy ul {
	padding-bottom:10px;
	float: left;
	width: 550px;
	list-style-type:none;
}
#news_copy {
	width:500px;
}
#news_copy li {
	float: left;
	line-height: normal;
	text-align: left;
	width: 550px;
	height: 24px;
	padding-bottom: 5px;
}
#news_copy ul {
	float: left;
	width: 550px;
	list-style-type:none;
}
#form_container {
	text-align:left;
	width:550px;
}
/*  Footer
----------------------------------------------------------------------*/
#footer {
	float: left;
	padding-top: 7px;
	margin-top:15px;
	width: 850px;
	background-color:#FFFFFF;
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #0e6200;
}
#footer_wrapper {
	width: 850px;
	text-align: center;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color:#FFFFFF;
}
#footer2 {
	float: left;
	padding-top: 7px;
	padding-bottom:15px;
	width: 850px;
	background-color:#FFFFFF;
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #0e6200;
}
#footer_left {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 250px;
}
#footer_right {
	float: right;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 8px;
	width: 550px;
}
#footer_right li { 
	float: right; 
	overflow: hidden; 
	line-height: normal; 
	margin-right: 5px;
}
#footer_right ul {
	margin-left: 5px;
	list-style-type: none;
	float: right;
	width: 550px;
}

/*  Buttons
----------------------------------------------------------------------*/
#workflow_left_button {
	float:left;
	width:270px;
	height:100px;
	margin-left:5px;
	margin-top:10px;
	background-image: url(/images/workflow/workflow-button-green.gif);
	background-repeat: no-repeat;
}
#workflow_left_button3 {
	float:left;
	width:270px;
	height:100px;
	margin-left:5px;
	background-image: url(/images/workflow/workflow-button-green.gif);
	background-repeat: no-repeat;
}
#workflow_right_button {
	float:right;
	width:270px;
	height:100px;
	margin-right:10px;
	margin-top:10px;
	background-image: url(/images/workflow/workflow-button-grey.gif);
	background-repeat: no-repeat;
}
#workflow_left_button2 {
	float:left;
	width:270px;
	height:100px;
	margin-left:5px;
	background-image: url(/images/workflow/workflow-button-grey.gif);
	background-repeat: no-repeat;
}
#account_left_button {
	float:left;
	width:270px;
	height:100px;
	margin-top:10px;
	background-image: url(/images/workflow/workflow-button-green.gif);
	background-repeat: no-repeat;
}
#account_right_button {
	float:right;
	width:270px;
	height:100px;
	margin-top:10px;
	background-image: url(/images/workflow/workflow-button-grey.gif);
	background-repeat: no-repeat;
}

/*  Flash Logo Scroller
----------------------------------------------------------------------*/
#flashcontent {
	width: 240px;
	height: 200px;
}

/*  Fonts
----------------------------------------------------------------------*/
.top-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 75%;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	}
.top-navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.top-navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #a1a1a1;
	text-decoration: none;
	}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 80%;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	}
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #34aa49;
	text-decoration: none;
	}
.navigation-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 80%;
	text-align: left;
	font-weight: bold;
	color: #34aa49;
	}
.navigation-active a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #34aa49;
	text-decoration: none;
	}
.navigation-active a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 110%;
	text-align: left;
	font-weight: bold;
	color: #000000;
	}
.h1-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
	text-align: left;
	font-weight: bold;
	color: #0e6200;
	}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #000000;
	}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #0e6200;
	}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #0e6200;
	}
.content-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #0e6200;
	font-weight: bold;
	}
.content-green2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #0e6200;
	text-decoration:underline;
	}
.content-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #F00;
	font-weight: bold;
	}	
.side-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	color: #000000;
	}
.question-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	color: #ffffff;
	width:226px;
	font-weight:bold;
	padding-left:6px;
	padding-top:5px;
	}
.question-content a{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	}
.question-content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	}
.answer-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	color: #000000;
	display:none;
	width:245px;
	padding-bottom:5px;
	}
.workflow-side-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	}
.highlight-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #000000;
	font-weight: bold;
	}
.news-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #000000;
	}
.footer-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;;
	text-align: left;
	color: #3b3b3b;
	}
.footer-content a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3b3b3b;
	text-decoration: none;
	}
.footer-content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #34aa49;
	text-decoration: none;
	}
.button-content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 120%;;
	text-align: center;
	color: #ffffff;
	padding-top:28px;
	padding-left:20px;
	padding-right:20px;
	}
.button-content a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	}
.button-content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	}
.button-content-large {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 136%;;
	text-align: center;
	color: #ffffff;
	padding-top:28px;
	padding-left:20px;
	padding-right:20px;
	}
.button-content-large a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	}
.button-content-large a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	}
.button-color {
	background-image:url(/images/active-button.gif);
	color:#FFF;
	height:29px;
	width:150px;
	border:none;
}
.button-color:hover {
	background-image:url(/images/button-hover.gif);
	color:#FFF;
	border:none;
}
.button-color-small {
	background-image:url(/images/active-button-small.gif);
	color:#FFF;
	height:29px;
	width:120px;
	border:none;
}
.button-color-small:hover {
	background-image:url(/images/button-hover-small.gif);
	color:#FFF;
	border:none;
}

/*Form Settings
----------------------------------------------------------------------*/
#form_container {
	width:550px;
	height: 200px;
}
#form_container_large {
	width:550px;
	height:375px;
}
#form_container_large2 {
	width:550px;
	height:500px;
}
#form_pay_container {
	width:550px;
	height: 100px;
}
#file_path_container {
	width:415px;
	padding-right:10px;
	float:left;
}
#file_path_box {
	width:415px;
	padding-right:10px;
	float:left;
	border: 1px solid #999;
}
#file_size_container {
	width:105px;
	float:right;
}
#file_size_box {
	width:105px;
	float:right;
	border: 1px solid #999;
}
#file_price_container {
	width:450px;
	padding-top:15px;
}
#file_price_box {
	width:250px;
	height: 18px;
	border: 1px solid #999;
}
#file_matter_container {
	width:550px;
	padding-bottom:15px;
}
#file_matter_box {
	width:350px;
	height: 18px;
	border: 1px solid #999;
}
#matter_tree_container {
	width:225px;
	height:200px;
	padding-right:10px;
	float:left;
}
#matter_tree_box {
	width:225px;
	padding-right:10px;
	float:left;
	border: 1px solid #999;
}
#matter_properties_container {
	width:225px;
	height:200px;
	padding-left:200px;
	float:right;
	display:none;
}
#matter_properties_box {
	width:300px;
	float:right;
	border: 1px solid #999;
}
#scroll_images {
	width:245px;
	text-align:center;
	padding-top:25px;
}

/*Form Fonts
----------------------------------------------------------------------*/
.form-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #0b6200;
}
.form-box-test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align:left;
	padding:2px;
	overflow:auto;
}
