@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBE1D3;
}

 div.c1 {text-align: right}
/*]]>*/
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.oneColFixCtrHdr #container {
	width: 927px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#menu {
	height: 38px;
	background-image: url(../images/index_02.png);
}

#flashbar {
	background-image: url(../images/index_03.png);
	height: 498px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#flashcontent {
	margin-left: 120px;
	width: 689px;
	height: 460px;
	float: left;
	padding-top: 5px;
	background-color: #CCCCCC;
	display: inline;
	margin-top: 10px;
}

#contactdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-left: 18px;
	margin-top: 50px;
	height: 260px;
	width: 200px;
}

#content {
	background-image: url(../images/index_04.png);
	padding-right: 40px;
	padding-left: 40px;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footerfinal {
	background-image: url(../images/index_05.png);
	height: 65px;
	margin-top: -50px;
	clear: left;
	float: left;
	width: 920px;
}

#leftbottom {
	width: 500px;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 30px;
}

#leftbottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftbottom a:hover {
	color: #FFF9E1;
	text-decoration: none;
}
#leftbottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#leftright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#leftright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftright a:hover {
	color: #FFF9E1;
	text-decoration: none;
}
#leftright a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#leftright {
	width: 350px;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 30px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.h1style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	font-weight: bold;
	color: #990000;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.forminputs{
	background-color: #CCCCCC;
	color: #6C0000;
}

.portfolioimages {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
