/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	}
		
#wrapper {
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	}

#topspacer {
	height: 40px;
	background-image: url(images/topspacer_bg.jpg);
	background-position: right bottom;
	background-repeat: repeat-x;
	}
	
#bottomspacer {
	height: 30px;
	border-top: solid 5px #FF9900;
	}
	
#bottomspacer p {
	font-size: 0.7em;
	color: #003366;
	margin: 5px 0px 0px 65px;
	}
	
#bottomspacer a {
	color: #003366;
	}
	
#bottomspacer a:hover {
	color: #FF9900;
	text-decoration: none;
	}

#middle {
	border-top: solid 10px #003366;
	border-bottom: solid 2px #003366;
	background-image: url(images/middle_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 500px;
	}
	
#content {
	background-color: #BFCCD9;
	height: 500px;
	width: 950px;
	background-image: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#top_nav ul {
	float: right;
	padding: 0px;
	margin: 4px 6px 0px 0px;
	}

#top_nav li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	}
	
#top_nav li a:link, #top_nav li a:visited{
	text-decoration: none;
	color: #003366;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#top_nav li a:hover{
	color: #FFFFFF;
}

#orange_bar {
	background-color: #FF9900;
	background-image: url(images/orange_bar_corner.gif);
	background-position: left;
	background-repeat: no-repeat; 
	float: right;
	height: 100px;
	width: 800px;
	margin: 5px 0px 0px 0px;
}

#orange_bar h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	padding: 65px 0px 0px 10px;
	float: left;
	margin: 0;
}

.logo {
	float: right;
}

#main_nav {
	width: 800px;
	height: 30px;
	background-color: #003366;
	float: right;
	margin: 10px 0px 0px 0px;
}

#main_nav ul {
	padding: 0px 0px 0px 2px;
	margin: 2px 5px 0px 0px;
	float: right;
	}

#main_nav li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	}
	
#main_nav li a:link, #main_nav li a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#main_nav li a:hover{
	color: #FF9900;
	}

#text_area {
	width: 530px;
	float: right;
	padding: 5px;
	height: 300px;
	overflow: auto;
	background-image: url(images/text_area_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px 0px;
	}
	
#text_area h1 {
	font-size: 1.2em;
	color: #003366;
	border-bottom: solid 1px #003366;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
	
#text_area h2 {
	font-size: 0.9em;
	color: #003366;
	margin: 0px;
	font-weight: bold;
	}

#text_area p {
	font-size: 0.8em;
	color: #003366;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	}
	
#text_area ul {
	padding: 5px 0px 15px;
	margin: 0px;
	}
	
#text_area li {
	font-size: 0.8em;
	color: #003366;
	text-align: left;
	list-style: square inside;
	}

#text_area hr {
	margin: 0px 0px 5px 0px;
	color: #003366;
	height: 1px;
	}
	
#text_area a {
	text-decoration: underline;
	color: #003366;
	}
	
#text_area a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	
#text_area_if {
	width: 530px;
	float: right;
	padding: 0px;
	height: 300px;
	overflow: auto;
	background-image: url(images/text_area_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	}
	
#text_area_if  h1 {
	font-size: 1.2em;
	color: #003366;
	border-bottom: solid 1px #003366;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
	
#text_area_if  h2 {
	font-size: 0.9em;
	color: #003366;
	margin: 0px;
	font-weight: bold;
	}
#text_area_if h3 {

	font-size: 1em;
	color: #003366;
	border-bottom: solid 1px #003366;
	margin: 30px 0px 10px;
	font-weight: bold;
}

#text_area_if  p {
	font-size: 0.8em;
	color: #003366;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	}
	
#text_area_if  ul {
	padding: 5px 0px 15px;
	margin: 0px;
	}
	
#text_area_if  li {
	font-size: 0.8em;
	color: #003366;
	text-align: left;
	list-style: square inside;
	}

#text_area_if  hr {
	margin: 0px 0px 5px 0px;
	color: #003366;
	height: 1px;
	}
	
#text_area_if  a {
	text-decoration: underline;
	color: #003366;
	}
	
#text_area_if  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

	
.app_imgsleft {
	margin-right: 10px;
	padding: 0px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.app_imgsright {
	margin-left: 20px;
	padding: 0px;
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
}
#text_area h3 {

	font-size: 1em;
	color: #003366;
	border-bottom: solid 1px #003366;
	margin: 30px 0px 10px;
	font-weight: bold;
}
#iframe {

	width: 530px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	height: 300px;
	overflow: auto;
}

.imageleft {
	margin-right: 25px;
	margin-bottom: 25px;
}

#applicationbox {
	width: 500px;
	clear: both;
	padding: 5px;
	height: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.imageright {
	margin-left: 25px;
	margin-bottom: 25px;
}
