/** PAGE STRUCTURE **/

body  {
	background: #FFF;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding:0;
	padding-top: 20px;
	padding-bottom:10px;
}
.force { 
	display:block;
} 
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 150px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:85px;
	margin-bottom:10px;
} 
.twoColFixRtHdr #hmenu {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#FF9900;
	margin-bottom:3px;
	height:21px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin:0;
	margin-left:0px;
    	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;

}
*+html .twoColFixRtHdr #sidebar1 { margin-top: -0px; } /* style for IE7 only*/
.twoColFixRtHdr #mainContent { 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right:0px;

	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/** HEADER **/

.twoColFixRtHdr #lheader {
	height:85px;
	width:550px;
	float:left;
} 
.twoColFixRtHdr #lheader h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000066;
	padding:0;
	padding-top: 35px;
	font-size:27px;
	line-height:1;
}
.twoColFixRtHdr #lheader h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#999999;
	padding:0;
	padding-left:30px;
	font-size:22px;
	font-weight:normal;
	letter-spacing:14px;
	word-spacing:5px;
}
.twoColFixRtHdr #rheader {
	height:85px;
	width:250px;
	float:right;
	text-align:right;
} 
.twoColFixRtHdr #rheader ul {
	margin:0;
	margin-top:10px;
	padding:0;
	list-style:none;
	font-size:12px;
} 
.twoColFixRtHdr #rheader li {
	display:inline;
	font-size:11px;
} 
#rheader a:link{
	text-decoration:none;
	color:#000066;
}
#rheader a:visited{
	text-decoration:none;
	color:#000;
}
#rheader a:hover{
	text-decoration:underline;
	color:#990000;
}
#rheader a:active{
	text-decoration:underline;
	color:#FF0000;
}
#rheader p {
	font-size:18px;
	margin:0;
	margin-top:5px;
	color:#000066;
	background-image:url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: 150px;
}
#rheader .current{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
.advsearch {
	font-size:10px;
	margin:0;
	text-align:right;
}

/** HMENU **/

.twoColFixRtHdr #lhmenu {
	width:750px;
	float:left;
} 
.twoColFixRtHdr #rhmenu {
	width:200px;
	float:right;
	text-align:right;
} 
.twoColFixRtHdr #lhmenu ul {
	margin:0;
	margin-left:20px;
	padding:0;
	list-style:none;
	font-size:16px;
} 
.twoColFixRtHdr #lhmenu li {
	display:inline;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-right:15px;
	padding-left:15px;
} 
#lhmenu a:link{
	text-decoration:none;
	color:#FFF;
}
#lhmenu a:visited{
	text-decoration:none;
	color:#000;
}
#lhmenu a:hover{
	text-decoration:underline;
	color:#006;
}
#lhmenu a:active{
	text-decoration:underline;
	color:#FFFF00;
}
#lhmenu .current{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
#rhmenu .current{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
.twoColFixRtHdr #rhmenu ul {
	margin:0;
	margin-top:3px;
	margin-right:10px;
	padding:0;
	list-style:none;
	font-size:12px;
	color:#FFFFFF;
} 
.twoColFixRtHdr #rhmenu li {
	display:inline;
} 
#rhmenu a:link{
	text-decoration:none;
	color:#FFF;
}
#rhmenu a:visited{
	text-decoration:none;
	color:#000;
}
#rhmenu a:hover{
	text-decoration:underline;
	color:#006;
}
#rhmenu a:active{
	text-decoration:underline;
	color:#FFFF00;
}
.twoColFixRtHdr #smenu {
	text-align:right;
	margin-bottom:20px;
} 
.twoColFixRtHdr #smenu ul {
	margin:0;
	margin-right:30px;
	margin-bottom:10px;
	padding:0;
	list-style:none;
} 
.twoColFixRtHdr #smenu li {
	display:inline;
	font-size:14px;
} 

/** MAIN CONTENT - POPULAR LINKS **/

.twoColFixRtHdr #popular {
	width:180px;
	float:left;
	padding-top:40px;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
	margin-left:-20px;
}
#popular ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
}
#popular li{
	margin:0;
	margin-bottom:0px;
	padding:0;
	padding-left:20px;
	padding-top:7px;
	list-style:none;
	background-image: url(../images/profile_link01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:25px;
}
#popular a:link{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
#popular a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#popular a:hover{
	text-decoration:underline;
	color:#FFFF66;
}
#map a:active{
	text-decoration:underline;
	color:#FFCC00;
}
#map a:link{
	text-decoration:none;
	color:#FFCC00;
	display:block;
	font-size:15px;
	margin-left:45px;
	font-weight:bold;
}
#map a:visited{
	text-decoration:none;
	color:#FFCC00;
	display:block;
	font-size:15px;
	margin-left:45px;
	font-weight:bold;
}
#map a:hover{
	text-decoration:underline;
	color:#FFFF00;
}
#map a:active{
	text-decoration:underline;
	color:#FFCC00;
}
#mapl {
	padding-top:17px;
}
#mapl ul{
	margin-left:-20px;
	font-weight:bold;
	display:inline;
}
#mapl li{
	font-size:11px;
	margin-left:25px;
	display:inline;
	list-style:none;
}
#mapl a:link{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	display:inline;
	margin:0;
	padding:0;
	font-weight:normal;
}
#mapl a:visited{
	text-decoration:none;
	color:#333333;
	font-size:11px;
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
}
#mapl a:hover{
	text-decoration:underline;
	color:#FF3300;
	font-size:11px;
	display:inline;
}
#mapl a:active{
	text-decoration:underline;
	color:#FF0000;
	font-size:11px;
	display:inline;
}

/** MAIN CONTENT - SPONSORS **/

.twoColFixRtHdr #sponsors {
	margin-top:60px;
	width:960px;
	clear:both;
}
.sponsor {
	width:190px;
	margin-right:5px;
	float:left;
	text-align:center;
}
#sponsors img {
	border:0;
}

/** MAIN CONTENT - SITE **/

.twoColFixRtHdr #site {
	margin-top:20px;
	width:960px;
	text-align:right;
}
.twoColFixRtHdr #site ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
} 
.twoColFixRtHdr #site li {
	display:inline;
} 
#site a:link{
	text-decoration:none;
	color:#000066;
}
#site a:visited{
	text-decoration:none;
	color:#000066;
}
#site a:hover{
	text-decoration:underline;
	color:#990000;
}
#site a:active{
	text-decoration:underline;
	color:#FF0000;
}

/** SIDE BAR **/

.twoColFixRtHdr #sidebar_top {
	width:250px;
	background-image: url(../images/side_bar_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:16px;
}
.twoColFixRtHdr #sidebar_back {
	width:250px;
	background-image: url(../images/side_bar_back.jpg);
	background-repeat: repeat;
	margin-bottom:10px;
	min-height:500px;
}
.twoColFixRtHdr #sidebar_back img {
	border:0;
	margin-bottom:20px;
}
.twoColFixRtHdr #sidebar_contribute {
	width:250px;
	margin:0;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
#sidebar_contribute a:link{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FF9900;
	margin-left:-5px;
	background-image: url(../images/contribute_rollover0.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_contribute a:visited{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FF9900;
	margin-left:-5px;
	background-image: url(../images/contribute_rollover0.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_contribute a:hover{
	background-image: url(../images/contribute_rollover1.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_contribute a:active{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FF9900;
	margin-left:-5px;
	background-image: url(../images/update_rollovera.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixRtHdr #sidebar_join {
	width:250px;
	margin:0;
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}
#sidebar_join a:link{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:-5px;
	background-image: url(../images/update_rollover0.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_join a:visited{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:-5px;
	background-image: url(../images/update_rollover0.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_join a:hover{
	background-image: url(../images/update_rollover1.png);
	background-repeat: no-repeat;
	background-position: center;
}
#sidebar_join a:active{
	display:block;
	width:260px;
	height:30px;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:-5px;
	background-image: url(../images/update_rollovera.png);
	background-repeat: no-repeat;
	background-position: center;
}

/** TYPOGRAPHY **/

h3 {
	color:#666666;
	font-weight:bold;
	font-size:28px;
	margin:0;
	margin-bottom:15px;
	margin-left:-5px;
	padding:0;
	padding-left:30px;
	letter-spacing:5px;
	font-family:Arial, Helvetica, sans-serif;

} 
h3 span{
	color:#999999;
	text-transform:uppercase;
} 
h4 {
	color:#0066CC;
	font-weight:bold;
	font-size:25px;
	margin:0;
	margin-bottom:10px;
	padding:0;
	letter-spacing:4px;
} 
h5 {
	color:#FF6600;
	font-weight:bold;
	font-size:24px;
	margin:0;
	margin-bottom:10px;
	margin-top:30px;
	padding:0;
	letter-spacing:3px;
} 
h6 {
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
	margin:0;
	margin-bottom:10px;
	padding:0;
} 
p, li, ol, td {
	font-size: 13px;
	color:#000066;
	font-weight:normal;
}
#council p {
	margin-bottom:-10px;
}
strong {
	font-weight:bold;
}
.standout {
	font-size: 16px;
	font-weight:bold;
	color:#000000;
}
.redbox {
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FF0000;
	width:50%;
	text-align:center;
}
li {
	margin-bottom:10px;
}
.nobut li {
	list-style-type:none;
}
.nobut span {
	margin-bottom:5px;
	margin-left:30px;
	display:block;
}
.highlight {
	background-color:#FFCC00;
	padding:3px;
}
.nb {
	margin-left:40px;
	font-size:11px;
}
.grey {
	color:#999999;
}
.grey_emphasis {
	 margin-top:0px;
	 line-height:normal;
	 font-size:28px;
	 color:#999;
	 font-weight:bold;
	 }
.standout {
	color:#330000;
	font-size:20px;
}
.subheading {
	color:#CC6600;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:20px;
	padding:0;
	letter-spacing:1px;
	font-weight:bold;
}

.subheading a:link {
	color:#CC6600;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:20px;
	padding:0;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:underline;
}

.subheading a:visited {
	color:#CC6600;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:20px;
	padding:0;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:underline;
}

.subheading a:hover {
	color:#CC6600;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:20px;
	padding:0;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:none;
}

.subheading a:active {
	color:#CC6600;
	font-size:20px;
	margin:0;
	margin-bottom:10px;
	margin-left:20px;
	padding:0;
	letter-spacing:1px;
	font-weight:bold;
	text-decoration:none;
}
.vsmall {
	 font-size:10px;
	 line-height: 1.3em;
	 color:#666666;
	 }
.insert {
	display: block;
	margin-bottom:20px;
	margin-left:230px;
	width:200px;
	padding-bottom:5px;
	border-bottom-width: 3px;
	border-bottom-style:dotted;
	border-bottom-color: #CCC;
	text-align:center;
	}

.insert img {
	padding:5px;
	margin-bottom:3px;
	}

.insert span a {
	display: block;
	background-color:#900;
	font-weight:bold;
	color:#FFF;
	padding:3px;
	margin-top:3px;
	}

.insert span a:visited {
	background-color:#330000;
	font-weight:bold;
	color:#FFF;
	}

.insert span a:hover {
	background-color:#000;
	font-weight:bold;
	color:#FFC;
	}

.insert span a:active {
	background-color:#F00;
	font-weight:bold;
	color:#FF0;
	}

#container .current{
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}

/** NEXT **/

.next {
	margin-bottom:30px;
	margin-left:30px;
	font-weight:bold;
}
.next p {
	color:#FF6600;
}
.next li {
	margin-bottom:10px;
	font-size:17px;
}
.next a:link{
	text-decoration:none;
	color:#900;
}
.next a:visited{
	text-decoration:none;
	color:#933;
}
.next a:hover{
	text-decoration:underline;
	color:#00C;
}
.next a:active{
	text-decoration:underline;
	color:#FFFF00;
}

/** IMAGES **/

.imgL{
	margin-right:15px;
	margin-bottom:5px;
	float:left;
	}
.imgR{
	margin-left:15px;
	margin-bottom:5px;
	float:right;
	}
.img-shadow {
	float:left;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(../images/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
  }
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

/* TIPS, ERROR, MESSAGE, HIGHLIGHT */

.txt_insert {
	float:left;
	width:400px;
	padding:5px;
	margin:10px;
	margin-right:20px;
	margin-bottom:5px;
}

.txt_insert_s {
	float:left;
	width:200px;
	padding:5px;
	margin:10px;
	margin-right:20px;
	margin-bottom:5px;
}
.face_insert {
	float:right;
	width:200px;
	padding:0;
	margin:0;
	margin-left:20px;
}
.face_insert img{
	padding:0;
	margin:0;
}
.face_insert p{
	padding:0;
	margin:0;
}
legend {
	font-size:15px;
	font-weight:bold;
	color:#FF6600;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
}
fieldset {
	margin:0;
	margin-top:20px;
}
fieldset p {
	font-size:10px;
	margin:0;
	margin-bottom:10px;
	margin-top:5px;
}
.message {
	padding-left: 25px;
	color: #DF8600;
	background-image: url(../images/cssimages/bullet-info.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* FORMNOTE STYLE */

div.formnote {
	margin-bottom: 20px;
	margin-left:100px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #F2CAB7;
	width:500px;
}

div.formnote p {
	background: url(../images/form.png) no-repeat left center #FFFFFF;
	margin: 0;
	color: #D25D23;
	padding: 10px 15px 10px 55px;
	border: 2px solid #FCF4F0;
}

/* DOWNLOAD STYLE */

div.download {
	margin-bottom: 20px;
	margin-left:100px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #D7EAC6;
	width:500px;
}

div.download p {
	background: url(../images/cssimages/download-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #609133;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F5FAF0;
}

/* NOTE STYLE */

.stickynote {
	margin-top: 20px;
	padding: 0;
	border: 1px solid #E2E2E2;
}
.stickynote p {
	margin: 0;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F3F3F3;
	background-color: #FFFFFF;
	background-image: url(../images/cssimages/sticky-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* SEARCH RESULTS STYLE */


.r1,.r2,.r3,.r4 {display:block;overflow:hidden;height:1px; border-left:1px silver solid; border-right:1px silver solid}
.r1 {margin:0 1px; background-color: #EEEEEE;}
.r2 {margin:0 2px;background-color: #EEEEEE;}
.r3 {margin:0 3px;background-color: #EEEEEE;}
.r4 {margin:0 5px; background-color:silver;}

.searchround {background-color:#FFFFFF; width:662px; padding-bottom:20px;}
.searchround span b{background-color: #EEEEEE;}




.searchfield {
	background-color: #EEEEEE;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	padding:3px 0px;
	width: 660px;
}
.searchblock {
	margin:5px;
}
.searchCaptionLink {
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:14px;
	font-weight:bold;
}
.searchCaptionBlock{

}
.searchsubcaption{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:10px;
	font-weight:bold;
}
.searchPaging{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:12px;
	text-decoration:none;
	
}
.searchdate{
	text-align:left;
	float:left;
	color:#AAAAAA;
	font-size:10px;
	width:590px;
}
.searchtext{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:10px;
	margin-bottom:10px;
}
.searchviewitem{
	float:left;
}

/* FAQ MODULE */
.ra1,.ra2,.ra3,.ra4 {display:block;overflow:hidden;height:1px;}
.ra1 {margin:0 1px; background-color: #000066;}
.ra2 {margin:0 2px;background-color: #000066;}
.ra3 {margin:0 3px;background-color: #000066;}
.ra4 {margin:0 5px; background-color:#000066;}

#FAQModule{
	float:left; 
	width:670px;
	text-align:left;
	margin-bottom:40px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size:12px;
	font-color:black;
	
}
#FAQForm{
	float:left;
	width: 200px;
	height:150px;
}

#FAQPath{
	clear:both;
}
#FAQTop{
	clear:both;
}
#FAQLast{
	margin-top:30px;
	clear:both;
}
#FAQCategories{
	width:400px;
	text-align:right;	
	float:right;
}
a.af3_nov_links{
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size:14px;
	color:#336699;
	text-decoration:none;
}
a.af3_ask_links{
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size:16px;
	color:#336699;
	text-decoration:none;
}
a.af3_nov_links:hover{
	text-decoration:underline;
}
a.af3_links{
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size:16px;
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
a.af3_cat_links{
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
	margin:0;
	margin-bottom:10px;
	padding:0;
	text-decoration:none;
}
a.f3_links:hover{
	text-decoration:underline;
}
.af3_title{
	font-family:Trebuchet MS, Arial, Tahoma;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#000066;
	padding:3px;
	clear:both;
}
#FAQTopXX{
	margin-bottom:10px;
}

/* NEWS MODULE */

#NewsCatPanel{
	width:250px;
	border:none;
	padding:4px;
	margin-right:20px;
	margin-bottom:20px;
	background-color:none;
	float:left;
	clear:none
}
#NewsCatBlock {
	border-left:1px silver solid;
	border-right:1px silver solid;
	background-color:#EEEEEE;
	padding-left:8px;
	padding-right:8px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size:12px;
}
#NewsContent{
	clear:none;
	float:both;
}
.newsHeadline{
	text-decoration:none;
	font-size:32px;
	font-weight:bold;
	color:#0099CC;
	padding-bottom:10px;
}
.NewsHeadlineLink{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:12px;
	text-decoration:none;
}
.NewsHeadlineDate{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:10px;
	color:#555555;
	text-align:right;
	text-decoration:none;
}
.NewsHeadlineLink:hover{
	text-decoration:underline;
}
.NewsHeadlineThumb{
	display:block;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	max-width:50px;
}
font.NewsHeadlineAbstract{
	font-size:12px;
	font-color:black;
}
.NewsHeadlineBlock{
	margin-top:2px;
	margin-bottom:6px;
}

.rs1,.rs2,.rs3,.rs4 {display:block;overflow:hidden;height:1px; border-left:1px silver solid; border-right:1px silver solid}
.rs1 {margin:0 1px; background-color: #CCCCCC;}
.rs2 {margin:0 2px;background-color: #CCCCCC;}
.rs3 {margin:0 3px;background-color: #CCCCCC;}
.rs4 {margin:0 5px; background-color:silver;}

.rsa1,.rsa2,.rsa3,.rsa4 {display:block;overflow:hidden;height:1px; border-left:1px #fbebba solid; border-right:1px #fbebba solid}
.rsa1 {margin:0 1px; background-color: #fbebba;}
.rsa2 {margin:0 2px;background-color: #fbebba;}
.rsa3 {margin:0 3px;background-color: #fbebba;}
.rsa4 {margin:0 5px; background-color:#fbebba;}





td.story-container{
	vertical-align:top;
}

img{
	border:none;
}


/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text { /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.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 */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}
/* Blocks *********************************************************************/
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-bg-left,
.block-bg-right {
  border-top:1px solid #FFFFFF;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:180px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:#F7F7F7;
  border-right:1px solid #FFFFFF;
  color:#000000;
}
.block-featured-right {
  background:#E7E7E7;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:5px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
  padding:0px;
  margin:0px;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span { /* space between the text and the checkbox */
  padding-left:5px;
}
.checkboxes-list .gldefault { /* default blocks in the user settings block list */
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}
/* Header *********************************************************************/
.header-logo {
  float:left;
  padding-left:15px;
  padding-top:13px;
}
.header-slogan {
  float:right;
  line-height:78px;
  padding-right:15px;
  color: #ffffff;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
  height:78px;
  margin-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
  background:#E7E7E7;
}
.header-navigation-container ul {
  list-style: none;
  padding:0px;
  margin:0px;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  float:right;
  height:24px;
}
.header-navigation-container li {
  float:left;
  padding-right:9px;
  padding-left:9px;
  margin-top:4px;
  background:transparent;
  font-size:.9em;
  border-left: 1px dotted #FFFFFF;
}
.header-navigation-container a:link {
  color:#0000FF;
}
.header-navigation-container a:visited {
  color:#800080;
}
.header-navigation-container a:hover {
  color:#008000;
}
.header-navigation-container a:active {
  color:#FF0000;
}
.header-welcomeanddate-text {
  padding-top:12px;
  padding-left:4px;
  margin: 0px;
  height:40px;
  border-bottom:1px solid #CCCCCC;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1 {
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
  font-size:20px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
  padding-top:10px;
}
.story-icons a {
  margin-left:5px;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
  width:100%;
  vertical-align:top;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:9px!important;
  background:transparent;
  color:#000000;
}
.story-information p {
  padding:0px;
  font-size:9px!important;
  margin:0px;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}

/* Common CSS for on-hover tooltip feature */
span.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
span.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
span.tooltip span {
  display: none;
}
span.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

.mycalTopTitle { color: #000000; background-color:none; border-collapse:collapse; border:1px black solid}
.mycalTitle { background-color:none }
.mycalDateField { background-color:#F9F9F9; text-align:center }
.mycalEventHighlight { background-color:#8FBC8F; text-align:center }
.mycalTodayHighlight { background-color:#EEDD82; text-align:center }
.mycalNextMonth { background-color:#DCDCDC; text-align:center }

/* End of Common Plugin CSS */
