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

/* GLOBAL RESET*/
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 {
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	background-color: #0FF;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*DEFAULT STYLES*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4a5f70;
}
h1 {
	font-weight: bold;
	color: #4a5f70;
	font-size: 1.2em;
}
h2 {
	font-weight: bold;
	color: #4a5f70;
	font-size: 0.9em;
}
.contentHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #080b0d;
	font-size: 1.7em;
}
a:link {
	color: #080b0d;
	border-style: none;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #080b0d;
	border-style: none;
	text-decoration: none;
	outline: none;
}
a:hover {color: #1a1a1a; text-decoration: underline;}
a:active {color: #1a1a1a; font-size: 100%;}

/*TEXT STYLES*/
.tx_body1 {
	color: #4a5f70;
	font-size: 0.75em;
	line-height: 1.4em;
}
.tx_body2 {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.6em;
}
.tx_body3 {
	color: #080b0d;
	font-size: 0.9em;
	line-height: 1.6em;
}
.tx_heading1 {
	color: #080b0d;
	font-size: 1.0em;
	line-height: 1.4em;
}
.tx_footer {
	color: #ccc;
	font-size: 0.7em;
	text-align:left;
}
/* Link Styles*/
.linkNorthport a:link {
	color: #fff;
	border-style: none;
	text-decoration: none;
	outline: none;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
}
.linkNorthport a:visited {
	color: #fff;
	border-style: none;
	text-decoration: none;
	outline: none;
}
.linkNorthport a:hover {color: #fff; text-decoration:underline;}
.linkNorthport a:active {color: #fff;}

/*PAGE LAYOUT*/
.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	background-image: url(../_images/bgd_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapperContent {
	margin: 0px auto;
	text-align: center;
	width: 900px;
	height: 730px;
}
#wrapperFooter {
	position: fixed;
	top: 730px;
	right: 0;
	bottom:0;
	left:0;
	overflow:auto;
	background-color: #4a5f70;
	text-align: center;
}
#headerCon {
	height: 705px;
	width: 255px;
	margin: 0px auto;
	position: relative;
	text-align: right;
	float: right;
	padding-right: 50px;
	padding-top: 25px;
}
#contentCon {
	width: 595px;
	margin: 0px auto;
	text-align: left;
	float: left;
	position: relative;
}
/* CONTENT LAYOUT*/
/* header*/
#logo {
	height: 187px;
	width: 147px;
	position: relative;
	margin-bottom: 20px;
	float: right;
}
#about {
	width: 230px;
	margin-bottom: 30px;
	float: right;
}
#contact {
	width: 230px;
	position: absolute;
	bottom: 25px;
	right: 50px;
}
/* project*/
#intro {
	height: 100px;
	width: 520px;
	position: absolute;
	top: 0px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 25px;
}
#projectInfo {
	height: 130px;
	width: 520px;
	background-color:rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 25px;
	margin: 0px auto;
}
#infoSymbol {
	position: relative;
	margin-top: 10px;
}
#info {
	float: left;
}
#infoLink {
	float:left;
	padding-left: 10px;
	padding-top: 6px;
}
/* footer*/
#copyright {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	text-align: center;
}
