body { 
	background: rgb(23,66,109) url(../images/gradientBG.png) top left repeat-x;
}

#outerWrapper { 
	background: url(../images/bgHighlights.png) top center no-repeat;
}

.hr { 
	background: url(../images/hr.png) no-repeat; 
	width: 960px; 
	height: 18px; 
	margin: 20px 0;
}

a { 
	color: rgb(207,45,45);
}

a:hover { 
	text-decoration: none;
}

img.right { 
	float: right; 
	margin-left: 10px;
}

img.left { 
	float: left; 
	margin-right: 10px;
}

/* -- HEADER -- */

#header {
	float: left;
	margin-top: 20px;
	width: 100%;
	position: relative;
}

#header h1 a {
	text-decoration: none;
	color: rgb(0,9,18);
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 48px;
	padding-left: 60px;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(255,255,255,.1);
	height:56px;
	z-index: 100;
}

#header span.it {
	color: rgb(255,255,255);
	font-family: Helvetica, san-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

#header span.twentyTen {
	font-size: 36px; 
	text-shadow: none;
}

span.contact { 
	position: absolute; 
	top: -50px; 
	left: 0; 
	padding: 5px; 
	color: rgb(158, 202, 240);
}

span.tagline { 
	position: absolute; 
	top: 37px; 
	left: 55px; 
	padding: 5px; 
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-size:14px;
}

a.w2logo {
	display: block;
	background: url(../images/W2logo-light.png) no-repeat;
	width: 194px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 10px;
	text-indent: -9999em;
	font-size: 0px;
	line-height: 0;
}
#header span.kit a {
	display: inline-block;
	background-image: url(../images/kit.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	width: 200px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999em;
	font-size: 0px;
	line-height: 0;
	z-index: 2000;
}

#header span.kit a:hover {
	background-position: 0 0;
}

/* -- SITE NAVIGATION -- */

#menu {
	width: 100%;
	height: 30px;
	background: rgb(0,9,18);
	border-bottom: solid 1px rgb(77,127,190);
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.nav li {
	margin: 0;
	padding: 0;
	display: inline; }
	
.nav li a {
	padding: 5px;
	float: left;
	color: rgb(200,200,200);
	text-decoration: none;
}

.nav li a:hover {
	color: rgb(255,255,255);
}

#slideshow { 
	background: rgb(158, 202, 240) url(../images/sliderBG.png) bottom left repeat-x;
}

/* -- CONTENT -- */

#contentWrap { 
	background: rgb(158, 202, 240) url(../images/sliderBG.png) bottom left repeat-x; 
	padding: 10px;
}

#content {
	background: rgb(255,255,255);
	padding: 10px;
}

#content p, #content li {
	line-height: 180%;
	font-family: Georgia, serif;
}

#leftColumn {
	width: 600px;
	float: left;
}

#sidebar {
	float: right;
	width: 300px;
}

.qa {
	background: #d3d3d3;
	padding: 10px;
	margin-bottom: 10px;
}

.qa span.a {
	color: rgb(0,0,0);
	font-weight:bold;
	font-size:14px;
}

.update {
	background: rgb(158, 202, 240);
	margin-bottom: 10px;
}

.update.feed {
	background: white;
	margin-bottom: 10px;
}

.update h3 {
	background: rgb(0,9,18);
	padding: 0px 10px;
	margin: 0;
	color: rgb(255,255,255);
	font-weight: normal;
	height: 50px; 
	line-height: 50px;
}

.update p, .update ul {
	padding: 10px;
	margin-bottom: 0;
	font-family: Georgia, serif;
}

.update li {
	list-style: none;
	margin: 0 0 10px 0;
}

.update a.rss {
	background: url(../images/rss.png) no-repeat;
	padding-left: 20px;
}

.update a.pdf {
	background: url(../images/pdf.png) no-repeat;
	padding-left: 20px;
}

.update a.link {
	background: url(../images/pencil.png) no-repeat;
	padding-left: 20px;
}

ul#articles li a {
	color: black;
	font-size:12px;
}

.contactus { 
	margin: 0; 
	padding: 10px; 
	display: block; 
	background: rgb(158, 202, 240);
}

.contactus ul li { 
	margin: 0; 
	padding: 0;
}

.contactus img.contact { 
	float: right; 
	width: 100px; 
	height: 100px; 
	margin: 0 0 0 10px; 
	border: solid 5px #eeeeee;
}

/* -- SNIPPETS -- */

.snippets {
	background: rgb(158, 202, 240) url(../images/sliderBG.png) bottom left repeat-x;
	padding-bottom: 10px;
	position: relative;
}

h3.subtitle { 
	font-family: Georgia, serif; 
	font-style: italic; 
	font-weight: normal; 
	font-size: 24px; 
	color: rgb(0,9,18); 
	padding-left: 10px; 
	margin-bottom: 10px;
}

.snippets small {
	position:absolute;
	top:10px;
	right: 10px;
	color:rgb(23,66,109);
}

.snippets ul {
	list-style: none;
	margin: 0 10px;
}

.snippets li {
	margin: 0;
	padding: 0;
}

.snippets li a {
	display: block;
	background: #1B3A58;
	color: rgb(255,255,255);
	border-top: solid 1px #0E2234; 
	border-bottom: solid 1px #499BCD;
	padding: 5px;
	margin-bottom: 5px;
}

.snippets img {
	margin: 0 10px;
}

/*-- FEEDS --*/

.feed_post {
	padding:10px;
	background:white;
	border:none;
}
.feed_post h2 {
	font-size:12px;
	margin-bottom:10px;
}
.feed_post h2 a {
	color: rgb(0,9,18);
}
.feed_post span.tip {
	color:#666;
	font-size:10px;
}

/*-- CONTACT FORM --*/

#contact-form { 
	width: 600px; 
	margin: 0; 
	padding: 10px 0 10px 10px; 
	border: solid 1px #ccc; 
	background: #eee;
}

	ul#contact-form li { 
		margin: 0 0 10px 0; 
		list-style: none;
	}
	
	ul#contact-form li label { 
		width: 200px; 
		display: block; 
		float: left; 
		text-align: left; 
		margin: 5px 0 0 0; 
		padding: 0;
	}
	
	ul#contact-form li input, 
	ul#contact-form li textarea { 
		padding: 3px; 
		background: #fff; 
		border: none; 
		border-top: solid 1px #ccc;
	}
	
	ul#contact-form li textarea { 
		overflow: auto;
	}
	
	ul#contact-form li .button { 
		background: #fff; 
		padding: 5px; 
		border: solid 1px #b3b3b3; 
		margin: 0px 10px 0 0;
	}

/*-- FOOTER --*/

#footer {
	margin: 40px 0;
}

#footer p { 
	display: inline;
}

img.w2 { 
	float: right;
}
