/* Zeroing elements */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Page Elements */

a{
	border-bottom: #4D90B2 1px dotted;
	text-decoration: none;
	color: #4D90B2;
}

a:hover{
	text-decoration: none;
	border-bottom: none;
	color: #4D90B2;
}

body{
	background: #C0DEED;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #58595b;
}

#wrapper{
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	position: relative;
	background: #fff;
}

/* Header */

#header{
	position: relative;
	height: auto;
	width: 960px;
	display: block;
	padding-top: 40px;
}

/* Navigation */
#nav{
	float: left;
	font-size: 12px;
	position: relative;
	width: auto;
	padding-right: 12px; 
}

#nav ul{
	list-style: none;
}

#nav ul li{
	float: left;
	margin-top: 48px;
	margin-bottom: -10px;
	padding-bottom: 46px;
	padding-top: 12px;
	width: auto;
	margin-left: 50px;
}

#nav ul li a{
	color: #145474;
	border-bottom: none;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #ccc;
}

/* Headers */

h1{
	font-size: 24px;
	font-weight: bold;
	color: #4d90b2;
	padding-bottom: 20px;
	line-height: 42px;
	padding-left: 50px;
}

h2{
	font-size: 24px;
	font-weight: bold;
	color: #d71635;
	padding-bottom: 18px;
	line-height: 30px;
}

.grey{
	font-size: 24px;
	font-weight: normal;
	color: #58595b;
}

.bold{
	font-size: 24px;
	font-weight: bold;
	color: #58595b;
}

.small{
	font-size: 12px;
	font-weight: normal;
	color: #58595b;
	line-height: 18px;
	padding-top: 6px;
}

h3{
	font-size: 24px;
	font-weight: normal;
	color: #145474;
	padding-bottom: 18px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	color: #4d90b2;
	line-height: 18px;
	margin-bottom: 18px;
}

h5{
	font-size: 14px;
	font-weight: normal;
	color: #4d90b2;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Logo */

/* Content for feature and statement */

#top_content{
	width: 100%;
	position: relative;
	height: auto;
	border-top: #145474 2px solid;
	border-bottom: #145474 2px solid;
	padding-top: 32px;
}

/* Statement */

#welcome{
	padding-left: 39px;
	float: left;
	position: relative;
	width: 500px;
	height: auto;
}

#welcome p, #welcome ol li{
	padding-bottom: 20px;
}

#welcome ol{
	padding-left: 10px;
}
/*  Work */

#goingon{
	float: left;
	position: relative;
	width: 360px;
	height: auto;
	padding-bottom: 32px;
	padding-left: 40px;
}

#goingon p{
	font-size: 12px;
	line-height: 18px;
	color: #58595b;
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 17px;
}

#goingon a{
	border-bottom: #4D90B2 1px dotted;
	text-decoration: none;
	color: #4D90B2;
	padding-bottom: 1px;
	font-size: 14px;
}

#goingon a:hover{
	border-bottom: none;
	text-decoration: none;
	color: #4D90B2;
	font-size: 14px;
}

/* Photo */
#photo a{
	border: none;
}

/* Information all about stuff */

#info{
	width: 960px;
	padding-top: 52px;
}

/* Three information blocks */

#blockOne, #blockTwo, #blockThree{
	padding-top: 26px;
	float: left;
	width: 240px;
	padding-bottom: 10px;
	display: inline;
	min-height: 800px;
}

/* More info for other blocks*/

#blockOne{
	margin-left: 38px;
	padding-right: 40px;
}

#blockOne p, #blockTwo p, #blockThree p{
	margin-bottom: 20px;
}

/* This is the middle one, which has the two lines */

#blockTwo{
	border-left: #e4e7e5 1px solid;
	border-right: #e4e7e5 1px solid;
	padding-right: 45px;
	padding-left: 30px;
	padding-right: 43px;
}

#blockThree{
	margin-left: 34px;
}

/*  Block three has the list, which has first dots on the top... */

#goingon ul{
	list-style: none;
	border-top: #58595b 1px dotted;
	width: 360px;
	display:block;
	color: #58595b;
	margin-top: 20px;
}
/* Here, it takes the dotted line only for the bottom of the list */

#goingon ul li{
	border-bottom: #58595b 1px dotted;
	color: #58595b;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

/* Footer */
#footer{
	padding-top: 36px;
	padding-bottom: 36px;
	background-color: #eaeaea;
	height: auto;
	width: 100%;
	margin-top: 57px;
}

/* Makes sure that it is always only 960 across no matter how large the screen is */
#container{
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

/* Contact */
#contact{
	text-align: left;
	float: left;
	position: relative;
	margin-left: 36px;
	width: 100%;
	margin-right: 115px;
}

#contact p{
	color: #58595b;
}

#contact a{
	border-bottom: #4D90B2 1px dotted;
	text-decoration: none;
	color: #4D90B2;
	padding-bottom: 1px;
}

#contact a:hover{
	border-bottom: none;
	text-decoration: none;
	color: #4D90B2;
	padding-bottom: 1px;
}

/* Resrouces */

/* Clearfix */
.clearfix:after
{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix
{
	display: inline-block;
}