@import "form-styles.css";

*{
	margin:0;
	padding:0;
}

body{
	background:#cae4f7 url('../images/body-tile.gif') repeat-x top left;
}

form{
	margin:10px 0 0 0;
	padding:0;
}

#container{
	margin:0 auto;
	margin-top:10px;
	width:760px;
}
/* cal styles ---------------------------------------- */

#calpage { /* xxx */
	background-color: #cae4f7;
	width: 100%;
	padding: 0 0;
	margin: auto;
}
				
#calmain {
 	clear: both;
	margin: auto;
	padding: 0;
	width: 760px;
	text-align: left; 
	background-color:#cae4f7 url('../images/body-tile.gif') repeat-x top left;;
			
}
		
#calheader{
	width:761px;
	background:#cae4f7  url('') no-repeat top left;
	height:116px;
	border-bottom:0px solid #0a3767;
}

#calheader img{
	float:left;
	margin:10px 0 0 0px;
	padding:0;
}

#calheader img.secondary-image{
	float:right;
	margin:40px 20px 0 0;
}

#clear {
	width:100%;
	height:1px;
	clear:both;
}

#calnav {
	float:left;
	height:40px;
	background-color:#cae4f7 url('../images/body-tile.gif') repeat-x top left;;
	font-size:10px;
}

.callink{
	background:#e3842b;
	font-family:"Lucida Grande", sans-serif;
	width:160px;
	padding:12px 0 4px 0;
	margin:0;
}

.callink a{
	background:#e3842b;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left:20px;			
}

.callink a:hover{
	text-decoration:underline;
}

#callinks{
	margin:0;
	padding:0;
}

#calheadline{
	background:#e3842b;
	font-size:12px;
	font-family:"Lucida Grande", sans-serif;
	color:#fff;
	float:right;
	width:652px;
	padding:9px 0 8px 8px;
	margin:0 0 15px 0;
	font-style:italic;
}


/* end cal styles -------------------------------------- */





#header{
	width:760px;
	background:#005295 url('../images/header-top.gif') no-repeat top left;
	height:95px;
	border-bottom:2px solid #0a3767;
}

#header img{
	float:left;
	margin:10px 0 0 5px;
	padding:0;
}

#header img.secondary-image{
	float:right;
	margin:40px 20px 0 0;
}

#feature{
	width:600px;
	height:243px;
	float:right;
	background:#fff;
}

#feature img{
	float:right;
	margin:0;
	padding:0;
	width:600px;
	height:243px;
}

#feature p{
	margin:0;
	padding:5px 0 5px 10px;
	font-family:"Lucida Grande", sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#0a3767;
	position:relative;
	top:100px;
	width:230px;
	background-color:#fff;
	float:right;
}

#nav{
	margin:0;
	padding:0;
	float:left;
	height:302px;
	width:160px;
	overflow:hidden;
	background:#0a3767 url('../images/nav-bottom-2.gif') no-repeat bottom left;
}

#links{
	margin:0;
	padding:0;
}

/*shorter links*/
.linkshort{
	font-family:"Lucida Grande", sans-serif;
	width:160px;
	padding:7.5px 0 8.3px 0;
	margin:0;
	border-bottom:1px solid #fff;
	background:#0a3767 url('../images/list-tile.gif') repeat-x top left;
}

.linkshort a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left:20px;			
}

.linkshort a:hover{
	text-decoration:underline;
}

.last-linkshort{
	font-family:"Lucida Grande", sans-serif;
	width:160px;
	padding:8px 0 8px 0;
	border-bottom:1px solid #fff;
	background:#0a3767 url('../images/list-tile.gif') repeat-x top left;
}

.last-linkshort a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left:20px;			
}

.last-linkshort a:hover{
	text-decoration:underline;
}

/* end shorter links */

.link{
	font-family:"Lucida Grande", sans-serif;
	width:160px;
	padding:12px 0 11px 0;
	margin:0;
	border-bottom:1px solid #fff;
	background:#0a3767 url('../images/list-tile.gif') repeat-x top left;
}

.link a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left:20px;			
}

.link a:hover{
	text-decoration:underline;
}

.last-link{
	font-family:"Lucida Grande", sans-serif;
	width:160px;
	padding:8px 0 8px 0;
	border-bottom:1px solid #fff;
	background:#0a3767 url('../images/list-tile.gif') repeat-x top left;
}

.last-link a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left:20px;			
}

.last-link a:hover{
	text-decoration:underline;
}
		
#headline{
	background:#e3842b url('../images/headline-bottom.gif') no-repeat bottom right;
	font-family:"Lucida Grande", sans-serif;
	border-top:1px solid #0a3767;
	border-left:1px solid #0a3767;
	color:#fff;
	float:right;
	width:599px;
	padding:8px 0 8px 0;
	margin:0;
}

#headline p{
	width:510px;
	margin-left:10px;
	font-size:18px;
	font-weight:bold;
}

#footer{
	margin:0 0 20px 0;
	float:left;
	width:590px;
	height:100px;
	padding-left:170px;
	background:#005295 url('../images/footer-bottom.gif') no-repeat bottom left;	
	border-top:10px solid #fff;	
}

#footer p{
	float:left;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin:13px 20px 0 0;
	width:165px;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
	color:#fff;
}

#content{
	float:left;
	margin:0;
	padding-left:155px;
	width:605px;
	background-color:#fff;
}

#content2{
	float:left;
	margin:0;
	padding-left:0px;
	background-color:#fff;
}

#information{
	width:385px;
	margin:10px 0 30px 5px;
	padding:0;
	float:left;
}

#information p.intro-info{
	font-family:"Arial", sans-serif;
	font-size:15px;
	line-height:26px;
	color:#02203f;
	margin:5px 0 0 10px;
	padding:0;
	width:385px;
}

#information ul{
	list-style-type:circle;
	margin:10px 0 10px 0;
	padding:0;
}

#information form ul{
	list-style-type:none;
	margin:0;
}

#information form li{
	margin-left:-10px;
	padding:0;
}

#information li{
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
	line-height:22px;
	color:#555;
	margin:0 0 0 30px;
	padding:0;
}


#information p{
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
	line-height:26px;
	color:#555;
	margin:5px 0 0 10px;
	padding:0;
}


#information h1{
	font-family:"Lucida Grande", sans-serif;
	font-size:16px;
	line-height:32px;
	color:#222;
	margin:5px 0 5px 10px;
	padding:0;
}

#information a{
	color:#005295;
}

#information a:hover{
	color:#005295;
	text-decoration:none;
}

#side-nav{
	float:right;
	width:177px;
	margin:10px 5px 0 0;
	padding:0;
}

#side-nav-left{
	float:left;
	margin:0 0 0 0;
	padding:0;
}

#side-nav-left img{
	border:none;
	margin:11px 4pt 3px 14px;
	padding:0;
}

#side-nav img{
	border:none;
	margin:0px 0 3px 0;
	padding:0;
}

#side-nav p{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#02203f;
	margin-left:10px;
	width:160px;
}

.clear{
	clear:both;
}


/*** Notification Returns ***/
.notify_box {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
	.notify_box p {
		margin: 0px;
	}

	#return_error {
		background: #FFCFCF url(../images/icon_fail.gif) no-repeat 3px 5px;
		border: 2px solid #DE0808;
		padding-left: 25px;
	}