

/* --Standard CSS-- */


body {
	margin           : 0px 0px 0px 0px;
	color : #333;
	background-color: #fff;
 	font-family      : Arial, Helvetica, sans-serif;
 	 font-size        : 13px;
	}

td, tr, p, div {
	text-align: justify;
	}

a:link, a:visited {
	color : #C3F864;
  	text-decoration  : underline;
	}

a:hover {
  	color            : #ccc;
	}

ul {
 	 margin           : 0px 0px 0px 0px;
	}


hr {
	margin-top:10px;
	margin-bottom:10px;
	color: #ccc;
	width            : 100%;
	}

.title {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color            : #000099;
	}

.pathway {
  	font-size: 12px;
 	 color: #000000;
	}

a.pathway:link, a.pathway:visited {
	  color            : #333;
	  font-weight      : normal;
	}

a.pathway:hover {
 	 color            : #333;
 	 font-weight      : normal;
  	text-decoration   : underline;
	}

/* --Default Class Settings-- */


.bullet {
	margin  : 15px 0px 5px 0px;
	}

.bullet2 {
	margin  : 5px 0px 5px 0px;
	}


.pathwaydiv {float:left; width:217px;}


/*** --MENU CSS-- ***/


#mainmenu {
	padding-top:10px;
	clear:both;
	}

#mainmenu ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


#mainmenu li {
	float: left;
	list-style-type: none;
	margin: 0 1px 0 0;
	white-space: nowrap;
	}


#mainmenu a
{
	display:block;
	color:#fff;
	background-color:#666666;

	width:80px;
	text-align:center;

	height:50px;
	border:1px solid #fff;
	font-size:12px;
	line-height: 50px;
  	text-decoration  : none;
}	


#mainmenu a:link  
{  	text-decoration  : none;}


#mainmenu a:visited
{  	text-decoration  : none;}


#mainmenu a:hover {
	background-color:#FF8167;
	}

#mainmenu a#active_menu {
	font-weight: bold;
	color:#4D4D4D;
	background-color:#666;
	background-color:#fff;
	}

#mainmenu a#active_menu_hover {

}







#mainmenu li ul {
	}

#mainmenu li ul li  {
	margin: 0;
	clear:both;	
	background:#001774;
	border-bottom:2px solid #666666;

	}



#mainmenu li ul li a
{
	display:block;
	color: #000;
	font-size:11px;

	width:80px; 
	height:30px;
	line-height:30px;

	text-align:center;
	background:#C3F864;
	text-decoration:none;
	font-size:11px;	

}



#mainmenu li ul li a:link  
{}



#mainmenu li ul li a:visited
{}



#mainmenu li ul li a:hover {
	background-color:#87CF67;
	color: #fff;
	}



#mainmenu li#current a{
	background:#9ACC99;
	}


#mainmenu li#current li a{
	background:#339933;
	}

#mainmenu li#current li a:hover{
	background:#9ACC99;
	}


#mainmenu li.parent.active{
	background:#9ACC99;
	}


#mainmenu li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
}

#mainmenu li ul { /* second-level lists */
	position: absolute;
	padding-bottom:14px;
	margin-left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#mainmenu li ul ul { /* third-and-above-level lists */
	margin: 0;
}

#mainmenu li:hover ul ul, #mainmenu li.sfhover ul ul {
	margin-left: -999em;
}



#mainmenu li:hover ul, #mainmenu li.sfhover ul { /* lists nested under hovered list items  LEVEL 1*/
	margin-left:0px;
}


#mainmenu li li:hover ul, #mainmenu li li.sfhover ul { /* lists nested under hovered list items LEVEL2 */
	margin-left:129px;
	background-image:url(../images/subnavfootWWW.gif);
	margin-top:-25px;

}











.mainmenu2 {
	padding-top:30px;
	}

.mainmenu2 ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	text-decoration:none;
	}


.mainmenu2 li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	background-image:url(../images/nav2.png);
	background-position: 0px -36px;
	background-repeat:no-repeat; 
	}


.mainmenu2 a
{	display:block;
	width:147px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:132px;
	padding-left:15px;
	color: #fff;
	font-size:13px;
	line-height: 34px;
	height: 36px;
	background-image:url(../images/nav2.png);
	background-position: 0px 0px;
	background-repeat:no-repeat; 
}





html>body .content {
  width:300px;
} 

.mainmenu2 a:link  
{}

.mainmenu2 a:visited
{}

.mainmenu2 a:hover {
	background-position: 0px -36px;
	color: #fff;
	}

.mainmenu2 a#active_menu {
	font-weight: bold;
	color: #fff; 
	background-position: -192px 0px;
	}

.mainmenu2 a#active_menu_hover {

}




/*** --JOOMLA CSS-- ***/


#rightmods{
	padding: 0px 0px 0px 0px;
	text-align:right;
	}

.outer {
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
	}

a.sublevel:hover {
	color: #000000; text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	font-weight: normal;
	}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        border-left: solid 0px #000000;
        border-right: solid 0px #000000;
        border-top: solid 0px #000000;
        border-bottom: solid 0px #000000;
	}


.footer {
	background-color: #66ccff;
	}

.moduletable table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size:11px;
        }

.moduletablelogin td {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	vertical-align: top;
	padding:2px 10px 10px 2px;
	margin: 10px 0px 0px 20px;
	}

table.moduletable td {
	font-size: 11px;
	color: #040C40;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

table.moduletable th {
	 font-size: 14px;
	color: #000099;
	vertical-align: top;
	}

.poll {
	font-size        : 10px;
	color            : #666666;
	line-height      : 14px;
	}

.sectiontableheader {
	background-color : #666;
	color            :#fff;
	}

.sectiontableentry1 {
	background-color : #666; 
	}

.sectiontableentry2 {
	 background-color : #666; 
	}

.small {
	 font-size        : 10px;
	
	text-decoration  : none;
	font-weight      : normal;
	}

.smalldark {
	font-size        : 10px;
	color            : #000000;
	text-decoration  : none;
	font-weight      : normal;
	}


.contentpane {
}

.contentpaneopen {
	text-align:left;
	}

.contentheading, .componentheading {
	padding-top:15px; padding-bottom:15px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color : #FF8167;
	font-weight:bold;
	}


.componentheadingnews {
	padding-top:15px; padding-bottom:15px;
	font-size        : 24px;
	text-align       : left;
	padding-left:0px;
	color : #fff;
	
	}


.contentheadingnews {
	padding-top:5px; 
	font-size        : 20px;
	text-align       : left;
	padding-left:0px;
	color            : #fff;
	
	}



.createdate {
	font-size        : 10px;
	color            : #999999;
	text-align       : left;
	}

.button {
	font-style       : normal;
	font-size        : 10px;
	font-weight      : bold;
	background-color : #F0F0F0;
	color            : #000000;
	border           : 1px solid #333;
	}



.button2 {
	font-style       : normal;
	font-size        : 12px;
	font-weight      : bold;
	padding:5px;
	background-color : #F0F0F0;
	color            : #333;
	border           : 1px solid #333;
	}


.inputbox {
	font-size        : 11px;
	color            : #000;
	background-color : #fff;
	border           : 1px solid #333;
	}


.input {
	font-size        : 11px;
	color            : #000;
	background-color : #fff;
	border           : 1px solid #333;
	}

.buttonlogin{
	background-color : #fff;
	border           : 1px solid #333;
	color            : #666;
	margin-top: 5px;
	font-size        : 11px;
	}


.searchbut2{
	background-color : #fff;
	border           : 1px solid #333;
	color            : ##333;
	width:26px;
	line-height:16px;
	font-size        : 14px;
	text-align:center;
	}


.searchbut {
	width:40px;
	background-color : #333;	
	color            : #000;	
	font-size        : 11px;
}




/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #333; 
        font-weight: bold;
        }

a.category:link, a.category:visited {
	color            : #333333;
	font-weight      : bold;
	}

a.category:hover {
  	color            : #7B8DA1;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {

        font-weight: bold;
        font-size : 10pt;
        color :  #333;
        text-align: center;
}



/*** --CONTENT  CSS-- ***/

.maincontent {
	text-align: justify;
	margin  : 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
	line-height: 1.25;
 	}

.maincontent strong {
	color:#fff;
}




/*** --LAYOUT  CSS-- ***/


body,
html{
	margin:0;
	padding:0;
	}


div#bodywrap {
	text-align:center;
	background-color:#4D4D4D;
	color : #fff;
	}


div#leftborder {
	padding-left:15px;
	background-image:url(../images/leftborder.png);
	background-repeat:repeat-y;
	}

div#rightborder {
	padding-right:15px;
	background-image:url(../images/rightborder.png);
	background-position:right top;
	background-repeat:repeat-y;
	}

div#wrapper {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-width: 770px;
	max-width: 960px;
	width: expression(document.body.clientWidth > 960? "960px": "auto" );
	background:url(../images/leftcols.png) repeat-y 0 0;
	}


div#wrapperinner {
	padding-left:130px;
	}


div#topback{
	height:150px;
	background-image:url(../images/topback.png);
	}



div#topimage {
	}



div#middle {
	clear:both;
	}

div#middleinner {
	}	


div#footerwrap {
	}


div#footer {
	height:25px;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	}





/*** --FORM  CSS-- ***/


form {margin: 0; padding:0; }




/*** --CUSTOM  CSS-- ***/


.mods {
	margin-top:10px;
	padding-left:6px;
	border-left: 4px solid #fff;
	}

.front {
	text-align:center;
	margin:0 auto;
	}

.floatright {
	float:right;
	padding-top:20px;
	padding-bottom:10px;
	}

.topimage {
	padding-top:20px;
	padding-bottom:10px;
	}


.floatright2 {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:0px;
	}


.click2 {
	width:740px;
	text-align:center;
	margin:0 auto;
	line-height:40px;
	}


h3 	{
font-size:14px;
	}

h2 {
font-size:14px;
}

h1 {
font-size:18px;
color:#C3F864;
	}


.images img {
	padding:5px;
	margin:10px;
	border:1px solid #BC3877;
	}


.logogif {
	padding-top:20px;
	padding-left:20px;
	}


.date {
	padding-top:20px;
	font-size:11px;
	color :  #333;
	width:147px;
	text-align:center;
	}


.loginarea {
	padding-left:10px;
	margin-top:20px;
	border-left:solid 4px #333;
	color :  #333;
	line-height:14px;
	font-size:11px;
	}



.maincontent ul {
	list-style:none;
	padding-left:0px;
	padding-top:5px;
	}

.maincontent li {
	list-style:none;
 	background: url(../images/bullet.png) no-repeat 0 50%;
	padding-left:30px;
	}




.winetitle {
	font-size:18px;
	font-weight:bold;	
	padding-top:20px;
	padding-bottom:5px;
}

.winename {
	font-size:14px;
	font-weight:bold;	
	padding-top:10px;
}



