@charset "utf-8";
/* CSS Document */


body{
	background:#FFF url(slices/body_bkg.jpg) top center no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	border:0px;
}

#container {
	width: 990px;
	margin: 0 auto;
	background: url(slices/content_repeat.jpg) repeat-y;
	line-height: 20px;
}

h1 {
	color: #00467e;
	font-size: 20px;
}
h1.box {
	color: #00467e;
	font-size: 16px;
}

li {
	margin-left: 40px;
}

img {
	border: none;
}

.important {
	color: #00467e;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.important_red {
	color: #F00;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.dashed_border_red {
	background-image: url(graphics/dashed-line-red.gif);
	background-repeat: repeat-x;
	height: 4px;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 2px;
}
.fine_print {
	font-size: 10px;
	color: #666;
	font-style: italic;
}



.emphasis {
	color: #00467e;
	font-size: 12px;
	font-weight: bold;
}

#content {
	background: url(slices/content_top.jpg) top no-repeat;
	min-height: 550px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer {
	height: 40px;
	background: url(slices/content_bottom.jpg) no-repeat;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #666;
}

#title {
	height: 103px;
	width: 275px;
	float:left;
	margin-top: 40px;
}

#top_navigation {
	float: left;
	display:block;
	height: 73px;
	width: 550px;
	margin-top: 40px;
	margin-right: 15px;
	padding-left: 100px;
	padding-top: 30px;
}

.title_bar {
	height: 60px;
	background-image: url(graphics/page_title_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

.form-textfield-input {
	background-color: #ddf6ff;
	height: 20px;
	border: 1px solid #00467E;
}
.form-textarea-input {
	background-color: #ddf6ff;
	border: 1px solid #00467E;
}
#form-button {
	margin: 10px;
	padding: 5px;
}
.form-layout {
	margin: 5px;
}

/* ----------------- */
/*      COLUMNS      */
/* ----------------- */
	
.column-top {
	height: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	}
.column-140,
.column-280,
.column-300,
.column-585,
.column-600 {
	position: relative;
	float: left;
	padding: 0px 10px;
	overflow: visible;
	}
.column-140 {
	width: 140px;
	}
.column-280 {
	width: 280px;
	}
.column-300 {
	width: 300px;
	}
.column-585 {
	width: 585px;
	}
.column-600 {
	width: 600px;
	}

.column-break {
	height: 0px;
	overflow: hidden;
	clear: both;
	padding-bottom: 1px;
	}
.column-break-spacer {
	height: 10px;
	overflow: hidden;
	clear: both;
	}

.innerbox-290 {
	background: url(graphics/blue_box_290x200.gif) no-repeat;
	height: 200px;
	width: 290px;
	clear: both;
	text-align: center;
	position: relative;
}
.innerbox-290_gradient {
	background: url(graphics/blue_box_gradient_290x275.png) no-repeat;
	width: 250px;
	min-height: 280px;
	clear: both;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
