/* ============ IMPORTS ============ */

@import url("reset.css");

/* ============ MAIN DECLARATIONS ============ */

body {
	text-align: center;
}
#tardis-banner {
	font-size: 14px;
	font-weight: bold;
	color: #293d47;
	float: left; 
	display: inline;
	padding-top: 2px;
	padding-right: 40px;
	padding-left: 30px;
}

#header {
	width: 100%;
	background: url(../images/index_04.gif) top right no-repeat;
}

div#menu-links {
	text-align: center;
	position: absolute;
	width: 900px;
	background: url(../images/menu_bg.png) top left no-repeat;
	height:44px;
	padding-top: 15px;
	padding-left: 15px;
}
div#menu-links ul {
	display: inline;
	padding-top: 10px;
}

div#menu-links ul li {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}
div#menu-links ul li a{
	font-weight: bold;
	color: #00488F;
}
div#wrapper {
	width: 901px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	color: #293d47;
	padding-bottom: 10px;
}

#page-content {
	margin-top: 80px;
	width: 520px;
	position: block;
	margin-left: 280px;
	min-height: 400px;
}

#left-menu {
	width: 250px;
	float: left;
	margin-top: 80px;
	padding-right: 30px;
	position: absolute;
}

.left-heading {
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	background: url(../images/left-header.png) top left no-repeat;
	height: 40px;
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0;
}

.left-content {
	margin-top: -20px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: url(../images/left-background-bottom.png) bottom left no-repeat;
}

.left-image {
	float: right;
}

.left-bottom {
	vertical-align: bottom;
	margin-top: 40px;
}


/* div#header-wrapper {
/	text-align: center;
	background: url(images/header_tile.png) top center repeat-x;
}

div#header {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	height: 138px;
	background: url(images/header.png) top center no-repeat;
}

div#global-header {
	position: relative;
	top: 37px;
	left: 65px;
	padding-bottom: 25px;
}
*/

div#back {
	position: absolute;
	width: 65px;
	top: 80px;
}

div#page-header {
	position: relative;
	width: 100%;
	left: 65px;
	top: 20px;
}

div#page-header h2, div#page-header img {
	float: left;
}

div#main {
	width: 850px;
	min-height: 367px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 10px;
}

div.column {
	float: left;
	width: 316px;
}

div#column1 {
	padding-right: 80px;
}

div#footer-wrapper {
	clear: both;
	text-align: center;
	background: url(images/footer.png) top center repeat-x;
}

div#footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #bfbfbf;
	padding-top: 10px;
	height: 25px;
	color: #293d47;
	font-size: 12px;
}

div.clear {
	clear: both;
}

a {
	font-size: 14px;
	text-decoration: none;

}

/* ============ ITEMS ============ */

div.item {
	float: left;
	height: 75px;
	padding-bottom: 16px;
	width: 316px;
}

div.item img {
	float: left;
	padding-right: 10px;
	margin-top: -15px;
}

div.item a {
	float: left;
	width: 286px;
	height: 71px;
	background: url(images/menuitem.png) top right no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	
}

div.item a:hover {
	background-position: 0 -81px;
}

/* ============ TYPE ============ */

body {
	font-family: "Trebuchet MS", "Myriad Pro", helvetica, arial, sans-serif;
}

h2 {
	color: #13B1E3;
	font-size: 2em;
	padding-left: 15px;
	padding-top: 5px;
}

h3 {
	color: #13B1E3;
	font-size: 1.5em;
	padding-bottom: 0.5em;
}

div#back a:link, div#back a:visited {
	color: #13B1E3;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
}

div#back a:hover, div#back a:active {
	background: #13B1E3;
	color: #fff;
	text-decoration: none;
}

div.item a {
	font-size: 12px;
}

div.item a:link, a:visited {
	color: #00488F;
	text-decoration: none;
	
}

div.item a:hover, div.item a:active {
	color: #fff;
	text-decoration: none;
}

div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color: #fff;
	text-decoration: underline;
}

span.small {
	font-size: 0.8em;
}

a#legal {
	display: block;
	float: left;
	width: 100px;
	padding-top: 6px;
	font-size: 0.8em;
	margin-left: 60px;
}

a#nurv {
	float: right;
	display: block;
	width: 180px;
	background: url(images/nurvlogo.png) top right no-repeat;
	height: 25px;
	padding-top: 6px;
	font-size: 0.8em;
	margin-right: 60px;
}

/* ============ LEGAL PAGE ============ */

p {
	font-size: 0.8em;
	color: #505050;
	line-height: 1.5em;
	padding-bottom: 1em;
}
