/*
---------------------------------------
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-image: url(../images/cc-bg.gif);
	background-repeat: repeat-y;
}
#container {
	width: 762px;
	background: url(../images/cc-top.jpg) #c0dcf6 no-repeat;
}
#logo {
	margin: 0px 0px 19px 17px;
	padding-top: 18px;
}


/* Navigation */
#navband {
	height: 258px;
	margin-left: 17px;
}
#navpictures {
	float: left;
	display: inline;
	width: 558px;
}
#navigation {
	float: left;
	display: inline;
	width: 160px;
	margin-left: 6px;
}
#navigation ul {
	margin: 4px 0px 0px 0px;
	padding: 0;
	font-size: 1.3em;
	list-style: none;
	/*text-transform: lowercase;*/
}
#navigation li a {
	display: block;
	height: 42px;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	height: 42px;
	background: url(../images/button.gif) #005A0D no-repeat left top;
}
#navigation li a:hover {
	color: #FFFFFF;
	background: url(../images/button.gif) #07AB18 no-repeat left -42px;
}
#navigation li.menuzero a {
	margin-bottom: 0px;
}

/* In Content Navigation */
.navinpage {
	float: left;
	display: inline;
	width: 213px;
	margin-left: -5px;
	font-size: 1.3em;
}
.navinpage ul {
	margin: 4px 0px 0px 0px;
	padding: 0;
	font-size: 2em;
	list-style: none;
	/*text-transform: lowercase;*/
}
.navinpage li a {
	display: block;
	height: 50px;
	padding: 0 15px;
	margin-bottom: 10px;
	line-height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	height: 50px;
	background: url(../images/crosscheck-button.gif) #005A0D no-repeat left top;
}
.navinpage li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/crosscheck-button.gif) #07AB18 no-repeat left bottom;
}
.navinpage li.menuzero a {
	margin-bottom: 0px;
}

#flashpictures {
	float: left;
	width: 388px;
	height: 258px;
	background: url(../images/somethingmore.png);
}


/* Content */
#content {
	float: left;
	width: 475px;
	margin: 0px 10px 20px 90px;
	padding-top: 0px;
}
#content p {
	font-size: 1em;
	line-height: 2em;
	margin: 0px;
	padding-top: 15px;
	color: #2D2D2D;
}
#content ul {
	font-size: 1em;
	line-height: 2em;
	margin: 0px;
	padding-top: 15px;
	color: #2D2D2D;
}
#content h1 {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font-size: 2em;
	font-weight: normal;
	color: #3768AD;
}
#content h2 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #3768AD;
}
#content .content-tr-bump {
	margin-top: 32px;
	margin-right: 10px;
}
#content h1.content-t-bump {
	margin-top: 32px;
}
a {
	color: #3768AD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3768AD;
	font-weight: bold;
	text-decoration: underline;
}

.content-r-bump {
	margin-right: 10px;
}

.smallprint {
	font-size: 0.8em;
	line-height: 1.4em;
}


/* Images */
.image-left {
	float: left;
}
.image-left-pr10 {
	float: left;
	padding-right: 10px;
}
.image-left-pt7pr10pb0 {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.image-right-pr15 {
	float: right;
	padding-right: 15px;
}
.box {
	padding: 5px;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #3768AD;
}

/* Right Column */
#rightcolumn {
	float: left;
	display: inline;
	width: 160px;
	margin-left: 6px;
	font-size: 1em;
}
#rightcolumn p {
	display: block;
	padding: 7px;
	font-size: 90%;
	color: #FFFFFF;
	background: url(../images/av-bg.gif) left top no-repeat;
}



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