/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}





/*
-------------------
MAIN ELEMENTS
-------------------
*/
body, html{
	background-color:#1E2B3F;
	color:#FFF;
	font: .8em/1.5 Arial, sans-serif;
	text-align: center;
}

body{
	background:#1E2B3F url(http://staging.centresource.com/observatory/_SITE/images/body_background.png) top left repeat-x;
}

a {
	color: #FFF;
	text-decoration: none;
}

.sitemason_body a
{
  font-weight: bold;
  text-decoration: underline;
}

p{
	line-height:1.2;
}

strong{
	color:#FFF;
	font-weight:bold;
}

#wrapper{
	position:relative;
	top:0;
	margin:0 auto;
	width:900px;
	text-align:left;
}

#masthead{
	position:relative;
	overflow:hidden;
	width:900px;
	padding-bottom:0px;
}



#maincontent{
	position:relative;
	top:0;
	overflow:hidden;
	height:1%;
	width:900px;
	padding:0;
	padding-top:30px;
	background:#96AF8B url(http://staging.centresource.com/observatory/_SITE/images/main_content_top.gif) top left no-repeat;
}

#maincontentbottom{
	background:transparent url(http://staging.centresource.com/observatory/_SITE/images/main_content_bottom.gif) bottom left no-repeat;
	height:27px;
}

/*
-------------------
NAVIGATION ELEMENTS
-------------------
*/

#global_nav{
	position:absolute;
	top:0;
	right:0;
	/*float:left;*/
	height:53px;
	width:641px;
	font-size:1.1em;
	border-bottom:3px solid #C38A2B;
	background-color:#1D2A3E;
	padding-left:10px;
}

#global_nav	li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align:center;

}



#global_nav li a
{
	height:12px;
	padding:37px 6px 4px 6px;
  display: block;
  color: #fff;
}

#global_nav li.active
{
  background: url(http://staging.centresource.com/observatory/_SITE/images/right_tab.gif) no-repeat right 37px;
}


#global_nav	li a.active{
	background:url(http://staging.centresource.com/observatory/_SITE/images/left_tab.gif) no-repeat left 37px;
}


/*
#global_nav	li{
	display: inline;
	text-align:center;
}

#global_nav	li a{
	color: #FFF;
	height:12px;
	padding:37px 6px 4px 6px;
	display:block;
	float:left;
}



#global_nav a.active{
	background:url(http://staging.centresource.com/observatory/_SITE/images/nav_about.gif) bottom center no-repeat;
	color:#1D2A3E;
	height:12px;
}
*/

/*
-------------------
CONTENT ELEMENTS
-------------------
*/

/* Header Styles */
#site_title{
	float:left;
	height:119px;
	width:249px;
	background:url(http://staging.centresource.com/observatory/_SITE/images/logo.jpg) top left no-repeat;
}

#site_title a{
	display:block;
	height:119px;
	width:249px;
}

#site_title span{
	display:none;
}

#masthead .breakout{
	position:relative;
	float:left;
	clear:left;
	width:249px;
	height:96px;
	margin-bottom:20px;
	background:transparent url(http://staging.centresource.com/observatory/_SITE/images/news_background.jpg) top left no-repeat;
}

div#news{
  margin-top: 2px;
}

div#news h2{
	background:url(http://staging.centresource.com/observatory/_SITE/images/recent_news.gif) 10px 0 no-repeat;
	text-indent:-5000em;
	height:21px;
}

div#news h3{
	margin-top:5px;
	font-size:14px;
        font-weight: bold;
	padding-left: 5px;
}

div#news h3 span {
    font-size: 12px;
    margin-left: 5px;
    font-style: italic;
    font-weight: normal;
    display: none;
}

div#vision h2{
	background:url(http://staging.centresource.com/observatory/_SITE/images/vision.gif) 10px 0 no-repeat;
	text-indent:-5000em;
	height:21px;
}

div#vision p{
	line-height:1.3em;
	font-size:12px;
	padding:0 18px;
	width:200px;
	margin-top:10px;
}

div#vision p a { text-decoration: none; }

div#news h3{
	margin-top:5px;
	font-size:14px;
	padding-left:18px;
}

div#news p{
	line-height:1.3em;
	font-size:10px;
	padding:0 18px;
	width:200px;
}

div#news a.more{
	position:absolute;
	top:78px;
	left:203px;
	background:url(http://staging.centresource.com/observatory/_SITE/images/more.gif) top right no-repeat;
	height:16px;
	width:46px;
	display:block;
}

div#news a.more span{
	display:block;
	text-indent:-5000em;
}

#masthead_image_wrapper
{
    position:absolute;
	  top:56px;
	  	right:0;
	padding-bottom:15px;
	background-color:#1D2A3E;
}

#masthead img{

	border-bottom:3px solid #C38A2B;
	border-top:3px solid #C38A2B;

}

#copy{
	position:relative;
	top:0;
	left:0;
	background:url(http://staging.centresource.com/observatory/_SITE/images/content_bg.png) top right repeat-y;
	width:613px;
	padding:0;
	margin:0;
}



#copy_top{
	background:url(http://staging.centresource.com/observatory/_SITE/images/content_top.png) top right no-repeat;
	width:613px;
	min-height:38px;
	padding:20px 0;
	position:relative;
}



#copy_top .sitemason_paragraph, #copy_top .sitemason_article, #copy_top .sitemason_header form{
	padding:10px 20px 0 10px;
	width:580px;
	font-size:12px;
	line-height:1.3;
}


#copy_top .sitemason_newspub h1  {
    margin-bottom: 10px;
}

#copy_top .sitemason_newspub .sitemason_article .sitemason_body {
    margin-left: 10px;
}

#copy_top .sitemason_newspub .sitemason_article {
    margin-bottom: 20px;
}

#copy_top .sitemason_newspub .sitemason_article h2{
    font-size: 14px;
    margin-bottom: 10px;
}


#copy_top .sitemason_newspub .sitemason_article h2 a {
    text-decoration: none;
}

#copy_top .sitemason_newspub .sitemason_article h2 a:hover {
    text-decoration: underline;

}


#copy_top .sitemason_newspub .sitemason_header_date {
    font-style: italic;
}





.sitemason_title{
        text-decoration:underline;
	font-size:16px;
	line-height:20px;
        font-weight: bold;
        margin-left: 10px;
}

#copy_bottom{
	position:relative;
	width:613px;
	height:22px;
	background:url(http://staging.centresource.com/observatory/_SITE/images/content_bottom.png) bottom right no-repeat;
	margin-bottom:10px;
}


/*
#images{
	position:absolute;
	top:30px;
	right:7px;
	margin:0;
	padding:0;
	width:273px;
}
*/

#images{
  float: right;
  margin: 0px 5px 0px 0px;
  padding: 0;
  width: 273px;
}

#images p{
	width:273px;
	color:#2B3822;
	font-size:10px;
}

/* footer styles */
#footer{
	background:url(http://staging.centresource.com/observatory/_SITE/images/footer_bg.gif) top left repeat-x;
	margin-top:11px;
	color:#FFF;
	text-align:center;
}

#footer ul{
	margin:0 auto;
	height:53px;
	width:640px;
	font-size:1.1em;
}

#footer li{
	display: inline;
	text-align:center;
}

#footer li a{
	color: #FFF;
	height:39px;
	line-height:39px;
	padding:0 6px;
	display:block;
	float:left;
}

/* interior page styles */
body#sub #masthead{
	padding-bottom:20px;
}

body#sub #masthead div{
	margin-bottom:0;
}

body#sub #vision
{
  margin-top: 9px;
}

body#sub #copy{
	background:url(http://staging.centresource.com/observatory/_SITE/images/sub_content_bg.png) top right repeat-y;
	width:743px;
}

body#sub #copy .sitemason_paragraph{
	width:715px;
}


body#sub #copy_top{
	background:url(http://staging.centresource.com/observatory/_SITE/images/sub_content_top.png) top right no-repeat;
	width:743px;
}

body#sub #copy_top .sitemason_title{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	margin-left:10px;
}

/*
body#sub #copy_top div{
	float:right;
	width:215px;
	padding-left:10px;
}


body#sub #copy_top div .sitemason_paragraph{
	color:#2B3822;
	font-size:10px;
	padding-right:40px;
	margin-top:0;
	padding-top:5px;
	width:175px;
}
*/
body#sub #copy_bottom{
	background:url(http://staging.centresource.com/observatory/_SITE/images/sub_content_bottom.png) bottom right no-repeat;
	width:743px;
}

/* secondary nav */
#secondary_nav
{
    float: right;
    width: 148px;
}

#secondary_nav li
{
  margin-bottom: 10px;
}

#secondary_nav li, #secondary_nav li a
{
    color: #1F2C41;
    font-size: 11px;
    font-weight: bold;

}

#secondary_nav li a:hover, #secondary_nav li a.active
{
  text-decoration: underline;
}

#secondary_nav .secondary_nav_title h2 a
{
   display: block;
   width: 148px;
    font-size: 18px;
    border-bottom: 2px solid #1F2C41;
    margin-bottom: 10px;

}

#secondary_nav .secondary_nav_title h2 a:hover
{
  text-decoration: none;
}
