* {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

img { border: none; }
a { text-decoration: none; }

body {
	text-align: center;
	margin-top: 5px;
	background: #FFF url(../images/body_bg.jpg) left top repeat-x;
}

p {
	font-size: 10pt;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

#page_container {
	margin: 10px auto;
	width: 955px;
	background: #FFF url(../images/container_bg.png) -0px top repeat-y;
	text-align: center;
}

#container {
	
}

#container_top {
	background: transparent url(../images/container_top_2.png) top left no-repeat;
	height: 39px;
}

#container_top #quick_links {
	position: relative;
	top: 30px;
	right: 50px;
	text-align: right;
}

#container_top #quick_links  a {
	font-weight: 700;
	color: #000;
	font-size: 9pt;
}

#container #logo {
	position: relative;
	top: -20px;
	left: 20px;
	z-index: 99;
	width: 201px;
	height: 95px;
} 

#container {
	width: 901px;
	margin: auto;
	text-align: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;	
}

#splash {
	position: relative;
	top: -60px;
	height: 457px;
}

#splash_title {
	position: absolute;
	top: 300px;
	left: 650px;
	font-weight: 700;
	font-size: 24pt;
}

#navigation {
	position: relative;
	top: 423px;
	left: 70px;
	width: 600px;
	font-size: 11pt;
}

#navigation ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

#navigation ul  li {	
	display: block;
	float: left;	
	width: 140px;
}

#navigation ul li a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	margin-left: 12px;
	padding-bottom: 4px;
}

#nav_design { border-bottom: 10px solid #00AEEF; }
#nav_print   { border-bottom: 10px solid #EC008C; }
#nav_copy     { border-bottom: 10px solid #FFF200; }
#nav_finish { border-bottom: 10px solid #000000; }

#content {
	position: relative;
	top: -60px;
	padding: 30px 15px 0 15px;
	min-height: 200px;
	height: auto !important;
	height: 200px;	
}

#content #body {
	float: left;
	width: 65%;
	/* border-right: 3px solid #0058A3;*/
	padding-right: 20px;
	font-size: 10pt;
}

#content #body p {
	line-height: 1.3em;
}

#content #body h1,h2,h3,h4,h5,h6 { color: #0058A3; }

#content #body h1 {
	font-size: 13pt;
	margin-bottom: 12pt;
}

#content #body ul,ol {
	margin: 0px 20px 15px 70px;
}


#content #contact_form  table {
	width: 80%;
}

#content #contact_form  input[type=text], textarea,select {
	width: 95%;
}

#content #contact_form  td {
	padding: 5px;
}

#content #contact_form  label {
	font-weight: 700;
}

#content #shoutbox {
	float: left;
	width: 30%;
	padding-left: 8px;
	overflow: hidden;
}

#footer_top {
	position: relative;
	background: #0058A3 url(../images/footer_top.png) top left no-repeat;
	height: 55px;
	/*margin-top: 30px;*/
}

#footer_top #slogan {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 7.5pt;
	width: 230px;
	height: 56px;
	text-align: left;
	line-height: 1.1em;
	color: #0058A3;
}

#footer {
	background: #0058A3;
	min-height: 35px;
	height: auto !important;
	height: 35px;
	padding-top: 10px;
	text-align: center;
}

#footer #sitemap, #footer #copyright {
	font-size: 8pt;
	color: #CCC;
}

#footer #sitemap a, #footer #copyright a {
	font-weight: 700;
	color: #CCC;
}

#footer #copyright {
	font-size: 8pt;
	margin-top: 4px;
	color: #CCC;
}

#container_bottom {
	background: transparent url(../images/container_bottom.png) top left no-repeat;
	height: 13px;
}
