/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; font-family:Arial, Helvetica, sans-serif;}

ul,ol { list-style: none; }



body {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#267FE5;
	}

#container {
	position:relative;
	width:900px;
	text-align:center;
	}

#header {
	position:relative;
	top:0px;
	width: 900px;
	height: 325px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	}
#flash {
	position:absolute;
	top:0px;
	left:25px;
}

.splash {
	position:relative;
	background-image:url(images/header_panel.png);
	height:325px;
}

.right {
	position:absolute;
	right:25px;
}
	
#separator {
	position:relative;
	height:25px;
	background-image:url(images/separator.png);
	background-repeat:no-repeat;
}

#separator2 {
	position:relative;
	height:25px;
	background-image:url(images/separator2.png);
	background-repeat:no-repeat;
	}


#content {
	position:relative;
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:14px;
	width:900px;
	}
	
#left_column{
	position:relative;
	width:365px;
	float:left;
	margin-bottom:25px;
	text-align:left;
}

#left_column p{
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
	color:#FFF;
}

#splitter{
	position:absolute;
	left:365px;
	height:250px;
	background-image:url(images/splitter.png);
	background-repeat:no-repeat;
	width:1px;
}


#right_column{
	margin-left:365px;
	width:535px;
	margin-bottom:25px;
	text-align:left;
}

#right_column p{
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
	color:#FFF;
}

#title {
	position:relative;
	margin-left:25px;
}

#title h1{
	position:absolute;
	left:75px;
	top:25px;
	font-size:20px;
	color:#FFF;
	text-shadow:#000000 0px 1px 2px;
	font-weight:bold;
	width: 100%;
}

#title h2{
	position:absolute;
	left:75px;
	top:50px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

#specials {
	position:relative;
	clear:both;
	background-image:url(images/specials_bg.jpg);
	height:250px;
	width:900px;
	}

#specials h1 {
	position:relative;
	text-align:left;
	width:500px;
	top:20px;
	left:25px;
	font-size:20px;
	color:#FFF;
	text-shadow:#000000 0px 1px 2px;
	font-weight:bold;
	}

#specials h2 {
	position:relative;
	text-align:left;
	width:500px;
	top:20px;
	left:25px;
	font-size:16px;
	color:#FFF;
	}

#specials a {
	color:#FFF;
	text-decoration:none;
	}
	
#specials a:hover {
	color:#FFF;
	text-decoration:underline;
	}

#special_left {
	position:relative;
	top:45px;
	margin-left:25px;
	width:315px;
	height:160px;
	float:left;
}

#special_right {
	position:relative;
	width:315px;
	height:160px;
	margin-left:20px;
	top:45px;
	float:left;
}

#special_text {
	position:absolute;
	text-align:left;
	top:70px;
	right:25px;
	width:180px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	}

#footer_container {
	position:relative;
	bottom:0px;
	width:900px;
	}

#footer {
	position:absolute;
	top:0px;
	right:20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:right; 
	color: #ACD4EB;
	width: 900px;
	line-height: 25px;
	}
	
#lower_nav {
	position:absolute;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color:#ACD4EB;
	left:20px;
	text-decoration:none;
	font-style:normal;
	width: 900px;
	line-height: 25px;
	}
	
#lower_nav a{
	color:#ACD4EB;
	text-decoration:none;
}

.shadow {
	background-color:#C00;
	background-image:url(images/shadowborder.png);
	background-repeat:repeat-y;
}

.wrap {
	float:left;
	margin-right: 20px;
}

.clear {
	clear:both;
}

.position {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
