/* CSS Document */

body {
	background-color:#c5bfaa;	
	}
	
#body a {
color:#698085
}

#body a:visited {
color:#698085
}


/*------------------------------------main blocks------------------------------------*/		

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/repeat.jpg);
	background-repeat:repeat-y;
	}

#header {
	width:900px;
	height:216px;
	overflow:hidden;
	}

#meat {
	width:900px;
	
	background-image:url(../images/repeat.jpg);
	overflow:visible;
	position:relative;
	float:left;
	}

#left {
	
	width:178px;
	float:left;
	}

#right {
	
	width:642px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	}

#footer {
	width:900px;
	height:54px;
	float:left;
	background-image:url(../images/footer.jpg);
	overflow:hidden;
	}

/*------------------------------------header styles------------------------------------*/

#header_top {
	width:872px;
	height:21px;
	background-image:url(../images/header_top.jpg);
	padding-top:19px;
	text-align:right;
	padding-right:28px;
	overflow:hidden;
	}
	
#header_image {
	width:900px;
	height:145px;
	background-image:url(../images/header_index.jpg);
	overflow:hidden;
	}
	
#header_menu {
	width:900px;
	height:31px;
	background-image:url(../images/header_menu.jpg);
	}
	

#header_search {
	height:21px;
	float:right;
	width:400px;
	}

#flash_wrapper {
	height:123px;
	text-align:right;
	width:871px;
	padding-top:11px;
	padding-right:32px;
	}

#flash {
	width:357px;
	height:134px;
	float:right;
	}

.header_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#44595d;
	font-size:11px;
	text-transform:capitalize;
	}

.header_text a {
	text-decoration:none;
	color:#44595d;
	}

.header_text_padding_top {
	padding-top:5px;
	}
	
.header_text_with_space_before {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#44595d;
	font-size:11px;
	text-transform:capitalize;
	margin-left:50px;
	padding-top:5px;
	}
	
.searchbox {
	width:75px;
	height:11px;
	font-size:11px;;
	padding-left:10px;
	padding-right:10px;
	}
	
.gobutton {
	padding-left:0px;
	}

html>body .gobutton {
	padding-left:20px;
	}

.header_text ul {
	padding:0px;
	margin:0px;
	}

.header_text li{
	list-style:none;
	float:right;
	height:20px;
	font-weight:bold;

	}

/*------------------------------------top menu styles------------------------------------*/

.menu ul {
	padding:0px;
	padding-top:0px;
	margin:0px;
	margin-left:33px;
	padding-top:5px;
	}

.menu li {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	margin-right:6px;
	line-height:25px;
	height:26px;
	}
	
.menu li a:hover {
	background-color:#698085;
	}
.menu li a.current {
	background-color:#698085;
	}

.menu li a {
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	line-height:25px;
	height:26px;
	text-decoration:none;
		padding-right:14px;
	padding-left:13px;
	}

.menu a:hover {
	color:white;
	}

/*------------------------------------left menu styles------------------------------------*/

#left_menu {
	width:151px;
	height:302px;
	background-image:url(../images/menu_background.jpg);
	float:right;
	margin-top:10px;
	margin-bottom:17px;
	}
	
.left_menu_header {
	width:147px;
	height:50px;
	margin-left:2px;
	margin-top:4px;
	}

.menu_divider {
	width:147px;
	height:5px;
	background-image:url(../images/menu_divider.jpg);
	margin-left:2px;
	overflow:hidden;
	}

.left_menu_box {
	width:147px;
	margin-left:2px;
	}


/*------------------------------------portfolio styles------------------------------------*/

#portfolio_wrapper {
	width:602px;

	float:left;
	padding-left:30px;
	padding-top:20px;
	
	}
.portfolio_even {
	background-color:#f5f0df;
	width:602px;
	float:left;
	padding:5px 0 5px 5px;
	position:relative;
	}
.portfolio_even_blank{
	
	background-color:#f5f0df;
	width:602px;
	float:left;
	padding:5px 0 5px 5px;
	}

.portfolio_odd {
	background-color:#fffcf2;
	width:602px;
	float:left;
	padding:5px 0 5px 5px;
	position:relative;
	}
	
#portfolio_header {
	width:602px;
	height:16px;
	border-bottom:1px solid #666666;
	overflow:hidden;
	margin-bottom:20px;
	}

#portfolio_header_left {
	width:200px;
	height:16px;
	float:left;
		overflow:hidden;

	}
#portfolio_header_right_wrapper{
	width:382px;
	height:16px;
	float:right;
	overflow:hidden;
	}

#portfolio_header_right{
	width:200px;
	height:16px;
	float:right;
	overflow:hidden;
	}

	

.portfolio_left {
	width:200px;
	position:relative;
	float:left;

	

	}
.portfolio_right_wrapper{
	width:382px;
	float:right;
	position:relative;
	height:auto;

	}

.portfolio_right{
	width:200px;
		position:relative;
	float:right;
	text-align:left;

	}

	

/*------------------------------------text styles------------------------------------*/

.text {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.text a {
	color:#7c2b08;
	text-decoration:none;
	}
	
.text a:hover {
	text-decoration:underline;
	}
	
.text_bold {
	font-weight:bold;
	}

h1 {
font-size:24px;
color:#6a7f84;
text-align:left;
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
font-size:14px;
color:#515252;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding:0px;
}


h3 {
	font-size:12px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:16px;

	
	}

h3 ul{
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	}
	
h3 li{
	list-style:disc;
	line-height:20px;
	}

h4 {
	font-size:11px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-top:30px;
	}
h5 {
	font-size:12px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h5 li {
	list-style:decimal;
	margin-bottom:10px;
	}

.number_bullets {
	font-size:12px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.number_bullets li{
	list-style:decimal;
	margin-bottom:10px;
	}
.number_bullets li.blank{
	list-style:none;
	margin-bottom:10px;
	}
.number_bullets li ul li{
	list-style:disc;
	margin-bottom:10px;
	}
.number_bullets li:active{
	list-style:none;
	margin-bottom:10px;
	}
.bullets {
	font-size:12px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.bullets ul{
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	}
	
.bullets li{
	list-style:disc;
	line-height:20px;
	}
.nonbullets {
	font-size:12px;
	color:#515252;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.nonbullets ul{
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	margin-bottom:0px;
	}
	
.nonbullets li{
	list-style:none;
	line-height:14px;
	}
	
.nonbullets a{
	color:#2c7094;
	}
	

.contact_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:16px;
	}

.contact_form ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}

.contact_form li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:27px;
	}

.contact_form_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:16px;
	}

.contact_form_left ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}

.contact_form_left li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	line-height:26px;
	}

.contact_form_wrapper {
	width:600px;
	height:25px;
	margin-bottom:10px;
	float:left;
	display:inline;
	background-color:#F2F2F2;
	}
.contact_form_wrapper_odd {
	width:600px;
	height:25px;
	margin-bottom:10px;
	float:left;
	display:inline;
	background-color:#F9F9F9;
	}
.contact_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	width:100px;
	float:left;
	text-align:left;
	height:21px;
	padding-top:4px;
	}

.contact_right {
	width:500px;
	float:right;
	text-align:left;
	height:25px;
	}
#contact_main {
	padding-left:40px;
	margin-bottom:20px;
	}
.text_area {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:16px;
	}
	
	
/*------------------------------------footer styles------------------------------------*/

	.MLfooterclass{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	}
	
	.MLfooterclass a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
	}
	.MLfooterclass a:hover{
	text-decoration:none;
	}