@charset "UTF-8";

/*#005CAB and #4E84C4, COTA yellow: #FFF383
*/
body  {
	background: #ffffff;
}

#container {
	width: 50%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:800px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	
/*	background-image: url(/org_files/440/images/rd1/cota.org.banner.jpg);
	background-repeat: no-repeat; */
} 
#header { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/cota.org.banner.jpg);
	background-repeat: no-repeat;
} 

#header_about { 
	height: 200px;

	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/about.cota.banner.jpg);
	background-repeat: no-repeat;

} 
#header_become_family { 
	height: 200px; 
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/becomeFamily.cota.banner.jpg);
	background-repeat: no-repeat;
} 
#header_help_family { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Help_Family_banner.jpg);
	background-repeat: no-repeat;
} 
#header_make_donation { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Make_a_Donation_banner.jpg);
	background-repeat: no-repeat;
} 
#header_miracle { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Become_a_MM_banner.jpg);
	background-repeat: no-repeat;
} 
#header_media { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Media_banner.jpg);
	background-repeat: no-repeat;
} 

#header_pros { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Transplant_Professionals_banner.jpg);
	background-repeat: no-repeat;
} 
#header_cv { 
	height: 200px;
	/*padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	background-image: url(/org_files/440/images/rd1/Community_Volunteer_banner.jpg);
	background-repeat: no-repeat;
} 

#share {
	position:relative;
	border: 1px solid #999999;

	margin-top:5px;	

}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#topbar {
	background-image:url(/org_files/440/images/rd1/bluebar.jpg); 
	width:800px;
	/*margin-bottom:10px; */

	position:relative;
/*	background-repeat:repeat-x; */
	z-index:2;
}
/*
.topmenu {
	position:relative;
	
	
	
}

*/

 td.topmenu {


	text-align:center;
	font-size:14px;
}

.topmenu a {
	color:#fff;
	text-align:center;
	font-size:14px;

	text-decoration:none;
	display:block;
	z-index:1;
}
.topmenu a:link {
	color:#fff;

} 
.topmenu a:visited {
	color:#fff;
}
.topmenu a:hover {
	color:#000;

	text-decoration:none;

	z-index:1;
} 




/* Tips for sidebar:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".wrapper #sidebar p" rule.
*/
#sidebar {
	float: right; 
	width: 18em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar h3, 
#sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar is created with the right margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
		
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#mainContentNew {
	
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:0px;
}

#inside_triframe {
	position:relative;
	width:790px;
	float:left;

		
}

#mission {
	font-size: 1.3em;
	color: #005cab;
}

#designator {
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#005cab;
}

#middle_content_no_right {
	position:relative;
	width:590px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:1;
}

#middle_content_no_sides {
	background-image: url(/org_files/440/images/rd1/trans.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
/*	position:relative;
	width:790px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:0; */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

#middle_content {
	position:relative;
	width:370px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:1;
}

#middle_contentNew {
	position:relative;
	width:630px;
	float:right;
	display:inline;
	font-size: 1.1em;
	color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:1;
}

#middle_no_rightNew {
	position:relative;
	width:750px;
	/*float:right;*/
	/*display:inline;*/
	font-size: 1.14em;
	color: #333333;
	padding-top:2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:1;
}

#middle_no_rightNew1 {
	position:relative;
	width:750px;
	/*float:left; */
	/*display:inline; */
	font-size: 1.14em;
	color: #333333;
	padding-top:32px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	
	z-index:2;
}
#middle_no_rightNew2 {
	position:relative;
	width:745px;
	/*float:left; */
	/*display:inline; */
	font-size: 1.14em;
	color: #333333;
	padding-top:62px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left:20px;
	padding-left:10px;
	
	
	z-index:2;
}

#middle_no_rightNew2Form {
	
	position:relative;
	width:745px;
	/*float:left; */
	/*display:inline; */
	font-size: 1.14em;
	color: #333333;
	padding-top:62px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left:20px;
	padding-left:10px;
	
	z-index:2;
	
}

#middle_no_rightNew td {
	position:relative;
	/* width:750px; */
	/*float:left; */
	/*display:inline; */
	font-size: .95em;
	color: #333333;
	border-bottom-style:solid;
	border-bottom-color:#005cab;
	border-right-style: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	z-index:2;
} 

#middle_no_rightNewVideo td {
	position:relative;
	/* width:750px; */
	/*float:left; */
	/*display:inline; */
	font-size: .95em;
	color: #333333;
	border-style:solid;
	border-color:#005cab;
	border-width:thin;
	/*border-right-style: hidden; */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	z-index:2;
} 

#middle_no_rightForm td {
	position:relative;
	/* width:750px; */
	/*float:left; */
	/*display:inline; */
	font-size: 1.1em;
	color: #333333;
	border-right-style: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	z-index:2;
} 

#middle_no_rightNew2 td {
	position:relative;
	/* width:750px; */
	/*float:left; */
	/*display:inline; */
	font-size:.95em;
	color: #333333;
	border-bottom-style:solid;
	border-bottom-color:#005cab;
	border-right-style: hidden;
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	
	z-index:2;
} 
#directory td {
	
	font-size: .95em;
	color: #333333;
	border-bottom-style:solid;
	border-right-style: hidden;
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#middle_no_rightNew h1, #middle_no_rightNew1 h1, #middle_no_rightNew2 h1 {
	color: #005CAB;
	height: 30px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	line-height:20px;
}

#middle_no_rightNew h2, #middle_no_rightNew1 h2, #middle_no_rightNew2 h2 {
	color: #005CAB;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	line-height:20px;
}
#middle_content h1, #middle_content_no_right h1, #middle_content_no_sides h1{
	color: #005CAB;
	height: 30px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	line-height:20px;
}

#middle_content h2, #middle_content_no_right h2, #middle_content_no_sides h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #333333;
	}
	
#middle_content h3, #middle_content_no_right h3, #middle_content_no_sides h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#005CAB;
font-size:18px;
line-height:22px;
	font-weight:bold;

	}
	
#middle_content h4, #middle_content_no_right h4, #middle_content_no_sides h4 {
	font-size: 14px;
	color: #005CAB;
	line-height:16px;

}

#middle_content h5, #middle_content_no_right h5, #middle_content_no_sides h5 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#005CAB;
font-size:12px;
line-height:16px;

}


	
/*#middle_no_rightNew ul, #middle_no_rightNew1 ul, #middle_no_rightNew2 ul, {
	margin-top: 2px;
	margin-bottom: 10px;
	list-style-position:inherit;
	list-style-type: disc;
	width:auto;
	margin-left:15px;
	padding-left:30px;
	
} */
ul {
	margin-top: 2px;
	margin-bottom: 10px;
	list-style-position:inherit;
	list-style-type: disc;
	width:auto;
	margin-left:15px;
	padding-left:30px;
}

ol {
	margin-top: 2px;
	margin-bottom: 10px;
	list-style-position:inherit;
	list-style-type:alpha;
	width:auto;
	margin-left:15px;
	padding-left:30px;
}

/*#middle_content ol, #middle_content_no_right ol, #middle_content_no_sides ol {
	margin-top: 8px;
	margin-bottom: 18px;
	list-style-position: outside;
	list-style-type:decimal;
	width:auto;
	margin-left:15px;
	list-style-type:

}
*/


#middle_content blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
}

#middle_content blockquote p{
  	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

#right_side {
	position:relative;
	width:200px;
	float:left;
	display:inline;
	margin-left: 5px;
}

#right_side img{
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}
	
#right_side p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #666666;
}

#right_side .featured_patient {
text-align:center;

}

#right_side .featured_patient h1 {
	color: #666666;
	margin:0px 0 10px!important;
	padding:10px 0 0px!important;
	text-decoration:none;

	}

#right_side .featured_patient h1 a,
#right_side .featured_patient h1 a:link{
	color: #005CAB;
	text-decoration:none;

	}
	
#right_side .featured_patient h1 a:hover{
	color: #005CAB;
	text-decoration:underline;
}
#featured_patient p {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

#right_side .testimonials {
/* background-image: url(/org_files/440/images/rd1/quote-blue-swirl.gif); */
/* background-repeat:no-repeat; */
border-bottom:1px solid #E4EAF8;
border-top:1px solid #E4EAF8; 
padding:10px;

}

#right_side .testimonials h4{
color:#005CAB;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
/* edited one line below */
padding:8px 0 8px;
font-weight:bold;
line-height:18px;

}

#right_side .testimonials p{
color:#005CAB;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:12px;
line-height:18px;
margin:0px;
padding:0px;
font-style:italic;
}

#right_side .testimonials h5{
color:#005CAB;
	font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:18px;
font-weight:bold;

}

.video_space {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;

}

#homepage_nav {
	position:relative;
	width:800px;
	float:left;
	display:inline; 
		
}
			
			

	
	
#sidenav {
	position:relative;
	padding-top:62px;
	padding-right:10px;
	width:160px;
	float:left;
	display:inline; 
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC; */
	z-index:2;
}

#sidenavHome {
	position:relative;
	padding-top:2px;
	padding-right:10px;
	width:160px;
	float:left;
	/*display:inline; */
	/*border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC; */
	z-index:2;
}

#sidenav p{
	margin: 0px;	
	
	}
	
#sidenavHome p{
	margin: 0px;	
	
	}
	
#sidenav h1{
	color: #005CAB;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height:20px;
	}
	
#sidenavHome h1{
	color: #005CAB;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height:20px;
	}

#sidenav h1 a, #sidenav h1 a:link{
	color: #005CAB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration:none;
		line-height:20px;

	}
	
#sidenavHome h1 a, #sidenav h1 a:link{
	color: #005CAB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration:none;
		line-height:20px;

	}
	

	
#sidenav h1 a:hover{
	color: #005CAB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration:underline;
	line-height:20px;

}

#sidenavHome h1 a:hover{
	color: #005CAB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration:underline;
	line-height:20px;

}

#sidenav li a:hover {
	background-color:#FFF6D2;
}

#sidenavHome li a:hover {
	background-color:#FFF6D2;
}
	
#sidenav img {
	padding: 4px;
	border: 1px solid #999999;
	
	}
	
#sidenavHome img {
	padding: 4px;
	border: 1px solid #999999;
	
	}		

.less_space {
	padding:5px !important;
	margin:0px !important; 
	line-height:0px !important;

}



#features {
	position:relative;
	width:760px;
	float:left;
	display:inline;
		
}

#video {
	position:relative;
	width:240px;
	float:left;
	display:inline;
	height: 190px;
}
.featured_patient_info {
	width:580px;
	float:left;
	}	
	
.make_donation p{
	padding-left: 10px;
	padding-top: 5px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	
	}
	
.make_donation ul li{
	margin: 0px;
	padding-left: 10px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	list-style-position: inside;
	list-style-type: disc;
	
	}
	
.menu_background1 li {
	background-color:#ddd;
	margin-left:5px;
	
}

.menu_background2 li {
	background-color:#bbb;
	margin-left:7px;
	
}
.menu a {
  display: block;
}

.menu a:hover {
	background-color:#8298CD;

}


#intro_patient {
	width:790px;
	margin: 5px;
	
/*	background-image: url(/org_files/440/images/rd1/pale-yellow-swirl.gif);
	background-repeat: no-repeat;
	background-position: right bottom; */
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#intro_patient p{
	margin: 0px;
	padding: 0px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	
	}
#intro_patient h1{
	color: #005CAB;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#intro_patient h2 a{
	color: #005CAB;
	}
	
#intro_patient img{
	padding: 5px;
	
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#intro_patient .buttons{
	margin-left:600px;
	margin-top:10px;
	}	

.index_buttons {

width:765px;
border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;


}
#index_buttons3 {
background-color:#FFDD00;
width:765px;

}

#index_buttons img{
	padding: 5px;
	
	background-color:#FFFFFF;
	border: 1px solid #999999; 
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}	
	
.index_buttons_top {
	padding: 5px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	
	}
		
#index_buttons3 img{
	padding: 5px;
	
	background-color:#FFFFFF;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}		

.big_buttons img{
	padding: 5px;
	
	background-color:#FFFFFF;
	border: 1px solid #999999;
	
	}
#border_right {
	border-right-style:dotted;
	border-right-color:#ccc;
	border-right-width:1px;	
}
										 
#footer {
	/*padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left: 0px;
	position:relative;
/*	background-image:url(/org_files/440/images/rd1/footerCN.gif); */
	margin-top:5px;
	width:800px;
	height:120px;
	
/*	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC; */

} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}



/*CR Login Box*/

.login_highlight  {
width:70%;
margin:0 0 20px 0;
border:1px solid #FFDD00;
}

.login_msg {
background:#FFFFFF url(none) repeat scroll 0 0;
margin:0 0 10px;
padding:2px 0 0 10px;
font-style:italic;
color:#333333;
}

.login_highlight h1 {
margin:0px !important;
padding:5px 0 0 10px !important;
background:#FFDD00 !important;
font-family: Georgia, "Times New Roman", Times, serif;
color:#005CAB;
text-transform:none !important;
font-size:18px;
}

.login_highlight form {
background:#FFF5D2 none repeat scroll 0 0 !important;
margin:0;
padding:0;
width:100%;
}
/* background:#82C699; */
.login_highlight .notice {
background:#005CAB;
margin:0 0 10px;
padding:2px 0 0 10px;
color:#ffffff;
font-style:italic;
}

.login_highlight .error {
background:#FFF5D2;
color:#333333;
margin:0 0 10px;
padding:2px 0 0 10px;
font-style:italic;
}


/*Form Styles*/

.button {
	margin:10px 0px 10px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#005CAB;
	background:#c7cfe9;
	height:30px;
	border:1px solid #999999;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
}


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

/*form input {
height:15px;
}*/

form {
background:#FFF5D2;
padding:15px 10px 5px 10px;
width:95%;
}


/*.staff_spacing {
padding:0 0px 5px 0;

} */

.download_file {
	margin:10px 0px 10px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#005CAB;
	background:#FFE56B;
	border:1px solid #f3e766;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
		padding:10px;

}

.back_search {
	margin:10px 0px 10px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#005CAB;
	background:#FFF2BE;
	border:1px solid #F8F1A5;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
	padding:10px;
}

#middle_content_no_right .right_align ul {
margin:0px;
padding:0px;
float:right;
}

#middle_content_no_right .right_align li{
list-style-type:none;
width:100px;
margin:10px 0 0 0;
display:inline;
margin:0 0 0 10px;

}


.cr_docs {
background:#ebedf3;
margin:20px 0 0 0;
padding:10px 10px 5px 10px;
border:1px solid #005CAB;
}

.results {
background:#f7f9ff;
padding:10px;
margin:0 0 10px 0;
border:1px solid #d3dbf3;
}

.display_results {
background:#f7f9ff;
margin:20px 0 0 0;
padding:10px 10px 5px 10px;
border:1px solid #005CAB;

}

.message {
/* background:#82C699; */
background:#4e84c4;
color:#ffffff;
padding:5px;
margin:5px 0 0 0;
font-style:italic;
}

.no_search_message {
/* background:#FFC2AE; */
background:#005CAB;
color:#ffffff;
padding:5px;
margin:0px 0 10px 0px;
font-style:italic;
}

.large_highlight {
background:#FFFCE6;
padding:15px 10px 5px 10px;
width:95%;
}

.line{
border-bottom:1px solid #E4EAF8;
margin:10px;
}

.notice {
background:#005CAB; /*blue */
color:#ffffff;
padding:5px;
margin:5px 0 0 0;
font-style:italic;
}

.error {
background:#FFC2AE;
color:#333333;
padding:5px;
margin:0px 0 10px 0px;
font-style:italic;
}


.any_button {
	margin:10px 0px 10px 0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#005CAB;
	background:#faf17c;
	border:1px solid #f3e766;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase;
		padding:10px;
	width:100px;
}

