@charset "UTF-8";
/* CSS Document */


* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:70%;
    min-width:60%;
}

#contbg {
    position:absolute;
    top:5%;
	left:12.5%;
    width: 75%;
    z-index:70;
    overflow:auto;
}

.opaquebox {
	color: #FFF;
	background: #000;
    opacity: 1.0;               /* Standard style for transparency */
    -moz-opacity: 1.0;          /* Transparency for older Mozillas */
    filter: alpha(opacity=100);  /* Transparency for IE */
}

.box {
    margin: 0 auto;
    padding: 20px;
	background-color:#d2b790;
    padding-bottom:100px;
    opacity: .7;               /* Standard style for transparency */
    -moz-opacity: .7;          /* Transparency for older Mozillas */
    filter: alpha(opacity=70);  /* Transparency for IE */
}

#cont {
    position:absolute;
    top:5%;
	left:15%;
    width:70%;
	min-width:650px;
	min-height:600px;
	max-height:90%;
    z-index:90;
    overflow:auto;
}

.darktext {
	color: #000;
	font-family: Georgia, Serif;
	font-size:14px;
	line-height:18px;
    opacity: 1.0;               /* Standard style for transparency */
    -moz-opacity: 1.0;          /* Transparency for older Mozillas */
    filter: alpha(opacity=100);  /* Transparency for IE */
}

.darktext h2 {
	margin-bottom:10px;
}

.darktext h3 {
	margin-bottom:8px;
}

.darktext p {
	margin-bottom:6px;
	text-indent:0px;
}

.darktext li {
	margin-bottom:6px;
	margin-left:20px;
}

.biggerTitle {
	font-size:28px;
	color:#600;
}

.biggerPara p {
	font-size:18px;
	line-height:28px;
	margin-bottom:10px;
	text-indent:0px;
}

.biggerPara li {
	font-size:18px;
	line-height:28px;
	margin-bottom:6px;
	margin-left:20px;
}

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: #3b2520;
	line-height: 180%;
	margin: 0;
	padding: 0;
}


#tabs { 
    font: 14px/2.0 Georgia, Serif;
}


#wrapper-menu-page {
	/*float: right;*/
	width:180px;
	margin: 1px 1px 1px 1px;
	background: #3b2520;
	color: #d65d7b;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

#menu-page { 
	padding-top: 5px; 
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page li {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }


.subhead { color: #5b8fbe; font-size: 95%;
	text-transform: uppercase }
.sidequote { color: #444; font-size: 100%;
	font-style: italic }

.ui-accordion .ui-accordion-header {
	padding-left:30px;
	font-weight:bold;
}