/*
---------------------------------------
Project: CrossCheck
Copyright 2007: bendesmond.com
Creation date: 28 June 2007
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #5b5b5b;
	margin: 0px;
	padding: 0px;
}
#universe {
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	text-align: left;
	background: url(../images/waw-top-bg.gif) left top no-repeat;
}
#container {
	width: 762px;
	background: url(../images/waw-bg.gif) left bottom no-repeat;
}
#logo {
	margin: 0px 15px 0px 27px;
	padding-top: 18px;
	height: 135px;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* Content */
#content {
	width: 689px;
	margin: 0px 12px 20px 60px;
	padding: 0px;
	font-size: 1.4em;
}
#content p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#content ul {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 90%;
	color: #FFFFFF;
}
#content h1 {
	color: #ffffff;
	margin: 0px;
	font-size: 2em;
	font-weight: normal;
}
#content h2 {
	color: #ffffff;
	font-weight: 1.3em;
	font-weight: normal;
}
#content h3 {
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	font-size: 1.6em;
	font-weight: normal;
	/*color: #ffffff;
	font-weight: 2em;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	padding: 0px;*/
}
.smaller {
	font-size: 80%;
	line-height: 80%;
}

/* Content */
#across {
	float: left;
	clear: both;
	width: 689px;
	margin: 30px 0px 30px 0px;
	padding: 0px;
}
#across p {
	/*font-size: 1.4em;*/
	/*line-height: 1.2em;*/
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}



/* Images */
.image-left {
	float: left;
}
.image-right {
	float: right;
}
.image-right-pr15 {
	float: right;
	padding-right: 15px;
}
.image-pt10 {
	padding-top: 10px;
}


/* Left Column */
.leftcolumn {
	float: left;
	width: 285px;
	margin: 0px;
	padding: 0px;
}
.leftcolumn p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
.leftcolumn p.narrow {
	width: 250px;
}
.smaller {
	line-height: 1.4em;
	font-size: 80%;
	text-align: left;
}


/* Right Column */
.rightcolumn {
	float: left;
	/*display: inline;*/
	width: 380px;
	margin: 0px;
	text-align: right;
}
.rightcolumn p {
	/*display: block;*/
	color: #FFFFFF;
	/*font-size: 1em;*/
	
}
.rightcolumn ul {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: left;
}
.rightalign {
	float: right;
}

/* Input */
input {
	margin-top: 5px;
}



/* Footer */
#footer {
	width: 762px;
	height: 50px;
	clear: both;
	/*padding-top: 10px;*/
	/*background: url(../images/waw-footer-bg.gif) #3768AD no-repeat;*/
}
#footer p {
	margin: 0px;
	padding: 23px 0px 0px 17px;
	font-size: 0.8em;
	color: #c82127;
}
#footer a:link {
	color: #c82127;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #c82127;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #c82127;
	text-decoration: underline;
	font-weight: normal;
}