body {
	background-color: #087573;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#contentwrapper {
	background-color: #fff;
	width: 970px;
	margin: 20px auto 20px auto;
	padding: 10px;
	text-align: left;

}
div.clear, hr {
	font-size: 1px;
	clear: both;
	height: 1px;
}
img {
	border: none;
}

/* TYPOGRAPHY */
body, html, div, h1, h2, h3, h4, h5, h6, p, ul, li, img, form {
	margin: 0;
	padding: 0;
	border:none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
	font-size: 180%;
	color: #007C78;
}
#h_titleblock h1 {
	/* Used in title bar of pages */
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	margin: 9px 0 9px 11px;
}
h2 {
	/* Page title text */
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	margin: 0 0 9px 0;
}
h3 {
	/* Page intro text */
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 9px 0;
}
h4 {
	/* Coloured block headings within copy */
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 0;
}
p, li {
	padding: 0 0 6px 0;
	font-size: 80%;
}
li {
	margin: 0 0 0 15px;
	font-size: 80%;
}


p.toplinks {
	display: block;
	font-size: 60%;
	padding: 0 0 10px 0;
}
#h_logoblock {
	width: 730px;
	clear: both;
	background-color: #007c78;
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	float: left;
	clear: both;
	margin: 0 0 5px 0;
}
#h_buttonblock {
	width: 240px;
	display: inline;
	float: left;
	margin: 0 0 0 0;
}
#h_titleblock {
	width: 730px;
	height: 40px;
	clear: both;
	display: inline;
	float: left;
	clear: both;
	margin: 0 0 0 0;
}
#h_searchblock {
	width: 235px;
	height: 40px;
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	overflow: hidden;
}
#body {
	clear: both;
}
div.blockwrapper {
	display: inline;
	float: left;
	padding: 20px 0 10px 0;
}
#menublock {
	width: 250px;
	padding: 0;
}
img.body_right {
	float: right;
	margin-left: 10px;
	clear: both;
}
img.body_left {
	float: left;
	margin-right: 10px;
	clear: both;
}

/* Content columns */
div.column_a {
	/* Equal width columns */
	display: inline;
	float: left;
	width: 320px;
	margin-left: 30px;
}
div.column_b1 {
	/* Columns 390 and 250 */
	display: inline;
	float: left;
	width: 390px;
	margin-left: 30px;
}
div.column_b2 {
	/* Columns 390 and 250 */
	display: inline;
	float: left;
	width: 250px;
	margin-left: 30px;
}



/* Header buttons */
div.button {
	margin: 0 0 5px 5px;
	display: inline;
	float: left;
}
.buttoncontents {
	height: 76px;
	width: 115px;
	text-align: center;
}
p.button {
	font-size: 80%;
	padding: 20px 10px 0 10px;
	display: block;
}
a.button {
	display: block;
}
p.button a:hover {
	text-decoration: none;
}
#button_new {
	background: url(../furniture/main_button_new.gif) no-repeat #92278f;
	color: #fff;
}
#button_new_selected {
	background: url(../furniture/main_button_new.gif) no-repeat #fff;
	color: #000;
}
#button_existing {
	background: url(../furniture/main_button_existing.gif) no-repeat #498FCC;
	color: #fff;
}
#button_existing_selected {
	background: url(../furniture/main_button_existing.gif) no-repeat #fff;
	color: #000;
}
#button_about {
	background: url(../furniture/main_button_about.gif) no-repeat #007C85;
	color: #fff;
}
#button_about_selected {
	background: url(../furniture/main_button_about.gif) no-repeat #fff;
	color: #000;
}
#button_careers {
	background: url(../furniture/main_button_careers.gif) no-repeat #FFC422;
	color: #000;
}
#button_careers_selected {
	background: url(../furniture/main_button_careers.gif) no-repeat #fff;
	color: #000;
}
#button_new:hover {
	background-color: #fff;
	color: #000;
}
#button_existing:hover {
	background-color: #fff;
	color: #000;
}
#button_about:hover {
	background-color: #fff;
	color: #000;
}
#button_careers:hover {
	background-color: #fff;
	color: #fff;
}

#button_new a {
	color: #fff;
}
#button_existing a {
	color: #fff;
}
#button_about a {
	color: #fff;
}
#button_careers a {
	color: #000;
}
#button_new:hover a {
	color: #000;
}
#button_existing:hover a {
	color: #000;
}
#button_about:hover a {
	color: #000;
}
#button_careers:hover a {
	color: #000;
}
/* Sub-link buttons */
div.smallbutton_existing {
	margin: 0 5px 5px 0;
	display: inline;
	float: left;
	height: 50px;
	width: 80px;
	text-align: center;
	background-color: #4A8ECE;
	border: 5px solid #4286BD;
	color: #000;
}
div.smallbutton_new {
	margin: 0 5px 5px 0;
	display: inline;
	float: left;
	height: 50px;
	width: 80px;
	text-align: center;
	background-color: #94248C;
	border: 5px solid #8C2084;
	color: #000;
}
div.smallbutton_about {
	margin: 0 5px 5px 0;
	display: inline;
	float: left;
	height: 50px;
	width: 80px;
	text-align: center;
	background-color: #007C85;
	border: 5px solid #007373;
	color: #000;
}
div.smallbutton_careers {
	margin: 0 5px 5px 0;
	display: inline;
	float: left;
	height: 50px;
	width: 80px;
	text-align: center;
	background-color: #FFC721;
	border: 5px solid #E7AE21;
	color: #000;
}
p.smallbutton {
	font-size: 80%;
	padding: 7px 0 0 0;
	margin: 0;
	display: block;
}

















/* Every-page forms */
table.smallform {
	margin: 9px;
}
p.formlabel {
	padding: 0;
	margin: 0;
}
input.searchterms {
	border: 1px solid #888;
	width: 110px;
}
input.formgo {
	background-color: #888;
	border: 1px solid #888;
	color: #fff;
}

/* Special forms */
td.tablelabel p {
	padding: 0 3px 0 3px;;
	font-size: 70%;
}
input.textbox {
	width: 320px;
	border: 1px solid #888;
}
td.formsubmit {
	text-align: right;
}

/* Text size control block */
#textcontrols td {
	padding-right: 2px;
}
#textcontrols p {
	margin: 0;
}

/* LHS Menu */
#menublock li {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	padding: 2px 0 2px 19px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#menublock li.sub {
	font-weight: normal;
}
#menublock li.subsub {
	padding: 2px 0 2px 29px;
	font-weight: normal;
}


/* SECTION-SPECIFIC */
/* New Customers section */
#new .theme {
	color: #92278f;
}
#new #h_logoblock {
	background-image: url(../furniture/main_titleblock_summer.jpg);
}
#new #h_titleblock {
	background-color: #92278f;
}
#new #h_searchblock {
	background-color: #decbe7;
}
#new #menublock li {
	color: #fff;
	background-image: url(../furniture/menu_pointer_new.gif);
	background-color: #decbe7;
}
#new #menublock li:hover {
	background-color: #d2b7df;
}
#new #menublock li.expanded {
	background-image: url(../furniture/menu_expanded_new.gif);
	background-color: #92278f;
}
#new #menublock li.sub, #new #menublock li.subsub {
	background-image: none;
}
#new td.tablelabel {
	background-color: #92278f;
	color: #fff;
}
/* Existing Customers section */
#existing .theme {
	color: #106db5;
}
#existing #h_logoblock {
	background-image: url(../furniture/main_titleblock_summer.jpg);
}
#existing #h_titleblock {
	background-color: #106db5;
}
#existing #h_searchblock {
	background-color: #c6d7ef;
}
#existing #menublock li {
	color: #fff;
	background-image: url(../furniture/menu_pointer_existing.gif);
	background-color: #c6d7ef;
}
#existing #menublock li:hover {
	background-color: #adc3de;
}
#existing #menublock li.expanded {
	background-image: url(../furniture/menu_expanded_existing.gif);
	background-color: #106db5;
}
#existing #menublock li.sub, #existing #menublock li.subsub {
	background-image: none;
}
#existing td.tablelabel {
	background-color: #106db5;
	color: #fff;
}
/* About SW section */
#about .theme {
	color: #087984;
}
#about #h_logoblock {
	background-image: url(../furniture/main_titleblock_summer.jpg);
}
#about #h_titleblock {
	background-color: #087984;
}
#about #h_searchblock {
	background-color: #bddbde;
}
#about #menublock li {
	color: #fff;
	background-image: url(../furniture/menu_pointer_about.gif);
	background-color: #bddbde;
}
#about #menublock li:hover {
	background-color: #9cc7ce;
	border: none;
}
#about #menublock li.expanded {
	background-image: url(../furniture/menu_expanded_about.gif);
	background-color: #087984;
}
#about #menublock li.sub, #about #menublock li.subsub {
	background-image: none;
}
#about td.tablelabel {
	background-color: #087984;
	color: #fff;
}
/* Careers section */
#careers .theme {
	color: #087984;
}
#careers #h_logoblock {
	background-image: url(../furniture/main_titleblock_summer.jpg);
}
#careers #h_titleblock {
	background-color: #f7be31;
}
#careers #h_searchblock {
	background-color: #fff3d6;
}
#careers #menublock li {
	color: #fff;
	background-image: url(../furniture/menu_pointer_careers.gif);
	background-color: #fff3d6;
}
#careers #menublock li:hover {
	background-color: #ffe3ad;
}
#careers #menublock li.expanded {
	background-image: url(../furniture/menu_expanded_careers.gif);
	background-color: #f7be31;
}
#careers #menublock li.sub, #careers #menublock li.subsub {
	background-image: none;
}
#careers td.tablelabel {
	background-color: #f7be31;
	color: #000;
}
#careers #h_titleblock h1 {
	color: #000;
}


/* Home / Welcome page */
#welcome #header {
	width: 970px;
	height: 336px;
	background-color: #007C78;
	background-repeat: no-repeat;
	background-position: top right;
	clear: both;
}
#welcome #body {
	width: 970px;
	background-color: #ffefd2;
}
#welcome #footer {
	width: 970px;
	height: 84px;
	background-color: #fdb827;
	background-repeat: no-repeat;
	background-image: url(../furniture/home_footer.gif);
	clear: both;
}

#welcome .theme {
	color: #087984;
}
#welcome #header.headimg1 {
	background-image: url('../furniture/home_splash_summer.jpg');
}
#welcome #header.headimg2 {
	background-image: url(../furniture/home_splash_2.jpg);
}
#welcome #header.headimg3 {
	background-image: url(../furniture/home_splash_3.jpg);
}
#welcome #header.headimg4 {
	background-image: url(../furniture/home_splash_4.jpg);
}
#welcome #swlogo {
	margin: 10px;
}

#welcome div.blockwrapper {
	display: inline;
	float: left;
	padding: 30px 0px 10px 20px;
}
#welcome #copyblock {
	width: 510px;
	padding: 0;
}
#welcome #buttonblock {
	width: 400px;
	padding: 0;
}
#welcome div.footerwrapper {
	padding: 40px 0px 0px 40px;
}
#welcome div.button {
	margin: 0 10px 5px 0;
	display: inline;
	float: left;
}
#welcome .buttoncontents {
	height: 124px;
	width: 189px;
	text-align: center;
}
#welcome #button_new {
	background: url(../furniture/home_button_new.gif) no-repeat #92278f;
	color: #fff;
}
#welcome #button_existing {
	background: url(../furniture/home_button_existing.gif) no-repeat #498FCC;
	color: #fff;
}
#welcome #button_about {
	background: url(../furniture/home_button_about.gif) no-repeat #007C85;
	color: #fff;
}
#welcome #button_careers {
	background: url(../furniture/home_button_careers.gif) no-repeat #FFC422;
	color: #000;
}
#welcome #button_new:hover {
	background-color: #fff;
	color: #000;
}
#welcome #button_existing:hover {
	background-color: #fff;
	color: #000;
}
#welcome #button_about:hover {
	background-color: #fff;
	color: #000;
}
#welcome #button_careers:hover {
	background-color: #fff;
	color: #fff;
}
#welcome p.button {
	font-size: 120%;
	padding: 35px 20px 0 20px;
	display: block;
}
#welcome p.button a:hover {
	text-decoration: none;
}

#welcome p.copyright {
	float: right;
	font-size: 60%;
	padding: 20px;
	color: #007C78;
}