@charset "utf-8";
@import "boxes.css";
@import "cms_menu.css";
@import "files.css";
@import "footer.css";
@import "form_styles.css";
@import "gradients.css";
@import "interactive.css";
@import "main_nav.css";
@import "tab_nav.css";
@import "tables.css";

/**** CSS Document ****/

/**** Tag Modifiers ****/
*	{
	padding:0;
	margin:0;
	border:none;
	}

a {
	color: #06F;
	text-decoration: none;
	}

a img {border-width:0px;}

body {
	color: #000000;
	background-repeat:no-repeat;
	background-color:#006C91;
	background-image:url(../images/background_blue.png);
	background-attachment: fixed;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino;
	background-position: center top;
	}
/* Headers */
h1 {
	display:block;
	font-size:1.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006C91; 

	}

h2 { 
	display:block;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#006C91;
	margin: 10px 0px 0px 0px;			
	}
	
h3 { 
	display:block;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#E19F25;
	margin: 5px 0px 0px 0px;			
	}	
/* End of Headers */	
p {
	margin-bottom: 10px;		
	}	


/* Lists */
ul, ol {
	margin:5px 25px;
	font-size:.9em;
	}
ul ul{ font-size:1em;}

.horizonal_list:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	
.horizonal_list li {
	float:left;
	margin-left:20px;
	margin-right:15px;	
	}

/* End of lists */

/* Note: Form tags are in form_styles.css. */
/**** End of Tag Modifiers ****/

/**** IDs ****/
#footer {
	clear: both;
	width: 100%;
	position: relative;
	}


#holder {
	width: 1000px;
	margin-top:20px;
	margin-left: -500px;
	left: 50%;
	position: relative;
	background:#FFF;
	border: 3px double #E19F25;	
	}


#content {
	display:block;
	padding:0px 10px;
	}

#content_2 {
	display:block;
	padding:10px 0px;
	}
	
/**** End of IDs ****/

/**** General Classes ****/
.breaker {
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}

.calendar_link {
	position:relative;
	margin-left:5px; 
	top: 4px;
	}

.calendar_link img {
	/*height: 36px;*/
	}


.error {
	color:#900;
	font-style:italic;
	}

.hr_blue {
	color:#1C75BC;
	background-color:#1C75BC;
	height:2px;
	margin:10px 5px;
	}

.hr_yellow {
	color:#BC862C;
	background-color:#BC862C;
	height:2px;
	margin:10px -5px;
	}

.displace 
	{
	position:absolute;
	left:-3000px;
	}

.editing_note {
	color:#333;
	font-style:italic;
	}

.hidden {visibility:hidden;}		 
.hidden:hover {visibility:visible;}
.hidden_trigger:hover .hidden {visibility:visible;}

.hidden_row {visibility:collapse;}		 
.hidden_row:hover {visibility:visible;}
.hidden_trigger:hover .hidden_row {visibility:visible;}

.msg {color:#060;}

.paging {
	margin:10px 0px;	
	}

.currentPage, .pageLink {
	font: Arial, sans-serif;
	padding:0px 5px;
	min-width:15px;
	margin: 2px;
	display:inline-block;
	text-align:center;
	}

.currentPage {
	color:#7A7A7A;	
	}

.pageLink {
	color:black;
	background-color: white;
	background: linear-gradient(white, #E4E4E4 70%, grey);
	box-shadow: 2px 2px #000000; 
	border: 1px solid black;	
	border-radius:5px;
	}

.pageLink:hover {
	color:white;
	background: radial-gradient( #252F9F, #06F);
	}


.note{
	font-style:italic;	
	font-size:.75em;
	font-weight:normal;	
	color:#5F5F5F;
	}

.required_item {
	position:relative;
	top:-.1em;
	left:-.1em;	
	color:#900;
}

.special {
	text-decoration: blink;
}

.strong { font-weight:bold;}
	
.yellow_frame {border: 1px double #BE851B;}
.yellow_frame img{border: 2px double #E19F25;}
/**** End of General Classes ****/

/** Widths **/
.width_5 {width:5%;}
.width_10 {width:10%;}
.width_15 {width:15%;}
.width_20 {width:20%;}
.width_25 {width:25%;}
.width_30 {width:30%;}
.width_35 {width:35%;}
.width_40 {width:40%;}
.width_45 {width:45%;}
.width_50 {width:50%;}
.width_55 {width:55%;}
.width_60 {width:60%;}
.width_65 {width:65%;}
.width_70 {width:70%;}
.width_75 {width:75%;}
.width_80 {width:80%;}
.width_85 {width:85%;}
.width_90 {width:90%;}
.width_95 {width:95%;}
.width_100 {width:100%;}

