* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 13px;
    background-color: #fdf3e6;
    color: #666666;
}

h1 {
}

h2 {
    color: #e06a1c;
}

h3 {
}

a:hover {
    text-decoration: none;
    color: #000000;
}

/* Wrapper */
#wrapper {
}

/* Header */
#header {
    width: 995px;
    height: 463px;
    margin: auto;
    background: url(../images/header_top.png) no-repeat left top;
    position: relative;
    top: 0;
    left: 0;
}

#header_swf {
	
}

/*Navigation*/
#nav {
    width: 995px;
    height: 64px;
    margin: auto;
}

#news_container, #nav_container {
    position: relative;
    top: -64px;
    z-index: 100;
}

#nav_container {
    top: -64px;
}

#news_container {
    /*width: 324px;*/
    top: -160px;
    background: url(../images/news_bg.png) no-repeat;
}

#news_top {
    width: 316px;
    height: 90px;
    padding-right: 0;
}

#news_top img {
    margin-right: 5px;
}

#news_icons {
    width: 80px;
    margin: 0 20px 0 218px;
    position: relative;
    top: 50px;
}

#news_middle {
    left: 0;
    padding-bottom: 5px;
    background: url(../images/news_middle_bg.png) repeat-y;
}

#news_heading {
    color: #422406;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_date {
    color: #e06a1c;
    font-size: 18px;
    font-family: Helvetica;
    font-weight: bold;
}

.news_box {
    color: #333333;
    width: 250px;
    margin: 0 20px 10px 30px;
    border: none;
    line-height: 1.2em;
}

.news_box hr {
    background: transparent url(../images/dot.png) repeat-x;
    height: 6px;
    margin-top: 10px;
    border: 0;
}

#news_bottom {
    position: relative;
    width: 316px;
    height: 105px;
    background: url(../images/news_btm.png) no-repeat;
    left: 0px;
}

/* Sprite*/
#sprite {
    width: 671px;
    height: 64px;
    margin: 0 0 0 0;
}

#sprite ul {
    list-style-type: none;
}

#sprite ul li {
    height: 64px;
    float: left;
}

#sprite ul li a {
    background-position: 0px 0px;
    height: 64px;
    display: inline-block;
    text-decoration: none;
}

/*Sprite--HOME*/
#sprite ul li a#home {
    width: 62px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat 0 0;
}

#sprite ul li a#home:hover {
    background: transparent url(../images/sprite.png) no-repeat 0 -64px;
}

#sprite ul li a#home_selected {
    width: 62px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat 0 -64px;
}

/*Sprite--ABOUT*/
#sprite ul li a#about {
    width: 104px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -62px 0;
}

#sprite ul li a#about:hover {
    background: transparent url(../images/sprite.png) no-repeat -62px -64px;
}

#sprite ul li a#about_selected {
    width: 104px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -62px -64px;
}

/*Sprite--PROJECT*/
#sprite ul li a#project {
    width: 119px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -166px 0;
}

#sprite ul li a#project:hover {
    background: transparent url(../images/sprite.png) no-repeat -166px -64px;
}

#sprite ul li a#project_selected {
    width: 119px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -166px -64px;
}

/*Sprite--SUPPORT US*/
#sprite ul li a#supportus {
    width: 144px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -285px 0;
}

#sprite ul li a#supportus:hover {
    background: transparent url(../images/sprite.png) no-repeat -285px -64px;
}

#sprite ul li a#supportus_selected {
    width: 144px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -285px -64px;
}

/*Sprite--NEWS*/
#sprite ul li a#news {
    width: 92px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -429px 0;
}

#sprite ul li a#news:hover {
    background: transparent url(../images/sprite.png) no-repeat -429px -64px;
}

#sprite ul li a#news_selected {
    width: 92px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -429px -64px;
}

/*Sprite--CONTACT*/
#sprite ul li a#contact {
    width: 150px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -521px 0;
}

#sprite ul li a#contact:hover {
    background: transparent url(../images/sprite.png) no-repeat -521px -64px;
}

#sprite ul li a#contact_selected {
    width: 150px;
    text-indent: -5000px;
    background: transparent url(../images/sprite.png) no-repeat -521px -64px;
}

/* Content*/
#content_wrapper {
    width: 995px;
    /*padding-bottom: 10px;*/
    margin: 65px auto;
    top: 0;
    left: 0;
}

#left_col {
    float: left;
    width: 316px;
    /*background: transparent url(../images/news_btm.png) no-repeat 0 bottom;*/
}

#main_col {
    float: left;
    /*width: 671px;
    position: relative;*/
}

#middle_col {
    float: left;
    margin-top: -50px;
    position: relative;
    /*width: 437px;*/
}

.middle_col_item {
    margin: auto;
    width: 400px;
    padding-bottom: 20px;
}

.middle_col_img {
    float: left;
    width: 196px;
    margin-right: 10px;
    background: url(../images/polaroid-bg.png) no-repeat 0 0;
    padding:11px 9px 0;
	height: 155px;
}

.middle_col_txt a{
	display: block;
}

.news_box a {
	margin-top: 10px;
	display: block;
}

.middle_col_txt {
    color: gray;
    padding-top: 5px;
}

.middle_col_txt img {
    border: none;
    padding: 10px 5px 5px 5px;
}

.orange_button {
    float: left;
    height: 32px;
    background: transparent url(../images/tab_edge_l.png) no-repeat;
}

.orange_button p {
    color: white;
    font-size: 12px;
    margin: 8px 0px 0 12px;
}

.orange_button a {
    color: white;
    text-decoration: none;
}

.button_end {
    float: left;
    margin-right: 7px;
    height: 32px;
    width: 13px;
    background: transparent url(../images/tab_edge_r.png) no-repeat;
}

#right_col {
    float: left;
    position: relative;
    width: 234px;
    margin-top: -50px;

}

#right_col img {
    padding-left: 10px;
    padding-bottom: 20px;
    margin: auto;
    border: none;
}

#testimonials {
    width: 184px;
    background-color: #ff9933;
    margin-left: 15px;
    padding: 20px 10px 10px 10px;
}

#testimonials img {
    padding: 0;
    margin-bottom: 20px;
}

.testimonial_box {
    width: 184px;
    color: white;
    /*background: transparent url(../images/testimonial_hr.png) no-repeat bottom;*/
    margin-bottom: 10px;
    position: relative;
}

.testimonial_box .quoted_p {
    line-height: 14px;
    position: relative;
    margin-bottom: 10px;
}

.testimonial_box .quoted_p span.open {
    position: relative;
    top: -4px;
    left: -2px;
    width: 16px;
    height: 12px;
    background: transparent url(../images/quote_open.png) no-repeat;
    display: inline-block;
}

.testimonial_box .quoted_p span.close {
    position: relative;
    top: 5px;
    left: 0px;
    width: 16px;
    height: 12px;
    background: transparent url(../images/quote_close.png) no-repeat;
    display: inline-block;
}

.name {
    width: 150px;
    color: #666666;
    float: right;
    font-size: 10px;
    margin-right: 5px;
    text-align: right;
    margin-bottom: 10px;
}

/*Footer*/
#footer {
    color: #999999;
    font-size: 11px;
    width: 995px;
    margin: auto;
    padding-left: 20px;
    margin-bottom: 10px;
    top: 0;
    left: 0;
}

#footer_hr {
    margin: 0 0 10px 0;
}

#footer_bottom {
    width: 995px;
    margin: auto;
    position: relative;
}

#footer_textbox_l {
    width: 600px;
    margin-right: 185px;
    float: left;
}

#footer_textbox_l img {
    margin-right: 5px;
}

#footer_textbox_r {
    width: 200px;
    float: left;
}

.footer_button {
    color: white;
    float: left;
    height: 28px;
    background: transparent url(../images/footer_tab_l.png) no-repeat;
}

.footer_button_end {
    float: left;
    margin-right: 7px;
    height: 28px;
    width: 8px;
    background: transparent url(../images/footer_tab_r.png) no-repeat;
}

.footer_button a {
    text-decoration: none;
    color: white;
}

.footer_button p {
    margin: 5px 10px 0 20px;
}

.clear {
    clear: both;
}

#sidebar-wrapper {
	float:right;
width:194px;
padding-top: 20px;
}

#sidebar {
width:194px;
background: transparent url(../images/blog_sidebar.png) no-repeat scroll 0 0;
padding: 20px;
color: #FFF;
}

#sidebar span.sidebar-end {
width:260px;
height: 20px;
background: transparent url(../images/blog_cat_bot.png) no-repeat scroll 0 0;
margin-bottom:-40px;
display: block;
margin-left: -20px;
}


#news_content {
float:left;
margin-bottom:20px;
margin-left:30px;
padding:0 30px 10px 0;
width:670px;
}

#news_content h2 a {
color:#FF6600;
font-size:20px;
font-weight:bold;
margin-top:10px;
}

#news_content a.more-link {
background: url(../images/button_readmore_sm.png) no-repeat;
overflow: hidden;
display: block;
width: 46px;
height: 11px;
text-indent: 5000px;
margin: 15px 0;
}

#news_content h2 {
margin-bottom: 10px;
}

#news_content a {
	color: green;
}

#news_content img {
border:10px solid white;
}

p.border_bottom {
	clear: both;
}

#searchsubmit {
	background:none repeat scroll 0 0 #876657;
	border:medium none;
	color:white;
	padding:3px 5px;
	cursor: pointer;
}

#s {
	width:117px;
	border: 1px solid #876657;
	height: 20px;
}

.screen-reader-text {
	display: none;
}

#searchform div {
	background: #FFF;
	padding: 3px;
	width: 174px;
	margin-bottom: 20px;
}

#sidebar h2 {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 5px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	color: #FFF;
}
