/*
Colours

Maroon ..... #810000
Beige BG ... #f9f2c5
*/

* {margin:0;padding:0}

/* #####  Layout  ############### */

.wrap {
	width: 63em; /* 756px -- 63x12 -- 42x18 */
	max-width: 95%;
	position: relative;
	margin: 0 auto;
}
.body2 { clear: both; }

.two { position: relative; margin-top: 1.5em; }
.two_first, .two_second, .two_third { width: 20em; max-width: 31.75%; margin-bottom: 1.5em; }
.two_first { float: left; }
.two_second { float: left; margin-left: 1.5em; }
.two_third { float: right; }

h1 {
	width: 275px;
	height: 53px;
	position: absolute;
	top: 1.7em;
	left: 20px;
	overflow: hidden;
	background: transparent url(../img/branding_title.png) no-repeat 0 0;
	line-height: 300px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:focus, h1 a:active {
	height: 53px;
	display: block;
	background: transparent none;
}

#menu_main {
	width: 35%;
	float: right;
}

/* #####  Design  ############### */

body {
	background: #fff;
	color: #100;
	font: 12px/1.5 Georgia, serif;
}
.body2 {
	padding-top: 1.5em;
	border-top: 2px solid #810000;
	background: #f9f2c5 url(../img/bg_beige_gradient.png) repeat-x 0 0;
}


a:link, a:visited {
	border-bottom: 1px dotted #d99;
	color: #a00;
	text-decoration: none;
}
a:visited { color: #c88; }
a:hover { border-bottom: 1px solid #777; color: #111; }
a:focus {
	border-bottom: 1px solid #810000;
	background: #810000;
	color: #fff;
}
a:active {
	border-bottom: 1px solid #111;
	background: #111;
	color: #fff;
}


h2 {
	padding-bottom: 1.2em;
	color: #210;
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.2em;
}
h3 {
	color: #321;
	font-size: 1em;
	line-height: 1.5em;
}

h3, h4, h5, h6, ul, ol, dl, p { padding-bottom: 1.5em; }
p + p { text-indent: 1.5em; }

ul, ol, dl { margin: 0 18px; }
dt { font-weight: bold; }
dd { padding: 0 1.5em; }


#footer {
	clear: both;
	margin-top: 1.5em;
	padding: 0.75em;
	border-top: 1px solid #500;
	background: #810000;
	color: #fff;
	text-align: center;
}
#footer a:link, #footer a:visited { padding: 0.75em 0; border: 0; color: #fdd; }
#footer a:hover { color: #fff; }
#footer a:focus, #footer a:active { background: #fff; color: #810000 }


#menu_main { margin: 1.5em 0; padding: 0; list-style: none; }
#menu_main .selected { list-style: url(../img/item_curl_selected.png); font-weight: bold; }


.read_more { padding: 0; }


/* Custom box/borders/yada-yada */
.cb { height: 1%;/*IE7*/ position: relative; padding: 18px 0; }
.cb .w { padding: 0 18px; background: transparent url(../img/bg_cb_rc_fill.png) repeat 0 0; }
.cb .tl, .cb .tr, .cb .bl, .cb .br { width: 50%; height: 18px; position: absolute; }
.cb .tl { top: 0; left: -13px; width: 13px; height: 33px; background: transparent url(../img/bg_cb_curl_tl.png) no-repeat 0 0; }
.cb .tr { top: 0; right: 0; width: 100%; background: transparent url(../img/bg_cb_rc.png) no-repeat 100% 0; }
.cb .bl { bottom: 0; left: 0; background: transparent url(../img/bg_cb_rc.png) no-repeat 0 100%; }
.cb .br { bottom: 0; right: 0; background: transparent url(../img/bg_cb_rc.png) no-repeat 100% 100%; }


#partners ul { list-style: none; }