@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
/*	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x; */
	background-color: #FFDADA;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 100%;
	width: 100%;
	}
	
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #9D2626;
	text-decoration: underline;
	}	
	
ul.left {
	list-style: square;
	font-size: 80%;
/*	font-weight: bold; */
	text-align: left;
	padding: 0px 0px 0px 25px;
	}	
	
ul.services {
	list-style-image: url(images/li_arrow.gif);
	}
	
h1 {
	margin: 0px;
	font-size: 125%;
	}	
	
p {
	font-size: 100%;
	}	
	
#header {
	background-image: url(images/header_logo.gif);
	background-color: #FFFFFF;
	height: 100px;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding-right: 30px;
	padding-top: 20px;
	border-bottom: 2px solid #9D2626;
	font-weight: bold;
	font-size: 100%;
	}
	
#container {
	background-color: #FFFFFF;
	}

	
#left
	{
		width: 25%;
		float: left;
		margin: 10px 5px 10px 5px;
		display: inline;
		border: 1px solid #000;
		background-color: #FFDADA;
		text-align: center;
		padding: 0px;
	}
	
#left p {
	padding: 10px;
	text-align: center;
	font-size: 75%;
	}	
	
#center
	{
		width: 70%;
		float: left;
		margin: 10px;
		border: 0px solid #000;
	}
	
#center_portfolio
	{
		width: 70%;
		float: left;
		margin: 10px;
		border: 0px solid #000;
	}	
	
#right {
		clear: both;
		text-align: center;
		float: left;
		position: relative;
		margin: 10px;
		border: 1px solid #000;
		background-color: #FFDADA;
		width: 50%;
		}	
		
#footer
	{
		clear: both;
		background-color: #E37C7C;
		color: #000000;
		font-size: 90%;
		font-weight: bold;
		padding: 10px;
		text-align: center;
		border-top: 2px solid #9D2626;
		border-bottom: 2px solid #9D2626;
	}
	
#bottom	{
	padding: 20px;
	text-align: center;
	font-size: 90%;
	}
		
	
#navBar ul a:link, #navBar ul a:visited {display: block; color: #9D2626; }
#navBar ul {list-style: none; margin: 0; padding: 0; }
#navBar li {display: inline; }
#navBar {	
	background-image: url(images/nav_bar_bg.gif);
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	border-bottom: 2px solid #9D2626;
	text-align: center;
	float: left;
	width: 100%;
	}	
	
ul#navigation
	{
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	text-align: center;
	}
	
ul#navigation li { display: inline; }
	
ul#navigation a
	{
	display: block;
	float: left;
	padding: 0em 1em;
	text-decoration: none;
	text-align: center;
	border-right: 2px solid #9D2626;
	width: 7%;
	}
	
ul#navigation a:hover
	{
	background-image: url(images/nav_bar_hover_bg.gif);
	color: #000000;
	}	
	
.caption_bg {
	background-color: #E37C7C;
	color: #000000;
	font-size: 80%;
	padding: 5px;
	vertical-align: text-top;
	text-align: center;
	margin-bottom: 5px;
	border: 0px solid #000;
	}	

p.caption {
	font-size: 80%;
	color: #000000;
	text-align: center;
	}
	
p.portfolio {
	text-align: center;
	padding: 0px;
	border-bottom: 0px solid #9D2626;
	margin: 20px;
	font-size: 70%;
	float: left;
	line-height: 200%;
	}
	
p.portfolio a {
	text-decoration: underline;
	font-weight: bold;
	}		
	
.template_container {
	border: 1px solid #000000;
	width: 312px;
	float: left;
	padding: 0px;
	padding-bottom: 5px;
	margin: 5px; 
	text-align: center;
	font-size: 90%;
	}	
	
label, input {
	margin: 5px;
	display: block;
	float: left;
	}
	
label {
	text-align: right;
	width: 150px;
	border: 0px solid #000000;
	}	
	
.submit-button {
	color: #000;
	text-align: center;
	margin-left: 18em;
	}


	
.form_container {
	border: 0px solid #000000;
	float: left;
	padding: 5px;
	padding-bottom: 5px;
	width: 500px;
	margin: auto; 
	text-align: center;
	font-size: 90%;
	clear: both;
	}	
	
textarea {
	float: left;
	margin-left: 5px;
	}	
	
br {
	clear: left;
	}	
		
.button {
	padding: 0px;
	float: left;
	display:block;
	margin-left:100px;
	margin-top: 5px;
	width: 110px;
	text-align: center;
	}
	

