/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/homepage01.jpg) repeat left top;
	font-size: 100.1%;
	min-width: 1000px;
}

* html body {
    width: 1000px;
}

/** FORMS */

form {
	margin: 0;
	padding: 0;
}

/** HEADINGS */

h2, h3 {
	margin: 0 0 1em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #575757;
}

h2 {
	font-size: 2.25em;
}

h3 {
	margin: 0 0 1.5em 0;
	font-size: 1.3em;
	color: #616161;
}

/** MENU */

div#fixedMenu {
    position: absolute;
    top: 17px;
    right: 42px;
    width: 100px;
    text-align: right;
}

div#fixedMenu img {
    padding-left: 10px;
}

#menu {
	float: right;
}

#menu ul li a, #menu ul li ul li a { 
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: .95em;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 45px 42px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
    position: relative; 
	float: left;
	height: 42px;
	padding: 10px 14px 0 16px;
	background: url(../images/homepage05.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

#menu li ul {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    padding: 0;
}

#menu ul li > ul {
    top: auto;
    left: auto;
}

#menu ul li:hover ul {
    display: block;
    top: 100%;
    padding: 0;
    left: -50px;
    width: 246px;
    border-bottom: #b8a585 inset 1px;
}

#menu ul li.over ul {
    display: block;
    top: 100%;
    left: -50px;
    width: 242px;
    border-bottom: #b8a585 inset 1px;
}

#menu ul li:hover ul li, #menu ul li.over ul li 
{
    background: url(../images/button.jpg) #b40;
    padding: 0;
    height: auto;
}

#menu ul li:hover ul a {
    display: block; 
    text-align:center;
    position:relative;
    width:236px;
    text-decoration:none;
    margin:0;
    padding:4px;
    border-top: #b8a585 inset 1px;
    border-left: #b8a585 inset 1px;
    border-right: #b8a585 inset 1px;
        }
        
#menu ul li.over ul a {
    display: block; 
    text-align:center;
    position:relative;
    width:232px;
    text-decoration:none;
    margin: 0;
    padding:4px;
    border-top: #b8a585 inset 1px;
    border-left: #b8a585 inset 1px;
    border-right: #b8a585 inset 1px;
        }
        
#menu ul li:hover ul a:hover {
    background: #000;
        }
        
#menu ul li.over ul a:hover {
    background: #000;
        }

#menu a {
	text-decoration: none;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {	
	text-decoration: underline;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #484848;
}

p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 20px;
}

.list1 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(../images/homepage17.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #6C7F86;
}

a:hover {
	text-decoration: none;
}

p.learnMore {
    clear: both;
}

p.centered {
    text-align: center;
}

p.centered img {
    display: block;
    padding: 2px;
    margin: 0 auto;
    border: 1px #d3d3d3 solid !important;
}

.link1 {
	display: block;
	width: 90px;
	height: 20px;
	padding: 6px 0 0 0;
	margin: 0 auto;
	background: url(../images/homepage08.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font: normal .9em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	height: 100px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
	color: #9A6A4D;
}

#footer p a { 
	color: #9A6A4D;
	text-decoration: none;
}

#footer p a:hover { 
	color: #ac8c6f;
	text-decoration: underline;
}

p.contact { 
    font-size: 1.1em;
}

p.contact a {
    text-decoration: none;
    color: inherit;
}

p.contact a:hover {
    text-decoration: underline;
}

/** TABLES */

.table1 {
	width: 100%;
}

.table1 tr {
}

.table1 td {
	height: 31px;
	padding: 0 10px;
	background: #CEDCE1;
	border-bottom: 1px solid #FFFFFF;
	color: #6C9294;
}

.table1 td.left {
	background: #CEDCE1 url(../images/homepage19.gif) no-repeat left top;
}

.table1 td.right {
	background: #CEDCE1 url(../images/homepage20.gif) no-repeat right top;
}

.table1 tr.alt td {
	background: #F2E6D2;
}

.table1 tr.alt td.left {
	background: #F2E6D2 url(../images/homepage21.gif) no-repeat left top;
}

.table1 tr.alt td.right {
	background: #F2E6D2 url(../images/homepage22.gif) no-repeat right top;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: #F8F6F4 url(../images/subpage2_01.jpg) repeat-y center top;
}

#wrapper2 {
	background: url(../images/homepage02.jpg) repeat-x center bottom;
}

#wrapper3 {
	background: url(../images/homepage03.jpg) repeat-x center top;
}

#wrapper4 {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/subpage2_02.jpg) no-repeat left top;
}

#wrapper5 {
	background: url(../images/subpage2_03.jpg) no-repeat left bottom;
}

/** BOX STYLE 1 */

.box-style1 {
	padding-bottom: 30px;
}

.box-style1 .title {
}

.box-style1 .title h2 , h2.pageTitle {
	margin: 0;
	padding: 4px 0 4px 26px;
	background: url(../images/homepage07.gif) no-repeat left center;
	clear: both;
}

.box-style1 .title h3 {
	margin: 0;
	padding: 0 0 0 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #b2bebf;
}

div.content h3.orangeHead {
	color: #f1991d;
	font-size: 1.8em;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: .5em;
}

h3.orangeHead + h4 {
	margin-top: 0;	
	font-size:1.1em;
	line-height: 1.1em;
	text-align: center;

}

h3.orangeHead + h4 a {
	color: #f1991d;
}

div.content h3.orangeHead span, h3.orangeHead + h4 a span {
	color: #cf6825;
}

p.finePrint {
	font-size: .7em;
	color: #777;
	text-align: center;	
}

.box-style1 .content {
	overflow: hidden;
	padding: 20px 0 0 0;
}


/** BOX */

.boxRight 
{
    float: right;
    clear: right;
    width:268px;
	padding: 0 0 .5em 35px;
	margin: 0 0 0 -50px;
	background: url(../images/homepage09.jpg) no-repeat right top;
}

.boxLeft 
{
    float: left;
    clear: left;
    width:475px;
	padding: 0 0 .5em 75px;
	margin: 0 0 0 -75px;
	background: url(../images/homepage09.jpg) no-repeat right top;
}

.boxLeft .boxLeft {
    width: 450px;
}

* html .boxLeft{
margin:0 0 0 -44px;
}

.boxRight .title, .boxLeft .title {
	margin-right: 70px;
	background: url(../images/homepage10.jpg) repeat-x left bottom;
}

.boxRight .title h2, .boxLeft .title h2 {
	height: 29px;
	padding: 24px 0 0 22px;
	background: url(../images/homepage11.jpg) no-repeat left bottom;
	font-size: 1em;
	color: #fff;
}

.boxRight .content {
	margin-left: -50px;
	overflow: hidden;
	clear: right;
	padding: 1px 20px 0 70px;
	background: url(../images/homepage12.gif) no-repeat left top;
	text-align:center;
}

.boxRight .content p {
    text-align: left;
}

.boxLeft .content {
	margin-left: -50px;
	overflow: hidden;
	clear: left;
	padding: 1.5em 20px 0 70px;
	background: url(../images/homepage12.gif) no-repeat left top;
}

.boxLeft .boxLeft .content {
    background: none;
}

img.lImg {
    display: block;
    float: left;
    padding: 2px;
    margin: 4px 12px 1px 2px;
    border: 1px #d3d3d3 solid !important; 
}

img.rImg {
    display: block;
    float: right;
    padding: 2px;
    margin: 4px 2px 1px 12px;
    border: 1px #d3d3d3 solid !important; 
}

img.noBorder {
    border: none !important;
}

.boxLeft ul {
    margin: 1.5em;
}

.boxLeft .content ul li a {
    text-decoration: none;
}

.boxRight .content .flash {
    margin: 5px auto; 
    width: 101px;
}

.boxRight .content img {
    padding: 16px 0 15px 0;
}

.boxRight .content img.example {
    padding: 2px;
    border: 1px #d3d3d3 solid !important; 
}

/** CONTENT */

#content {
	min-height:500px;
	padding-bottom: 2em;
	font-size: 1.2em;
	line-height: 150%;
}

* html #content {
    height: 500px;
}

ul#admin, ul#admin ul{
	list-style: none;
	margin:0;
	padding:0;
	cursor: pointer;
	position: absolute;
	top: 47px;
}

ul#admin a{
	width: 104px;
	height: 1.25em;
	color: #333;
	text-align: center;
	margin:0;
	padding: 0 .5em;
	text-decoration: none;
}

ul#admin li {
	position: relative;
	float: left;
	width: auto;
	margin:4px 2px;
	padding:0;
}

label span.cbxl {  
    text-align: left;
}