/**
 * EBS Capstone Stylesheet
 *
 * Last updated: 2005-11-21
 */
 
/*
-------------------------------------------------------------------------------------
 tags
-------------------------------------------------------------------------------------
*/

body {
	background-color: #A6BDD3;
	font: normal normal normal 12px/17px Arial, Helvetica, sans-serif;
	color: #494949;
	
	margin: 0;
	padding: 8px 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	line-height: normal;
	margin: 0;
	}
	
a {
	color: #c57a2b;
	}
	
p {
	line-height: 20px;
	margin: 12px 0;
	}
	
ul {
	line-height: 20px;
	}
 
/*
-------------------------------------------------------------------------------------
 structure
-------------------------------------------------------------------------------------
*/

#frame {
	width: 760px;
	margin: 0 auto;
	}
	
#menu {
	height: 50px;
	background-color: #2467A8;
	}
	
#body {
	background-color: #7D1E1C;
	}
	
	#body h2 {
		font-size: 15px;
		margin: 32px 0 12px;
		color: #1A5895;
		font-weight: normal;
		}
		
	#body h3 {
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
		margin: 0;
		color: #2468a9;
		}
	
	#body .content {
		width: 760px;
		border-collapse: collapse;
		border: none;
		}
		
	#body td {
		vertical-align: top;
		}
	
	#body .content .left_column {
		background-color: #F5F5E4;
		background-image: url(/images/left_column_bg.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		}
		
	#body .content .inner_left_column {
		background-color: #F5F5E4;
		background-image: url(/images/left_column_bg.gif);
		background-repeat: repeat-x;
		background-position: 0% 0%;
		border-right: 1px solid #BEBEAA;
		width: 191px;
		}
		
		#body .content .inner_left_column .sub_nav {
			padding: 13px 19px;
			}

		/*
		-----------------------------------------------
		 sub menu nav
		-----------------------------------------------
		*/
		
		.sub_nav ul {
			list-style: none;
			border: none;
			margin: 0;
			padding: 0;
			}
			
		.sub_nav li {
			margin: 0;
			padding: 0;
			}
			
		.sub_nav a {
			display: block;
			padding: 4px 1px;
			font-weight: bold;
			color: #C57A2B;
			text-decoration: none;
			font-size: 11px;
			border-bottom: 1px solid #BEBEAA;
			border-top: 1px solid #F5F5E4;
			width: 98%;
			}
			
		.sub_nav .highlight a {
			color: #A4110E;
			}
			
		html>body .sub_nav a {
			width: auto;
			}
			
		.sub_nav a.bottom {
			border-bottom: none;
			}
			
		.sub_nav a:Hover {
			background-color: #ECECD2;
			border-top: 1px solid #ECECD2;
			}

	#body .content .newsletter {
		background-image: url(/images/newsletter_bg.gif);
		background-position: 0% 0%;
		background-repeat: repeat-x;
		background-color: #7D1E1C;
		
		padding: 18px 0px 18px 18px;
		}

#footer {
	text-align: left;
	background-color: #A6BDD3;
	font-size: 11px;
	padding: 8px 0 0;
	}
	
	#footer a {
		color: #7C1E1C;
		}
 
/*
-------------------------------------------------------------------------------------
 front news block
-------------------------------------------------------------------------------------
*/

.news {
	padding: 18px 18px 6px;
	border-right: 1px solid #BEBEAA;
	}

.news_item {
	border-top: 1px solid #BEBEAA;
	padding: 8px 2px;
	color: #232222;
	font-size: 11px;
	margin: 6px 0 0;
	}
	
	.news_item h3 {
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 3px;
		}
		
	.news_item .read_more {
		text-align: right;
		margin: 16px 0 4px;
		}
		
	.news_item a.headline {
		text-decoration: none;
		color: #232222;
		}
 
/*
-------------------------------------------------------------------------------------
 front client login
-------------------------------------------------------------------------------------
*/
.login {
	padding: 6px 18px 18px;
	border-right: 1px solid #BEBEAA;
	} 
	
	.login_link {
		border-top: 1px solid #BEBEAA;
		padding: 8px 0 8px 2px;
		margin: 6px 0 0;
		}
 
/*
-------------------------------------------------------------------------------------
 internal news
-------------------------------------------------------------------------------------
*/

.news_article {
	margin: 12px 0 16px 0;
	line-height: 20px;
	}
 
/*
-------------------------------------------------------------------------------------
 front newsletter sign up form
-------------------------------------------------------------------------------------
*/

.newsletter .newsletter_form {
	margin: 6px 0 0;
	}
 
/*
-------------------------------------------------------------------------------------
 main text area
-------------------------------------------------------------------------------------
*/

.inner_main_blurb {
	padding: 30px 30px 0 30px;
	line-height: 20px;
	}
	
.main_blurb {
	background-color: #FFF;
	padding: 30px 30px 20px 30px;
	line-height: 24px;
	border-bottom: 1px solid #BEBEAA;
	}
	
.sub_blurb {
	background-color: #FFF;
	width: 255px;
	font-size: 11px;
	line-height: 20px;
	}
	
.content_read_more { font-size: 11px; }
 
/*
-------------------------------------------------------------------------------------
 menu table
-------------------------------------------------------------------------------------
*/

.menu_table {
	width: 100%;
	border: none;
	}
	
	.menu_table td {
		text-align: center;
		border-right: 1px solid #5287ba;
		height: 50px;
		vertical-align: middle;
		}
		
	.menu_table td a {
		display: block;
		padding: 12px 0;
		margin: 7px 0;
		height: 12px;
		}
		
	.menu_table td a:Hover {
		background-color: #1A5895;
		}
		
	.menu_table td img {
		border: none;
		margin: 0 auto;
		display: inline;
		}
 
/*
-------------------------------------------------------------------------------------
 sub sub-nav
-------------------------------------------------------------------------------------
*/
.sub_sub_nav {
	margin-top: 12px;
	padding: 4px 0px;
	border-top: 1px solid #BEBEAA;
	border-bottom: 1px solid #BEBEAA;
	text-align: center;
	}
	
	.sub_sub_nav a {
		text-decoration: none;
		}
 
/*
-------------------------------------------------------------------------------------
 contact form
-------------------------------------------------------------------------------------
*/
.contact_form {
	border: 1px solid #D2D2D2;
	background-color: #F0F0F0;
	padding: 21px;
	margin-top: 24px;
	width: 306px;
	}
	
	.contact_form .form_table {
		font-size: 10px;
		color: #666666;
		font-weight: bold;
		}
		
.required {
	color: #C00;
	font-weight: normal;
	font-size: 11px;
	}
	
.error {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #CC0000;
	background-color: #FAEDED;
	background-image: url(/images/admin/error.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 4px 4px 32px;
	margin: 8px 0px 12px 0px;
	color: #333333;
	}
	
.message {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #66CC00;
	background-color: #F3F9EC;
	background-image: url(/images/admin/message.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 4px 4px 32px;
	margin: 8px 0px 12px 0px;
	color: #333333;
	}
 
/*
-------------------------------------------------------------------------------------
 success stories
-------------------------------------------------------------------------------------
*/
.success {
	border: 1px solid #BEBEAA;
	background-color: #F5F5E4;
	padding: 4px 6px;
	}
