@charset "utf-8";
/* CSS Document */
/*	Reset
-------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
html { font: 10px/1.6em tahoma; }
*html { font-size: 63%;}
body { font-size: 120%; }
select { font-size: 1em; min-width: 5em; }
input { font-size: 1em; padding: 0 .1em 0 .2em; }
h5 { font-size: 1.2em; line-height: 1.1em; }
h4 { font-size: 1.3em; line-height: 1.1em; }
h3 { font-size: 1.4em; line-height: 1.1em; }
h2 { font-size: 1.5em; line-height: 1.1em; }
h1 { font-size: 1.6em; line-height: 1.1em; }
a 
{
	color: #820F00;
	font-family: Verdana,Helvetica,Sans-Serif;
}

#layout td
{
	vertical-align: top;
}

h2#pageName
{
	color: #2B2825;
	font-family: "Times New Roman",Times,Serif;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0;
}

#header
{
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	height: 110px;
	border-bottom: 3px solid #08181F;
}
#header h1
{
	background-image: url(../img/header_logo.gif);
	background-position: 10px 18px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 59px;
}
#header h2
{
	height: 28px;
	width: 344px;
	margin: -4px 0pt 0pt 40px;
	color: #FFF;
	font-family: Times,Serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 15px;
	text-align: right;
}

#navigation
{
	float: left;
	width: 300px;
	margin: 10px 0 0 10px;
	list-style-type: none;
}
#navigation li *
{
	font-family: "Times New Roman",Times,Serif;	
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.3em;
	color: #694D2F;
}
#navigation li.activeRootLink span
{
	color: #01132E;
}

/* sectionList
-------------------------------------------------------------------------------- */
ul.sectionList
{
	list-style-type: none;
}
ul.sectionList h3 a
{
	font-weight: normal;
	font-size: 12px;
	padding: 2px 0;
}

/* linkList
-------------------------------------------------------------------------------- */
#linkList
{
	padding: 0;
	list-style-type: none;
}
#linkList li
{
	clear: left;
	padding-top: 10px;
}
.linkImage
{
	float: left;
	width: 110px;
}
.linkImage img
{
	border: 0;
}
#linkEditorForm
{
	clear: left;
	background-color: #EBE7E1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 10px 5px;
	margin: 10px 0 0;
	float: left;
	position: relative;
}
#linkEditorForm h3
{
	background-image: url(../img/bg-list-item-title.gif);
	background-position: 0 10px;
	background-repeat: repeat-x;
	vertical-align: text-top;
	font: normal small-caps bold 14px 'Times New Roman',Times,serif;
	margin: 0 0 10px;
	padding: 0 3px;
	line-height: 28px;
}

/* disclamer
-------------------------------------------------------------------------------- */
#disclamer 
{
	background: #EFECE5 url(../img/bg_footer_page.gif) repeat-x;
	color: #575553;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 10px;
	margin: 10px 0 0;
	padding: 10px;
}
#disclamer b
{
	color:#46321D;
}

/* Misc
-------------------------------------------------------------------------------- */
.imageSubmit input,
.imageSubmitDisabled input {
	color: #FFF;
	font: bold .9em tahoma;
	background-color: #333;
}
.imageSubmitDisabled input {
	background-color: #AAA;
}
.imageSubmit {
	margin-right: 10px;
}
.txtInfo {
	padding: 5px;
	border: 1px solid #64AB29;
	border-left: 3px solid green;
	background-color: #CAE99F;
	color: #363;
}
.txtHighlighted {
	padding: 5px;
	border: 1px solid #E39161;
	border-left: 3px solid red;
	background-color: #F7E9D3;
	color: #633;
}
.txtBold {
	font-weight: bold;
}
.txtLink {
	text-decoration: underline;
	cursor: pointer;
}
.errorclass {
	border: 2px solid #E39161;
}
input.fakeFileInput_input {
	padding: 0;
}

.googleads{
	padding: 10px 0 0 10px;
}