@charset "UTF-8";
/* CSS Document */

/************************************/
/*				RESET				*/
/************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr
{
	cursor:help;
	border-bottom:1px dotted #666;
}


/************************************/
/*				LAYOUT				*/
/************************************/
body
{
	text-align: center;
	min-width: 1002px;
	background: #000 url(../images/09/core/background.png) top left repeat-x;
	margin:20px 0 20px 0;
}
	#header
	{
		background:url(../images/09/core/container-background-sprite.png) -1px 0 no-repeat;
		height:205px;
		width:1002px;
		margin:0 auto;
		text-align: left;
		position:relative;
	}
		#logo
		{
			width:163px;
			height:123px;
			margin-left:65px;
			margin-top:55px;
			float:left;
		}
		#headerContactDetails
		{
			width:265px;
			height:124px;
			float:right;
			margin-top:55px;
			margin-right:95px;
		}
	#container
	{
		margin:0 auto;
		width:1002px;
		text-align: left;
		background:url(../images/09/core/container-background-sprite.png) -1002px 0 repeat-y;
	}
		#content
		{
			padding:10px 40px;
			overflow:auto;
			overflow:hidden;
			background:url(../images/09/core/container-background.png) repeat-y;
		}
			/* NAVIGATION */
			#headerNavigationGen
			{
				width:983px;
				height:35px;
				margin-left:-31px;
				z-index:2;
				position:relative;
				margin-bottom:60px;
				background:url(../images/09/header/navigation/shadow-background-gen.png) no-repeat;
			}
			#main-teaser
			{
				background: url(../images/home/teaser-background.jpg) left top no-repeat;
				margin-left:-31px;
				padding-left:31px;
				width:952px;
				margin-right:31px;
				margin-bottom:-20px;
				z-index:1;
				position:relative;
				top:-45px;
				height:540px;
				border-bottom:1px solid #EFEFEF;
			}
				#main-teaser .main-teaserRight
				{
					position:relative;
					left:30px;
					top:40px;
					width:400px;
				}
				#foldContainer
				{
					/*margin-left:30px;
					position:absolute;
					top:335px;*/
					background:url("../images/09/home/foldshadows.png") no-repeat 0 0;
					margin:-21px -21px -21px 4px;
					padding:21px 21px 21px 25px;
					position:absolute;
					top:335px;
				}
					#fold1, #fold2, #fold3, #fold4 
					{
						width:200px;
						float:left;
						margin-right:20px;
					}
					#fold4
					{
						margin-right:0;
					}
			.leftColumn
			{
				float:left;
				width:450px;
			}
				.leftColumn .material
				{
					padding:0 30px;
				}
				.newsContent
				{
					text-align: left;
					background: #FFFFFF;
					margin-bottom: 1px;
					display: block;
					overflow: hidden;
					color:#000;
				}
				#moreLinkContainer
				{
					text-align:center;
					width:390px;
					height:34px;
					cursor:pointer;
					margin-top:25px;
				}
			.rightColumn
			{
				float:left;
				width:470px;
				background:url(../images/09/core/rightColBackground.png) left top no-repeat;
			}
				.roundedRightColumn
				{
					margin-bottom:20px;
				}
					.padder
					{
						padding:0 0px 30px 18px;
						margin:20px 0 0 0;
					}
						.teaserSmallThumbs
						{
							float:left;
							width:102px;
							height:102px;
							margin:2px 5px -3px 0;
							background:url(../images/09/home/rightCol/thumbs-background.png) no-repeat;
						}
						.lastThumb
						{
							margin-right:0px;
						}
							.teaserSmallThumbs img
							{
								margin:3px 0 0 2px;
							}
					#client1,#client2,#client3,#client4,
					#client5,#client6,#client7,#client8
					{
						display:block;
						width:98px;
						height:93px;
						background:url(../images/09/home/rightCol/clients/clients.png) no-repeat;
						float:left;
						margin-left:8px;
						text-indent:-9999px;
					}
					#client1 { background-position:0 0}
					#client2 { background-position:-98px 0}
					#client3 { background-position:-196px 0}
					#client4 { background-position:-294px 0}
					#client5 { background-position:0 -187px}
					#client6 { background-position:-98px -187px}
					#client7 { background-position:-196px -187px}
					#client8 { background-position:-294px -187px}
	#contentBottom
	{
		margin:0 auto;
		width:1002px;
		height:40px;
		background:url(../images/09/core/container-background-sprite.png) -1px -205px no-repeat;
		clear:both
	}
	#footerIntro
	{
		margin:5px auto;
		width:1002px;
		height:80px;
		background:url(../images/09/core/footer-background.png) no-repeat;
	}
	#footerOther
	{
		margin:-20px auto 0;;
		width:1002px;
	}
		#footerOther #left
		{
			width:190px;
			text-align:left;
			margin-left:70px;
			float:left;
		}
		#footerOther #right
		{
			float:right;
			margin-right:74px;
			margin-top:42px;
			text-align:right;
			width:190px;
		}
	.footerToggle
	{
		margin-top:4px;
		padding:0 70px;
		text-align:left;
		width:190px;	
	}
	.footerToggle.first
	{
		margin-top:-15px;	
	}
		#toggleMe
		{
			width:600px;
			background:#111;
			border-top:1px solid #222222;
			margin-top:-1px;
		}


/*--
#teaser2ColContainer
{
	overflow:auto;
}
#teaserSmall
{
	background:#D7D7D7 url(../images/09/core/small-teaser-backgrounds.png) left bottom repeat-x;
	margin-bottom:60px;
	overflow:auto;
	padding:40px 30px;
}
.teaserContent
{
	padding:30px;
	overflow:auto;
	padding-bottom:35px;
}

#teaserContentLeftCol,
#teaserContentRightCol
{
	overflow:auto;
}
#teaserContentLeftCol
{
	float:left;
	width:500px;
}
#teaserContentRightCol
{
	float:left;
	width:310px;
	margin-left:50px;
	overflow-x:hidden;
}
--*/
/*--
.eyeContainer
{
	margin: 0pt auto;
	background:none repeat scroll 0% 0%; 
	width: 130px; 
	height: 50px;
	float:right;
	margin-bottom:-50px;
	position:relative;
	top:35px;
	right:-20px;
	
}
#eye1
{
	float: left; 
	width: 46px; 
	height: 46px; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}
#eye1 img
{
	margin: 0px 0pt 0pt 31px;
}
#eye2
{
	float: left; 
	width: 46px; 
	height: 46px; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}
#eye2 img
{
	margin: 0px 0pt 0pt 25px;
}
.getInTouchBtn
{
	float:right;
	margin-left:10px;
}
.yui-navset .yui-content .teaserLeft
{
	width:400px;
	height:274px;
	float:left;
}
.yui-navset .yui-content .teaserRight
{
	width:430px;
	height:274px;
	float:left;
	margin-left:30px;
}
.teaserRight img.div
{
	margin-bottom:10px;
}
.teaserSmallThumbsContainer
{
	margin-top:20px;
}--*/

/*** NEEDS TO BE SORTED DOWNWARD ***/
/* CONTENT */
.contentRow
{
	overflow:auto;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dotted #999;
	clear:both
}
.contentRow.last
{
	margin-bottom:0px;
	border:none;
	clear:both
}
.leftColumn1a
{
	float:left;
	margin-left:30px;
	width:600px;
}
.rightColumn1a
{
	background:transparent url(../images/09/core/rightColBackground1a.png) no-repeat scroll left top;
	float:left;
	margin-left:25px;
	width:250px;
}
.leftColumnOurWork
{
	float:left;
	width:190px;
	background:url(../images/09/core/leftColBackground.png) left top no-repeat;
	margin-left:30px;
}
.rightColumnOurWork
{
	float:left;
	width:620px;
	margin-left:50px;
}
.rightColumnOurWork .text
{
	width:170px;
	float:left;
	margin-right:20px;
	margin-top:30px;
}
.rightColumnOurWork .image
{
	width:450px;
	float:right;
	margin-top:20px;
	margin-right:-20px;
	margin-bottom:20px;
}
.padmybottom
{
	padding-bottom:30px;
	position:relative;
}
.titleBullet
{
	width:151px; 
	text-align:center; 
	line-height:56px; 
	/*background:url(../images/09/core/header-curved-background.png) no-repeat;*/ 
	position:relative; 
	left:180px;
}

.rightColumnOurWork.singleCol
{
	position:relative;
	margin-left:30px;
	width:850px;
	float:none;
}
#text {float:left; width:380px;}
#image {float:right; width:450px;text-align:center;margin-right:-30px;margin-bottom:15px;}

#footerOther #right p
{
	color:#64C8E8;
	float:left;
	margin-top:11px;
	width:135px;
}
#footerOther h3, #footerOther ul li, #footerOther p
{
	margin:0;
	padding:0;
}
#footerOther h3
{
	color:#CCC;
	padding-bottom:3px;
	border-bottom:1px solid #222;
	font-size:14px;
	font-weight:normal;
}
#footerOther ul li
{
	color:#CCC;
}
#footerOther #left a
{
	color:#999;
	font-weight:normal;
	display:block;
	padding:2px 10px;
	border-bottom:1px solid #222;
	font-family:Arial, Helvetica, sans-serif;
}
#footerOther #left a:hover,#footerOther #left a:focus
{
	/*background:#1F0300;*/
}
#footerOther #right a
{
	text-decoration: none;
	color:#64C8E8;
}
#footerOther #right a:hover,#footerOther #right a:focus
{
	text-decoration: underline;
}
/* FRONT PAGE SHOW MORE */
.moreLink
{
	text-decoration: none;
	color: #C00;
	display:block;
	height:34px;
	line-height:34px;
	background:url(../images/moreButton.png) top center no-repeat;
	font-weight:bold;
	cursor:pointer;
}
.moreLink:hover
{
	color:#000;
	background:url(../images/moreButton.png) center center no-repeat;
}
.loading
{
	background:url(../images/moreButton.png) bottom center no-repeat;
}
#moreLinkContainer img
{
	margin-top:10px;	
}
.fixed
{
	position:fixed;
	top:0;
}



/************************************/
/*				ELEMENTS			*/
/************************************/
.newsDivider
{
	border: 0;
	color: #DFE1D3;
	background-color: #DFE1D3;
	height: 1px;
	width: 100%;
	text-align: left;
	padding:0;
	margin:20px 0;
}


/************************************/
/*				TYPOGRAPHY			*/
/************************************/
body
{
	font: 12px/18px Arial,Verdana,sans-serif;
}
abbr
{
	background:#EFEFEF;
}
p, li
{
	font-size:13px;
	line-height:1.5em;
	color:#444;
}
h1
{
	font-size:21px;
	font-weight:normal;
	color:black;
	margin-bottom:20px;
	line-height:normal;
	border-bottom:1px solid #C2CDD1;
	padding-bottom:5px;
}
h1+p
{
	font-size:14px;
	font-weight:normal;
	color:black;
	text-transform: none;
	margin:10px 0 10px 0;
	line-height:21px;
}
h2+p
{
	font-size:14px;
	font-weight:normal;
	color:black;
	text-transform: none;
	margin:10px 0 0 0;
	line-height:21px;
	text-align:justify;
}
h2
{
	color:#B51509;
	font-size:13px;
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
}
.rightColumnOurWork h2
{
	font-size:21px;
	font-weight:normal;
	color:black;
	margin-bottom:20px;
	line-height:normal;
	border-bottom:1px solid #C2CDD1;
	padding-bottom:5px;
	text-transform:none;
	font-style:normal;
}
.newsHeader
{
	color:black;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	line-height:1.5em;
	margin:30px 0 10px;
	text-transform:none;
}
h3
{
	font-size:14px;
	margin:20px 0 6px;
	line-height:1.4em;
	color:black;
}
h4, h5
{
	font-size:12px;
	font-weight:bold;
	margin:0px 0 5px 0;
	line-height:1.5em;
	color:black;
}
h5
{
	margin-top:12px;
}
#teaserContentLeftCol h2,
#teaserContentRightCol h2
{
	font-size:15px;
	font-weight:normal;
	color:black;
	text-transform: none;
	margin:10px 0 0 0;
	line-height:22px;
}
#teaserContentRightCol h3
{
	font-weight:normal;
	font-size:21px; 
	color:#94090D; 
	padding-top:0;
	margin-top:0;
	margin-bottom:15px;
	text-transform:uppercase;
	line-height:28px
}
.likeWhatYouSee
{
	font-weight:normal;
	font-size:21px; 
	color:#94090D; 
	padding-top:0;
	margin-top:0;
	margin-bottom:8px;
	text-transform:uppercase;
	line-height:28px
}
.likeWhatYouSeeSummary
{
	font-size:15px;
	font-weight:normal;
	color:black;
	text-transform: none;
	margin:0 0 0 0;
	line-height:22px;
}
#footer p
{
	color:white;
	font-size:10px;
	line-height:16px;
}
#footerOther .footerToggle p
{	
	color:#999;
	padding:10px;
}
#footerOther .footerToggle .sub
{
	text-align:right;
	padding:10px;	
}
#footerOther .footerToggle h3
{
	color:#999999;
	font-size:13px;
	margin-bottom:0;
	padding-left:10px;	
}
#footerOther .footerToggle h4
{
	color:#CCCCCC;
	font-size:14px;
	font-weight:normal;
	padding:10px 10px 0;
}
.footerContentDivider
{
	border:none;
	border-bottom:1px solid #222;
	margin:10px;
}
.leftColumn .material h2,
.roundedRightColumn h2
{
	padding:0;
	margin:0;
}
.roundedRightColumn h2
{
	text-align:center;
}
.leftColumn .material h3,
.roundedRightColumn .padder h3
{
}
.introPara
{
	font-size:13px;
	font-weight:bold;
	margin:20px 0 15px 0;
	line-height:20px;
}
.addressColumns h3
{
	margin-bottom:8px;
}
#main-teaser .main-teaserRight h1
{
	color:#B51606;
	font-size:28px;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:0.5em;
	border:none;
}
#main-teaser .main-teaserRight p
{
	color:#333333;
	font-size:19px;
	line-height:1.2em;
	width:235px;
}
.teaserSmallThumbs img
{
	font-size:10px;
}
#fold1 h2, #fold2 h2, #fold3 h2, #fold4 h2
{
	color:#B51509;
	font-weight:normal;
	margin:13px 0 0;
}
#fold1 p, #fold2 p, #fold3 p, #fold4 p
{
	color:#333;
	font-weight:normal;
	line-height:18px;
	margin:10px 0 0;
	text-align:left;
	font-size:13px;
}	
.rightColumnOurWork .text h3
{
	padding:0;
	margin:0;
}
.rightColumnOurWork .text p
{
	margin:0;
	margin-top:5px;
}
.bullets
{
	list-style-type:disc;
	margin-left:2em;
}
.small
{
	font-size:10px;
	padding:5px 0;
}
.nextStepH3
{
	border-bottom:1px solid #DDE4E6;
	margin:0;
	padding:7px;
	text-indent:5px;
}
.testimonials
{
	visiblity:hidden;
	line-height:2px;
}
#toggleMe ol, #toggleMe ul
{
	list-style:decimal;
	margin-left:30px;
}
#toggleMe ul
{
	list-style:disc;	
}
#toggleMe ol li, #toggleMe ul li
{
	color:#999
}
#secondary {
	color: #FFF;
	padding: 15px 35px;
	text-align:left
}
#secondary h2 {
	color:#FFF;
	font-size:20px;
	margin-bottom:10px;
	font-weight:normal;
}
#secondary img
{
	margin:0 -35px;
}
.small
{
	font-size:10px;
	padding:5px 0;
}
.h2subheader
{
	font-size:11px;
	display:block;
	color:#000;
	font-weight:bold;
}

/************************************/
/*				LINKS				*/
/************************************/
a
{
	color:black;
	font-weight:normal;
	text-decoration:none;
}
a:active,
a:hover,
a:focus
{
	text-decoration:underline;
}

#headerNavigation ul,
#headerNavigationGen ul
{
	list-style:none;
	margin:0 0 0 290px;
	padding:0;
	position:relative;
	text-align:center;
	font-size:13px;

}
#headerNavigation ul li,
#headerNavigationGen ul li
{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
#headerNavigation ul li a,
#headerNavigationGen ul li a
{
	display:block;
	margin:0 0 0 6px;
	color:#666;
	text-decoration:none;
	line-height:45px;
	width:150px;
	height:50px;
	font-weight:normal;
	background: url(../images/09/header/navigation/tab.png) no-repeat left center;
}
#headerNavigationGen ul li a
{
	line-height:45px;
	background: url(../images/09/header/navigation/tab.png) no-repeat right center;
}
#headerNavigation ul li a:active, 
#headerNavigation ul li a:focus,
#headerNavigation ul li a:hover
{
	color:white;
	background: url(../images/09/header/navigation/tab.png) no-repeat left bottom;
}
#headerNavigationGen ul li a:active,
#headerNavigationGen ul li a:focus,
#headerNavigationGen ul li a:hover
{
	color:black;
	background: url(../images/09/header/navigation/tab.png) no-repeat right bottom;
}
#headerNavigation ul li a.current,
#headerNavigationGen ul li a.current
{
	color:black;
	font-weight:bold;
	background: url(../images/09/header/navigation/tab.png) no-repeat left top;
	line-height:35px;
	
}
.getintouchBtn
{
	width:130px;
	height:130px;
	display:block;
	background:url(../images/09/teaserSmall/eyes-btn.png) left top no-repeat;
	float:right;
	text-indent:-9999px;
}
.getintouchBtn:active,
.getintouchBtn:focus,
.getintouchBtn:hover
{
	background:url(../images/09/teaserSmall/eyes-btn.png) left bottom no-repeat;
}
.servicesNavigation
{
	font-size:13px;
	line-height:20px;
	margin-top:15px;
}
.servicesNavigation li
{
	text-indent:10px;
	border-bottom:1px solid #dde4e6;
	border-top:1px solid #FFF;
}
.servicesNavigation li a
{
	font-weight:normal;
	color:#333;
	display:block;
	height:30px;
	line-height:30px;
	margin-right:-15px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.servicesNavigation li a:active,
.servicesNavigation li a:hover,
.servicesNavigation li a:focus
{
	color:#000;
	background: url(../images/09/core/servicesNavigationIndicator.png) no-repeat right top;
	text-decoration:underline;
}
.servicesNavigation li a.current
{
	color:#000;
	background: url(../images/09/core/servicesNavigationIndicator.png) no-repeat right center;
	font-weight:bold;
}
.servicesNavigation li a:hover.current
{
	color:#000;
	background: url(../images/09/core/servicesNavigationIndicator.png) no-repeat right bottom;
	text-decoration:underline;
}
/* SURREY CHAMBER MEMBER LINK */
.surreyMemberLink
{
	display:block;
	width:200px;
	height:30px;
	background:url(../images/09/header/surreyChamberMember.png) left top no-repeat;
	text-indent:-9999px;
	position:absolute;
	top:-20px;
	right:120px;
}
.surreyMemberLink:focus,
.surreyMemberLink:hover,
.surreyMemberLink:active
{
	
	background:url(../images/09/header/surreyChamberMember.png) left bottom no-repeat;
}
.backButton
{
	display:block;
	font-size:14px;
	height:40px;
	background:url(../images/09/our-work/backbutton.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.backButton:focus,.backButton:hover,.backButton:active
{
	background:url(../images/09/our-work/backbutton.png) 0 -40px no-repeat;
}
.backButton+span
{
}
#crumbTrail
{
	position:absolute;
	top:-40px;
	z-index:999
}
#crumbTrail p
{
	font-size:10px;
	color:#999;
}
#crumbTrail strong
{
	font-weight:bold;
	color:black;
}
#crumbTrail a
{
	color:#666;
	font-weight:normal;
}
#visitsite
{
	display:block;
	height:40px;
	background:url(../images/09/our-work/visitsite.png) top center no-repeat;
	text-indent:-9999px;
	position:relative;
	top:16px;
}
#visitsite:focus,#visitsite:hover,#visitsite:active
{
	background:url(../images/09/our-work/visitsite.png) bottom center no-repeat;
}
#viewWorkButton
{
	position:absolute;
	top:420px;
}	
#viewWorkButton a
{
	text-indent:-9999px;
	display:block;
	width:400px;
	height:120px;
	background:url(../images/09/teaser/viewWorkButton.png) left top no-repeat;
}
#viewWorkButton a:focus, #viewWorkButton a:hover, #viewWorkButton a:active
{
	background:url(../images/09/teaser/viewWorkButton.png) left bottom no-repeat;
}
#nextStep
{
	margin-left:25px;
	border-bottom:1px solid #FFFFFF;
}
.leftColumnOurWork #nextStep
{
	margin:0;	
}
#nextStep ul li
{
}
#nextStep a
{
	display:block;
	border-top:1px solid #FFF;
	border-bottom:1px solid #DDE4E6;
	height:30px;
	line-height:30px;
	font-weight:normal;
	text-indent:45px;
	color:#333;
}
#nextStep #step1
{
	background:url(../images/09/core/nextStepIcons.png) 0 0 no-repeat;
}
#nextStep #step1:focus, #nextStep #step1:hover, #nextStep #step1:active
{
	background:url(../images/09/core/nextStepIcons.png) 0 -120px no-repeat;
	color:#000;
}
#nextStep #step2
{
	background:url(../images/09/core/nextStepIcons.png) 0 -30px no-repeat;
}
#nextStep #step2:focus, #nextStep #step2:hover, #nextStep #step2:active
{
	background:url(../images/09/core/nextStepIcons.png) 0 -150px no-repeat;
	color:#000;
}
#nextStep #step3
{
	background:url(../images/09/core/nextStepIcons.png) 0 -60px no-repeat;
}
#nextStep #step3:focus, #nextStep #step3:hover, #nextStep #step3:active
{
	background:url(../images/09/core/nextStepIcons.png) 0 -180px no-repeat;
	color:#000;
}
#nextStep #step4
{
	background:url(../images/09/core/nextStepIcons.png) 0 -90px no-repeat;
}
#nextStep #step4:focus, #nextStep #step4:hover, #nextStep #step4:active
{
	background:url(../images/09/core/nextStepIcons.png) 0 -210px no-repeat;
	color:#000;
}
.readmore, .readNoMore, #filterNav a
{
	background:url(../images/news/readmorebutton.png) top center;
	display:block;
	font-size:12px;
	text-align:center;
	width:90px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	cursor:pointer;
}
.readmore:focus, .readmore:hover, .readmore:active, #filterNav a:hover
{
	background:url(../images/news/readmorebutton.png) center center;
	color:#000;
}
#filterNav a.current
{
	background:url(../images/news/readmorebutton.png) bottom center;
	color:#FFF;
}
#filterNav a.loading
{
	background:url(../images/news/readmorebutton.png) bottom center;
}
#filterNav a img
{
	margin-top:7px;	
}
.footerToggle h3
{
	cursor:pointer;	
}
.footerToggle h3:hover
{
	text-decoration:underline	
}
#toggleMe a
{
	color:#FFF;	
}

/************************************/
/*				FORM				*/
/************************************/
label
{
	font-size:13px;
	font-weight:bold;
	color:black;
	display:block;
	margin-bottom:5px;
	margin-top:15px;
}
.textinput,
.textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:1px solid #999;
	padding:5px;
	color:black;
	width:378px;
}
.textinput:focus,
.textarea:focus
{
	border:1px solid #B20E0E;
}
.textinput
{
}
.textarea
{
	height:200px;
}
.submitButton
{
	margin-top:15px;
}
label.error
{
	color:#B51606;
	font-weight:bold;
	text-align:right;
	margin-top:4px;
	float:right;
	font-style:italic;
}
.textinput.error, .textarea.error
{
	border:1px solid #B51606;	
}