/* -------------------------------------------------------------- 
	
	screen.css
	Screen stylesheet
	by geckonewmedia.com
	
	TOC
	----------------------------------
	1. =RESET
	2. =BASE_TYPOGRAPHY
	3. =BASE_STYLES
-------------------------------------------------------------- */
 

/* -------------------------------------------------------------- 
	=RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

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

a img { border: none; }

/* -------------------------------------------------------------- 
   =BASE
-------------------------------------------------------------- */

body {
	background: #fff;
	text-align: center;
}

div#page_container {
	width: 942px;
	text-align: left;
	margin: 0px auto 0 auto;
	background: white;
}


div#page_content_top {
    width: 942px;
    height: 10px;
    background: url(images/page_top.jpg) left top no-repeat;
}

div#page_content {
    width: 942px;
    background: url(images/page_bottom.jpg) left bottom no-repeat;
}


div.article {
	width: 420px;
	padding: 0px 60px 35px 36px;
	float: left;
	font-size: 12px;
	color: #333;
}



div.aside {
	width: 400px;
	padding: 60px 0px;
	float: left;
}




/* -------------------------------------------------------------- 
	=HEADER & TOPNAV
-------------------------------------------------------------- */

div.header {
	width: 100%;
	position: relative;
	height: 90px;
}


p#logo {
    width: 190px;
    height: 86px;
    margin: 0 !important;
    padding: 0px !important;
    position: relative;
    left: 6px;
}

p#logo a {
    display: block;
    width: 190px;
    height: 86px;
    position: absolute;
    top: 0px;
    left: 0px;
    background:url(images/logo.gif) left top no-repeat;
}

div.header form.site_search {
	position: absolute;
	right: 6px;
	top: 15px;
}

.ie6 div.header form.site_search {
	left: 700px;
}


div.header form label {
    floaT: left;
    font-size: 12px;
    padding-right: 6px;
}

div.header form.site_search input {
    padding: 1px 2px;
    margin: 0;
    position: static;
    float: left;
}

div.header h1 {
	font-size: 28px;
	padding: 15px 15px 0 15px;
        margin: 0;
}

div.header ul.nav {
	width: auto;
	float: right;
	margin: 0 0 0 6px;
	padding: 0;
        text-align: right;
	list-style: none;
	border-left: none;
	border-right: none;
	position: absolute;
	bottom: 0px;
	right: 6px;
}

div.header ul.nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

div.header ul.nav li a {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	padding: 0px 20px 8px 20px;
        font-size: 15px;
	border-left: 1px solid #ecece7;
	text-decoration: none;
        color: #000;
        text-transform: uppercase;
	
}

div.header ul.nav li a:hover {

}

div.header ul.nav li.current a {
	color: #990000;
}    

blockquote {
	background: #e4e4e4;
	padding: 10px;
	font-style: italic;
	line-height: 1.3;
	border: 1px solid #ccc;
}

blockquote p:last-child {
	margin-bottom: 0px;
}

p.tagline {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
}

p.contact  {
    padding: 0 0 0 15px;
    font-size: 11px;
}

/* -------------------------------------------------------------- 
	=SIDEBAR/SUBNAV
-------------------------------------------------------------- */

.sideimg { margin-top: 0px;}

ul.subnav,
ul.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subnav li {
	display: block;
	position: relative;
}

ul.subnav li a {
	display: block;
	text-decoration: none;
	position: relative;
	background: #e3e3e3;
	border-bottom: 1px solid white;
	padding: 5px 10px;
	font-size: 12px;
}

ul.subnav li a:hover {
	background: #d3d3d3;
}

ul.subnav li li a {
	padding-left: 20px;
	font-size: 11px;
}



/* -------------------------------------------------------------- 
	=FOOTER
-------------------------------------------------------------- */

div#page_footer {
    width: 930px;
    margin: 0 auto 20px auto;
    font-size: 11px;
    padding-bottom: 30px; 
    text-transform: uppercase;
}

div#page_footer p {
    margin: 0;
    padding: 0;
}


ul.footer_left {
    width: 450px;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
    
}


div#page_footer ul li {
    display: inline;
    padding-right: 15px;
}

div#page_footer ul li a {    
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}


div#page_footer  div.footer_right ul li a,
div#page_footer  ul.footer_left li a.external {  
    color: #990000;
}


div.footer_right {
    width: 480px;
    float: left;
    text-align: right;
}

div#page_footer div.footer_right ul {
    display: inline;
    margin: 0;
    padding: 0;
}


div#page_footer div.footer_right ul li {
    display: inline;
    padding-left: 20px;
    padding-right: 0px;
}

/* -------------------------------------------------------------- 
	=TYPOGRAPHY
-------------------------------------------------------------- */


body {
	font-family: tahoma, arial, verdana;
}


h1, h2, h3, h4, h5, h6  {
        color: #444444;
	margin: 1em 0 0.5em 0;
	line-height: 1;
}

h1 {
	font-size: 32px;  
}

h2 {
	font-size: 18px;  
}

h3 {
	font-size: 16px;  
}

h4 {
	font-size: 20px;  
}

h5 {
	font-size: 18px;  
}

h6 {
	font-weight: bold;
}

.article ul,
.article ol {
	margin: 1em 0;
	padding-left: 2em;
	color: #666;
	font-family: tahoma, arial, verdana;
}

p {
	margin: 0 0 1em 0;
        font-size: 12px;
        color: #666666;	
	line-height: 1.3;
}

p.action {
	margin-top: 18px;
	font-size: 21px;
	line-height: 1.2;
	margin-bottom: 0px;
}

a {
	color: #0077cc;
}



/* -------------------------------------------------------------- 
   =FORMS
-------------------------------------------------------------- */


div.form fieldset {

}

ul.form_fields {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.form_fields li {
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}

ul.form_fields li label {
	display: block;
	float: left;
	width: 90px;
	padding: 5px;
}

ul.block_labels li label {
	float: none;
	padding: 0 0 3px 0;
	font-weight: bold;
}


ul.form_fields li label.indented_label {
	padding-left: 105px;
}


ul.form_fields li label.wide_label {
	width: 100%;
}


input[type=text],
textarea {
	border:1px solid #dadada;
	border-top-color: #999;    
	padding: 5px;
}

input[type=text]:focus,
textarea:focus {
	border:1px solid #999;
	border-top-color: #555; 
	background-color: #fdffeb;
}

input.input_long { width: 260px; }
input.input_short { width: 80px }

ul.form_fields li select {
	padding: 2px;
	border:1px solid #dadada;
}


div.Doc2Form .vsummary {
    border: 1px solid #dd0000;
    margin-bottom: 15px;
    background: #fde7e7;
    font-size: 12px;
    color: #dd0000;
}

div.Doc2Form .vsummary ul {
    color: #dd0000;
}

div.Doc2Form ol {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

div.Doc2Form ol li {
    padding-bottom: 5px;
}

div.Doc2Form ol li label {
    display: block;
}

/* -------------------------------------------------------------- 
   =NEWS
-------------------------------------------------------------- */


div.news_listing {
    width: 375px;
    margin: 20px 0;
    border-right: 1px solid #ecece7;
}

div.events_listing {
	margin: 20px 0
}


div.events_listing h1,
div.news_listing h1 {
    margin-top: 0px;
}


ul.news_list {
    margin: 0;
    width: 410px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ecece7;
}

ul.news_list li {
    margin: 0 0 0 0;
    padding: 10px 0;
    list-style: none;
    clear: both;
    float: left;
    width: 410px;
    border-bottom: 1px solid #ecece7;
}

ul.news_list li.featured_news {

}



ul.news_list li p {
    font-size: 12px;
    margin-bottom: 0px;
}

ul.news_list li p.news_date,
ul.events_list li p.event_date {
    margin: 0 0 5px 0;
    font-size: 11px;
}

ul.events_list li p.event_date {
	margin-bottom: 2px;
}

ul.events_list h3, 
ul.news_list h3 {
    margin-top: 0px;
    font-size: 13px !important;
}


div.events_listing {
    padding-lefT: 20px;
	padding-top: 0px !important;
}

ul.events_list {
    margin: 0;
    padding: 0;
	border-top: 1px solid #ecece7;
}

ul.events_list li {
    margin: 0 0 0 0;
    padding: 10px 0 15px 0;
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ecece7;
}

ul.events_list img {
    float: left;
    margin-right: 10px;
}


/* -------------------------------------------------------------- 
   =EVENTS
-------------------------------------------------------------- */

div.event_main {
    float: left;
    width: 495px;
    padding-right: 15px;
}

div.event_main h2 {
    font-size: 22px;
}

div.event_nav {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 11px;
    padding: 3px 0;
    position: relative;
    float: left;
    width: 100%;
}


div.event_nav p {
    font-size: 11px;
    float: left;
    margin: 0;
}

div.event_nav a.next_month {
    position: absolute;
    right: 0px;
    top: 4px;
}

div.event_nav a.previous_month {
    position: absolute;
    right: 65px;
    top: 4px;
}

div.event_sidebar {
    width: 220px;
    float: left;
}

div.event_sidebar h5 {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #ccc;
}

h5 a.previous_month span, 
h5  a.next_month span {
    display:none;
}

h5 a.previous_month,
h5 a.next_month  {
    width: 9px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

h5 a.previous_month {
    background-image: url(images/arrow_left.gif);
}

h5 a.next_month {
    background-image: url(images/arrow_right.gif);
}

table.sm_calendar {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 220px;
    font-size: 11px;
}

table.sm_calendar th,
table.sm_calendar td {
    padding: 2px;
    border: 1px solid #e7e7e7;
    text-align: center;
    
}

table.sm_calendar td.eventDay {
    background-color: #c6364a;
    color: white;
    font-weight: bold;
    position: relative !important;
    
}

div.events_today {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #444;
    z-index: 99999;
    width: 200px;
    text-align: left;
    padding: 10px;
    display: none;
}

div.events_today h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

table.sm_calendar th {
    font-weight: bold;
}

p.ical_export {
    padding: 10px 0;
    font-size: 12px;
}

p.ical_export a {
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

ul.events_list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.events_list li {
 
}

ul.events_list li p.event_date_cal {
    width: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #999;
    float: left;

    -moz-box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.events_list li h3 {
    margin: 0;
    font-size: 18px;
}

ul.events_list li p {
    font-size: 12px;
}



/* -------------------------------------------------------------- 
	=HOMEPAGE
-------------------------------------------------------------- */

div.home_content {
	margin-top: 10px;
	padding: 0px 15px 0 15px;
}

div.homepage {
    padding: 0 7px 15px 7px;
}


ul.home_news {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.home_news li {
    clear: left;
}

ul.home_news li h3 {
    font-size: 18px;
    margin: 0 0 5px 0 ;
}

ul#home_boxes {
    margin: 0;
    float: left;
    width: 942px;
    padding: 6px 0 10px 7px;;
    list-style: none;
}

ul#home_boxes li {
    width: 307px;
    float: left;
    margin-right: 7px;
    background: url(images/homebox_bottom.jpg) left bottom no-repeat;
    font-size: 12px;
}

ul#home_boxes li span.top {    
    display: block;
    width: 307px;
    height: 10px;
    background: url(images/homebox_top.jpg) left top no-repeat;
}

ul#home_boxes li.last-child {
    margin-right: 0px;
}

ul#home_boxes li div.homebox_content {
    padding: 0 15px 15px 15px;
}

ul#home_boxes li div.homebox_content ul li {
    padding: 0 0 0 14px;
    background: url(images/bullet_arrow.gif) left 4px no-repeat;
}


ul#home_boxes li h2 {
    text-transform: uppercase;
    margin: 5px 0 6px 0;
    font-size: 16px;
}


ul#home_boxes li h3 {
    font-size: 12px;
}

ul#home_boxes li li  {
    width: auto;
    float: none;
    display: block;
    background: none;
	list-style-type: none
}

/* -------------------------------------------------------------- 
   =MISC
-------------------------------------------------------------- */

div.clear {
	clear: both;
	height: 0px;
	overflow:hidden;
}

.goright {
	float: right;
	margin-left: 10px;
}

.goleft {
	float: left;
	margin-right: 10px
}

ul.quick_links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 370px;
}

ul.quick_links li {
    display: block;
    float: left;
    width: 370px;
    margin-bottom: 2px;
    height: 54px;
    line-height: 1.2;
}

ul.quick_links li span.quick_link_image {
    display: block;
    float: left;
    width: 69px;
}


ul.quick_links li div.link_content {
    display: block;
    float: left;
    background: #000;
    height: 29px;
    width: 281px;
    padding: 10px 10px;
}

ul.quick_links li div.link_content a {
    color: red;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;   
}

ul.quick_links li div.link_content a span {
    color: white;
    display: block;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:		url("/media/16294/menu_bottom.jpg") repeat scroll left bottom transparent; /* SSC 13082010 */
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


.sf-menu {
	position: absolute;
        bottom: 0px;
        right: 6px;
}
.sf-menu a {
	border-left:	1px solid #ecece7;
	padding: 		5px 20px 10px 20px;
	text-decoration:none;
    font-size: 15px;
	font-weight: bold ;
    text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {

}
.sf-menu li li a{
    background: white;
    border: 1px solid #ecece7;
	text-transform: none;
	font-size: 12px;
	padding-bottom: 7px;
	color: #666;
	position: relative;
	display: block;
}

.sf-menu li li a:hover{
    color:#0077cc ;
}

.sf-menu li li li a {
	font-size: 11px;
	background: #ecece7;
	border: 1px solid #fff !important;
	width: 230px !important;
}


.sf-menu li li li {
width: 230px !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/navarrows.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.ie6 .sf-sub-indicator {
	background-position: -10px -90px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}














































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
