@charset "utf-8";
/* CSS Document */

/* IE6 support */
#ie6alert {
	height:42px;
	background-color:#fffcd8;
	width:100%;
	color:#666;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:8px 0 0 0;
}

#ie6alert div {
	width:930px;
	margin:0 auto;
	background-image:url(../images/ie6_alert.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	position:relative;
}

#ie6alert strong {
	color:#c80000;
	display:block;
	font-size:14px;
}

#ie6alert ul {
	width:210px;
	float:right;
	background-image:url(../images/browsers.gif);
	background-position:left;
	background-repeat:no-repeat;
	position:absolute;
	top:-9px;
	right:0px;
	height:31px;
}

#ie6alert li {
	list-style:none;
	float:left;
	height:50px;
	text-indent:-9999em;
	margin:0 19px 0 0;
}

#ie6alert li a {
	display:block;
	width:30px;
	height:50px;
}

#ie6alert a {
	color:#c80000;
}

#ie6alert a:hover {
	color:#ff0000;
}

/* END OF IE6 STYLING */

* {
	padding: 0; margin: 0; border: 0; outline: 0;	
}

html, body {
	font-size: 90%;
	color:#333;
}


h1, h2, h3, h4, h5,h6, p, b, i {
	padding: 10px 0;
}

h1 {  }
h2 { color: #666; }
h3 { color: #8cb1d1; }

p {
	font-size: 1em;
}

a, a:hover {
	color: #000;
}

.clear {
	clear:both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;	
}

.text-shadow {
text-shadow: 0px 2px 0px #ccc;
}

body {
	background-image:url(images/bg-page.png);
	background-repeat:repeat-x;
	font-family: arial, verdana;
}

#pagewrap{
	background-color: #fff;
	width: 940px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
}

#logo {
	float: left;
	width: 252px;
	height: 133px;
	background: url(images/logo.png) no-repeat;
	display: block;
	padding: 0;
	text-indent: -9999%;
}

	#logo a{
		width: 252px;
		height: 133px;
		display: block;
	}


/*	Navbar	*/

#navbar {
	float:right;
	height: 43px;
	width: 507px;
}

#navbar li{
	float:left;
	display: inline;
}

#navbar a{
	display: block;
	height: 43px;
	overflow: hidden;
	text-indent: 9999px;
}

/*	Navbar link styling */

#navbar .nav-home a{
	background-image:url(images/nav-home.png);
	background-position: 0 0;
	width: 70px;
}

#navbar .nav-home:hover a{
	background-image:url(images/nav-home.png);
	text-indent: -9999px;
	height: 43px;
	width: 70px;
	background-position:0px -43px;
}

#navbar .nav-about a{
	background-image:url(images/nav-about.png);
	background-position: 0 0;
	width: 71px;
}

#navbar .nav-about:hover a{
	background-image:url(images/nav-about.png);
	text-indent: -9999px;
	height: 43px;
	width: 71px;
	background-position:0px -43px;
}

#navbar .nav-cat a{
	background-image:url(images/nav-cat.png);
	background-position: 0 0;
	width: 103px;
}

#navbar .nav-cat:hover a{
	background-image:url(images/nav-cat.png);
	text-indent: -9999px;
	height: 43px;
	width: 103px;
	background-position:0px -43px;
}

#navbar .nav-resources a{
	background-image:url(images/nav-resources.png);
	background-position: 0 0;
	width: 99px;
}

#navbar .nav-resources:hover a{
	background-image:url(images/nav-resources.png);
	text-indent: -9999px;
	height: 43px;
	width: 99px;
	background-position:0px -43px;
}

#navbar .nav-submit a{
	background-image:url(images/nav-submit.png);
	background-position: 0 0;
	width: 80px;
}

#navbar .nav-submit:hover a{
	background-image:url(images/nav-submit.png);
	text-indent: -9999px;
	height: 43px;
	width: 80px;
	background-position:0px -43px;
}

#navbar .nav-contact a{
	background-image:url(images/nav-contact.png);
	background-position: 0 0;
	width: 84px;
}

#navbar .nav-contact:hover a{
	background-image:url(images/nav-contact.png);
	text-indent: -9999px;
	height: 43px;
	width: 84px;
	background-position:0px -43px;
}

/*	Focus point CSS	*/

#focuspoint {
	background-image:url(images/focuspoint.jpg);
	width: 940px;
	height: 399px;
	margin: 20px 0;
	position: relative;
}

	#focuspoint .button{
		height: 32px; width: 149px;
		display: block;
		text-indent: -999em;
		background: url(images/fp-button.png) no-repeat;
		position: absolute;
		right: 180px;
		bottom: 60px;
		padding: 0px;
	}
	
	#focuspoint .button a{
		height: 32px; width: 149px;
		display: block;
	}

#category-box{
	
}

	#category-box ul{
		list-style: none;	
	}
	
	#category-box li{
		text-decoration: none;
		background: url(images/bg-catbox.png);
		float: left;
		width: 300px; height: 199px;
		display:inline;
		margin-right: 20px;
	}
	
	#category-box li.cat-end { margin-right: 0;}
	
.category_box, .category_box_end {
	color: #353636;
	width: 200px;
	float: left;
	padding: 10px;
	margin: 20px 20px 20px 0;
	background: url(images/bg-catbox.png) no-repeat bottom #c3c6c8;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px 0 #666;
	-webkit-border-radius: 10px;
	text-align: center;
}

.category_box_end {
	margin-right: 0px;	
}

.category_box h3, .category_box_end h3 {
	color: #353636;
	text-align: center;
	border-bottom: solid 1px #edf0f2;
	text-transform: uppercase;
}

.category_box img, .category_box_end img {
	text-align: center;
	margin-top: 10px;
}
	
#sponsors{
	margin: 20px 0px;	
	text-align:center;
}

#sponsors .heading{
	height: 12px;
	width: 96px;
	float: left;
}

#sponsors li{
	display: inline;
	text-decoration: none;
}

#sponsors .sponsors-padding img{
	margin-right:30px;	
}

#credits {
	text-align:center;
	clear:both;
}

/* CONTENT STYLING */

#content {
	margin-top: 20px;	
}

#content .image_pad{
/*	border: solid #8cb1d1 10px;*/
	margin: 0 0 50px 50px; float: right;
}

#content ul {
	padding-left: 30px;	
}

/* SUBMIT STYLING */

#submit_wrap {
	width: 600px;
	margin: 0 auto;
}

#submit_logo {
	width: 469px;
	height: 250px;
	text-indent: -9999em;
	background-image: url(images/titleBannerbw.gif);
	margin: 0 auto;
}

.submit_content {
	border: solid #000 2px;
	padding: 10px;
	margin-bottom: 20px;
}

	.submit_content ul{
		list-style: none;	
	}

.blue {
	font-size: 20px;
	color: #00ccff;
	font: arial;
}

.text-align-center {
	text-align: center;	
}

/* PAUL SPENCER COPYRIGHT */
#paulspencer {
	height: 37px;
	width: 213px;
	display: block;
	text-indent: -9999%;
	padding-left: 20px;
}

#paulspencer a{
	width: 213px;
	height: 37px;
	background-image: url(images/logo-paulspencer.png);
	background-repeat: no-repeat;
	display: block;
	opacity: .7;
}

#paulspencer a:hover {
	opacity: 1;
}

/* END PAUL SPENCER */

/* STYLING FOR CONTACT FORM */

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { float: left;display: block; width: 850px; margin: 0px auto; padding: 0 35px; border: 1px solid #cbcbcb; background-color: #FFF; -moz-border-radius:5px; -webkit-border-radius:5px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

/* END OF STYLING FOR CONTACT PAGE */
