html {
	background: #fff;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	background: url(images/header.jpg) repeat-x;
}

body, html
{ height:100%;}

a:link, a:visited {
	color: #85B9D1;
	text-decoration: underline;
}
a:active, a:hover {
	color: #666666;
	text-decoration: none;
}

p {
	color: #666;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h1 {
	font-size: 18px;
	color: #999;
	margin: 0 0 10px 0;
}

#wide
{ position:relative;
min-height:100%;}

.container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:250px;
}

.container2 {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 930px;
	height: 190px;
	padding: 2px 0 0 0;
	margin: 0 0 25px 0;
}

#slider {
	clear: both;
	width: 930px;
	height: 320px;
	padding: 0 10px;
}

#logo_area {
	float: left;
	width: 500px;
	height: 80px;
	font-weight: bold;
	color: #CCC;
	margin: 20px 0 20px 0;
}

#logo {
	font-size: 30px;	
	margin: 0 0 15px 0;
}
#logo a {
	color: #CCC;
	text-decoration: none;
}
#slogan {
	font-size: 14px;
	margin: 0;
}

#search {
	float: right;
	width: 350px;
	height: 33px;
	margin: 65px 30px 0 0;
}

.field {
	float: left;
	width: 234px;
	height: 23px;
	border: none;	
	border: none;
	color : #ccc;
	font-size: 15px;
	padding: 5px 3px 0 3px;
	background: #000;
	border: 1px solid #333;

}

.button {
	float: right;
	width: 90px;
	height: 30px;
	border: none;	
	background: url(images/button.jpg) repeat-x;
	border: 1px solid #333;
	color : #ccc;
	font-size: 15px;
	cursor: pointer;
}

#menu {
	height: 32px;
	float: left;
	width: 950px;
	margin: 23px 0 0 0;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	float: left;
	height: 27px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 5px 20px 0 20px;
}

#menu li.current a, #menu li a:hover {
	background: url(images/menu_current.jpg) repeat-x;
	color: #FFFFFF;
}

#image_fader {
	width: 930px;
	height: 260px;
	padding: 0;
	margin: 0 0 30px 0;
	background-color: #FF5B01;
}

#content_area {
	width: 930px;
}

#left {
	width: 600px;
	float: left;
	margin-left:-150px;
}

.post {
	width:	600px;
	margin: 0 0 10px 0;
}

.post_title {
	width: 580px;
	height: 30px;
	background:  url(images/post_title.jpg) no-repeat;
	font-size: 18px;
	padding: 10px 0 0 20px;
	margin: 0;
}

.post_title a {
	color: #666;
	text-decoration: none;
}

.post_title a:hover {
	color: #0099CC;
}

#post_text {
	width: 558px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 20px 20px 10px 20px;
	overflow:auto;
}
#post_text2 {
	width: 558px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 20px 20px 10px 20px;
}


#post_text img {
	float:left;
	margin: 0 20px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

.post_bottom {
	width: 580px;
	height: 30px;
	background: url(images/post_bottom.jpg) no-repeat;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
	margin: 0;
}

.post_bottom a {
	color: #666;
	text-decoration: none;
}

.post_bottom a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#right {
	float: left;
	width: 300px;
	margin-left:50px;
}

.section {
	width: 300px;
	margin: 0 0 30px 0;
}

.section_title {
	width: 278px;
	height: 30px;
	background: url(images/section_title.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 18px;
	color: #666;
	padding: 10px 0 0 20px;
}

.section_bottom {
	width: 258px;
	background: url(images/section_bottom.jpg) bottom no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 20px 10px 20px;
}

#bottom_area {
	background: url(images/bottom.jpg) #000 repeat-x;
	width: 100%;
	padding: 20px 0;
	height:200px;
	position:absolute;
	bottom:0;
}


.section_1 {
	width: 250px;
	float: left;
	border: 1px solid #292929;
	padding: 20px 27px 10px 20px;
	margin: 0 20px 0 0;
}

.section_2 {
	width: 250px;
	float: right;
	border: 1px solid #292929;
	padding: 20px 20px 10px 20px;
	margin: 0;
}

#footer {
	width: 100%;
	color: #AAA;
	font-size: 11px;
	background: url(images/footer.jpg);
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}

.list {
	color: #333;
	text-align: justify;
	list-style: none;
	padding: 0 0 0 10px;
}

.list li {
	font-size: 12px;
	list-style: disc;
	padding: 0px;
	margin: 5px 0px;
}

.list a {
	color: #333;
	text-decoration: none;
}

.list a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.gray_list li, .gray_list a {
	color: #999999;
}

.gray_list a:hover {
	color: #FFF;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}


.project_content {
	float: left;
	width: 250px;
	height: 180px;
	padding: 40px 20px;
	overflow: hidden;
	background: #EAEAEA;
}

.project_slideshow {
	float: left;
	width: 640px;
	height: 200px;
	padding: 30px 0;
	overflow: hidden;
	background: #EAEAEA url(images/slider_right_divider.jpg) right repeat-y

}

.project_content p{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 20px;
}

.header_03 {
	clear: both;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url(images/banner_divider.jpg) bottom repeat-x;
}
.style2 {
	color: #999999;
}
.style6 {font-style: italic; color: #FFFFFF;}
.style9 {color: #999;}
.style10 {color: #85B9D1;}

.style2 img {
	float:left;
	margin: 0 20px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;


