/* General Selectors */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #04225e;
}

#wrapper	{
	width: 1100px;
	margin: 0 auto;	
	background-color: white;
	float: inherit;
}
#topWrap	{
	height: 100px;
	clear: both;
	background: url("../images/outerWrap-background1.gif") repeat-x top left;
	width: 100%;
	min-width: 1100px;
	/*background-repeat: repeat-x;*/
}
#holder {
	margin: 0 auto;
	width: 1100px;
}
#nav	{
	float: left;
	margin-left: 50px;
	
}
/*#nav li {
	list-style-type: none;
	text-transform: uppercase;
	display: inline;
	
}
#nav li a {
	font-size: 1em;
	color: #0d548b;
	padding:1em 1.2em;	
}
#nav li a:hover {
	color: #3162AC;
}*/


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
}
#nav ul li {
	font-size: 1em;
	float:left;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}
#nav ul li a {
	display: block;
	padding: 0 15px 0 7px;
	color: #04225e;
	text-decoration: none;
	text-align: center;
}
#nav ul li a:hover {
	text-decoration: underline;
}



#logo	{
	height: 74px;
	width: 240px;
	float: left;
	margin-top: 13px;
}
#outerWrap {
	background:url(images/outerWrap-background1.gif) repeat-x top left;
	text-align: left;
	margin: 0 auto;
}
#outerWrap, #innerWrap {
	display: block;
}
#middle	{
	width: 1100px;
	clear: both;
	padding-top: 10px;
	background-color: white;
}
#slideshow	{
	width: 1075px;
	height: 320px;
	float: left;	
	background-color:white;
	padding: 15px 0 5px 25px;
	margin-bottom: 20px;
}
#greeting	{
	width: 330px;
	height: 410px;
	float: left;	
	padding: 0 20px 20px 40px;
	text-align:left;
	background-color: white;
	color: black;
}

#mainContent	{
	width: 650px;
	height: auto;
	clear:both;
	color: black;
	background-color: white;
	float: left;
	text-align: left;
	padding: 20px;
}
.videoWrap {
	width: 730px;
	height: 410px;
}
#bottom	{
	width: 1080px;
	height: auto;
	clear:both;
	color: black;
	background-color: white;
	float: inherit;
	display:inline-block;
	text-align: left;
	padding: 10px;
}
#rightCol	{
	width: 270px;
	clear: right;
	float: right;
	padding: 0 10px 0 0;
	display:inline-block;
	background-color: #FFF;
	border: 2px solid #04225e;
	margin: 5px 15px 0 0;
}
#rightCol p	{
	padding-left: 20px;
	font-size: 1em;
}
.rCol	{
	float: left;
	clear: right;
	width: 280px;
	height: 32px;
	text-align: center;
	color: white;
	font-size: 1.3em;
	padding: 8px 0 0 0;
	margin-bottom: 20px;
	background-image: url(../images/rCol.jpg);
	background-repeat: repeat-x;
}
#content	{
	width: 780px;
	height: auto;
	float: left;
	padding: 0 20px 20px 40px;	
	text-align:left;
	background-color: white;
}


#footer	{
	width:	100%;
	height: 120px;
	clear: both;
	background-color: #04225e;
	color: #04225e;
	text-align: left;
	font-size: 0.7em;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}
#footerInside	{
	width: 	1100px;
	height: 100px;
	margin: 0 auto;
}
#footerAddress	{
	width: 400px;
	padding-top: 45px;
	color: white;	
	float: left;
}
#footerLinks	{
	width: 700px;
	padding-top:45px;
	float: left;	
	text-align: right;
}
#footer a:link, #footer a:visited	{
	color: #FFF;
	text-transform: uppercase;
}


/* ################ Typeography ##################### */

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;	
	padding-bottom: 10px;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding-bottom: 20px;
	color: #04225e;
}
h3	{
	padding-bottom: 10px;
	font-size: 1.4em;
	font-weight:normal;
}
.highlight	{
	font-weight:bold;
	text-decoration:underline;
}

a:link, a:visited {
	color: #04225e;
	text-decoration: none;
}
p	{
	padding-bottom: 15px;	
}

a:active, a:hover {
	color:#04225e;
	text-decoration: underline;
}

.clear	{
	clear:both;	
}
.center	{
	text-align: center;	
}