/*	Future North Base Styles
	
top and bottom logo bands with dash/stitching
January 2009

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	border: 0;
	/*  reset  all padding, margins and borders  */
} 

body {
	font: small Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------------*/

#head {
	width: 100%;
	height: 100px;
	padding: 0;
	background: #ffffff url(images/hdash.gif) repeat-x bottom left;
	color: #333333;
}
#head img {
	display: block;
	width: 740px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------------*/

#nav {
	display: block;
	width: 100%;
	height: 16px;
	padding: 0;
	background: #000000;
	color: #dddddd;
}
#nav ul {
	width: 700px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#nav li {
	float: left;
	width: 140px;
	text-align: center;
}
#nav a {
	color: #dddddd;
	text-decoration: underline;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*--------------------------------------------------------------------*/

#mid {
	width: 100%;
	background: #000000;
	color: #cccccc;
}

/*--------------------------------------------------------------------*/

div#mid1 {
	background: #6c92c7 url(images/bg_plane.gif) no-repeat bottom center;
}
div#mid2 {
	background: #46270c url(images/bg_bridge.gif) no-repeat bottom center;
}
div#mid3 {
	background: #dec4ee url(images/bg_angel.gif) no-repeat bottom center;
}
div#mid4 {
	background: #dad4d0 url(images/bg_baltic.gif) no-repeat bottom center;
}
div#mid5 {
	background: #2c2731 url(images/bg_millenium.gif) no-repeat bottom center;
}

/*--------------------------------------------------------------------*/

#main {
	width: 800px;
	height: 370px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	color: #000000;
}

h1 {
	font: bold 117%/1.3 Arial, Helvetica, sans-serif;
}

p, ul {
	font: normal 90%/1.3 Arial, Helvetica, sans-serif;
	text-align: justify;
}

/*--------------------------------------------------------------------*/

#cola { /*column A*/
	float: left;
	width: 360px;
	padding: 20px 10px 10px 30px;
}

.bl { /*display a 10px curved top graphic*/
	background: url(images/bltop.png) no-repeat top left;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}

.bl h1, .bs h1 {
	background: url(images/bl.png) no-repeat center left;
	padding: 0 10px 0 10px;
}

.bl p { /*display a background and bottom curve graphic*/
	background: url(images/bl.png) no-repeat bottom left;
	padding: 0 10px 10px 10px;
}

.bl ul {
	background: url(images/bl.png) no-repeat bottom left;
	padding: 0 10px 10px 20px;
	list-style-type: circle;
}

/*--------------------------------------------------------------------*/

#colb { /*column B*/
	float: right;
	width: 180px;
	padding: 20px 30px 10px 10px;
}

.bs {
	background: url(images/bstop.png) no-repeat top left;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}

.bs p {
	background: url(images/bs.png) no-repeat bottom left;
	padding: 0 10px 10px 10px;
}

/*--------------------------------------------------------------------*/

#colc { /*column C*/
	float: right;
	width: 360px;
	padding: 20px 30px 10px 10px;
}

#cold { /*column D*/
	float: left;
	width: 180px;
	padding: 20px 10px 10px 30px;
}

/*--------------------------------------------------------------------*/

#foot {
	clear: both;
	width: 100%;
	height: 110px;
	padding: 0;
	background: #ffffff url(images/fdash.gif) repeat-x bottom left;
	color: #333333;
}
#foot img {
	display: block;
	width: 740px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}



