/*
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/
body {
    background-image: url('../images/bg_body.png');
    background-repeat: repeat-x;
    behavior: url("csshover3.htc");
    text-align:center;
    font-family: Arial, Helvetica, sans-serif
}
#PageContainer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}


/** Page Header **/
#PageContainer #PageHeader {
    width: 960px;
    height: 95px;
    float:left;
}
#PageContainer #PageHeader #Logo {
    height: 150px;
    width: 160px;
    /*margin-right: 20px;*/
    margin-top: 0px;
    float:left;
    position:relative;    
}
#PageContainer #PageHeader #Logo a,
#PageContainer #PageHeader #Logo img {
    border:none;
}
#PageContainer #Login {
    float:right;
    height:65px;
}
#PageContainer #Login #user-panel {
    height:40px;
}
#PageContainer  #Login #user-message {
    height:25px;    
}
#PageContainer  #Login #user-message {
    text-align:right;
    color: #cc0000;
    font-weight: bold;
}

#PageContainer #PageHeader #Menu {
    height: 30px;
    float: right;
    background-color: #fff;
    font: 14px normal;
    margin-top: 90px;
    cursor: pointer;
}

#PageContainer #PageHeader #Menu ul.topnav {
        list-style: none;
	padding: 0 0px;
	margin: 0;
	float: right;
	background: #fff;
	font-size: 1.2em;
}
#PageContainer #PageHeader #Menu ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; 
}
#PageContainer #PageHeader #Menu ul.topnav li a{
	padding: 10px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
#PageContainer #PageHeader #Menu ul.topnav li a:hover{

}
u#PageContainer #PageHeader #Menu l.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 30px;
	float: left;
	background: #fff;
        border: 1px solid #000;
}
#PageContainer #PageHeader #Menu ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
#PageContainer #PageHeader #Menu ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: #fff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 210px;
	border: 1px solid #111;
}
#PageContainer #PageHeader #Menu ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; /*--Create bevel effect--*/
	/*border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 205px;
}
#PageContainer #PageHeader #Menu ul.topnav li ul.subnav li a {
	float: left;
	width: 195px;
	padding-left: 5px;
}
#PageContainer #PageHeader #Menu ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #999;
}


/** End Page Header **/

/** Page Content **/
#PageTitle {
    width: 960px;
    height: 50px;
    background-image: url('../images/bg_innerPageBanner_blue.png');
    float:left;
}
#PageTitle.withLinks  {
    background-image: url('../images/bg_innerPageBanner_blue2.png');
}
#InnerPageContent {
    width: 958px;
    /*border-top: 1px solid #000;*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    float:left;
    background-color: #fff;
    background-repeat: repeat-y;
}
#InnerPageContent.withLinks  {
    background-image: url('../images/bodybg2.png');
}

#InnerPageBottom{
    width: 960px;
    height: 20px;
    float: left;
    background-image: url('../images/bg_innerPageBottom.png');
   /*margin-bottom: 10px;*/
}
#InnerPageBottom.withLinks  {
    background-image: url('../images/bg_innerPageBottom2.png');
}

#InnerPageColumn1 {    
    margin-left: 20px;    
    /*margin-top: 20px;*/
    padding-right: 30px;
    float:left;
}
.withLinks #InnerPageColumn1 {
    width: 670px;
}
#InnerPageLinks {
    margin-top: 20px;
    margin-right: 5px;
    width: 230px;
    float:right;
}

#InnerPageLinks ul {
	padding:0px;
	
	margin:0px !important;

}


#InnerPageLinks ul li {
    list-style-type:none;
    margin-bottom: 10px;
    padding: 5px;
}
#InnerPageLinks ul li:hover {
    background-color: #004a80;

}



#InnerPageLinks ul li a{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

/** End Page Content **/


/** Page Footer **/
#Associations fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px dotted #ccc;
}

#Associations fieldset legend{
    padding-right: 10px;
}
#footer {
    width: 940px;
    padding: 10px;
    font-size: 12px;
    color: #666;
}

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

#footer a:hover {
    color: #333;
}
#footer .contact {
    float:left;
}
#footer .contact .label {
    font-weight:bold;
}
#footer .developer {
    text-align:center;
    font-size:80%;
}
/** End Page Footer **/
























/** BLOG CSS **/
.blogs .entry {
    margin-bottom:50px;
    border:1px solid #A1A293;
    padding-bottom:20px;
}
.blogs.view .entry {
    border:none;
}
.blogs .entry .header {
    position:relative;
    height: 45px;
}
.blogs .entry .header h2 {
    font-size: 2.3em;
    line-height: 105%;
    min-height: 30px;
    padding: 0 0 10px 115px;
}
.blogs .entry .header h2 a:hover {
    color: #aed9f0;
}
.blogs .entry .header h2 a {
    color: #1A74B0;
    text-decoration: none;
}
.blogs .entry .header .date {
    /*border-bottom: 1px solid #A1A293;
    border-right: 1px solid #A1A293;*/
    border: 1px solid #A1A293;
    border-left:none;
    border-top:none;
    color: #999;
    text-transform: uppercase;
    background-color: #1A74B0;

    height: 28px;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 86px;
    z-index: 99;
}
.blogs.view .entry .header .date {
    right:0;
    left:auto;
    border: 1px solid #000000;
    border-right:none;
    border-top:none;

}
.blogs .entry .header .date .day {
    border-left: 1px solid #A1A293;
    text-shadow: 0 1px 0 #7C7C70;
    float: right;
    font-size: 26px;
    font-weight: bold;
    padding: 2px 0 4px 10px;
}
.blogs .entry .header .date .month {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    width: 32px;
}
.blogs .entry .header .date .year {
    display: block;
    font-size: 14px;
}
.blogs .entry .content {
    margin:10px;
}


/** Module CSS **/
.module {
    border-top:1px dotted #999;
    padding:10px 0;
}
.module .title {
    text-align: center;
    text-transform: uppercase;
    background-color: #AED9F0;
    height:26px;
}
.module .title h2 {
    padding: 4px 0px;
}
.module .blogList .entry {
    margin-bottom:15px;
}
.module .blogList .entry .header h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    padding: 10px 0 0 0;
}
.module .blogList .entry .header h2 a:hover {
    color: #aed9f0;
}
.module .blogList .entry .header h2 a {
    color: #1A74B0;
    text-decoration: none;
}
.module .blogList .entry .header .date {
    font-size: 11px;
    font-style: italic;
}

.module .documentList .document {
    margin:3px 0;
}
.module .documentList .document a:hover {
    color: #aed9f0;
}
.module .documentList .document a {
    color: #1A74B0;
    text-decoration: none;
    font-weight: bold;
}


.module .pageList .link {
    margin:3px 0;
}
.module .pageList .link a:hover {
    color: #aed9f0;
}
.module .pageList .link a {
    color: #1A74B0;
    text-decoration: none;
    font-weight: bold;
}

.user-dialog {
    text-align: left;
}
.user-dialog .row {
    margin: 10px 0px;
}
.user-dialog .label {
    width:200px;
    text-align: right;
    float:left;
    padding-right:5px;
}
.user-dialog .value {
    width:200px;
    float:left;
}
.user-dialog #button-container {
    text-align:right;
}
