

html {
	font-size: 62.5%;
}

body {
	background: url(../../images/microsite/bg_blue.png) left top;
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em; 
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0 0 0 20px;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

#wrapper {
	background: #c84583 url(../../images/microsite/bg_pink.png) no-repeat;
	margin: 35px auto 0 auto;
	width: 960px;
}

#wrapperBottom {
	background: url(../../images/microsite/box_bottom_pink.png) no-repeat left bottom;
	height: 14px;
	width: 960px;
	margin: 0 auto;
}

#wrapper .inner {
	background: url(../../images/microsite/people.png) no-repeat right 128px;
	min-height: 594px;
	position: relative;
	width: 960px;
}

#wrapper .title {
	font-size: 4.5em;
	color: #ffffff;
	width: 230px;
	line-height: 1em;
	padding: 0 0 0 54px;
}

#wrapper .subtitle {
	font-size: 3em;
	line-height: 1em;
	color: #ffffff;
	position: absolute;
	left: 54px;
	top: 509px;
	width: 231px;
}

#logo {
	background: url(../../images/microsite/blob.png) no-repeat;
	width: 415px;
	height: 333px;
	text-indent: -5000px;
	position: absolute;
	top: 155px;
	left: 25px;
}

#visitSite {
	overflow: hidden;
	margin: 0;
}

#visitSite a {
	float: right;
	padding: 0 50px 0 0;
}


#content {
	background: #ed529c url(../../images/microsite/gradient.png) repeat-x;
	padding: 15px 19px 15px 20px;
	min-height: 308px;
}

.box {
	width: 921px;
}

.box .boxTop {
	background: url(../../images/microsite/box_top.png) no-repeat;
	height: 18px;
}

.box .content {
	background: #ffffff;
	overflow: hidden;
	padding: 0 20px;
	min-height: 280px;
}

.box .boxBottom {
	background: url(../../images/microsite/box_bottom.png) no-repeat;
	height: 18px;
}

.box .content h1 {
	color: #3e90c9;
	font-size: 2.3em;
	line-height: 1em;
	margin: 5px 0;
}

.box .content h2 {
	color: #3e90c9;
	font-size: 2em;
	line-height: 1em;
	margin: 5px 0;
}

.box .content h3 {
	color: #3e90c9;
	font-size: 1.7em;
	line-height: 1em;
	margin: 5px 0;
}

.box .content .highlight {
	background: #3e90c9;
	color: #ffffff;
	font-weight: bold;
}

.box .content .warning {
	color: #3e90c9;
	font-weight: bold;
}

.box .content ul,
.box .content ol {
	padding: 5px 0 5px 20px;
}

.box .content a {
	color: #ed529c;
}

.box .content .wysiwygleft {
	margin: 10px 10px 10px 0;
}

.box .content .wysiwygright {
	margin: 10px 0 10px 10px;
}

/*** FORM ***/

.form {
	overflow: hidden;
	padding: 20px 0;
}

.form .field {
	padding: 0 0 20px 0;
}

.form .label {
	padding: 0  0 2px 0;
}

.form .textbox {
	width: 200px;
	border: 1px solid #cccccc;
}

.form textarea {
	height: 100px;
}

.form .row {
	overflow: hidden;
}

.form .row .field {
	float: left;
	padding-right: 20px; 
}

/*** FOOTER ***/

#footer {
	padding: 10px 0;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.footerLogo {
	float: left;
}

.footerNav {
	float: left;
}

.footerNav ul {
	padding: 0;
}

.footerNav li {
	background: url(../../images/microsite/stick.png) no-repeat right 4px;
	list-style: none;
	float: left;
	padding: 0 7px 0 5px; 
	color: #ffffff;
}

.footerNav .last {
	background: none;
}

.footerNav a {
	color: #ffffff;
}

#footer .footerLeft {
	float: left;
}

#footer .footerRight {
	overflow: hidden;
	padding: 0 0 0 23px;
}

.footerRight p {
	margin: 0;
	color: #ffffff;
	font-size: 1.4em;
}

.footerRight ul {
	padding: 0;
}

.footerRight li {
	list-style: none;
	float: left;
	padding: 0 0 0 15px;
}