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



/*-----CSS Reset-----*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
body {
	line-height: 1;
}
p {
	padding-bottom: 8px; 	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----End CSS Reset-----*/
canvas {
	display:block;
} 

div.wrapper{
    zoom: 1;
    position:relative;  
}

body{
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1150px;
	height:auto;
	margin:0 auto;
}

#contentOne{
	margin:125px 0 0 0;
	height:400px;
	width:550px;
	float:left;
}

#contentTwo{
	margin:125px 0 0 0;
	height:400px;
	width:600px;
	background-color:#006db7;
	border-top-right-radius:80px;
	color:#ffffff;
	font-size:1em;
	line-height:1.625em;
	float:left;
}

#textAreaOne{
	margin:50px 100px 50px 70px;
}

#spaceOne{
	height:300px;
	width:1150px;
	float:left;
}

#contentThree{
	height:400px;
	width:600px;
	background-color:#79b0ea;
	border-bottom-left-radius:80px;
	color:#ffffff;
	font-size:1em;
	line-height:1.625em;
	float:left;
}

#textAreaTwo{
	margin:50px 100px 50px 70px;
}

#contentFour{
	background-color:#ffffff;
	height:400px;
	width:550px;
	float:left;
}

#spaceTwo{
	height:300px;
	width:1150px;
	float:left;
}

#contentFive{
	background-color:#ffffff;
	height:400px;
	width:550px;
	float:left;
}

#contentSix{
	height:400px;
	width:600px;
	background-color:#79b0ea;
	color:#ffffff;
	font-size:1em;
	line-height:1.625em;
	float:left;
}

#textAreaThree{
	margin:50px 100px 50px 70px;
}

#spaceThree{
	height:300px;
	width:1150px;
	float:left;
}

#contentSeven{
	height:400px;
	width:600px;
	background-color:#79b0ea;
	border-bottom-left-radius:80px;
	color:#ffffff;
	font-size:1em;
	line-height:1.625em;
	float:left;
}

#textAreaFour{
	margin:50px 100px 50px 70px;
}

#contentEight{
	height:400px;
	width:550px;
	float:left;
	
}

#spaceFour{
	height:300px;
	width:1150px;
	float:left;
}

#contentNine{
	background-color:#ffffff;
	border:1px solid #79b0ea;
	color:#006db7;
	font-size:1em;
	line-height:1.625em;
	margin-left:70px;
	height:398px;
	width:608px;
	float:left;
}

#contentNine a{
	color:#006db7;
}

#contentNine a:visited{
	color:#006db7;
}

#textAreaFive{
	margin:50px 70px 70px 120px;
}

#contentTen{
	height:400px;
	width:400px;
	float:left;
}

#spaceFive{
	height:325px;
	width:1150px;
	float:left;
}

footer{
	text-align:center;
	font-size:.75em;
	color: #666;
	height:200px;
	margin:0 auto;
	width:1150px;
	clear:both;
}

div.vm {
	position: fixed;
	bottom: 0px;
	width: 172px;
	margin-left:489px;
}

.hideme{
	opacity:0;
	/*for IE5-7*/
    filter: alpha(opacity=0);
    /*for IE8*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
}