/* general page setup */
*, html * {
	margin:0px; padding:0px;
}
html {
	height:100.01%;	
	overflow: -moz-scrollbars-vertical;
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif, sans;
	text-align:center;
	background:#000000 url(images/body-bg.png) 0 0 repeat-x;
	color:#746E80;
	font-size:0.8em;
	padding-bottom:24px;
}

/* common styles */
a img {
	border:0;
}
.clr {
	clear:both !important;
	overflow:hidden !important;
	height:0px !important;
	float:none !important;
}
a {
	text-decoration:none;
}
a:hover {

}
.bold {
	font-weight:bold;
}
.uline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.ncase {
	text-transform:none !important;
}
.urgent {
	color:#FF0000;
	font-weight:bold;
}

#logout-link {
	position:absolute;
	left:8px;
	top:8px;
	width:120px;
	font-weight:bold;
}
#logout-link a {
	color:#FF0000;
}
#wrap {
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;
}
#header {
	height:144px;
	background:transparent url(images/header-bg.png) 0 0 no-repeat;
	padding:30px 0 0 334px;
}
#home-link {
	display:block;
	width:300px;
	height:130px;
	margin:30px 0 0 0;
	position:absolute;
	outline:none;
}
#header h1 {
	height:0px;
	padding-top:44px;
	width:664px;
	position:absolute;
	overflow:hidden;
	background:transparent url(images/strapline.png) 0 0 no-repeat;
	line-height:64px;
}
#content {
	padding:0 8px 0 0;
	margin-top:-10px; 
}
#col1 {
	float:left;
	width:316px;
}
#col2 {
	float:right;
	width:660px; 
}

.box664 {
	width:664px;
}
.box664 div.box-top {
	height:15px;
	background-image:url(images/box664-top.png);
}
.box664 div.box-bot {
	height:15px;
	background-image:url(images/box664-bot.png);
}
.box664 div.box-bg {
	background-image:url(images/box664-bg.png);
	padding:0 16px 0 24px;
}

.lefthand-box {
	padding:8px 0 0 8px;
	width:308px;
	height:192px;
	background-image:url(images/lefthand-box.png);
}
.lefthand-box img.pic {
	width:300px;
	height:184px;
	display:block;
}
.lefthand-box img.mask {
	width:316px;
	height:200px;
	margin:-192px 0 0 -8px;
	display:block;
}

/* this is for html copy from the DB */
.standard-copy {
	/*font-weight:bold;*/
	line-height:20px;	
}
.standard-copy p {
	padding-bottom:16px;
}
.standard-copy a {
	color:#339A9A !important;
	text-decoration:underline;
}
.standard-copy ul, .standard-copy ol {
	margin-left:32px;
	padding-bottom:16px;
}
.standard-copy ul li, .standard-copy ol li {
	padding:2px 0 2px 0;
}
h2.standard-title {
	font-family:Georgia, Times, serif;
	text-transform:lowercase;
	color:#339A9A;
	font-weight:normal;
	font-size:32px;
}
.glink, .blink {
	font-family:Georgia, Times, serif;
	color:#339A9A;
	font-weight:bold;
}
.blink {
	text-decoration:none !important;
}

/* footer stuff */
#footer {
	clear:both;
	width:995px;
	height:56px;
	/*background-image:url(images/footer-bg.png);*/
	margin-top:24px;
}
#footer p.smallprint {
	clear:both;
	padding:16px 0 24px 0;
	font-size:10px;
	color:#6F6E70;
	text-align:center;
}
