@import "common/reset.css";
@import "common/generic.css";
@import "common/IE6.css";
@import "common/forms.css";

/* @import "common/slimbox.css"; 					<- include if slimbox is used on website */
/* @import "common/milkbox/milkbox.css"; 	<- include if milkbox is used on website */

/*
 * Background		:		#dadff3
 * Dark red			:		#780a34
 * Turqoise			: 	#007e8f
 * Grey					:		#666666
 */

.contentbox {	box-sizing: content-box;	-ms-box-sizing: content-box;	-moz-box-sizing: content-box;	-webkit-box-sizing: content-box; }
/* .borderbox 	{	box-sizing: border-box; 	-ms-box-sizing: border-box;		-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;  } */
.spacer_40 { height: 40px; }
.spacer_10 { height: 10px; }


html {
	margin-left: -1px;
	overflow-Y: scroll;
}

a {
	color: #780a34;
}

body {
	background: #dadff3 url('../_gfx/body_bg.jpg') center top repeat-x;
	font-family: Georgia;
	font-size: 13px;
	color: #666666;
	line-height: 19px;
}
 
#head {
	height: 390px;
	width: 1040px;
	background: url('../_gfx/head_bg.png') center 24px no-repeat;
	margin: 0 auto;
	position: relative;
}

body.sub #head {
	height: 203px;
}

#head #illustration {
	width: 903px;
	height: 280px;
	position: absolute;
	top: 110px;
	left: 68px;
	background: url('../_gfx/head_illustration.jpg');
	z-index: 4;
}

body.sub #head #illustration {
	background: url('../_gfx/head_illustration_sub.jpg');	
	height: 93px;
}

#head #logo {
	position: absolute;
	top: 60px;
	left: 91px;
	z-index: 5;
}

body.sub #head #logo {
	left: 100px;
	top: 64px;
}


#head #menuC {
	position: absolute;
	top: 81px;
	width: 800px;
	height: 50px;
	right: 90px;
	z-index: 6;
	margin: 0;
}

#head #menuC ul {
	float: right;
}

#mCC ul.subMenu li,
#head #menuC li {
	float: left;
	border-right: 2px solid #007e8f;
	margin-right: 10px;
}

#mCC ul.subMenu li span,
#mCC ul.subMenu li a,
#head #menuC li span,
#head #menuC li a {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: #780a34;
	text-decoration: none;
	display: block;
	margin-right: 10px;	
}

#mCC ul.subMenu li a:hover,
#head #menuC li a:hover {
	text-decoration: underline;
}

#mCC ul.subMenu li.last,
#head #menuC li.last {
	border: 0;
}

#mCC ul.subMenu li.active span,
#mCC ul.subMenu li.active a,
#head #menuC li.active span,
#head #menuC li.active a {
	color: #007e8f;
}

#mCCWrapper {
	margin: 0 auto;
	width: 1040px;
	background: url('../_gfx/mCC_bg.png') center center repeat-y;
}

#mCC {
	width: 868px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 35px;
}

#tipsC h1,
#mCC h1 {
	color: #780a34;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	background: url('../_gfx/stipple.gif') left bottom repeat-x;
	line-height: 36px;
	padding-top: 30px;
}

#mCC h2 {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin: 35px 0 25px 0;
}

#mCC p {
	margin: 10px 0;
}

body.sub.archive #mCC p {
	font-weight: normal;
	margin: 10px 0;
}

body.sub #mCC p {
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	margin: 0;
}

body.sub.art_b #mCC p {
	font-weight: normal;
}

#mCC p.summary {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

#mCC div.col1 {
	float: left;
	width: 360px;
	padding-right: 120px;
}

body.sub #mCC div.col1 {
	width: 400px;
	padding-right: 30px;
}

body.sub.archive #mCC div.col1 {
	width: 626px;
	padding-right: 0;
}

#mCC div.col2 {
	float: left;
	width: 354px;
}

body.sub #mCC div.col2 {
	width: 402px;
	padding-top: 62px;
}

#mCC div.col2 table {
	margin: 20px 0 0 0 ;
}

#mCC div.col2 table input[type=text] {
	width: 260px;
	margin: 5px 0;
}

#mCC div.col2 table input[type=radio] {
	border: 0;
	background: none;
}

#mCC a.largeLink {
	font-size: 18px;
	color: #007e8f;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	border-left: 2px solid #780a34;
	margin: 15px 0;
}

ul.subMenu {
	display: block;
	background: url('../_gfx/stipple.gif') left bottom repeat-x;
/* 	border: 1px solid red; */
	padding-top: 15px;
	height: 50px;
}

body.archive ul.subMenu {
	background: none;
	height: 35px;
}

div.clrfix.stipple {
	height: 2px;
	background: url('../_gfx/stipple.gif') left bottom repeat-x;
}

#searchbox {
	float: right;
	width: 231px;
	height: 22px;
/* 	border: 1px solid; */
}

#searchbox input {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

#searchbox input[type=text] {
	margin-left: 5px;
}

#searchbox span {
	display: block;
	float: left;
	background: url('../_gfx/search_bg.gif');
	height: 21px;
	width: 185px;
	padding-top: 1px;
}

#archive_table thead {
	font-weight: bold;
	line-height: 50px;
}

#archive_table {
	margin-bottom: 5px;
}

#pagination a,
#archive_table a {
	text-decoration: none;
	color: #666666;
}

#pagination a:hover,
#archive_table a:hover {
	text-decoration: underline;
}


#pagination {
	float: right;
}

#pagination li {
	float: left;
	display: block;
	margin-left: 10px;
	border: 1px solid white;
}

#pagination li.active a {
	color: #007e8f;
}

/*
 * Foot & Backlink styles 
 */

#foot {	
	position: relative; 
	height: 90px;
	background: url('../_gfx/foot_bg.png') center top no-repeat;
	width: 1040px;
	margin: 0 auto;
}
#foot #backlink { position: absolute;	top: 0;	left: 0; width: 1px; height: 1px; overflow: hidden; }