/** RESET BROWSER DEFAULTS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:Arial, Verdana, Helvetica, sans-serif;vertical-align:baseline;}

body {
	background:#1b1b1b url(../images/body.png) top center no-repeat fixed;
}

.wrapper {
    width:960px;
    margin:0 auto;

}

#header {

    height:90px;
}

#logo {
    margin:0 0 0 20px;
}

#content {
    background:#fff;
    overflow:hidden;
    font-size:90%;
    color:#333;
	margin:10px 0 0 0;
	padding:60px 0 0 0;
	min-height:400px;
}

#content p {
    line-height:1.3;
    margin:10px;
}

#content ul {
    margin:10px 20px;
    list-style-position:inside;
    list-style-image:url(../images/contentul.png);

}

#content ul li {
    margin:5px 0;
}

#content dl {
    margin:10px;
}

#content dl dt {
    font-weight:bold;
    margin:10px 0 2px 0;
}

#content dl dd {
    margin:5px 10px;
}

#content strong {
    font-weight:bold;
}

#content em {
    font-style:italic;
    color:#000;
    font-weight
}

#content a {
    color:#333;
}

#content a:hover {
    color:#645E13;
}

#leftcol {
    width:660px;
    float:left;
    padding:0 20px 20px 20px;
}


#rightcol {
    padding:0px 20px 20px 0;
    width:240px;
    float:right;
    min-height:10px;
}

#leftcol h1 {
    margin:10px 0 20px 0;
    font-size:115%;
    height:28px;
    font-weight:bold;
    color:#222;
    padding:12px 10px 0 10px;
    background:url(../images/leftcolh2.png) top left no-repeat;
}

#leftcol h2 {
    margin:10px 0 10px 0;
    font-size:115%;
    height:28px;
    font-weight:bold;
    color:#444;
    padding:12px 10px 0 10px;
    background:url(../images/leftcolh2.png) top left no-repeat;
}

#rightcol h2 {
	clear:both;
    margin:10px 0 10px 0;
    font-size:115%;
    height:28px;
    font-weight:bold;
    color:#222;
    padding:12px 10px 0 10px;
    background:url(../images/rightcolh2.png) top left no-repeat;
}

#download {

padding:5px;
background:#eaeaea;
border:1px solid #ccc;
overflow:hidden;
width:228px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-top:10px;
}

#download img {
	float:right;

}

#download strong {
font-size:110%;
margin:14px 5px 0px 5px;
display:block;
}

#download em {
display:block;
font-size:80%;
color:#555;
margin:0 5px;
}


#footer {

    position:relative;
}

#footer_content {
    position:absolute;
    width:920px;
    left:-10px;
    background:url(../images/footer.png) top center no-repeat;
    top:0;
    padding:30px 30px 0 30px;
}

#footer h3 {
font-weight:bold;
font-size:115%;
color:#645e13;
}

#footer_content div {
    float:left;
    width:306px;
}

#footer ul {
    margin:10px 5px;
    list-style-position:inside;
    font-size:80%;
    list-style-image:url(../images/footerul.png);
}

#footer ul li {
    margin:2px 0;
}

#footer ul li a {
color:#343004;
text-decoration:none;
}

#footer ul li a:hover {
text-decoration:underline;
}



#footer_content .copyright {
    clear:both;
    font-size:80%;
    text-align:center;
    padding:10px 0;
    color:#645e13;
}

#leftcol .newline {
    padding:3px 10px;
}

#leftcol .newline label {
    float:left;
    display:block;
    width:200px;
    font-size:80%;
    padding:5px 10px 0 0;
    text-align:right;
}

#leftcol .newline input {
    width:260px;
}

#leftcol .newline select {
	width:264px;
	padding:1px;
}

#leftcol form {
	overflow:hidden;
}
#leftcol .newline textarea {
    width:260px;
}



#rightcol .newline {
    padding:3px 10px;
}

#rightcol .newline label {
    float:left;
    display:block;
    width:70px;
    font-size:80%;
    padding:5px 10px 0 0;
    text-align:right;
}

#rightcol .newline input {
    width:126px;
}



.button {

	    background:#C4BB3E url(../images/button.png) top left repeat-x;

	color: #403d13; font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	border: 1px solid #8B8313;
	cursor: pointer;
	display:block;
}

#leftcol .button {
	margin:10px 176px 10px 0;
	float:right;
}

#rightcol .button {
	margin:10px auto;

}

.small {
	font-size:80%;
	color:#888;
	font-style:italic;
}

table {
	width:100%;
	border-collapse:collapse;
}

table thead tr {
	background:#C8BE3D;
}

table td, table th {
	padding:5px;
}

table tbody td, table thead td {
	text-align:center;
}

table tbody td {
	border:1px solid #eaeaea;
}

table thead th {
text-align:left;
}

table tbody th {
	text-align:left;
	border:1px solid #eaeaea;
	background:#eaeaea;
}

/*** NAV ***/

#nav {
    position:absolute;
	z-index:9999;
    top:80px;
    height:60px;
    left:50%;
	width:940px;
    font-size:100%;
    font-weight:bold;
	background:url(../images/nav.png) top left no-repeat;
	margin:0 0 0 -490px;
	padding:20px 20px 0 20px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	float:			left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.sf-menu a {
	padding: 		18px 10px 0 10px;
    height:32px;
	text-decoration:none;

}

.sf-menu li a:hover {
	color:#000;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#645e13;
}
.sf-menu li {

    margin:0 2px;
}
.sf-menu li li {
	background:		#b1aa3e;
    margin:0;
}

.sf-menu li li a {
	padding: 		8px 10px 8px 10px;
    height:auto;
    margin:0;
	float:none;
	font-size:80%;
}

.sf-menu li li em {
	padding: 		8px 10px 8px 10px;
    height:auto;
	display:block;
    margin:0;
	font-size:80%;
}

.sf-menu li li a:hover {
	background:			#645e13;
    color:#fff;
}

.sf-menu li li li {
	background:		#D33636;
}



/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	20px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;

	background:		url('../images/arrow.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			21px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.clear {
	clear:both;
}

#captchaImage {
	display:block;
}

#captcha {
	margin-left:210px;
}
