@charset "utf-8";
/* 
 * Website Criteria
 * Screen CSS
 * Copyright 2008 Plastyk Studios <joseph@plastyk.com.au>
 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main #left p a:link {
	color: #E30120;
}
#main #left p a:visited {
	color: #00868E;
}
#main #left p a:hover,
#main #left p a:active {
	color: #E30120;
	text-decoration: none;
}
a {
	outline: none;
}

.nodisplay {
	display: none;
}

.clear {
	clear: both;
}

#site {
	width: 955px;
	margin: 0 auto;
}
/* header */
#header {
	width: 955px;
	height: 80px;
	position: relative;
}
#header #logo {
	width: 182px;
	height: 41px;
	position: absolute;
	left: 34px;
	top: 15px;
	/*background: url(../images/interface/websitecriteria_logo.gif) no-repeat;
	cursor: pointer;*/
}
#header #logo img {
	border: 0;
}
#header #byline {
	width: 212px;
	height: 14px;
	position: absolute;
	top: 15px;
	left: 245px;
	background: url(../images/interface/websitecriteria_byline1.gif) no-repeat;
}
/* search */
#header #search {
	width: 250px;
	height: 25px;
	position: absolute;
	right: 34px;
	top: 25px;
}
#header #search form {
	margin: 0;
	padding: 0;
}
#header #search form input#searchText {
	width: 222px;
	height: 18px;
	background: url(../images/interface/input_field_bg.gif) repeat-x;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}
#header #search form input#searchButton {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
/* Navigation */
#navigation {
	height: 30px;
	background: url(../images/interface/navigation_bg.gif) repeat-x;
	position: relative;
}
#navigation ul {
	margin: 0 0 0 70px;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation ul li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
	text-decoration: none;
	font-size: 14px;
	margin-top: 2px;
}
#navigation ul li a:hover, #navigation ul li a:active {
	text-decoration: underline;
}

#navigation #enewsletter-signup {
	position: absolute;
	width: 190px;
	height: 30px;
	right: 26px;
	top: 0;
}

#navigation #enewsletter-signup a {
	display: block;
	background: url(../images/interface/enewsletter-signup.jpg) no-repeat;
	width: 190px;
	height: 30px;
}


/* current navigation states */
#navigation ul li a.home_selected {
	background: url(../images/interface/home_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.aboutus_selected {
	background: url(../images/interface/aboutus_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.guidelines_selected {
	background: url(../images/interface/guidelines_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.research_selected {
	background: url(../images/interface/research_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.ourconsultants_selected {
	background: url(../images/interface/ourconsultants_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.contactus_selected {
	background: url(../images/interface/contactus_current.gif) no-repeat center top;
	color: #000;
}
#navigation ul li a.buy_selected {
	background: url(../images/interface/buy_current.gif) no-repeat center top;
	color: #000;
}
/* 2 column layout */
#main {
	position: relative;
	width: 955px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	clear: both;
	/*background: url(../images/interface/main_bg.jpg) repeat-x top left;*/
}

#main #left {
	margin: 0 300px 0 34px;
}
#main #left #content {
	padding: 20px 50px 25px 0;
}

#main #right {
	position: absolute;
	right: 34px;
	top: 23px;
	width: 250px;
	height: 436px;
}

/* clutter test */
#main #right #cluttertest {
	width: 250px;
	height: 155px;
	margin: 0 0 20px 0;
	background: url(../images/interface/cluttertest_bg.gif) no-repeat;
	position: relative;
}
#main #right #cluttertest form {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 92px;
	left: 13px;
}
#main #right #cluttertest form input#clutterURL {
	background: url(../images/interface/input_field_bg.gif) repeat-x;
	width: 208px;
	height: 18px;
	border: 1px solid #999;
}
#main #right #cluttertest form p {
	margin: 8px 0 0 0;
	font-size: 70%;
	position: relative;
}
#main #right #cluttertest form p input#clutterSubmit {
	position: absolute;
	right: 0px;
	bottom: 0;
}

/* website bechmarking */
#main #right  #benchmarking {
	width: 250px;
	height: 126px;
	position: relative;
	background: url(../images/interface/benchmarking_bg.jpg) no-repeat;
	margin: 0 0 20px 0;
	cursor: pointer;
}
#main #right #benchmarking a {
	position: absolute;
	bottom: 20px;
	left: 16px;
	color: #E30120;
	font-size: 75%;
}
#main #right #benchmarking a:hover,
#main #right #benchmarking a:active {
	text-decoration: none;
}


/*gov examples */
#main #right  #gov_examples {
	width: 250px;
	height: 126px;
	position: relative;
	background: url(../images/interface/examples_bg.gif) no-repeat;
	margin: 0 0 20px 0;
}
#main #right #gov_examples a {
	position: absolute;
	bottom: 20px;
	left: 16px;
	color: #E30120;
	font-size: 75%;
}
#main #right #gov_examples a:hover,
#main #right #gov_examples a:active {
	text-decoration: none;
}



/*gov examples */
#main #right  #gov_related {
	width: 250px;
	height: 126px;
	position: relative;
	background: url(../images/interface/resources_bg.gif) no-repeat;
	margin: 0 0 20px 0;
}
#main #right #gov_related a {
	position: absolute;
	bottom: 20px;
	left: 16px;
	color: #E30120;
	font-size: 75%;
}
#main #right #gov_related a:hover,
#main #right #gov_related a:active {
	text-decoration: none;
}

/* enewsletter */
#main #right #enewsletter {
	width: 250px;
	height: 45px;
	background: url(../images/interface/enewsletter_signup.jpg) no-repeat top left;
	cursor: pointer;
	padding-top: 25px;
}
#main #right #enewsletter a {
	/*width: 240px;
	height: 25px;
	display: block;*/
}
#main #right #enewsletter p {
	font-size: 75%;
	margin: 0;
	padding: 10px 15px 15px 0;
}

/* footer */
#footer {
	height: 111px;
	background: url(../images/interface/footer_bg.jpg) repeat-x #EFF0EF;
	clear: both;
	margin-bottom: 25px;
	padding: 0 34px;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
}
#footer p {
	font-size: 70%;
	margin: 0;
	padding: 15px 0 0 0;
}
#footer p a {
	color: #000;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;	
}
#footer li a {
	display: block;
	float: left;
	padding: 5px;
	color: #7A7A7A;
	white-space: nowrap;
	font-size: 70%;
	background: url(../images/interface/footerlink_div.gif) no-repeat center right;
}
#footer li a.first {
	padding: 5px 5px 5px 0;
}
#footer li a.last {
	background: none;
}
#site #footer #w3c {
	width: 160px;
	padding-top: 0px;
	float: right;
	position: relative;
}
#site #footer #w3c p {
	padding: 22px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#site #footer #footerlinks {
	float: left;
	position: relative;
	width: 600px;
}

#site #main #left .homelink a {
	color: #000000;
}
#site #main #left .homelink a:hover {	
	text-decoration:none;}
