HTML, BODY {
	background-color: #ffffff;
	margin: 0;
	border: 0;
	height: 100%;
	background:#f1f4e6 url('/images_shared/background.gif') center repeat-y;
}

p {
	margin: 0;
	padding-bottom: 15px;
}

A:link {
	color: #918a18;
}

A:visited {
	color: #918a18;
}

A:active {
	color: #918a18;
}

A:hover {
	color: #DA7310;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}


div#header {
	width: 1000px;
	background: url('/images_shared/background.gif') repeat-y center center;
	text-align: center;
}


.line {
	height: 1px;
	background: url('/images_shared/title_dots.gif');
}

.subtitle {
	text-align: right;
	color: #ef9640;
	font-size: 8pt;
	padding-bottom: 10px;
}

.article {
	padding-bottom: 20px;
	color: #000000;
	line-height: 1.3;
}






ul {
	margin: 0;
	padding: 0 0 10px;
}

li {
	list-style-type: none;
	padding: 2px 0 2px 8px;
	background: url('/images_shared/arrow.gif') no-repeat 0 6px;
}



h1 {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight: normal;
	font-size: 16pt;
	color: #DA7310;
	text-align: left;
}

h3 {
	margin: 0;
	font-family: verdana;
	font-size: 11pt;
	color: #DA7310;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}

.content {
	background-color: #ffffff;
	padding: 10px 20px;
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.highlight { 
    background: #e3e2c5;
    font-weight: bold;
    padding:0 1px;
}


/* ############################################################ */
/* PHOTOS */

.photo {
	padding-top: 26px;
}

.photo .photoA {
	width: 249px;
	height: 354px;
	background: url('/images_shared/photo_outline.gif') no-repeat;
}

.photo .photoA .photoB {
	padding: 12px;
}

.photo .photoA .photoB .photoC {
	width: 225px;
	height: 300px;
}

.photo .photoA .photoB .caption {
	background-color: #a49e3f;
	height: 30px;
}

.photo .photoA .photoB .caption div {
	margin: 0em;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	padding: 7px 10px 0;
	text-align: left;
}

/* ############################################################ */
/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images_shared/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images_shared/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


a.buttonDark {
    background: transparent url('/images_shared/bg_button_dark_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonDark span {
    background: transparent url('/images_shared/bg_button_dark_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.buttonDark:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 




/* ############################################################ */
/* ERROR */

.errorBox {
	width: 380px;
	font-size: 12;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffa044;
	text-align: left;
	padding: 12px 12px 12px 120px;
	margin: 12px;
	background-image: url('/images_shared/please_note.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.errorBox li {
	list-style-type: none;
	padding: 2px 0 2px 8px;
	background: url('/images_shared/blank.gif') no-repeat 0 6px;
}




/* ############################################################ */
/* SEARCH FIELD */


.search_field {
	width: 103px;
	height: 18px;
	/* Hide from IE-Mac \*/
	padding: 2px 6px;
	/* End hide */
	border: 0;
	background: url('/images_shared/search_bg.png') 0 0 no-repeat;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #666600;
}

.search_field:focus {
	background-position: 0 -23px;
}
