* { 
margin:0;
padding:0;
}

body, html{
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
height: 100%;
}

body {
background-image:url('../images/back_grnd.png');
background-repeat:no-repeat;
background-position:center top;
background-position: fixed;
}

html {
background-image:url('../images/back_grnd_tile.png');
}

#container {
margin: 0 auto -90px;
padding-bottom: 90px;
min-height: 100%;
height: auto !important;
height: 100%;
/*background-image:url('../images/bckgrnd.png');
background-position:center; */
}

#main {
width: 960px;
/*margin: 0 auto -90px;
padding: 0px;
padding-top: 10px;
min-height: 100%;
height: auto !important;
height: 100%; */
} 

#header {
width: 960px;
height: 97px;
background: url('../images/header.png') no-repeat top left;
position: relative;
} 

#logo {
width: 380px;
height: 90px;
margin-left: 15px;
margin-top: 1px;
float: left;
}

/* SEARCH FORM */

#search {
  width: 213px;
  height: 60px;
  margin-top: 10px;
  float: right;
}

fieldset.search {
	border: none;
	width: 222px;
	margin: 0 auto;
	float: left;
	padding: 5px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 155px;
	height: 40px;
	padding: 0px 8px 0px 6px;
	background: url(../images/search_bg.png) no-repeat top right;
}

.search button.btn {
	width: 39px;
	height: 50px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/search_bg.png) no-repeat top left;
}

.search button.btn:hover {
	background: url(../images/search_bg.png) no-repeat left -50px;
}

.search input.box:focus {
	background: url(../images/search_bg.png) no-repeat right -50px;
	outline: none;
}

/*  END SEARCH FORM */

#content {
width: 960px;
background:#f3e9c3;
background-image:url('../images/content-bg.png');
background-repeat:repeat-y;
margin: 20px 0 0 0;
padding: 0px;
float: right;
} 

.content-top, #content-top {
background-image:url('../images/content-top.png');
background-repeat:no-repeat;
height: 5px;
font-size: 0px;
}

#content-bottom {
background-image:url('../images/content-bottom.png');
background-repeat:no-repeat;
height: 5px;
clear: both;
}

#sidebar {
width:360px;
float:right;
margin-top:20px;
overflow: hidden;
}

#sidebar_one {
overflow: hidden;
}

#sidebar_one img{
margin: 0 auto;
}

#sidebar_one, #sidebar_two {
margin-bottom: 20px;
overflow: hidden;
background: #F3E9C3 url('../images/sidebar_content_bottom.png') no-repeat bottom left;
clear:both;
padding-bottom: 5px;
}

#sidebar_one .content, #sidebar_two .content{
border-left: 1px solid #960214;
border-right: 1px solid #960214;
}


#sidebar_two {
  /* margin-bottom:500px; */
}

.sidebar_top {
	background-image:url('../images/sidebar_content_top.png');
	background-repeat:no-repeat;
	height: 5px;
	font-size: 0px;
	width: 580px;
}

#ajaxContent {
	height: 320px;
	padding: 10px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
}

#ajaxContent img{
	float: right;
	padding-left: 20px;
}

#portfolio_links {
    width:900px;
    height: 150px;
	clear:both;
	margin: 20px auto;
	padding-left: 30px;
	/* border: 1px solid #ccc; */
}

#portfolio_links ul
	{
	margin:0;
	padding:0 0 0 5px;
	width:220px;
	list-style-type:none;
	list-style-image:none;
	float:left;
	}
	
#portfolio_links ul.short
	{
	width:180px;
	padding-left: 20px;
	}

#portfolio_links ul li
	{
	margin:0;
	padding:0 0 0 10px;
	font-size:14px;
	color:#fff;
	}
	
#ajaxContent ul
	{
	margin:10px 0 0 10px;
	}
	
#ajaxContent ul li
	{
	margin:0 0 0 20px;
	list-style: circle inside;
  	background-position:0.7em 0.4em;
	background-repeat:no-repeat;
	padding:0 0 0.3em 1.7em;
	}
	
#services ul
	{
	margin:0;
	padding:0px 0 10px 20px;
	}

#services ul li
	{
	margin:0;
	list-style: circle inside;
	background-position:0.7em 0.4em;
	background-repeat:no-repeat;
	padding:0 0 0.3em 1.7em;
	}
	
#services .small
	{
	font-size:smaller;
	}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.entry textarea {
	margin-bottom: 8px;
	margin-top: 6px;
}

.entry input{
	margin-bottom: 8px;
	margin-top: 6px;
}

.entry label{
	color:#000;
}

/*.entry input{
	margin-bottom: 8px;
	margin-top: 6px;
}*/


#footer {
    margin: 0 auto;
	width: 960px;
	background:#f3e9c3;
	clear:both;
} 

#footer .content {
	border-left: 1px solid #960214;
	border-right: 1px solid #960214;
}

#push {
    margin: 0 auto;
	height: 90px;
	width: 960px;
    clear:both;
	position:relative;
    content: "."; 
    display: block; 
    visibility:hidden;
}
