/* Start of CMSMS style sheet 'wetow' */
/***** STYLE SHEET FOR WE TOW *****/

body{
background: #fff;
font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
font-size: 0.8em;
}

img{
border: 0;
}

h1{
color: #3A81C1;
margin-bottom: 0;
margin-top: 0;
}

h2{
color: #FFFFFF;
background: #3A81C1;;
font-size: 140%;
font-weight: normal;
margin: 0;
padding: 4px 0 4px 4px;
}

h3{
color: #3A81C1;
margin-bottom: 0;
}

.NewsSummaryLink a{
color: #3A81C1;
text-decoration: none;
font-size: 1.2em;
}

.NewsSummaryMorelink a{
color: #3A81C1;
text-decoration: none;
}

.NewsSummaryMorelink a:hover{
color: #3A81C1;
text-decoration: underline;
}


h4{
color: #3A81C1;;
margin-bottom: 0;
}

p{
color: #222;
margin-top: 0;
}

table{
color: #222;
margin-bottom: 12px;
}

#wrapper{
margin: 0 auto;
width: 944px;
}

#header{
margin-left: 16px;
padding-bottom: 4px;
}

#logo{
float: left;
width: 49%;
}

#logo img{
border: 0;
}

#search{
float: right;
width: 49%;
padding-top: 40px;
}

#search form{
margin-left: 200px;
}

#leftNav{
background: #F6F6F6;
float: left;
width: 216px;
margin: 0 0 16px 16px;
padding-top: 12px;
}



#mainBody{
float: left;
width: 680px;
margin-left: 16px;
}

#fpImg{
float: left;
width: 680px;
margin-left: 16px;
}

#fpRightBox{
float: left;
margin-left: 16px;
width: 216px; height: 348px;
background: #F6F6F6;
text-align: center;
padding-top: 12px;
}

#newsScroller{
font-size: 130%;
color: #9DC0E0;
border: 1px solid #9DC0E0;
padding: 10px 0;
margin: 0 16px 0 16px;
overflow: hidden;
display: inline;
}

.marquee{
margin-top: 0;
}

.fpnews{
margin-top: 0;
text-transform: uppercase;
color: #5891C7;
}

.fpnews a{
padding-top: 0;
text-decoration: none;
color: #5891C7;
}

.wideTowItem{
float: left;
width: 446px;
margin: 0 0 16px 16px;
border: 1px solid #9DC0E0;
overflow: hidden;
display: inline;
height: 165px;
}

.wideTowItem a{
color: #F65D04;
text-decoration: none;
}

.wideTowItem a:hover{

}

.wideTowItem img{
margin: 8px;
float: right;
}

.wideTowItem p{
margin: 8px;
text-align: justify;
color: #444;
}

.towItem{
float: left;
width: 214px;
margin: 0 0 16px 16px;
border: 1px solid #9DC0E0;
overflow: hidden;
display: inline;
}

.towItem a{
color: #F65D04;
text-decoration: none;
}

.towItem a:hover{

}

.towItem img{
margin: 8px;
float: right;
}

.towItem p{
margin: 8px;
text-align: justify;
color: #444;
}

#preFooter{
clear: both;
background: #3A81C1;
margin: 0 16px 0 16px;
text-align: center;
padding: 6px 0;
}

#footer{
margin: 0 16px;
background: #9DC0E0;
color: #fff;
padding: 6px;
}

#footer p{
color: #fff;
margin: 0;
padding: 0;
}

.footLeft{
width: 49%;
float: left;
text-align: left;
}

.footRight{
width: 49%;
float: right;
text-align: right;
}

#footer a{
text-decoration: none;
color: #fff;
}

.clear{
clear: both;
height: 1px;
}


/***** NAVIGATION *****/

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url('uploads/wetow/images/spacer.gif');
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
	position: relative;
	height: 33px;
	z-index: 100;
margin: 16px 16px 6px 16px;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 33px;
	background-image: url('uploads/wetow/images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 990px;
	clip: rect(auto, auto, auto, 990px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 33px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 99px;
	background-image: url('uploads/wetow/images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
	color: #FFFFFF;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 33px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-33px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-33px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-33px;
}
.art-menu a:hover .t
{
	color: #F5F5F5;
}

.art-menu li:hover a .t
{
	color: #F5F5F5;
}

.art-menu li:hover>a .t
{
	color: #F5F5F5;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -66px;
}

.art-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 33px;
	background-image: url('uploads/wetow/images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('uploads/wetow/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #FCFCFC;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #FCFCFC;
	background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
	color: #FCFCFC;
	background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #FCFCFC;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #FCFCFC;
}

/* end MenuSubItem */



/* LH SIDE NAVIGATION */
#menuwrapper{
margin-top: 16px;
margin-bottom: 16px;
}

#menuwrapper ul{
list-style-type: none;
list-style-position: inside;
list-style-image: url(uploads/wetow/images/li.gif);
margin: 0 0 0 1em;
padding: 0;
font-size: 1.2em;
}

#menuwrapper li{
padding: 0;
text-transform: uppercase;
}

#menuwrapper ul.unli {
font-size: 0.8em;
margin: 5px 0 5px 10px;
}

#menuwrapper a{
text-decoration: none;
color: #2F76BA;
}

#menuwrapper ul li a:hover{
text-decoration: underline;
}



/* End of 'wetow' */

