/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url(../images/bk_fade_001.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

div,
td,
p {
	font-size:12px;
	line-height: 130%;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
    font-style: normal;
	text-decoration: underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
}

li {
	line-height: 130%;
	padding-left: 5px;
	padding-top: 0px;
	list-style-type: square;
	list-style-position: inside;
}





/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#wrapper {
        width: 804px;
        height: 100%;
        min-height: 600px;
        margin: 0 auto;
        text-align: left;
}

/** div container for the news **/
#news {
        float: left;
        clear: both;
	background-color: #FFFFFF;
	width: 757px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;    
        text-align: center;
        border-top: 0px solid #ADCFE1;
        border-bottom: 1px solid #ADCFE1;
        border-left: 1px solid #ADCFE1;
        border-right: 3px solid #ADCFE1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #3973AC;
}

/** div container for the top branding/logo information **/
#branding {
        float: left;
        clear: both;
        width: 800px;
        height: 100px;
        padding: 0px;
        border: 0px;
        margin: 0px;
        background-color: #FFFFFF;
        background-image: url(../images/sc_logo_003.gif);
        background-position: center center;
        background-repeat: no-repeat;
        border-left: 1px solid #ADCFE1;
        border-right: 3px solid #ADCFE1;
}


/** div container for the main top menu **/
#top {
        float: left;
        clear: both;
        background-color: #FFFFFF;
	width: 800px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;    
        text-align: center;
        border-top: 1px solid #ADCFE1;
        border-bottom: 1px solid #ADCFE1;
        border-left: 1px solid #ADCFE1;
        border-right: 3px solid #ADCFE1;
}



/** div container for left column **/
#left {
        position: absolute;
        display: block;
        top: 30px;
        left: -50px;
		width: 150px;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        vertical-align: top;
        background-color: #EEEEEE;
        border-top: 1px solid #ADCFE1;
        border-bottom: 2px solid #ADCFE1;
        border-left: 1px solid #ADCFE1;
        border-right: 2px solid #ADCFE1;
}


/** div container for right column **/
#right {
        /* float: right; */
        position: absolute;
        display: block;
		width: 150px;
        height: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
		background-color: #ADCFE1;
        background-image: url(../images/fading_corner_8_clr.gif);
        background-position: left top;
        background-repeat: no-repeat;
        vertical-align: top;
        text-align: left;
}





/** div container for main content **/
#center {
        position: relative;
        float: left;
        clear: both;
        /* display: block; */
		width: 650px;
        min-height: 600px;
        height: auto!important;
        height: 600px;
        margin-bottom: 20px;
        padding-left: 130px;
        padding-top: 14px;
        padding-right: 20px;
        padding-bottom: 10px;
		background-color: #FFFFFF;
        background-image: url(../images/background_small_001.jpg);
        background-position: top right;
        background-repeat: no-repeat;
        vertical-align: top;
        text-align: left;
        border-top: 0px solid #ADCFE1;
        border-bottom: 3px solid #ADCFE1;
        border-left: 1px solid #ADCFE1;
        border-right: 3px solid #ADCFE1;
}

* html #center {
        width: 667px;
        w\idth: 647px;
}


/** div container for the bottom content **/
#bottom {
        float: left;
        position: relative;
        display: inline;
		background-color: #FFFFFF;
		width:  100%;
        height: 10%;
        background-image: url(../images/fading_corner_8.gif);
        background-position: left top;
        background-repeat: no-repeat;
}


/** div container for the footer/copyright content **/
#footer {
        float: left;
        clear: both;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        background-color: #EEEEEE;
	width: 800px;
        height: auto;
        text-align: center;
        vertical-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-top: 1px solid #ADCFE1;
        border-bottom: 3px solid #ADCFE1;
        border-left: 1px solid #ADCFE1;
        border-right: 3px solid #ADCFE1;
}





/* ---------------------
mambo content layout
--------------------- */


/** content title **/
.componentheading {
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#202020;
        font-size: 18px;
        padding: 5px 0 0px 0;
        display:block;
}

.contentdescription {
        font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
        font-size: 10px!important;
}


.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3973AC;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.buttonheading {
	width: 16px;
	text-align:right;
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}

.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** blog Styles **/
.blogsection {
	color:#3973AC;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color: #3973AC;
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** date info in content **/
#center .createdate {
	color:#4A87C4;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

#center .modifydate {
	color:#999999;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;
}


/** content item navigation  **/
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
}

.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;
}

.back_button {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** highlight word search result **/
.highlight {
	font-weight:bold;
	background-color: #ffff00;
	padding: 2px 0 2px 0;
	
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	display:block;
	/*width:130px;*/
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	/*width:124px;*/
}

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li {
	line-height: 150%;
	font-size:11px;
	font-weight:bold;
	list-style-type: circle;
	list-style-position: outside;
}




/* ---------------------
Links
--------------------- */

/*
#center a:before {
        content: url("../images/emblem-symbolic-link.png");
}
*/

#center a:link,
#center a:active,
#center a:visited {
	color:#000000;
    text-decoration: underline;
}

/** any left column link **/
#left a:before {
    content: "";
}

#left a:link,
#left a:active,
#left a:visited {
	color:#000000;
    text-decoration: underline;
}

#left a:hover {
	color: #93B7DB;
	text-decoration:underline;
}


a.pagenav:link ,
a.pagenav_next:link,
a.pagenav_pre:link,
div.back_button a,
div.back_button a:link,
a.latestnews:link,
a.latestnews:active,
a.latestnews:visited,
a.mostread:link,
a.mostread:active,
a.mostread:visited {
	text-decoration:none;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#666666;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	letter-spacing: 2px;
	font-size:10px;
	text-decoration:none;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	color:#3973AC;
	text-decoration:none;
}

/************************
/** generic menu item **/
/***********************/
.mainlevel  {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color: #6F6F6F!important;
    background-color: #EEEEEE;
	text-decoration:none;
	font-size:11px;
	line-height: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover {
	color: #378AB5!important;
	text-decoration: underline!important;
}


/** pathway link item **/
.pathway {
        color: #999999;
        font-size: 11px;
}

a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color: #999999;
	text-decoration: none;
        font-style: italic;
}

a.pathway:hover {
        color: #3973AC;
}

hr.pathway {
        height: 1px;
        color: #ADCFE1;
        border-top: 1px dashed #ADCFE1;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        margin-top: 2px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
}
        

/** table of content list **/
a.toclink:link,
a.toclink:active,
a.toclink:visited {
	color:#3973AC;
	font-size:11px;
	padding:2px 10px 2px 10px;
	display:block;
	text-decoration:none;
}

.pagenavbar a:link,
.pagenavbar a:active,
.pagenavbar a:visited  {
	letter-spacing:2px;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

.pagenavbar a:hover {
	color:#3973AC;
}

/** latestnews and popular **/
.latestnews,
.mostread {
	color:#000000;
}

a.latestnews:link,
.mostread a:link,
.latestnews a:active,
.mostread a:active,
.latestnews a:hover,
.mostread a:hover,
.latestnews a:visited,
.mostread a:visited {
	color:#000000;
	text-decoration:underline;
}

/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.sublevel:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#3973AC;
	background-color:inherit;
}


/***********************/
/* Style for top menu  */
/***********************/

#top a.mainlevel-nav:before {
        background-image: url(../images/splash_lightblue_16x16.png);
        background-attachment: fixed;
        background-position: left center;
        background-repeat: no-repeat;
}


#top a.mainlevel-nav:link,
#top a.mainlevel-nav:active,
#top a.mainlevel-nav:visited {
        font-weight: bold;
        font-size: 1.1em;
        padding-top: 2px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
	//height: 3em!important;
}


#top a.mainlevel-nav:hover {
        padding-top: 2px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        color: #ADCFE1;
}



/* ---------------------
mambo module layout
--------------------- */

/** general module table **/
table.moduletable,
#left table {
	width: 100%;
	float: left;
	clear: left;
    margin-bottom: 10px;
}

#right table {
	width: 100%;
	float: right;
	clear: right;
    margin: 0px;
}

/** general module table **/
#left table td {
	font-size:11px !important;
	color:#000000;
    padding-left: 5px;
    padding-right: 5px;
}

#right table td {
	font-size:11px !important;
	color:#000000;
}

/** general module title **/
table.moduletable th {	
	color:#3973AC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    font-weight:bold;
    background-color: #EEEEEE;
	height:25px;
	text-align: center;
    vertical-align: middle;
    border-bottom: dashed 1px #ADCFE1;
}



/** specific left column form **/
#left form {
	margin-left:3px;
}


#form-login .input {
        border: 0px!important;
}

#form-login li {
        font-size: 0.9em;
	line-height: 130%;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
	list-style-position: outside;
}


#left .button {
	font-size:11px;
	color:#F1F1F1;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
}


/** specific left column form **/
#left .inputbox {
	font-size:11px;
	font-weight: bold;
}

/** module styles in #leftcol **/
#left table.moduletable td {
	color:#000000;
	font-size:11px;
}



/***********************/
/** mambo form layout **/
/***********************/

/** left column input form **/
#left .inputbox {
	font-size:11px;
	margin-bottom:2px;
}

/** input button html tag **/
.button,
#right .button {
        font-size:11px;
	color:#F1F1F1;
	background-color:#585858;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;

}

.search  {
	margin-top:30px;
}





table.moduletable-bgimg td {
	padding: 5px ;
	font-size:11px;
}

table.moduletable-bgimg td td {
	padding: 0!important;
}



/***************/
/** for polls **/
/***************/
.poll {
	font-size:10px;
	line-height: 16px;
}

table.pollstableborder .sectiontableentry2 {
	background-color: transparent;
	text-align:left;
}
table.pollstableborder .sectiontableentry1 {
	background-color: transparent;
	text-align:left;
}

.moduletable_bgimg table.pollstableborder td.sectiontableentry2,
.moduletable_bgimg table.pollstableborder td.sectiontableentry1 {
	background-color:transparent!important;
	text-align:left!important;
}