/* LAYOUT STYLES */

body {
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	background-color:#275ea6;
	text-align:center;
}

#outer {
	background-color:white;
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
	border-right:2px solid #333333;
	
}

#header {
	padding:0px;
	margin:0px;
	height:140px;
}

#nav_top {
	background-image:url('../_graphics/back_nav_top.gif');
	background-repeat:repeat-x;
	height:22px;
	margin:0px 25px 0px 25px;
	padding:4px 0px 4px 0px;
	color:white;
	font-weight:bold;
}

#nav_top .non_link {
	position:relative;
	left:0px;
	margin-right:50px;
}

#nav_top .toplink {
	position:relative;
	left:10px;
	margin-right:10px;
}

#nav_top .toplink a:link, #nav_top .toplink a:visited, #nav_top .toplink a:active {
	text-decoration:none;
	color:white;
}

#nav_top .toplink a:hover {
	color:#F8941E;
}

#breadcrumb {
	margin:0px 0px 0px 25px;
	text-align:left;
	padding:0;
	position:relative;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	color:#cc6600;
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

#breadcrumb .edit  {
	padding-left:20px;
}

#breadcrumb .edit_result  {
	padding-left:20px;
	color:red;
	font-weight:bold;
}

.site_search {
	position:absolute;
	top:0px;
	right:100px;
	display:none;
}

.sizing {
	position:absolute;
	top:0px;
	right:40px;
	display:inline;
}

#content {
	padding:15px 0px 0px 25px;
}

#content_left {
	float:left;
	width:202px;
	min-height:367px;
	padding:0;
	margin:0;
}

.nav_left {
}

.nav_left_orange {
	float:left;
	text-align:left;
	margin:0px 4px 4px 0px;
	background-image:url('../_graphics/nav_left_orange.gif');
	background-repeat:repeat;
	height:125px;
}

.nav_left_green {
	float:left;
	text-align:left;
	margin:0px 4px 4px 0px;
	background-image:url('../_graphics/nav_left_green.gif');
	background-repeat:repeat-y;
	height:100%;
}

.nav_left_yellow {
	float:left;
	text-align:left;
	margin:0px 4px 4px 0px;
	background-image:url('../_graphics/nav_left_yellow.gif');
	background-repeat:repeat;
	height:100%;
}

.nav_right {
	float:right;
	height:100%;
}

.nav_right ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}

li.blue_single {
	background-image:url('../_graphics/nav_right_blue.gif');
	background-repeat:repeat;
	margin-bottom:3px;
	padding:4px 4px 3px 8px;
	width:164px;
	height:15px;
}

li.blue_double {
	background-image:url('../_graphics/nav_right_blue.gif');
	background-repeat:repeat;
	margin-bottom:3px;
	padding:4px 4px 3px 8px;
	width:164px;
	height:30px;
}

.nav_right a:link, .nav_right a:visited, .nav_right a:active  {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.nav_right a:hover {
	color:#F8941E;
}

li.midblue_single {
	background-image:url('../_graphics/nav_right_midblue.gif');
	background-repeat:repeat;
	margin-bottom:3px;
	padding:4px 4px 3px 8px;
	width:164px;
	height:15px;
}

li.midblue_double {
	background-image:url('../_graphics/nav_right_midblue.gif');
	background-repeat:repeat;
	margin-bottom:3px;
	padding:4px 4px 3px 8px;
	width:164px;
	height:30px;
}

li.skyblue {
	background-image:url('../_graphics/nav_right_skyblue.gif');
	background-repeat:repeat;
	margin-bottom:3px;
	padding:4px 4px 3px 8px;
	width:164px;
	height:15px;
}


.left_box_heading {
	background-color:#275ea6;
	color:white;
	font-weight:bold;
	height:22px;
	padding:4px 0px 0px 0px;
}

.left_box {
	border:1px solid #275ea6;
}

#content_main {
	float:left;
	width:445px;
	padding:0px 10px 20px 25px;
	margin:0;
	text-align:justify;
	height:100%;
}

#content_right {
	float:left;
	width:215px;
	padding-left:10px;
	margin:0;
	text-align:center;
}

#footer_a {
	background-image:url('../_graphics/back_nav_top.gif');
	background-repeat:repeat-x;
	height:22px;
	margin:0px 25px 0px 0px;
	padding:4px 15px 4px 25px;
	text-align:left;
	color:white;
}

.right {
	text-align:right;
	margin-left:350px;
}

#footer_a a:link, #footer_a a:visited, #footer_a a:active {
	color:white;
	text-decoration:none;
}

#footer_a a:hover {
	text-decoration:underline;
}

#footer_b {
	height:40px;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 25px;
	text-align:center;
	color:#275ea6;
	font-size:9px;
}

.clearboth {
	clear:both;
}

/* TEXT STYLES */

h1 {
	font-size:15px;
	font-weight:bold;
	color:#454545;
	padding-bottom:5px;
	margin:0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#666666;
	padding-bottom:0px;
	margin:0;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
	margin:0;
}

a:link, a:visited, a:active {
	color:#275EA6;
	text-decoration:none;
}

a:hover {
	color:#cc6600 ;
	text-decoration:underline;
}

.alert {
	color:yellow;
	background-color:green;
	padding:3px;
}

.mandatory {
	color:red;
}

.image_name {
	position:relative;
	top:30px;
	z-index:2;
	background-color:white;
	border:1px solid #333333;
	padding:4px;
}

.leftcolumm {
	float: left;
	width: 220px;
}

.rightcolumm {
	float: right;
	width: 220px;
}

.box {
	background-color:#275EA6;
	padding: 8px;
	color: #fff;
	margin:0;
}

.box h2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

.box li {
	padding-bottom:10px;
	margin-left:15px;
}

.box p {
	padding-bottom:10px;
}


.box a:link, .box a:visited, .box a:active {
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
}

.box a:hover {
	color:yellow;
	text-decoration:underline;
}

/* IMAGE STYLES */

.image {
	border:none;
}

.nav_image_v {
	border:none;
	vertical-align:bottom;
}

.nav_image_fill {
	border:none;
	height:100%;
}

.image_right {
	border:none;
	float:right;
	margin:0px 0px 10px 10px;
}

hr {
	color:#d1d1d1;
	background-color:#d1d1d1;
	height:1px;
	border:none;
	margin-bottom:10px;
	margin-top:5px;
}

.top_line {
	color:#d1d1d1;
	background-color:#d1d1d1;
	height:1px;
	border:none;
	margin:5px 10px 10px 0px;
	width:910px;
}

/* FORM STYLES */
form {
	margin:0;
	padding:0;
	display:inline;
}

.theForm {
	margin:15px 0px 15px 0px;
}

.leftText {
	width:40px;
	color:#333333;
	margin:10px 3px 0px 3px;
	border:1px solid #333333;
}

.leftText:focus {
	background-color:#ffff99;
}

.searchText {
	width:180px;
	color:#333333;
	margin:0px 3px 0px 3px;
}

.searchText:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.titleText {
	width:450px;
	color:#333333;
	margin:0px 0px 0px 3px;
	font-weight:bold;
	font-size:15px;
	border:1px solid #ffffff;
	background-color:#ffffcc;
}

.titleText:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.contentText {
	width:380px;
	color:#333333;
	margin:0px 3px 0px 3px;
	background-color:#ffffcc;
}

.contentText:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.contentArea {
	color:#333333;
	width:430px;
	height:340px;
	background-color:#ffffcc;
	margin:0px 3px 0px 0px;
	border:1px solid #ffffff;
}

.contentArea:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.contentAreaSmall {
	color:#333333;
	width:380px;
	height:60px;
	background-color:#ffffcc;
	margin:0px 3px 0px 3px;
	border:1px solid #ffffff;
}

.contentAreaSmall:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.contentAreaWindow {
	color:#333333;
	width:300px;
	height:120px;
	background-color:#ffffcc;
	margin:0px 3px 0px 3px;
	border:1px solid #ffffff;
}

.contentAreaWindow:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.fileField {
	width:200px;
	color:#333333;
	margin:0px 0px 0px 3px;
	border:1px solid #ffffff;
	background-color:#ffffcc;
}

.fileField:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}

.submit {
	margin:0px 0px 0px 0px;
}

.textField {
	width:300px;
	color:#333333;
	margin:0px 0px 0px 3px;
	border:1px solid #999999;
	background-color:#ffffcc;
}

.textField:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}
	
.textArea {
	color:#333333;
	width:300px;
	height:120px;
	background-color:#ffffcc;
	margin:0px 3px 0px 3px;
	border:1px solid #999999;
}

.textArea:focus {
	background-color:#ffff99;
	border:1px solid #333333;
}