/* @group Global */

body {
	background: #fff url(../images/bg-pattern4.png) repeat-x scroll;
	font-family: arial, helvetica, sans-serif;
}

#container {
	width: 996px;
	min-height: 400px;
	margin: 25px auto 0 auto;
	background: #fff;
}



/* @end */

/* @group Header */

#header {
	width: 976px;
	margin: 10px auto;
}

#logo {
	float: left;
}

#top-nav {
	float: right;
}

#top-nav ul li {
	list-style-type: none;
}

#top-nav a {
	color: #255C78;
	text-decoration: none;
}


/* @end */

/* @group Carousel */

#carousel {
	width: 996px;
	height: 400px;
	background: url(../images/bg-carousel.png) no-repeat;	
}

#carousel h2 {
	font-size: 2em;
	font-weight: normal;
	color: #63899F;
	padding: 25px 0 12px 25px;
	
}

#carousel p {
	width: 288px;
	padding-left: 25px;
	color: #103D57;
	margin: 0;
}


#nav-carousel {
	width: 360px;
	height: 366px;
	margin: 0 10px 0 9px;
	float: left;
}

#nav-buttons {
	width: 366px;
	margin: 140px 0 0 5px;
	float: left;
}

#nav-buttons ul li {
	display: inline;
	list-style-type: none;
}

#nav-buttons img {
	margin: -5px;
}

#mainview-carousel {
	width: 580px;
	height: 366px;
	margin: 16px 0 0 5px;
	float: left;
}

.nav-carousel-frame-off {
	display: none;
}

/* @end */

/* @group Team */

#thumb-pics {
	margin: 0 14px;
}

#thumb-pics ul li {
	display: inline;
	list-style-type: none;
}

#thumb-pics img {
	margin-right: 3px;
}

#titles {
	margin: 3px 15px;
	width: 948px;
	height: 33px;
}

#titles a {
	text-decoration: none;
	color: #103D57;
}

ul li.title {
	display: inline;
	list-style-type: none;
	float: left;
	width: 101px;
	height: 25px;
	text-align: center;
	font-size: .6em;
	color: #103D57;
	background: #96B7CB;
	margin: 0 7px 0 0;
	padding: 5px;
}


ul li.title-selected {
	float: left;
	width: 101px;
	height: 25px;
	text-align: right;
	font-size: .5em;
	background: none;
	color: #996600;
	margin: 0 7px 0 0;
	padding: 5px;
	border-top: 1px solid #F9D572;
	border-right: 1px solid #F9D572;
	border-left: 1px solid #F9D572;
}

a.title-selected {
	color:  #996600;
}

/* @end */

/* @group Expansion */

#expansion {
	width: 951px;
	height: 344px;
	margin: 0 15px;
	background: url(../images/bg-expansion.png) repeat-x;
}

#expansion-content {
	float: left;
	width: 650px;
}

#expansion-content h2 {
	font-size: 2em;
	font-weight: normal;
	color: #996600;
	padding: 25px 0 12px 12px;
}

#expansion-content p {
	font-size: .75em;
	color: #5C420F;
	line-height: 1.25em;
	padding: 0 0 12px 25px;
}

#expansion-content ul li {
	list-style-type: disc;
	margin-left: 50px;
	font-size: .75em;
	color: #5C420F;
	line-height: 1.25em;
	padding: 0 0 12px 5px;
}

#expansion-content img {
	float: left;
	margin: 0 10px 0 0;
}

#expansion-team-content {
	float: left;
	width: 650px;
}

#expansion-team-content h2 {
	font-size: 2em;
	font-weight: normal;
	margin-left: 220px;
	color: #996600;
	padding: 25px 0 0 12px;
}

#expansion-team-content p {
	font-size: .75em;
	color: #5C420F;
	line-height: 1.25em;
	padding: 0 0 12px 25px;
}

#expansion-team-content img {
	float: left;
	margin: -30px 10px 0 0;
}


#team-contact {
	float: right;
	height: 190px;
	margin-top: 50px;
	padding: 0 10px 0 50px;
	border-left: 1px solid #FF9900;
}

#team-contact a {
	font-size: 75%;
	text-decoration: none;
	color: #FF9900;
	
}

ul#mail {
	list-style-image: url(../images/icn-mail.png);
}

ul#tweet {
	list-style-image: url(../images/icn-twitter.png);
}

/* @end */

/* @group Help	 */

#help {
	color: #103D57;
	padding: 25px;
}

#help h2 {
	font-size: 2em;
	font-weight: normal;
	color: #63899F;
	padding: 25px 0 12px 0;
}

#help p {
	line-height: 1.2em;
	color: #103D57;
	margin: 1em 0;
}

#help label {
	color: #103D57;
	margin: 2px;
}

#help input {
	margin-bottom: .5em;
}

#help textarea {
	width: 500px;
	height: 300px;
	margin-bottom: 10px;
}

#netroots-overview ul li {
	list-style-type: disc;
	margin-left: 50px;
	line-height: 1.25em;
	padding: 0 0 12px 5px;
	
}

/* @end */

/* @group Blog */

#blog {
	float: left;
	width: 600px;
	color: #103D57;
	padding: 25px;
	margin-bottom: 20px;
}

#blog h2 a {
	font-size: 2em;
	font-weight: normal;
	color: #63899F;
	padding: 25px 0 12px 0;
	text-decoration: none;
}

#blog p {
	color: #103D57;
	margin: 1em 0;
}

#blog a {
	color: #63899F;
	text-decoration: none;
}

#blog label {
	color: #103D57;
	margin: 2px;
}

#blog input {
	margin-bottom: .5em;
}

#blog textarea {
	width: 500px;
	height: 300px;
	margin-bottom: 10px;
}

#blog ul li {
	list-style-type: disc;
	margin-left: 50px;
	line-height: 1.25em;
	padding: 0 0 12px 5px;
	
}

#blog blockquote {
	margin: 10px 25px 10px 25px;
	font-style: italic;
}

.entrybody {
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #63899F;
}

.entrytitle h3 {
	font-size: 75%;
	margin: 3px 0;
}

.postedby {
	font-style: italic;
	font-size:  75%;
	margin: 3px 0;
}

#blog-sidebar {
	float: right;
	width: 300px;
	padding: 25px 15px;
	text-align: center;
}

#blog-sidebar h3 {
	color: #103D57;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#blog-sidebar a {
	color: #63899F;
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	width: 996px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 50%;
	color: #103D57;
}

#footer a {
	color: #103D57;
	text-decoration: none;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]-->



/* @end */


