/** global **/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #ddd9d6;
	font-family: Verdana, Arial;
	color: #414234;
	font-size: 11px;
	background-image:	url('../images/background-tile.gif');
	background-repeat:  repeat-x;	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

a {
	font-size: 12px;
	color: #696969;
	line-height: 13px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #414234;
	margin: 8px 0;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #414234;
	margin-right: 40px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #414234;
	margin: 0 0 8px 0;
}

p {
	font-size: 12px;
	color: #414234;
	line-height: 16px;
	width: 580px;
	margin: 8px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** general **/
#site-container {
	padding-top: 45px;
	width: auto;
	min-width: 1200px;
}

#left-container {
	float: left;
	width: 130px;
	padding-left: 30px;
	margin-top: -7px;
}

#middle-container {
	float: left;
}

#right-container {
	float: left;
	margin-top: 880px;
}

#background-image {
	position: absolute;
	margin-top: 265px;
	height: 640px;
	width: 1361px;
	z-index: -1;
}

#background-image-left {
	height: 640px;
	background-repeat: no-repeat;
	width: 182px;
	float: left;
}

#background-image-right {
	height: 640px;
	/*margin-left: 872px;*/
	margin-left: 690px;
	background-repeat: no-repeat;
	width: 489px;
	float: left;
}

#second-background-image {
	display: none;
}

/** main menu **/
#main-menu {
	background-image:	url('../images/content-shadow-top.png');
	background-repeat: no-repeat;
	height: 36px;
}

.main-menu-list {
	margin-left: 22px;
	width: 740px;
	list-style: none;
}

.flag-menu-item {
	background-image: none !important;
	margin: 0;
}

.flag-menu-item a {
	margin: 12px 4px 0 4px !important;
}

.main-menu-list li {
	height: 36px;
	background-image: url('../images/menu-item-tile.gif');
	background-repeat: repeat-x;
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

.main-menu-list li.selected {
	background-color: #ffffff;
	background-image: none;
}

.main-menu-list li a {
	margin: 12px 16px 0 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #4a3c31;
	text-decoration: none;
	display: block;
}

.sub-menu {
	display: none;
	list-style: none;
	position: absolute;
	height: auto;
	margin-top: 8px;
	z-index: 1000;
	background-color: #ffffff;
}

.sub-menu li {
	background-color: #ffffff;
	background-image: none;
	padding: 4px 8px 4px 16px;
	float: none;
	height: auto;
}

.sub-menu li a {
	font-family: Arial;
	font-size: 10px;
	color: #4a3c31;
	text-decoration: none;
	margin: 0;
}

/** the real content **/
#page-container p,
#page-container h1,
#page-container h2,
#page-container h3 {
	font-family: Verdana, Arial;
	color: #414234;
	font-size: 11px;
}

#page-container a {
	font-family: Verdana, Arial;
	color: #414234;
	font-size: 11px;
	text-decoration: none;
}

#page-container a:hover {
	font-family: Verdana, Arial;
	color: #414234;
	font-size: 11px;
	text-decoration: underline;
}

#page-top-image-placeholder {
	height: 46px;
	width: 574px;
}

.page-content {
	float: left;
	width: 670px;
	height: 936px;
	border: solid 10px #ffffff;
	background-color: #f8f7f7;
	position: relative;
}

.page-content-dynamic {
	width: 580px;
	margin: 0 auto;
}

.page-shadow-left {
	float: left;
	background:	url('../images/content-shadow-left.png') no-repeat;
	width: 22px;
	height: 956px;
}

.page-shadow-right {
	float: left;
	background:	url('../images/content-shadow-right.png') no-repeat;
	width: 30px;
	height: 956px;
}

.page-shadow-bottom {
	background:	url('../images/content-shadow-bottom.png') no-repeat;
	width: 739px;
	height: 30px;
}

.page-content-textline {
	float: right;
	padding: 0 46px 24px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

/** page content styles **/
.typography {
	width: 574px;
	margin: 0 46px;
}

.typography p {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0;
	width: auto;
}

.typography a {
	color: #414234;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

/** different boxes **/
.entries-box120 {
	width: 120px;
	margin-top: 13px;
}

.entries-box120-content {
	background-color: #49453b;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0;
	width: 112px;
}	

.entries-box120-border {
	width: 120px;
	height: 5px;
	line-height: 0;	
}

.entries-box100 {
	width: 100px;
	margin-top: 6px;
}

.entries-box100-content {
	background-color: #49453b;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 1px;
	font-size: 0;
	width: 92px;
}

.entries-box100-content a {
	line-height: 0;
	font-size: 0;
}

.entries-box100-border {
	width: 100px;
	height: 5px;
	line-height: 0;
}

/** random blurbs **/
.general-blurb-item {
	float: left;
	width: 210px;
}

.general-blurb-bubble {
	background:	url('../images/site-blurb-back.png') no-repeat;
	width: 207px;
	height: 92px;	
}

.general-blurb-bubble img {
	margin: 25px 10px;
}

.general-blurb-bottom {
	padding-top: 10px;
}

/** footer **/
#footer {
	width: 690px;
	margin-left: 22px;
	margin-bottom: 30px;
}

#footer p {
	width: 476px;
	font-size: 10px;
	margin: 0;
}

#footer a {
	font-size: 10px;
}

#SearchQuery {
	float: left;
}

#SearchQuery .text {
	width: 122px;
	background-color: #ffffff;
	border-top: 2px solid #a2a190;
	border-right: 2px solid #a2a190;
	border-left: none;
	border-bottom: none;
	padding: 4px 4px;
	color: #4a3c31;
}

#SearchForm_RenderSearchForm .action {
	float: left;
	margin-left: 8px;
}
