/* CSS for Welcomepage */

	* {
		margin: 0; padding: 0;
		}
		
	body {
		background-color: #FFFFFF; /*#D3B8B3*/
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		text-align: left;
		}
		
	h1 {
		font-size: 18px;
		}
		
	.flash_title {
		margin-top: 59px;
		margin-bottom: 23px;
		}
		
	h3 {
		font-size: 14px;
		font-weight: 100;
		}
		
	#container {
		background: #FFFFFF;
		width: 804px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		}
		
	#executive_services {
		background: #FFFFFF;
		width: 306px;
		margin-top: 88px;
		margin-left: 10px;
		margin-right:46px;
		padding: 20px;
		float: left;
		}
	
	#executive_flash_image {
		align: center;
		}
		
	#executive_content h2 {
		}
				
	#executive_content h3 {
		text-align: justify;
		}
		
	#ventures_inc {
		background: #FFFFFF;
		width: 306px;
		margin-top: 88px;
		margin-left: 46px;
		margin-right: 10px;
		padding: 20px;
		float: left;
		}
	
	#ventures_flash_image {
		align: center;
		}
		
	#ventures_content h2 {
		}
				
	#ventures_content h3 {
		text-align: justify;
		}
				
		
	a.welcome_page {
		text-decoration: none;
		color: #000000;
		}
		
	a.welcome_page {
		color: #000000;
		text-decoration: none;
		}
		
	a:link.welcome_page {
		color: #000000;
		text-decoration: none;
		}
		
	a:visited.welcome_page {
		color: #000000;
		text-decoration: none;
		}
		
	a:active.welcome_page {
		color: #000000;
		text-decoration: none;
		}
		
	a:hover.welcome_page {
		color: #D3B8B3;
		background-color: #524343;
		text-decoration: none;
		}
		
	a:focus {
		color: #000000;
		text-decoration: none;
		}
		
	#executive_print_picture {
		display: none;
		}
		
	#ventures_print_picture {
		display: none;
		}
		
	#error_message {
		margin-top: 30px;
	}
	
	#error_message h1 {
		
	}
	
	ul {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	list-style: none;
	}

	li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #524343;
	background-color: #EAE4E3;
	vertical-align: top;
	}		