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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #333333;
	font-size: 68.5%;
	line-height: 1;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}





/* -- LAYOUT -- */
.main-content {
	background-color: #F8F8F9;
}

.center-content {
	margin: 0 auto;
	width: 900px;
}

.center-text {
	text-align: center;
}

	.main-content .center-content {
		padding: 75px 0 25px;
		text-align: center;
	}
	
		.inner-column-wrap {
			margin: 30px 0 5px 0;
			width: 900px;
		}
		
		.inner-column-wrap.nomargintop {
			height: 100px;
			margin-top: 0;
		}
		
			.inner-column-wrap .column-1 {
				float: left;
				padding: 10px;
				width: 380px;
			}
			
			.inner-column-wrap .column-2 {
				float: left;
				padding: 10px;
				width: 80px;
			}


.meta-navigation {
	background-color: #003F6D;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}
	
	.meta-navigation li {
		border-right: 1px solid #ffffff;
		display: inline;
		margin-right: 5px;
		padding-right: 8px;
	}
	
	.meta-navigation li.noborder {
		border-right: 0 none;
		padding-right: 0;
	}
	
	.meta-navigation a,
	.meta-navigation a:link,
	.meta-navigation a:visited {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.meta-navigation a:hover,
	.meta-navigation a:focus,
	.meta-navigation a:active {
		text-decoration: underline;
	}

.column-wrap {
	line-height: 1.3em;
	margin: 30px auto 0 auto;
	width: 900px;
}

	.column-23 {
		float: left;
		width: 540px;
	}

	.column-13 {
		float: left;
		margin-left: 40px;
		width: 320px;
	}
	
	.column-wrap ul {
		margin-bottom: 15px;
	}
	
	.column-wrap ul li {
		list-style-type: circle;
		margin-bottom: 8px;
		margin-left: 15px;
	}

/* -- TYPO -- */
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 25px 0 15px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	
}

h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

hr {
	background-color: #cacaca;
	border: 0 none;
	clear: both;
	color: #cacaca;
	height: 1px;
	margin: 20px 0;
}

a,
a:link,
a:visited {
	color: #ff4300;
	text-decoration: underline;
}


/* -- FORMS -- */
input.text {
	border: 1px solid #cacaca;
	margin-bottom: 8px;
	padding: 3px;
	width: 280px;
}

input.cb {
	vertical-align: text-bottom;
	margin-right: 5px;
}

label.cb-follow {
	line-height: 20px;
}

input.button {
	background-color: #ececec;
	border: 2px solid #cacaca;
	cursor: pointer;
	font-weight: bold;
	margin-left: 5px;
	padding: 2px;
	width: auto;
}

select {
	border: 1px solid #cacaca;
	margin-bottom: 4px;
	padding: 2px;
	width: 320px;
}

form.loginform {
	margin-bottom: 10px;
}

form.loginform input.text {
	float: left;
	width: 180px;
}

form.loginform label {
	clear: left;
	float: left;
	font-weight: bold;
	line-height: 1.6em;
	width: 75px;
}

input.image-button {
	margin-left: 75px;
}

