/* Start of CMSMS style sheet '!Screen' */
* {
	margin:0; 
	padding:0; 
}

html, body { 
	text-align:center; 
	color:black;
	background-color:#FFFFFF; 
	background-image:url(images/main_bg.gif);
	background-position:0 164px;
	background-repeat:repeat-x;
	font-family:tahoma,verdana,sans-serif;
	font-size:12px;
} 

img {
	border:0;
}

#outer {
	background-image:url(images/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
 
#container { 
height:100%;
	width:902px; 
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
} 
 
#header {
	position:relative; 
	height:123px; 
	width:100%;
	padding-top:41px;
} 

#nav {
	background-image:url(images/nav_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	height:53px;
	margin-top:25px;
	color:white;
}

#nav ul li {
	display:inline;
}

#nav ul li a {
	display:block;
	height:21px;
	float:left;
	/*padding:20px 25px 0 25px;*/
	padding-top:14px;
	color:white;
	text-decoration:none;
}

#nav ul li a span {
	display:block;
	height:100%;
	padding:6px 25px 0 25px;
	border-left:1px solid #0078a6;
	border-right:1px solid #00e2f0;
	cursor:pointer;
}


#nav ul li a:hover {
	background-image:url(images/nav_hover.gif);
	background-position:50% 4px;
	background-repeat:no-repeat;
}

#nav ul li a.currentpage {
	background-image:url(images/nav_current.gif);
	background-position:50% 4px;
	background-repeat:no-repeat;
}

#nav ul li a.first span {
	border-left:0;
}

#nav ul li a.last span {
	border-right:0;
}

#footer {
	margin-top:30px;
	clear:both;
	color:#a2a2a2;
}

#footer li {
	display:inline;
	padding-right:10px;
}

#footer li a {
	color:#A2A2A2;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}

#services {
	float:right;
	width:305px;
}

#services li {
	color:#0a99d6;
	margin:3px 0 3px 15px;
}

#call {
	background-image:url(images/call_to_action.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:605px;
	height:222px;
	margin-left:-20px;
	margin-top:11px;
}

#news {
	float:right;
	width:304px;
	background-image:url(images/news_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#news #news_inner {
	background-image:url(images/news_bg_t.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:148px;
	padding:15px 15px 1px 15px;
}

#news_bottom {
	background-image:url(images/news_bg_b.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:14px;
	overflow:hidden;
}

#welcome_events {
 	width:554px;
	margin-top:15px;
}

#welcome {
	background-image:url(images/welcome_bg_t.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

#welcome div {
	background-image:url(images/welcome_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:148px;
	padding:15px 15px 1px 15px;
}

#welcome_bottom {
	background-image:url(images/welcome_bg_b.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:14px;
	overflow:hidden;
	margin-bottom:15px;
}

#events {
	background-image:url(images/events_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:177px;
	padding:15px;
	color:white;
}

h2, h3 {
	color:#0A99D6;
	font-family:"Arial Narrow";
	font-weight:normal;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.4em;
}

a {
	color:#0a99d6;
}

a:hover {
	text-decoration:none;
}

p {
margin-top:10px;
margin-bottom:10px;
}

h2.events {
 color:white !important;
}

/*news*/

.NewsSummary {
	border-top:1px solid #edeced;
	margin-top:10px;
	padding-top:10px;
}

.NewsSummaryLink {
	margin-bottom:10px;
}

.NewsSummaryPostdate, .NewsSummaryCategory, .NewsSummaryAuthor {
	display:none;
}

.NewsSummaryMorelink {
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:19px;
}


.clear {
	clear:both;
	height:0;
}

.sub_menu {
	float:left;
	width:189px;
	padding:10px;
	list-style:none;
	border-right:1px solid #ECECEC;
}

.sub_menu ul {
	margin-left:10px;
	list-style:none;
}

.sub_menu li {
	padding-bottom:5px;
}

#content {
	padding:10px 10px 10px 230px;
}

#content_wrapper {
	background:white;
	border:1px solid #ECECEC;
	margin-top:10px;
}

#content img {
	padding:10px;
	border:1px solid #ECECEC;
	margin:10px;
}

#tv {
position:absolute;
top:0;
right:0;
}

#welcome div div {
  background:none;
  border:0;
  min-height:auto !important;
  padding:auto;
}

 /* *** Float containers fix: *** */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* End of '!Screen' */

