/*Start 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, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/



body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/background-bg.jpg) top repeat-x #b5deff;
	margin-top:10px;
	}

h1 {
	font-size:35px;
	font-weight:bold;
	color:#00518e;
	line-height:33px;
	margin:10px 0;
	letter-spacing:-.05em;
	}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#167dcb;
	margin-bottom:3px;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
	}
	
p {
	margin-bottom:10px;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:980px;
	}
	
#header {

	}
	
#nav {
	background:url(../images/nav-bg.jpg) repeat-x;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	margin:3px;
	height:36px;
	}
	
	#nav a {
		color:#FFF;
		text-decoration:none;
		}
		
	#nav a:hover {
		text-decoration:underline;
		}
		
	#nav ul {
		margin-left:10px;
		}
		
	#nav li {
		list-style-type:none;
		float:left;
		margin:10px 10px 10px 0;
		padding:0px 13px 0 0;
		border-right:1px solid #FFF;
		}
	
#cta {
	margin:10px 0;

	}
	
#blueborder {
border:10px #319ef1 solid;
	background-color:#FFF;
}

#hpcontent {
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	padding:0 10px;
	line-height:22px;
	}
	
#content {
	font-size:14px;
	color:#000;
	margin-bottom:20px 0;
	padding:0 10px;
	line-height:20px;
	}
	
	#content ul {
		margin:10px 10px;
		list-style-type:disc;
		padding-left:10px;
		}
		
		#content ul strong {
		color: #1a659d;
		font-weight:bold;
		}
		
#gallery {
	float:left;
	width:200px;
	margin-right:15px;
	text-align:center;
	margin-bottom:15px;
	height:300px;
	}
	
	#gallery img {
		border:3px solid #fff;
		}
		
#balloons {
	float:left;
	width:225px;
	margin-right:15px;
	text-align:center;
	margin-bottom:15px;
	}
	
	#balloons img {
		border:3px solid #fff;
		}
		
#footer {
	padding:10px;
	color:#2b83c9;
	font-size:12px;
	line-height:18px;
	}
	
#footer a {
	color:#2b83c9;
	text-decoration:none;
	}
	
	#footer a:hover {
	text-decoration:underline;
	}
#footerleft {
	float:left;
	width:480px;
	}
	
#footerright {
	float:left;
	width:480px;
	margin-top:46px;
	text-align:right;
	}
	
.redtext {
	font-size:22px;
	color:#FF0000;
	}

