
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* main navigation */
#main-nav {
	width:960px;
	background-image:url(/images/nav-bg.png);
	background-color:#272e36;
	background-repeat: no-repeat;
	height: 34px;
}

#main-nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	margin-left:0px
}

#main-nav ul li {
	position: relative;
	float: left;
	width: 106px;
	background-image: url(/images/menu-divider.png);
	background-repeat: no-repeat;
	background-position: right;
}

#main-nav li ul {
	position: absolute;
	top: 34px;
	display: none;
}

#main-nav ul li a {
	display: block;
	text-align:center;
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	padding: 7px 0px 7px 0px;
	background: #272e36;
	margin: 0 1px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size:17px;
	letter-spacing:-1px;
}

#main-nav ul li.last {
	background-image:none;
}

#main-nav ul li a:hover {
	color:#299500;
	background-color:#272e36
}

#main-nav li:hover ul, li.over ul {
	display: block;
}
/* main navigation */



#maincol {
	float: left;
	width: 740px;
	padding-left: 10px
}

#maincol h1, #rightcol h2 {
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	color: #899500;
	letter-spacing: -1px;
	text-indent: 0.3em;
	background: url(../images/tall-dot.gif) repeat-x bottom left;
	padding-bottom: 0.4em;
}

#maincol ul {
	padding-bottom: 0;
}

#maincol li {
	padding-bottom:5px;
}

/*#maincol li a {
	display: block;
	color: #758384;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-decoration: none;
}*/

#maincol li a:hover, #maincol li a:focus {
	color: #899500;
}

input, textarea {
    border: 1px solid #e3e2dc;
	color: #899500;
}

#maincol h1 {
	text-indent: -0.1em;
}

#rightcol {
	float: right;
	width: 190px;
	font-size: 0.95em;
	padding-right: 10px;
}

#rightcol ul {
	padding-bottom: 8px;
}

#rightcol li {
	line-height: 1.6em;
	background: url(../images/dot.gif) repeat-x bottom left;
}

#rightcol li a {
	display: block;
	color: #758384;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-decoration: none;
}

#rightcol li a:hover, #rightcol li a:focus {
	color: #899500;
}


#blurb_box {
	padding-top: 1em;
}

#blurb_box h2 {
	position: absolute;
	left: -10000px;
}

#blurb_box .blurb_box {
	float: left;
	border: 1px solid #e3e2dc;
	width: 715px;
	height:350px;
	padding: 0 10px 0 10px;
	overflow: auto;
}

#blurb_box .blurb_box:hover, #blurb_box.blurb_box:focus {
	/*border: 1px solid #848C63;*/
}

#blurb_box .blurb_box img {
	float: right;
}


#blurb_box .blurb_box ul {
	width:700px;
}

/*#blurb_box .blurb_box ul li {
	background: url(/images/parenth.png) no-repeat left;
	padding-left: 20px; 
}*/

#blurb_box .blurb_box h3 {
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	padding: 0 0 0 0;
	text-indent: -0.1em;
	color: #899500;
	letter-spacing:-1px;
	margin:10px 0 2px 0;
}

#blurb_box .blurb_box h3 a {
	color: #899500;
}

#blurb_box .blurb_box h3 a:hover {
	color: #373B12;
}

#blurb_box .blurb_box a {
	text-decoration: none;
	color: #899500;
}

#blurb_box .blurb_box a:hover {
	color: #373B12;
}

#blurb_box .blurb_box p {
	line-height: normal;
	font-size: 14px;
	color:#666666;
}

#blurb_box .blurb_box p.date {
	font-size: 10px;
	color:#999;	
}

#twitter_box {
	padding-top: 1em;
}

#twitter_box h2 {
	position: absolute;
	left: -10000px;
}

#twitter_box .twitter_box {
	float: left;
	border: 1px solid #e3e2dc;
	width: 715px;
	height:350px;
	padding: 0 10px 0 10px;
	overflow: auto;
}

#twitter_box .twitter_box:hover, #twitter_box.twitter_box:focus {
	/*border: 1px solid #848C63;*/
}

#twitter_box .twitter_box.odd {
	margin-right: 5px;
}

#twitter_box .twitter_box img {
}

#twitter_box .twitter_box h3 {
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	padding: 0 0 0 35px;
	text-indent: -0.1em;
	color: #899500;
	letter-spacing:-1px;
	margin:10px 0 2px 0;
	background: url(/images/social/twitter_bird.png) no-repeat left;
}

#twitter_box .twitter_box h3 a {
	color: #899500;
}

#twitter_box .twitter_box h3 a:hover {
	color: #373B12;
}

#twitter_box .twitter_box a {
	text-decoration: none;
}

#twitter_box .twitter_box p {
	line-height: normal;
	font-size: 14px;
	color:#666666;
}


#half_box {
	padding-top: 1em;
}

#half_box h2 {
	position: absolute;
	left: -10000px;
}

#half_box .half_box {
	float: left;
	border: 1px solid #e3e2dc;
	width: 340px;
	height: 240px;
	padding: 0 10px 0 10px;
	overflow: auto ;
}

#half_box .half_box:hover, #half_box.half_box:focus {
	/*border: 1px solid #848C63;*/
}

#half_box .half_box.odd {
	margin-right: 12px;
}

#half_box li {
	padding:5px 0 5px 0;
	background: url(../images/dot.gif) repeat-x bottom left;
}

.date {
	font-size: 10px;
	color:#999999;
	font-weight:bold
}

.company {
	font-size: 12px;
	color:#999999;
	text-indent:-15px;
}

.read_more {
	font-size: 12px;
	color:#999999
}

#half_box .half_box img {
	float: right;
}

#half_box .half_box h3 {
	font-size: 18px;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	padding: 0 0 0 0;
	text-indent: -0.1em;
	color: #899500;
	letter-spacing:-1px;
	margin:10px 0 6px 0;
}

#half_box .half_box h3 a {
	color: #899500;
}

#half_box .half_box h3 a:hover {
	color: #373B12;
}

#half_box .half_box a {
	text-decoration: none;
	color: #899500;
}

#half_box .half_box a:hover {
	color: #373B12;
}

#half_box .half_box p {
	line-height: normal;
	font-size: 10px;
	color:#666666;
}



#social_box {
	padding-top: 1em;
}

#social_box h2 {
	position: absolute;
	left: -10000px;
}

#social_box .social_box {
	float: left;
	border: 1px solid #e3e2dc;
	width: 170px;
	padding: 5px;
	overflow: auto;
}

#social_box .social_box:hover, #social_box.social_box:focus {
	border: 1px solid #848C63;
}

#social_box .social_box.odd {
	margin-right: 5px;
}

#social_box .social_box img {
	float: left;
	padding: 0 0.3em 0 0;
}

#social_box .social_box h3 {
	font-size: 1.2em;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	padding: 0 0 0.3em 0;
	text-indent: -0.1em;
	color: #848C63;
}

#social_box .social_box h3 a {
	color: #848C63;
}

#social_box .social_box h3 a:hover {
	color: #373B12;
}

#social_box .social_box a {
	display: block;
	text-decoration: none;
}

#social_box .social_box p {
	line-height: 1.4em;
	font-size: 0.9em;
}



/*#banner_newsletter {
	position: relative;
}

#banner_newsletter p {
	margin: 0 6px 1em 6px;
	text-indent: -500em;
	width: 177px;
	border: 1px solid #e3e2dc;
	background-repeat: no-repeat;
	height: 72px;
	padding: 0;
}

#banner_newsletter p:hover {
	border: 1px solid #848c63;
}

#banner_newsletter form {
	position: absolute;
	top: 47px;
	left: 8px;
}

#banner_newsletter input {
	display: inline;
	background: transparent;
	color: #758384;
	width: 136px;
	padding-right: 3px;
}

#banner_newsletter label {
	position: absolute;
	left: -10000px;
}

#banner_newsletter .button {
	background: url(/images/newsletter-go.png) no-repeat left top;
	cursor: pointer;
	height: 21px;
	width: 21px;
	text-indent: -300em;
}

body #banner_newsletter p {
	background-image: url(/images/newsletter.png);
}*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* social */
div#myspace {
	top:325px;
	position:absolute;
	right:20px
}

div#twitter {
	top:325px;
	position:absolute;
	right:62px
}

div#facebook {
	top:325px;
	position:absolute;
	right:104px
}
/* social */


img {
	border:0
}

body {
	line-height:1;
	color:black;
	background:white
}

ul {
	list-style:none
}

ol {
	list-style:decimal
}

strong {
	font-weight:bold
}

body, html {
	height:100%
}


em {
	font-style:italic
}

/* The default styling starts */
body {
	background:#fff url(/images/bg.jpg) repeat-x top left;
	color:#2C2C29;
	font-size:0.9em;
	font-family: 'Arial', 'Verdana', sans-serif;
	text-align:center;
	line-height:1.5;
}

div#container {
	background-color:#fff;
	width:960px;
	text-align:left;
	font-size:1.2em;
	min-height:700px;
	height:auto !important;
	height:100%;
	margin:0 auto 0em
}

div#header {
	background-image:url(/images/wwx-header.jpg);
	height:272px;
	width:960px;
	position:relative
}

#content {
	width:920px;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-left:20px;
	line-height:normal
}

#content-home {
	width: 960px;
	margin-top: 0px;
	position: relative;
}

#content p {
	margin-top: 1em;
} 

#content a {
	color:#807D7A;
	background-color:transparent;
	padding:2px
}


div.footer {
	color:#888;
	font-size:11px;
	background:#F2FCFF;
	text-align:center;
	width:100%;
	padding-top:10px;
	margin-top:5px;
	height:14em
}

#footer-contents {
	width:740px;
	margin:0 auto;
	text-align:center
}


.left {
	float:left;
	display:inline
}

.right {
	float:right;
	display:inline
}

.clear {
	clear:both
}

.big {
	width:61px;
	height:61px;
	line-height:61px;
	font-size:20px
}

.small {
	width:45px;
	height:45px;
	font-weight:bold;
	font-size:16px;
	line-height:45px
}

#small-link a {
	font-size:11px
}

/* TYPOGRAPHY */
a {
	color:#807D7A;
	background-color:transparent;
	text-decoration:none
}

a:hover {
	color:#ACACAB;
	background-color:transparent;
	text-decoration:underline
}

h2 {
	font-size: 22pt;
	font-family: 'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	margin:10px 0 7px 0;
	letter-spacing:-1px;
	color:#225b7e
}

h2.home {
	font-size: 16pt;
	margin:10px 0 7px 0;
	letter-spacing:-1px;
	color:#225b7e
}

h2 a {
	text-decoration:none;
	color: #899500;
}

h2 a:hover {
	text-decoration:none;
	color: #373B12;
}

#maps {
	margin:20px 0 10px 0
}


#twitter_div {
border:1px solid #dde7d6;
background-color:#f0f6ec;
padding:2px;
width:285px;
}

ul#twitter_update_list {
margin-left:0;
padding-left:5px;
list-style-type: none;
}

ul#twitter_update_list li {
padding:5px 0 5px 0;
line-height: normal;
font-size: 12px;
color:#666666;
/*background: url(../images/tr-dot.gif) repeat-x bottom left;*/
}

#twitter-link {
font-size:12px;
padding:5px;
color:#899500
}


#twitter-link a:hover {
color:#373B12
}




/*#twitter_div { width: 300px; padding: 10px; background-color: #410323; border: solid 1px #5E0F38; }
 
ul#twitter_update_list { width: 300px; padding: 0; margin: 0; overflow: hidden; }
 
ul#twitter_update_list li { width: 300px; padding: 5px 0 5px 0; list-style: none; background: url(../images/tr-dot.gif) repeat-x bottom left; }
 
ul#twitter_update_list li a { color: #FFFFFF; border-bottom: dotted 1px; text-decoration: none; }
 
ul#twitter_update_list li a:hover { color: #CA0A6C; border-bottom: solid 1px; }*/


/*feedburner*/

div.feedburnerFeedBlock {
/*border:1px solid #dde7d6;*/
background-color:#fff;
/*padding:2px;*/
width:300px;
font-size:12px;
}

.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}

.feedburnerFeedBlock ul li {
padding: 0px;
/*border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dde7d6;*/
}

.feedburnerFeedBlock ul li span.headline a {
color: #000;
text-decoration: none;
display: block;
font-weight:bold
}

div.feedburnerFeedBlock p.date {
	font-size:11px;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #535353;
}

#creditfooter {
display: none;
}

