body {
	background-color	: #bb3322;
	background-image	: url(/img/design/site_main_bg.gif);
}


/*** BASE ***/

h1 {
	margin			: 0px;
	padding			: 0px;
	margin-right	: 60px;
	border-bottom	: 2px dotted #c4b76d;

	color			: #9e7d38;
	font-size		: 14pt;
	text-transform	: uppercase;
	text-align		: left;
}

h2 {
	margin			: 0px;
	padding			: 0px;
	margin-top		: 10px;
	color			: #bb3322;
	text-transform	: uppercase;
	font-size		: 14pt;
}

a {
	color			: #c44736;
	font-weight		: bold;
	text-decoration	: none;
}

a:hover {
	text-decoration	: underline;
}

p {
	margin		: 0px;
	padding		: 0px;
	margin-top	: 10px;
}

p:first-letter, p em:first-letter {
	font-size	: 100%;
	font-weight	: bold;
	font-style	: normal;
}



/*** MISC ***/

div.center {
	text-align	: center;
	margin		: auto;
}

.clear {
    clear	: both;
    width	: 100%;
}

.clickIcon {
	vertical-align	: bottom;
}

.error {
	color		: #bb3322;
	font-weight	: bold;
	font-size	: 8pt;
	padding-top	: 10px;
}

.ack {
	color		: #9e7d38;
	font-style	: italic;
	font-weight	: bold;
}

.back {
	text-align		: right;
	margin-top		: 30px;
	border-top		: 2px solid #c4b76d;
	padding-right	: 5px;
}



/*** SITE LAYOUT ***/

.siteBody {
	background-color	: #e2de94;
	background-image	: url(/img/design/site_paper_bg.gif);
	background-repeat	: repeat-y;

	margin			: auto;
	width			: 784px;
}

.siteHeader {
	background-image	: url(/img/design/site_header.gif);
	background-repeat	: no-repeat;
	background-position	: top left;
	padding-top			: 172px;
}

.siteContent {
	background-image	: url(/img/design/site_bg.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 45px;

	text-align	: justify;
	color		: #5f5d3e;
	font-family	: verdana;
	font-size	: 10pt;
	padding-left	: 190px;
	padding-right	: 20px;
	padding-bottom	: 20px;
}

ul.siteMenu {
	margin		: 0px;
	padding		: 0px;
	padding-left: 21px;
	list-style	: none;
	height		: 20px;
}

ul.siteMenu li {
	float			: left;
	position		: relative;
	padding-right	: 15px;
}

ul.siteMenu li a {
	font-size	: 7.5pt;
	font-weight	: bold;
	text-transform:uppercase;
	color		: #e2de94;
}

.siteFooter {
	background-image	: url(/img/design/site_footer.gif);
	background-repeat	: no-repeat;
	background-position	: center top;

	padding-top	: 7px;
	color		: #c4b76d;
	font-size	: 9pt;
}

.siteFooter a {
	color			: #e2de94;
	font-weight		: normal;
}

.siteFooter img {
	vertical-align	: bottom;
}

.handBlock {
	float		: left;
	position	: relative;
	width		: 50px;
	height		: 50px;
}
.rightBlock {
	float		: right;
	position	: relative;
	width		: 20px;
	height		: 23px;
}

/*** FORMS ***/

form {
	margin			: 0px;
	padding			: 0px;
	margin-top		: 20px;
	padding-top		: 5px;
	padding-bottom	: 5px;
	border-top		: 1px dotted #cabe7a;
	border-bottom	: 1px dotted #cabe7a;
}

form input {
	border				: 1px solid #c4b76d;
	border-left-width	: 3px;
	width				: 200px;
	padding-left		: 3px;
	padding-right		: 3px;
/*	border-left-color	: #9e7d38;
	border-top-color	: #9e7d38;*/

}

form input.checkbox {
	width : 20px;
}

form input:hover {
	border-color		: #bb3423;
	/*border-color		: #e9e6a7;
	border-left-color	: #4f3e1c;
	border-top-color	: #4f3e1c;
	background-color	: #fafafa;*/
}

form input.button {
	background-color	: #cabe7a;
	border				: 1px solid #e6e2a1;
	border-bottom-color	: #9e7d38;
	border-right-color	: #9e7d38;

	margin-top			: 10px;

	height				: 20px;
	font-size			: 9pt;
	font-weight			: bold;
	text-transform		: uppercase;
	color				: white;
}

form input.button:hover {
	border-color		: #9e7d38;
	border-bottom-color	: #e6e2a1;
	border-right-color	: #e6e2a1;
	color				: #F0EEC6;
}


form table tr td:first-child, td.label {
	width			: 110px;
	font-size		: 8pt;
	text-align		: right;
	padding-right	: 10px;
}

form .radio, form .check {
	border	: none;
	width	: auto;
}

form ul {
	margin		: 0px;
	padding		: 0px;
	list-style	: none;
}

/*** SITE LIST ***/

.site {
	margin-top		: 10px;
	margin-bottom	: 20px;
	padding			: 0px;
	border			: 1px solid #bb3322;
	border-left-width: 3px;
}

.site .header {
	background-color: #bb3322;
	color 			: #e2de94;
	padding-left	: 10px;
	padding-bottom	: 5px;
}
.site .header a {
	color		: #c4b76d;
}
.site .header h2 {
	color		: #e2de94;
}
.site .header p {
	margin-top	: 0px;
}


.site .teaser {
	background-color	: #e2de94;
	font-size	: 0pt;
	line-height	: 0pt;
	position	: absolute;
	margin-left	: 497px;
	margin-top	: -7px;
	padding		: 2px;
	border		: 1px dotted #bb3322;
}
.site .teaser img {

	border		: 1px solid #bb3322;
}

.site ul.links {
	margin			: 0px;
	padding			: 0px;
	margin-left		: 0px;
	list-style		: none;
}

.site ul.links li {
	margin-top		: 5px;
	margin-bottom	: 20px;
	padding-top		: 5px;
	padding-left	: 20px;
	padding-right	: 10px;
	border-top		: 1px dashed #c4b76d;
}


.site ul.links .title {
	color			: #bf9d55;
	font-size		: 6.5pt;
	text-transform	: uppercase;
	font-weight		: bold;
}

.site textarea {
	margin		: 0px;
	margin-left	: 10px;
	padding		: 3px;

	border			: 2px solid #bf9d55;
	border-bottom-color	: white;
	border-right-color	: #e5e19e;
	background-color	: #f0eec6;
	font-size	: 8pt;
	width		: 520px;

}

.site ul.links .sample {
/*	border		: 1px solid #bf9d55;
	padding		: 5px;*/
	padding-left	: 10px;
	margin-bottom	: 5px;
}

.site ul.links form {
	margin	: 0px;
	padding	: 0px;
	border	: none;
}

.site ul.links form input {
	margin-top		: 3px;
	margin-bottom	: 5px;
	margin-left		: 10px;
	width			: auto;
	height			: auto;
	font-size		: 8pt;
}



/*** TABLES ***/

.table {
	margin			: auto;
	margin-top		: 15px;
	margin-bottom	: 15px;
	border-collapse	: separate;
	border-spacing	: 0px;
	border-bottom	: 2px solid #bb3423;
}

.table th {
	background-color	: #bb3423;
	color				: white;
	padding-left		: 5px;
	padding-right		: 5px;
	border-bottom		: 5px solid #c4b76d;
}

.table th a {
	color			: white;
	text-decoration	: underline;
}

.table td {
	padding-left	: 5px;
	padding-right	: 5px;
	width			: 100px;
	border-bottom	: 1px dotted #c4b76d;
	text-align		: left;
}

.table td.label {
	font-weight	: bold;
}

.table td.value {
	width		: 70px;
	text-align	: center;
}

.table td.tiny {
	font-size	: 7.5pt;
}

.table .url {
	font-size	: 6.5pt;
}

.compact {
	font-size	: 75%;
}

.firefox {
	margin-top	: 10px;
}
