﻿@import url(fieldset.css);
@import url(submenu.css);
@import url(statusbar.css);
@import url(newsticker.css);
@import url(servicetile.css);
@import url(paging.css);

body {
	margin: 0;
	padding: 0;
	background: #1f1f1f url('/images/bg.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #2d2b2b;
	padding-bottom: 7px;
}

.bullet
{
	font-size: 13px;
}

h1 {
	font-size: 24px;
    color: #fdff6b;
    letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	color: #ffffff;
}

h3 {
	font-size: 16px;
	margin:0;
	color: #f68afd;
}

p, ul, ol {
	margin: 0 0 .3em 0;
	line-height: 1.5em;
	text-align: justify;
}

p 
{
	font-family: Arial;
	font-size: 1.1em;
	color:#ffffff;
	padding: 2px 0 2px 0;
}

blockquote {
	font-style: italic;
}

ul 
{

}

ol {
}

a {
	color: #FFFB46;
	text-decoration: none;
}

a:hover {
	color: #FFFC78;
	text-decoration: none;
}

small {
}

hr {
	height: 1px;
	border-top: dashed 1px #474747;
	border-bottom: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 927px;
	height: 131px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Logo */


/* Header Menu */
#headerlogo
{
	background: url('/images/wtlogo.gif') no-repeat;
	height: 61px;
	width: 286px;
	margin-top:20px;
}
	
#headersearch 
{
	background: url('/images/searchbg.jpg') no-repeat;
	height: 26px;
	width: 246px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#headersearch .textsearch
{
	border: solid 1px #7e7e7e;
	background-color: #7e7e7e;
	margin: 3px 20px 0px 3px;
	width: 175px;
	color: #ececec;
}

#headersearch .buttonsearch
{
	border: solid 1px red;
	width: 30px;
	height: 26px;
	margin:0px 0px 0px 0px;
	vertical-align: middle;
}

/* Call Back*/

#callback
{
	height:26px;
	width:133px;
	float: right;
	margin-right: 20px;
}

/* Client Login*/

#clientlogin
{
	height:26px;
	width:106px;
	clear: right;
	float: right;
	padding-top: 15px;
}


/* MenuBannerHolder */


/* Menu */

#menu {
	width: 928px;
	height:37px;
	background: url('/images/menubg.jpg') no-repeat;
}

/* Banner */

#bannerholder{
	width: 925px;
	padding:0px;
	height: 247px;
	margin-top: 20px;
}

#banner{
	width: 880px;
	margin: 0px; 
	padding: 0px;
	height: 300px;
	background: url('/images/bannerbg.jpg') no-repeat;
}

#banner .txtholder{
	width: 500px;
	padding: 15px;
	height: 260px;
	float:left;
}

#banner .txtholder .btitle
{
	margin: 0;
	font: 30px tahoma bold;
	color: #333333;
	background:none;
}

#banner .txtholder .btext 
{
	clear:both;
	margin: 8px 10px 0 0;
	font: 14px tahoma bold;
	color: #333333;
}

#banner .txtholder ul 
{
	margin: 10px 0;

}

#banner .txtholder ul li{
	list-style-type:disc;
	font: 13px tahoma bold;
	color: #333333;
	margin: 4px 0;
}

#banner img
{
	margin: 25px 0 0 30px;
	float:left;
}
/* Banner Footer */

#bannerfooter{
	width: 905px;
	margin: 0px;
	height: 130px;
	background: url('/images/bannerfooterbg.gif') no-repeat;
}

/* Page */

#page {
	width: 928px;
	margin: 0 auto;
}

#bg {
	background: #eeeeee;
}

/* Content */

.pagetitleholder
{
    padding: 20px 0px 20px 0px;
    width: 927px;
    height:0px;
}

.pagetitle
{
    margin-left: 150px;
}

#content {
	float: left;
	width: 927px;
	background: url('/images/contentbg.jpg') no-repeat;
	height: 500px;
}

#contentb .top 
{
	background: #fff url('/images/contentbg2top.jpg') no-repeat;
	width: 922px;
	float: left;
	margin: 10px 0 0 0;
	height: 25px;
}

#contentb .middle 
{
	background: #fff url('/images/contentbg2middle.jpg') repeat-y;
	width: 922px;
	float: left;
	min-height: 300px;
}

#contentb .bottom 
{
	background: #fff url('/images/contentbg2bottom.jpg') no-repeat;
	width: 922px;
	float: left;
	height: 25px;
}

#content .contenttitle
{
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 1px;
	float: left;
}

.pagecontent 
{
    float: left;
    margin: 0px;
    padding:0px;
}

.pagecontent ul
{
	font-family: Arial;
	font-size: 1.1em;
	color:#ffffff;
}

/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url('/images/img11.jpg') no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Footer */

#footer {
	padding: 30px 0;
	float: left;
	width: 927px;
		font-size: 10px;
}

#footer p {
	text-align: left;
	font-size: 10px;
	color: #ececec;
	width: 225px;
}

#footer a {
	color: #ececec;
	
}

#footermenu {
    float:right;
}

#footermenu ul{
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

#footermenu ul li {
    position: relative;
    display: block;
    float: left;
    background: url('/images/menuright.gif') no-repeat right 50%;
    padding: 0px 10px 0px 7px;
}

#footercorp {
    float: left;
	width: 927px;
	margin: 0px 0px 10px 0px;
}

#footercorp img {
    float:left;
}

#footercorp p {
    float: right;
    width: 375px;
}

/**/

.post {
	margin:0 5px 0 0;
	padding: 10px;
	height: 115px;
	width: 275px;
	float:left;
}

.title 
{
	clear:both;
	padding: 0 30px 0 0;
	font: 22px tahoma bold;
	color: #214c9a;
	background: url('/images/bluearrow.gif') no-repeat right 50%;
	display:inline;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.text 
{
	clear:both;
	margin: 8px 0 0 0;
}

#contentb .ctitle 
{
	margin: 0;
	font: 28px tahoma bold;
	color: #333333;
	background:none;
}

#contentb .ctext 
{
	clear:both;
	margin: 8px 10px 0 0;
	color: #333333;
}

.maincontent
{
    width: 757px;
    float: left;
    margin-left: 10px;
}

.col1
{
	float: left;
    width: 140px;
}

.col2
{
	float:left;
}

.col3
{
	float: right;
    width: 225px;
}

.col4
{
	margin: 15px 0 0 0;
	height: 100px;
	width:920px;
	float:left;
	background: url('/images/logosbg.jpg') no-repeat;
}

.col4 img
{
	margin: 4px 0 0 4x;
	padding: 14px 15px;
	border-right: dotted 1px #7c7c7c;
}

#sitemap ul
{
	float:left;
	margin:10px;
	padding:0 18px 0 0;
	border-right: dashed 1px #474747;
	height: 175px;

}

#sitemap ul li
{
	margin:0px;
	list-style-type: none;
}


fieldset
{
	border: none;
	margin-top: 15px;
}

fieldset legend
{
	display: none;
}

fieldset label
{
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	clear: both;
}

fieldset label.copy
{
	float: left;
	width: 500px;
	text-align: left;
	margin-right: 10px;
	margin-top: 3px;
	font-size: 1.1em;
	margin-bottom: 10px;
	clear: both;
}

fieldset input.textbox
{
	border: solid 1px #000000;
	background-color: #ffffff;
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

fieldset input.textboxmandatory
{
	border: solid 1px #000000;
	background-color: #ececec;
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

fieldset span.checkbox
{
	width: 240px;
	float: left;
}

fieldset span.checkbox input
{
	float: left;
	margin-bottom: 5px;
}

fieldset span.checkbox label
{
	clear: both;
	text-align: left;
}

fieldset select
{
	border: solid 1px #000000;
	background-color: #ffffff;
	float: left;
}

fieldset select.mandatory
{
	border: solid 1px #000000;
	background-color: #ececec;
	float: left;
}

fieldset input.button
{
	float: left;
}

fieldset span.warning
{
	width: 500px;
	color: #ff0000;
}
