* {
	padding: 0px; 
	margin: 0px;
	outline: 0px;
}

html { 
        height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font: 12px/1.4 arial,sans-serif;
	background: white;
        min-height: 100%;
        height: 100%;
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
        font-size: 150%;
}

h2 { 
	font-size: 140%;
        font-weight: normal;
}

h3 { 
	font-size: 130%;
        font-weight: normal;
}

h1, h2, h3 {
	margin: 0px;
        color: black;
	padding: 10px 0px;
}

a, h3 a {
    color: #417801;
    text-decoration: none;
}

a:hover h3 {
    text-decoration: underline;
}

a:focus, a:hover {
    text-decoration: underline;
}

p {
	margin: 0px;
}

hr {   
        line-height: 25px;
	border: none 0; 
	border-top: 1px dashed #CFCFCF;
	height: 1px;
        margin: 1.12em 0;
}

#wrapper {
        background: white;
        clear: both;
        margin: 0 auto;
        position: relative;
        width: 960px;
}

#footer-wrapper {
    border-top: 1px solid #DDDDDD;
    clear: both;
    margin-top: 20px;
    padding-bottom: 30px;
}

#header-menu {
        padding-top:10px;
        float: left;
}

#header-menu a {
        text-decoration: none;
}

#header-logo {
	width: 265px;
	height: 40px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
        float: left;
        clear: none;
}

#leftnav {
	float: left;
	width: 210px;
        padding-top: 15px;
}

#leftnav-subnav {
    background-color: #EFEFEF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0 40px 20px -1px;
    overflow: visible;
    width: 198px;
    padding: 10px;
}

#leftnav-subnav ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#leftnav-subnav li:hover {
    background-color: #FFFFFF;
}

#leftnav-subnav li a {
    color: #000;
    padding: 0 20px 0 5px;
    text-decoration: none;
    width: 170px;
    float: left;
    display: inline;
    line-height: 20px;
}

#leftnav-subnav li a:hover {
    background-color: #FFFFFF;
}

#sidebar-right {
	float: left;
	width: 240px;
	margin-left: 40px;
}

#content {
        float: left;
	padding-top: 5px;
        padding-bottom: 10px;
        color: #444444;
        font: 15px/1.6em arial,sans-serif;
        word-spacing: 1px;
        width: 960px;
        height: auto;
}

#content-left {
        width: 680px;
        float: left;
	padding-top: 5px;
        padding-bottom: 10px;
        color: #444444;
        font: 15px/1.6em arial,sans-serif;
        word-spacing: 1px;
        height: auto;
}

#content-right {
        width: 720px;
        float: right;
	padding-top: 5px;
        padding-bottom: 10px;
        color: #444444;
        font: 15px/1.6em arial,sans-serif;
        word-spacing: 1px;
        height: auto;
}

#content p, #content ul, #content ol, #footer p, #footer ul, #footer ol {
        margin: 1.12em 0;
}

#content-left p, #content-left ul, #content-left ol {
        margin: 1.12em 0;
}

#content-right p, #content-right ul, #content-right ol {
        margin: 1.12em 0;
}

#content ul, #content ol {
        margin-left: 40px;
}

#content-left ul, #content-left ol {
        margin-left: 40px;
}

#content-right ul, #content-right ol {
        margin-left: 40px;
}

#content ul.breadcrumbs {
        margin-left: 0px;
}

#content-left ul.breadcrumbs {
        margin-left: 0px;
}

#content-right ul.breadcrumbs {
        margin-left: 0px;
}

.image-link:hover {
    opacity: 0.65;
}

.large-heading {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 1.7em;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #444444;
}

#divider {
	height: 25px;
	border-bottom: 1px dashed #CFCFCF;
	overflow: hidden;
}

#footer {
        background: white;
        clear: both;
        margin: 0 auto;
        position: relative;
        width: 960px;
        color: #999999;
        font-size: 11px;
}

.breadcrumbs ul, .breadcrumbs li {
    list-style-type:none;
}

.breadcrumbs {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    height: 2.3em;
    font: 12px/1.4 arial,sans-serif;
    line-height: 2.3em;
    margin-left: 0px;
}

.breadcrumbs ul {
    line-height: 20px;
    margin-left: 0px;
}

.breadcrumbs li {
    float:left;
    padding-left:.75em;
}

.breadcrumbs li a {
    display:block;
    padding:0 15px 0 0;
    background:url(/file/theme/formreturn/images/crumbs.gif) no-repeat right center;
}

.last-menu-li {
    border-bottom-right-radius: 4px;
    border-right: 0 none;
    border-top-right-radius: 4px;
    width: 121px;
}

#search {
    float: right;
    clear: right;
    padding-top: 35px;
    padding-right: 20px;
    width: 200px;
}

#topSearchForm {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    height: 20px;
    position: relative;
    border: 1px solid #CCCCCC;
}

#search-label {
    float: left;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    width: 120px;
}

#search-input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: 20px;
    outline: 0 none;
    padding: 0;
    text-indent: 5px;
    width: 100%;
    line-height: 20px;
    width: 165px;
}

#search-button {
    background: url("/file/theme/formreturn/images/search.png") no-repeat scroll 0 -20px transparent;
    border: medium none !important;
    display: block;
    height: 20px;
    margin: -10px 0 0;
    max-width: none;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 29px;
}

.searchPaginator {
    padding: 10px;
}
.searchPaginator a {
    border: 1px solid gray;
    cursor: pointer;
    margin-right: 10px;
    padding: 4px 10px;
}
.searchPaginator a:hover, .searchPaginator a.current {
    background-color: #AAAAAA;
    color: white;
}
.searchItem {
    margin: 10px 0;
}

#searchForm {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DDDDDD;
    margin: 1em 0 1.5em;
    padding: 1.4em;
}

