@import url(/css/reset.css);

body {
	/*font-family:'Myriad Pro', Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;

}

a {color:#2a6098; text-decoration:none;}
a:hover {text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:0.8em;
}

h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1.0em;}
h5 {font-size:0.8em;}
h6 {font-size:0.7em;}

img[align=right] {float:right;}
img[align=left] {float:left;}

strong {font-weight:bold;}
em {font-style: italic;}

.notify {color:red; font-size:0.9em;}
.clear {clear:both;}

.quiet {
	color:#959595;	
	font-weight:normal;
}
.small {font-size:10px;}
.medium {font-size:12px;}
.large {font-size:16px;}
.xlarge {font-size:20px;}
.xxlarge {font-size:24px;}
.huge {font-size:30px;}

p {
	margin-bottom:1.4em;
}


label {float:left; width:80px;}
input, textarea {border: 1px solid #ABADB3; padding:2px;}
input.button {border:none; padding:0;}
textarea {height:100px; width:300px;}

fieldset {
	background:url(/img/form_bg.png) #d6f0fd top repeat-x;
	border:1px solid #1a5189;
}

fieldset p {
	margin:10px;
}

fieldset .title {
	background:url(/img/title_bg.png) #fff top repeat-x;
	border-bottom:1px solid #1a5189;
	color:#fff;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:2px 5px 2px 5px;
	width:350px;
}

.autoCenter {
	margin:0 auto;
	width:850px;
}

#header {
	background:url(/img/header_bg.png) #5ab8ef top repeat-x;
	float:left;
	font-size:1.2em;
	height:159px;
	overflow:hidden;
	width:100%;
	z-index:1;
}


	#header #logo {
		float:left;
		margin:15px;
	}
	
	#header #slogan {
		float:left;
		margin-top:23px;
	}
	
	#header #ship {
		float:right;
		margin:2px 0 0 0;
	}
	
	#header #contact {
		position:relative;
		left:510px;
		top:-35px;
	}

#nav {
	background:url(/img/nav_bg.png) #376fa8 top repeat-x;
	border-bottom:1px solid #1a5189;
	border-top:1px solid #1a5189;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	clear:both;
	float:left;
	font-size:15px;
	height:32px;
	margin:-4px 0 16px 0;
	z-index:10;
	width:100%;
}

	#nav ul {
		list-style:none;
	}
	
		#nav ul li {
			float:left;
			text-align:center;
			width:auto;
		}
		
			#nav ul li a {
				color:#b2e3fe;
				float:left;
				line-height:2.17em;
				padding:0 10px 0 10px;
			}
			
			#nav ul li a:hover {
				color:#fff;
				text-decoration:none;
			}
			
#mainContent, #subContent {
	color:#333;
	font-size:1.4em;
	line-height:1.4em;
	margin:0 16px 0 16px;
}
	
	#mainContent ul, #subContent ul {
		list-style-image:url(/img/bullet.png);
		margin:0 20px 1.4em 20px;	
	}
	
	#subContent ul {padding-left:20px;width:200px;}
	
		#mainContent li, #subContent li {
			margin-bottom:5px;
		}
		
	#mainContent ol {
		list-style:decimal;
		margin:0 40px 1.4em 40px;
	}

	#mainContent img, #subContent img {
		margin:0 5px 5px 5px;
	}

#mainContent {
	width:555px;
}

#subContent {
	margin-right:20px;
	width:220px;
}

	.full #mainContent {
		width:100%;
	}
	
	.primaryLeft #mainContent {
		border-right:1px solid #dbdbdb;
		float:left;
		margin-right:5px;
		padding-right:20px;
	}
	
	.primaryRight #mainContent {
		border-left:1px solid #dbdbdb;
		float:right;
		margin-left:5px;
		padding-left:20px;
	}
	
	.equal #mainContent {
		float:left;
		
		width:360px;
	}
	
	.primaryLeft #subContent {
		float:right;
		margin-left:5px;
	}
	
	.primaryRight #subContent {
		float:left;
		margin-right:5px;
	}
	
	#quote { padding-bottom:5px;}
	
	.equal #subContent {
		float:right;
		
		width:360px;
	}
	
	#subContent .quote {
		font-size:0.9em;
		margin-bottom:20px;
	}
	
	#subContent .author {
		color:#3e73a9;
		font-weight:bold;
	}
	#subContent .caption {
		color:#3e73a9;
		font-style:italic;
	}

#updates  {
	float:left;
}

#updates h2 {
	background: url(/img/news.png) no-repeat 100% 0;
	line-height:30px;
	width:100px;
}

#updates .update {
	float:left;
	margin-right:10px;
	width:205px;
}

	#updates .update.last {
		margin-right:0;
	}
	
	#updates .update h3 {
		background: #356aa0;
		border:1px solid #164475;
		color:#fff;
		margin:0;
		padding:5px;
	}

	#updates .update p {
		background: url(/img/news-bg.png) #dde6ed repeat-x top center;
		border:1px solid #aec1c7;
		border-top:none;
		margin:0;
		padding:7px 5px;
	}
	
	#updates .update p a {
		font-weight:bold;
	}


#declaration {
	background: url(/img/declaration-bg.jpg) no-repeat top center;
	clear:both;
	float:left;
	margin:20px 0px 0 -12px;
	padding:120px 0 80px 0;
	position: relative;
	text-align: justify;
	width: 860px;
	/* with signatures 
	margin:20px 100px;
	padding:20px 40px;
	width: 570px;
	*/
}

	#declaration-content {
		margin:20px 340px 0 40px;
	}
		
	#facebook {
		position: absolute;
		top:420px;
		right:25px;
		width:270px;
	}

	#signatures {
		border:1px solid #9a9a9a;
		border-top:1px solid #aeaeae;
		position: absolute;
		top:840px;
		right:25px;
		width:270px;
	}
	
		#signatures h3 {
			background:url(/img/signatures-bg.png) repeat-x;
			border-bottom:1px solid #aeaeae;
			color: #737373;
			display:block;
			font-size:18px;
			margin:0;
			padding:8px 12px;
			width:246px;
		}
	
		#signatures ul {
			list-style: none;
			margin:0;
		}
		
		#signatures li {
			clear:both;
			border-bottom:1px solid #aeaeae;
			display:block;
			height:50px;
			list-style: none;
			margin:0;
			margin-bottom:-1px;	/* prevent double border for bottom item */
			padding-top:15px;
			text-align: center;
			width:100%;
		}
				
small {font-size:0.8em}

#footnote {
	color:#333;
	display:block;
	float:left;
	font-size:12px;
	line-height:1.3em;
	padding: 0 20px;
	text-align: center;
	width:840px;
}

#footer {
	clear:both;
	color:#3a6fa5;
	display: block;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	font-size:1.0em;
	line-height:1.3em;
	margin:20px 0 50px 0;
	text-align:center;
	width:100%;
}

	#footer a {
		color:#3a6fa5;
	}

