* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: 0.5em;
}

img {
	border: 0;
}

table {
	font-size: 1em;
}

option {
	padding-right: 0.3em;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

body {
	background: #FFF;
	color: #000;
	font: 62.5%/1.8em Arial, Verdana, sans-serif;
	text-align: center;
}

#wrapper, #wrapper2 {
	width: 76em;
	max-width: 99%;
	min-width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(../images/header_logos.jpg) top left no-repeat;
	color: #000;
}

#wrapper2 {
	margin-top: 6em;
	background: #FFF;
}

#index #wrapper {
	width: 76em;
	max-width: 99%;
	min-width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(../images/header_logos2.jpg) top left no-repeat;
	color: #000;
}

#header {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#content, .content {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 5em;
	line-height: 1em;
	background: transparent;
	color: #33C;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	background: transparent;
}

#header p {
	font-size: 1.3em;
	font-weight: bold;
}

#content p, .content p {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
}

.enter {
	padding: 1em 2em;
	border: 1px solid #33C;
	font-weight: bold;
	text-decoration: none;
	color: #33C;
}

#contentsecondary, .contentsecondary {
	float: left;
	padding: 1em;
	border: 1px solid #000;
	width: 29em;
	text-align: center;
	margin-bottom: 1em;
}

#contentsecondary img, .contentsecondary img {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#contenttertiary, .contenttertiary {
	min-height: 482px;
	padding: 1em;
	float: right;
	border: 1px solid #000;
	width: 29em;
	margin-bottom: 1em;
}

.contenttertiary {
	min-height: 459px;
}

#contenttertiary p, .contenttertiary p {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0;
}

#contenttertiary ol, .contenttertiary ol {
	text-align: left;
}

#contenttertiary a, .contenttertiary a {
	color:#666666;
	text-decoration:none;
}

#contenttertiary a:hover, .contenttertiary a:hover {
	color:#005A86;
	text-decoration:none;
}

.btn {
	clear: both;
	margin: 3em 0;
	padding: 0.5em 2em;
	border: 1px solid #000;
	font-weight: bold;
	text-decoration: none;
	background: #FC0;
	color: #000;
	line-height: 3em;
}

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../images/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px 0; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

button {
	padding: 10px 20px;
	background: #FFCC00;
	border: 1px solid black;
	font-weight: bold;
	font-family:Arial,Verdana,sans-serif;
	font-size: 14px;
}
