html {}
/*******************************************

 Hiway Group New Zealand - Screen 08 
 Created by Josh Reid @ XSV Copyright 2008 

*******************************************/

/******* COLORS *******/

.Grey	{ color: #7A868E; }
.Dgrey	{ color: #515A60; }
.Mgrey	{ color: #A9ADB1; }
.VLgrey	{ color: #DEE1E4; }

.red, .Red h3, .Red h4, .Red #entire				{ color: #C12026; border-color: #C12026; }
.green, .Green h3, .Green h4, .Green #entire		{ color: #14934A; border-color: #14934A; }
.blue, .Blue h3, .Blue h4, .Blue #entire			{ color: #009DDC; border-color: #009DDC; }
.orange, .Orange h3, .Orange h4, .Orange #entire	{ color: #D86B1C; border-color: #D86B1C; }

.Lime	{ color: #8DC73F; }

.Black	{ color: #000; }
.Lgrey	{ color: #DDD; }
.White	{ color: #FFF; }


/*------------------Start Default Browser Code------------------*/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead,
del, dfn, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}

:focus {
	outline: 0;
	}
a {
	text-decoration: underline;
	color: #14934A;
}

a:hover {
	color: #C12026;
}

a, a:active, a:active, input:focus, input:focus, input:active, input:active {
	outline:none;
  	/*-moz-outline-style: none;*/
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
hr {
	border:0; 
	border-top: 1px solid #A9ADB1;
	width:100%;
	height:1px;
	margin:.9em 0 1em;
	clear:both;
}
hr.dbl {
	margin-top:1.1em;
	border-top: 3px double #A9ADB1;
}

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
}
body {
font-size: 50%;
}
html>body {
font-size: 10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #515A60;
	line-height:1.5em;
	background:#FFF url(/images/hs/bk/bodyBk.gif) repeat-x;
	position:relative;
	}
body, div, form, img, dl, dt, dd {
	margin:0;
	padding:0;
	border:0;
	}
img {
	display:block;
}

/********* BASE ELEMENTS *********/
#entire {
	width:100%;
	border-top:5px solid #FFF;
}
#center {
	width:990px;
	margin:0 auto;
	position:relative;
	background:#FFF url(/images/hs/bk/centBk.gif);
	color: #515A60;
}

/* LOGO */
#logo, #logoLink {
	position:absolute;
	right:70px;
	top:20px;
	display:block;
	width:240px;
	height:100px;
	border:0;
	z-index:3;
	cursor:pointer;
	background:transparent url(/images/hs/logo/HiwayGroup_w.png) left top no-repeat;
	behavior: url(/css/iepngfix.htc);
	}
#logoLink { 
	display:block;
	height:103px;
	border:0;
	position:relative;
	background:url(/images/gen/bk/spacer.gif);
	z-index:11;
	}
#logo img, #logoLink span {
	display:none;	
	}
	
/* REGISTER */
.register {
	position:absolute;
	top:137px;
	right:30px;
	width:200px;
	height:58px;
	background: url(/images/hs/bk/register.png) left top no-repeat;
	cursor:pointer;
	z-index:4;
}
/* IE6 */
.register, #vidBtn {
	behavior: url(/css/iepngfix.htc);
}
.register span {
	display:none;
}

/* CONTENT HOLDERS */
	
#header, #content {
	margin:0 auto;
	width:100%;
	position:relative;
	}
#header {
	height:191px;
	background: url(/images/hs/bk/hdrBk.gif) left bottom no-repeat;
	position:relative;
	z-index:3;
	}
#topNav {
	position:absolute;
	left:55px;
	top:147px;
	width:900px;
	height:38px;
	z-index:2;
}
#topHdr {
	position:absolute;
	top:75px;
	left:55px;
	z-index:1;
	height:45px;
	width:600px;
}
#visibleKRD {
	position:relative;
	padding:10px 0;
	width:656px;
	color:#888;
}
#content {
	background:url(../images/hs/bk/contBk.jpg) no-repeat;
	width:910px;
	padding:35px 40px 30px;
	position: relative;
	overflow:hidden;
	z-index:2;
}
.index #content,
.divPage #content {
	background-image:url(../images/hs/bk/homeBk.gif);
}
#footer {
	padding:30px 50px 10px;
	color:#7A868E;
	z-index:100;
	font-size:10px;
	text-align:center;
	background:#FFF url(/images/hs/bk/ftrBk.gif) no-repeat;
	position: relative;
	z-index:3;
	}
.ownerLink {
	font-weight:bold;
	}
.main {
	float:left;
	width:540px;
	padding:10px 0 0 15px;
}
#content .sub {
	float: right;
	width: 283px;
	padding:10px 15px 0 0;
	clear:right;
}
#content .fieldsList .sub {
	float:left;
	clear:none;
	border:1px solid #DEE1E4;
}

.full {
	float:left;
	clear:left;
	width:882px;
	overflow:hidden;
	padding:30px 45px 50px;
	margin:0 -31px 5px;
	background:#DEE1E4 url(../images/hs/bk/homeBk.gif) center bottom no-repeat;
	position:relative;
}
.full .fieldsList {
	float:right;
	background:#FFF;
	padding:20px;
}

/* BACKGROUNDS */
.bk, #fontChange, #searchForm, #extra1, #extra2 {
	display:none;
}

/* HOME PAGE STUFF */
.index #content .sub {
	display:none;
}
.index #content .homePage .sub {
	display:block;
}
#homePanel, .promoPanel, .prLink {
	z-index:0;
	width:880px;
	height:266px;
	padding:0 15px;
	display:block;
	float:left;
	margin-bottom:5px;
}
#homePanel {
	height:260px;
	overflow:hidden;
	padding:0;
}
.homePage .main {
	position:relative;
	z-index:0;
	padding:0px 15px 5px 15px;
	font-size:1.1em;
}
#homeBase {
	display:block;
	clear:both;
	padding:10px 10px 5px 10px;
	width:858px;
	overflow:hidden;
	border:1px solid #A9ADB1;
	margin:15px 0 0 15px;
	float:left;
}
#homeBase hr {
	margin:0px 0 10px 0;
}
#homeBase .block {
	float:left;
	width:auto;
	margin:5px 0 0;
	padding:0 10px 0 0;
	clear:none;
	display:block;
}
#homeBase .divLogo {
	margin:-10px 10px 0 5px;
	clear:left;
}
	
/* PROMO PANELS	*/
.promoPanel, .prLink,  .prImg {
	padding:0;
	position:relative;
}
.prLink, .prLink:hover span {
	text-decoration:none;
}
.prImg {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.prTitle, .prIntro {
	width:560px;
	padding:12px 0;
	position:absolute;
	left:315px;
	top:120px;
	color:#FFF;
	font-size:4.5em;
	font-style:italic;
	z-index:2;
	overflow:visible;
	text-decoration:none;
}
.prIntro {
	width:490px;
	left:385px;
	top:179px;
	font-size:2em;
}
a:hover .prIntro {
	text-decoration:underline;
}
/* FLASH STUFF */
.flashSSP {
	height:450px;
	padding:.5em 0 2.5em;
	position:relative;
}
p .flashSSP {
	margin-top:-1em;
}

.frame {
	float:left;
	width:451px;
	height:285px;
	padding:23px 58px;
	background:#FFF;
	position:relative;
	margin-right:32px;
}




/* FEATURED */
#featured, .featuredWrap {
	position:relative;
	float:left;
	background:#FFF;
	z-index:20;
}
#featured {
	width:567px;
	height:335px;
}
.featuredWrap {
	margin-right:32px;
}
#featured .imgObj {
	position:absolute;
	width:567px;
	height:335px;
	overflow:hidden;
}
#featuredNav {
	display:none !important;
}
#vidBtn {
	width:125px;
	height:125px;
	display:block;
	position:absolute;
	left:15px;
	top:-2px;
	background:url(../images/gen/ico/video_115.png) no-repeat;
	z-index:30;
}
#vidBtn span {
	display:none;
}


/******** PORTFOLIO HOLDERS *********/
.iA, .iB {
	margin:0 0 11px 0;
	width:283px;
	height:120px;
	position:relative;
	overflow:hidden;
	display:block;
	text-decoration:none;
	background:50% 50% no-repeat;
}
.iB {
	display:block;
	width:279px;
	height:116px;
	border:2px solid #DDD;
	margin:0;
}
.iB:hover {
	border-color:#A9ADB1;
}
.iB img {
	display:none;
}
/* PANEL */
.block, .panel {
	float:none;
	width:100%;
	padding:0 0 10px;
}
.panel {
	padding:5px 0 0;	
}

/******** Images in Content *********/
.imgL, .imgLs {
	float:left;
	margin:5px 15px 15px 0;
	}
.imgR, .imgRs, .logoR {
	float:right;
	margin:5px 0 15px 15px;
	clear:right;
	}
.imgLs, .imgRs {
	width:100px;
	}
.web, .pdf, .email {
	height:22px;
	padding:5px 0 5px 40px;
	background:transparent url(/images/gen/ico/pdf_32.gif) no-repeat;
	font-size:1.1em;
	display:block;
	font-weight:bold;
	margin-bottom:.3em;
	}
.email {
	background-image:url(/images/gen/ico/email_32.gif);
}
.web {
	background-image:url(/images/gen/ico/web_32.gif);
}

/***************** TEXT STYLES *****************/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	font-weight:normal;
}
h1, h2 {
	font-size:2em;
	color:#515A60;
	letter-spacing:-1px;
	}
#topHdr h1 {
	color: #A9ADB1;
	font-size:3.8em;
	line-height:1.1em;
	font-style:italic;
}
h1 span {
	font-size:.6em;
}
h2, .h2r {
	font-size:2.8em;
	line-height:1.1em;
	padding-bottom:.4em;
	text-transform:none;
	}
.homePage .main h2 {
	padding-bottom:.3em;
}
#topHdr h2 {
	padding-bottom:0;
}
.h2r {
	font-size:1.2em;
	padding-top:.9em;
	letter-spacing:0;
}
h2 a {
	font-weight:normal;
	border-color:#7A868E;
	padding-bottom:0;
}
.h2r a {
	font-weight:bold;
	color:#A9ADB1;
}
h2 a:hover {
	color:#CCC;
	border-color:#7A868E;
}
.h2r a:hover {
	color:#CCC;
}
.sub h2 {
	margin-left: 12px;
	color: #14934A;
	font-size: 15px;
	font-weight: bold;
}
.spaced {
	letter-spacing:2px;
	}
h3, .main p.xsltsearch_result_title { 
	font-size:1.8em;
	line-height:1.3em;
	color:#C12026;
	font-weight:bold;
	padding:.3em 0 .5em;
	clear:both;
	}
h2 + h3 {
	clear:none;
}
h3 a {
	color:#14934A;
}
h3 a:hover {
	color:#C12026;
}
h4 {
	font-size:1.5em;
	line-height:1.4em;
	color:#14934A;
	font-weight:normal;
	margin-bottom:.3em;
}
h5, h6 {
	font-size:1.2em;		
	padding-bottom:1em;
}
p {
}
.sm {
	font-size:.9em;
}
small {
	font-size:1em;
}
cite {
	font-style:normal;
}	
.main p, #umbPasswordForgot_12_thankyou {
	font-size:1.3em;
	line-height:1.5em;
	padding-bottom:.6em;
	padding-right:15px;
	}
.sub p {
	font-size:1.1em;
	line-height:1.3em;
	padding-bottom:.8em;
	
}
#footer p {
	padding:.5em 0;
	margin:0;
	color:#999;
}
#footer a {
	padding:0;
	color:#7A868E;
}
#footer a:hover {
	color:#C12026;
}

/* LIST STYLES */
ul, ol {
	list-style:disc outside;
	margin:0 1em 1em 1.8em;
	padding:0;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
}
ol {
	list-style:decimal outside;
}
ul ul {
	font-size:1em;
	line-height:1.3em;
}
li {
	margin:0;
	padding:0 0 .1em;
}

/* Block List */

.block ul {
	list-style:none;
	margin:.3em 0 0;
	padding:0;
}

.block li {
	margin:0;
	padding:.3em 0 0;
	line-height:1.4em;
}

/* Sub List */

.sub ul {
	padding:0 10px 10px;
	border-bottom:1px solid #A9ADB1;
}

/* Sitemap List */
#sitemap ul {
	list-style:none;
	font-size:1.8em;
	padding:0;
	margin-bottom:0;
}
#sitemap li {
	padding:1em 0;
	border-bottom:1px solid #A9ADB1;
	}
#sitemap ul ul {
	font-size:.7em;
	padding:0;
	line-height:1.3em;
	font-weight:bold;
}
#sitemap li li {
	padding:.2em 0;
	border:0;
}
#sitemap ul ul ul {
	font-size:1em;
	padding:0;
	font-weight:normal;
}
#sitemap li li li {
	padding:.1em 0;
}

/******** NEWS & EVENTS *********/
/* COLLECTIONS */
div.fullList {
	margin:1em 0 0;
	border-top:1px solid #A9ADB1;
}
div.newsItem, div.eventItem {
	padding:1.5em 0;
	margin:0;
	border-bottom:1px solid #A9ADB1;
}
.fullList h3 {
	padding:.3em 0 .4em;
	margin:0;
	clear:none;
}
.fullList h3 a {

}
.fullList h6 {
	padding:0;
	margin:0;
}
.fullList p {
	padding:0;
}
.newsDate { color:#C12026; }

/* SUMMARIES */
div.summaryList {
	padding:0 0 1em;
}
div.summaryList a {
	color:#515A60;
	}
.main .summaryList {
	float:left;
	width:275px;
}
.main .summaryList.eventsList {
	float:right;
}
div.summaryList h3, .sub h3 {
	font-size:1.6em;
	font-weight:bold;
	text-transform:none;
	color:#FFF;
	padding:7px 10px 7px 15px;
	margin:0;
	background:#14934A;
	border-bottom:3px solid #FFF;
	clear:none;
}
/* Link to Collection */
div.summaryList h6 {
	font-size:1em;
	float:right;
	padding:1.2em 1em 0;
	font-style:italic;
}
div.summaryList h6 a {
	color:#515A60;
}
div.summaryList h6 a:hover {
	color:#FFF;
}
/* LIST */
div.summaryList ul, div.summaryList li {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}
div.summaryList ul {
	font-size:1.2em;
	padding-bottom:6px;
}
.sub div.summaryList ul {	
	font-size:1em;
}
div.summaryList li {
	margin:0;
	border-bottom:2px solid #FFF;
	background:#DEE1E4;
}
.sub div.summaryList li {	
}
/* Link to Item */
div.summaryList li a {
	text-decoration:none;
	display:block;
	padding:10px 10px 13px 15px;
}
div.summaryList li a span {
	display:block;
}
div.summaryList li a span.title {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	padding:.1em 0 .3em;
	color:#14934A;
}
div.summaryList li a span.date {

}
div.summaryList li a span.summary {

}
div.summaryList li a:hover {
	color:#333;
}
div.summaryList li a:hover span.title {
	color:#C12026;
	text-decoration:underline;
}

/* HELPERS */
.flL { float:left; }
.flR { float:right; }
.flN { float:none; }
.clL { clear:left; }
.clR { clear:right; }
.clN { clear:none; }
.mt10 { margin-top:10px; }
.mr10 { margin-right:10px; }
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }

/* -----------------------------
      NAVIGATION 
----------------------------- */
/* Divisions */
#divisions, #divisions li, #divisions a {
	margin:0;
	padding:0;
}
#divisions a span {
	display:none;
}
#divisions {
	position:absolute;
	top:0;
	left:55px;
}
#divisions li, #divisions a {
	float:left;
	width:175px;
	height:47px;
	display:block;
	background:url(../images/hs/logo/Divisions_sprite.png) no-repeat;
}
#divisions li {
	background:none;
	margin-right:1px;
}
#divisions .d1 a { background-position:left top; }
#divisions .d1 a:hover { background-position:left center; }
#divisions .d1 a.current { background-position:left bottom; }

#divisions .d2 a { background-position:center top; }
#divisions .d2 a:hover { background-position:center center; }
#divisions .d2 a.current { background-position:center bottom; }

#divisions .d3 a { background-position:right top; }
#divisions .d3 a:hover { background-position:right center; }
#divisions .d3 a.current { background-position:right bottom; }


/* TOP NAV */
#nav {
	width:100%;
	height:38px;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;
	position:relative;
	z-index:1000000;
	}
#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav li:hover {
	position:relative;
	z-index:100;
}
#nav li a.topLevel {
	float:left;
	display:block;
	font-size:15px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:11px;
	background-color:transparent;	
	color:#FFF;
	font-weight:normal;
	border:1px solid #7A868E;
	border-bottom:0;
}
#nav li.current a.topLevel {
	border-color:#FFF;
	background-color:#FFF;
	color:#515A60;
}
#nav li a.topLevel:hover, #nav li:hover a.topLevel, #nav li.current a.topLevel:hover, #nav li.current:hover a.topLevel {
	borde-color: #7A868E;
	border-top:0;
	padding-top:12px;
	background-color:#DEE1E4;
	color:#515A60;
}
#nav li.drop a.topLevel:hover, #nav li.drop:hover a.topLevel {
	border-color:#515A60;
	border-top:1px solid #515A60;
	padding-top:11px;
}

/* LEVEL 2 */
#nav ul li.drop a {
	background-image:url(../images/gen/bk/navDrop.gif);
	background-position:100% center;
	background-repeat:no-repeat;
}

#nav li ul {
	position: absolute;
	left: -1000em;
	top:37px;
	height: auto;
	width: 176px;
	font-weight: normal;
	margin:0;
	padding:1px;
	background:#515A60 url(../images/gen/bk/spacer.gif);
	list-style:none;
	z-index:-1;
}

#nav li li {
	padding:0 1px 0;
	background:#FFF url(../images/gen/bk/spacer.gif);
}

#nav li:hover ul a, #nav ul ul a {
	padding:5px 5px 5px 9px;
	width:160px;
	display:block;
	font-size:12px;
	font-weight:normal;
	background-color:#DEE1E4;
	color: #515A60;
	border-top:1px solid #FFF;
	position:relative;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}
#nav ul li.last a {
	border-bottom:1px solid #FFF;
}

/* LEVEL 3 */
#nav li ul ul {
	position:absolute;
	top:-1px;
	margin-left:176px;
	background:#515A60 url(../images/gen/bk/spacer.gif);
}

/* Drop nested fix */
#nav ul li.drop ul a, #nav ul li.drop ul li.drop ul a {
	background-image:none;
}
#nav ul li.drop ul li.drop a, #nav ul li.drop ul li.drop ul li.drop a {
	background-image:url(../images/gen/bk/navDrop.gif);
}

/* Current */
#nav li.current:hover li.current a, 
#nav li.current:hover li.current:hover li.current a, 
#nav li.current:hover li.current:hover li.current:hover li.current a {
	background-color:#515A60;
	color:#FFF;
}
/* Nested Normal */
#nav li:hover li a, #nav li.current:hover li a, 
#nav li:hover li:hover li a,
#nav li.current:hover li:hover li a,  
#nav li.current:hover li.current:hover li a,
#nav li:hover li:hover li:hover li a, 
#nav li.current:hover li:hover li:hover li a, 
#nav li.current:hover li.current:hover li:hover li a,
#nav li.current:hover li.current:hover li.current:hover li a {
	background-color:#DEE1E4;
	color:#515A60;
}
/* Hover */
#nav li:hover li:hover a, 
#nav li.current:hover li:hover a,
#nav li:hover li:hover li:hover a, 
#nav li.current:hover li:hover li:hover a, 
#nav li.current:hover li.current:hover li:hover a, 
#nav li:hover li:hover li:hover li:hover a, 
#nav li.current:hover li:hover li:hover li:hover a, 
#nav li.current:hover li.current:hover li:hover li:hover a,
#nav li.current:hover li.current:hover li.current:hover li:hover a {	
	background-color:#A9ADB1;
	color:#FFF;
	}

/* Positioning */
#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -1000em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: 0;
}


/************ SUB NAV (VIDEOS) *************/
#navSub {
	float:right;
	width:283px;
	list-style:none;
	margin:0;
	padding:30px 0 0 0;
	background:#7A868E url(/images/hs/bk/videoListBk.png) 5px 3px no-repeat;
	overflow:hidden;
	position:relative;
	z-index:3;
	}
#navSub li {
	float:left;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}
#navSub li a {
	float:left;
	width:250px;
	display:block;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	font-weight:bold;
	margin:0 0 2px 0;
	padding:5px 18px 5px 15px;
	background:#FFF;	
	color:#515A60;
	font-weight:normal;
	position:relative;
	z-index:5;
}
#navSub li a:hover, #navSub li a.current {
	background:#DEE1E4;	
	color:#515A60;
}


/************** FORM ELEMENTS **************/
form, fieldset {
	margin:0; 
	padding:0;
	border:0;
	}
fieldset {
	margin-top:.6em; 
}
.main fieldset, .main #loginPanel, .main #formPanel {
	width:350px;
	overflow:hidden;
}
.row, .sub fieldset p, fieldset p {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	padding:.5em 0 .1em;
	margin:0;
	font-size:1em;
}
.row.half {
	width:50%;
}
.row.w75 {
	width:75%;
}
.row.w25 {
	width:24%;
}
.row input {
	width:90%;
	}
.w75 input {
	width:95%;
}
input.w90 {
	width:90% !important;
}
.rowWrap {
	overflow:hidden;
	width:100%;
}
input, textarea {
	padding:.9em .3em .1em !important;
	padding:1em .3em .1em;
	font-size:1.1em;
	border:0;
	line-height:1.3em;
	background:#DEE1E4;
	z-index:1;
	color:#515A60;
	}
fieldset input, fieldset textarea {
	width:97%;
}

label {	
	float:left;
	padding:.1em .3em;
	font-size:1.1em;
	font-style:italic;
}
label.hider, fieldset label, .umbMemberControlsLabel {
	position:absolute;
	top:.5em;
	left:.1em;
	z-index:2;
	font-size:.9em;
}
.cbLabel {
	top:.8em;
	margin-left:20px;
}

label.hider:hover, fieldset label:hover, .umbMemberControlsLabel:hover {
	display:none;
}
.umbMemberControlsLabel.cbLabel:hover {
	display:block;
}

input.cb, .row.half input.cb, .row.w75 input.cb, .row.w75 .cb input {
	float:left;
	width:auto !important;
	padding:0;
	border:0;
	background:transparent;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus { 	
	z-index:3;
	position:relative;
}
input.cb:hover, input.cb:focus {
	background:transparent;
}
.linkButton {
	background:transparent;
	color:#FFF;
	padding:0 !important;
	margin:0 !important;
	width:auto;
	height:16px;
	text-decoration:underline !important;
	font-size:1em;
	font-weight:bold;
}
.linkButton:hover {
	color:#515A60;
}
input.button, .row.half input.button, fieldset input.umbracoAutoFormButton, input.umbMemberControlsButton {
	height:26px;
	width:auto;
	line-height:1.5em;
	color:#FFF;
	float:right;
	margin-right:11% !important;
	margin-right:3%;
	font-size:1.2em;
	padding:.4em 1em .3em !important;
	padding:.1em .5em;
	position:relative;
	background:#14934A;
}
#searchForm input.button, .main input.button, .main input.umbMemberControlsButton {
	margin:0 0 0 .3em !important;
	padding:.3em .2em .2em !important;
	width:90%;
	float:none;
}
.main input.button, .main input.umbMemberControlsButton {
	width:auto;
	margin:0 5% 0 0 !important;
	/*float:right;*/
}
.main .row.w25 input.umbMemberControlsButton {
	margin:0 25% 0 0 !important;
}
/*
#loginPanel input.button, input.umbMemberControlsButton {
	width:100px;
}*/
input.button:hover, .row.half input.button:hover, fieldset input.umbracoAutoFormButton:hover, input.umbMemberControlsButton:hover {
	background:#515A60;
	color:#FFF;
}
.umbracoAutoFormRowDescription {
	font-size:.9em
}
fieldset input.umbracoAutoFormButton {
	margin-right:0% !important;	
}


/********* TABLE **********/
table {
	border-collapse:collapse;
	border:1px solid #A9ADB1;
	width:100%;
	}
td {
	padding:.2em;
	border:1px solid #A9ADB1;
}
td p, td h3, td h4 {
	padding:.2em .5em 0;
	margin:0;
}
td p {
	padding-left:.8em;
}
td h3 {
	padding-top:1em;
}
td h4 {
	padding-left:.6em
}
