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

body {
	background: url(../images/gradient.png) repeat-x;
	margin:50px 0px;
	padding:0px;
	font-family: 'Gill Sans', 'Trebuchet MS', 'Arial', 'Calibri', sans-serif;
	font-size: 14px;
	font-weight:lighter;
	
	
}

p {
	color: #000000;
	font-size: 1.2em;
	text-indent: 20px;
	margin: 20px 20px 20px 20px;
}

ul {

	margin: 20px 20px 0px 20px;
	list-style:  square;
}

li {
	color: #000000;
	font-size:1.2em;
}



h1 {
	font-size: 2.4em;
	font-weight:lighter;
	display:inline;
	color:#000000;
	
}

h2 {
	font-size: 1.5em;
	font-weight:lighter;
	font-style:italic;
	display:inline;
	color:#000000;
}


h3 {
	font-size: 2.4em;
	font-weight:lighter;
	display: inline;
	color:#0176ab;
	margin: 20px;
}

h4 {
	font-size: 1.5em;
	font-weight:lighter;
	display: block;
	color:#0176ab;
	margin: 0 0 0 20px;
	
}

.footer {
	color: #000000;
}


.title {
	display: inline;
	margin: 140px 0px 0px 0px;
	float: right;
}

.menu {
	text-align: right;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}


.logo {
	margin: -12px 0px 0px 8px;
}


.fullwidth {
	padding: 100px 0px 0px 0px;
}

.fullwidth2 {
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_door2.png) no-repeat;
	background-position: 150px bottom;
}


.leftcol {
	padding: 70px 0px 0px 0px;
	width: 375px;
	float: left;
	/*background: url(../images/bg_door2.png) no-repeat;
	background-position: bottom right;*/
	min-height: 400px;
	
	
}


/*.door {
	z-index: -1;
	padding-left: 75px;
}*/



.rightcol {
	padding: 70px 0px 0px 0px;
	width: 380px;
	float:right;
	
	
}

.splash {
	width: 800px;
	height: 800px;
	margin: 0px auto;
	background: #ffffff;
	border-radius: 10px;
}

.splash-logo {
	margin: 50px 150px 0px 150px;
}

a {
	color:#0176ab;
	font-size: 1em;
	
	text-decoration: none;
	display: inline;
	padding: 0px 5px 0px 0px;
}


a:hover {
	color: #0176ab;
	text-decoration:underline
}





#main {
	width: 800px;
	min-height: 600px;
	background: url(../images/key2.png) no-repeat #fff;
	background-position: right 10px;
	
	margin:0px auto;
	padding: 15px 15px 15px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}




#footer {
	width: 800px;
	margin: 0px auto;
	display: inline;
	text-align:center;
	padding: 100px 0px 0px 0px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.floatright {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
