/*reset*/

body,div,ul,li,a,a img,h1,h2,h3,h4,img,p,dl,dt,dd {
	margin:0;
	padding:0;
	border:0;
	background:none;
}

body {
	width:100%;
}

/*general styling*/

#main #inner {
	padding:0 35px;
}

#wrapper {
	width:875px;
	margin:0 auto;
}

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size:13px;
}

#main {
	font-family: sans-serif;
	font-size:14px;
	color:white;
}

h1,h2,h3 {
	font-family: 'Trebuchet MS';
	margin-left:-10px;
}

p + p {
	margin-top:7px;
}

h1 {
	font-size:2em;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

h1.h2 {
	margin-bottom:5px;
	font-size:1.4em;
}

p + h1.h2 {
	margin-top:10px;
}

h1.top {
	margin-top:45px;
}

h3 {
	margin:5px 0 5px -5px;
}

p + h3 {
	margin-top:10px;
}

emph {
	font-weight:bold;
}

dd {
	margin-left:20px;
	margin-top:3px;
}

dt {
	font-weight:bold;
}

dd + dt, dt + dt {
	margin-top:10px;
}


p + dl {
	margin-top:10px;
}

li {
	margin-left:40px;
}

li + li {
	margin-top:2px;
}

ul {
	margin: 7px 0;
}

#languagetable td {
	width:25%
}

#languagetable.cols td {
	width:auto;
	padding:0 10px;
}

.smallfont {
	font-size:0.9em;
}

.indent {
	margin-left:10px;
}

dl.spaced {
	margin-top:20px;
}

dl.spaced dt {
	margin-bottom:10px;
}

dl.spaced dd {
	margin-bottom:20px;
}

#main a {
	color:white;
}

#main a:hover {
	color:#bf93cc;
}

#main .emphasis, #main a.emphasis {
	color:#d8b6e7;
}

#main a.emphasis:hover {
	color:#a78cb3;
}

#ratestable {
	margin-top:20px;
}

#ratestable .category {
	font-weight:bold;
	padding-top:5px;
}

#ratestable th {
	padding-right:15px;
}

#ratestable td {
	text-align:center;
}

#ratestable td:first-child {
	text-align:left;
}

/*header styling*/

#header .rightcol {
	width:243px;
	margin-right:10px;
	float:right;
}

#header .leftcol {
	width:612px;
	float:left;
}

.header {
	padding: 20px 0 10px;
}

#headerLogo {
	float:left;
	margin-top:0.5em;
}

.header#headerTagline {
	float:right;
	text-align:right;
}

#headerContact {
	float:right;
	text-align:left;
}

#headerContact span {
	font-size:1.8em;
}

/*main menu styling*/
.inner.menu {
	background:url('images/b.jpg') 100% 100% no-repeat #461757;
	padding:0 15px;
	margin-bottom:10px;
}

.menu ul {
	background:none;
}

.menu {
	list-style:none;
	color:#bf93cc;
}

.menu a {
	text-decoration:none;
	color:white;
}

.menu a:hover, .menu a.current {
	color:#bf93cc;
}

#mainmenu {
	padding: 10px 0 15px 0;
}

.menu li {
	margin:0.1em 0;
}

#mainmenu {
	margin:5px;
	font-size:1.3em;
}

.submenu {
	font-size:0.75em;
	margin-left:10px;
	margin-top:-1px;
}

/*footer menu styling*/
#footernav {
	list-style-type:none;
}

#footernav li {
	display:inline;
	margin:0 4px;
}

/*main layout*/
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
	width:100%;
	float:left;
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column right menu settings */
.rightmenu {
    background:#fff;
}

.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-263px;
	position:relative;
	right:100%;
	background:url('images/b-wide.jpg') 100% 100% no-repeat #461757;
}

.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
}

.rightmenu .col1 {
	margin:0 0 0 253px;
	overflow:hidden;
}

.rightmenu .col2 {
	float:right;
	width:243px;
	position:relative;
	left:253px;
}

/* Footer styles */
#footer {
	clear:both;
	width:100%;
	float:left;
	margin:20px 0;
	text-align:center;
}

/*rounded corner styling*/
.t {
	height:100px;
	background: url('images/b-top.jpg') 100% 0 no-repeat;
	margin:0 -15px;
	margin-bottom:-100px;
}

#main .t {
	margin:0 -35px;
	margin-bottom:-100px;
}