/* CSS Reset by Eric Meyer
============================== */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, select {
	list-style: none;
	font-family: Calibri;
	font-size: 14px;
}

.uppercase {
	text-transform: uppercase;
}

.required {
	color: red;
}

.radiusBorder{ 
	border-radius: 5px;
}

.page	{
	min-width: 1231px;
	background: url("../images/GWC-background-image.png") repeat scroll 0 0 #FFFFFF;
	}

.page .content	{
	margin: 0 auto;
	width: 1231px;
	}

.page .head	{
	width: 100%;
	height: 255px;
	background: url("../images/GWC-Splash-Banner.png") repeat scroll 0 0 #FFFFFF;
	}

/* MENU*/
.page .head .menu
{
	padding-left: 820px;
	padding-top: 227px;
	
}
.head .menu ul li
{
	float: left;
	padding-left:16px;
}

.head .menu ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}

/* Body */
.page .body {
	background: url("../images/GWC-Splash-Textured-Banner.png") repeat scroll 0 0 #FFFFFF;
	min-height: 900px;
	}
.page .body .adwContent
{
	margin: 0 auto;
	width:800px;
	padding-top:150px;
	color: #7d7d7d;
}
.page .body .adwContent .blueLink
{
	color:#719ec4
}

.adwContent .textBlock
{
	width: 300px;
	float: left;
	font-size: 21px;
}
.adwContent .requestFormBlock
{
	padding:15px;
	background-color: #fff;
	float: left;
	width: 470px;
	box-shadow: 0 0 10px;
}
.adwContent .requestFormBlock .title
{
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	width: 223px;
}
.adwContent .requestFormBlock .textField
{
	
	font-size: 16px;
	color: #6f7072;
	display: block;
	float: left;
	width: 224px;
}
.adwContent .requestFormBlock .textareaInput,
.adwContent .requestFormBlock .textInput
{
	border: 1px solid #d9d9d9;
	background-color: #F0F0F0;
}
.adwContent .requestFormBlock .textInput
{
	height: 23px;
	margin-bottom: 10px;
	padding-right: 5px;
	width: 237px;
}

.adwContent .requestFormBlock .textareaInput
{
	width: 100%;
}

.adwContent .requestFormBlock .submitBotton
{
	background-color: #d27d06;
	color: #fff;
	float: right;
	height: 26px;
	margin-top: 6px;
	padding-left: 12px;
	padding-top: 8px;
	width: 60px;
}
