/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:72%;
background:#4589b6 url(/images/bg.jpg) repeat-x;
margin:0;
text-align: center;
}

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}


p {
	margin-top: 0;
}

p.clear {
	clear: both;
	width: 960px;
	float: left;
	height: 10px;
	margin: 0;
}

p.lead {
	color: #de7206;
	font-weight: normal;
text-decoration:none;
font-family: Georgia, Times, Serif;
font-size: 1.4em;
}

strong {
	color: #de7206;
}

a {
color:#336699;
}

a:hover {

}

/*a img {
border:0;
}*/

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

h1
{
margin-top:0;
font-weight: normal;
text-decoration:none;
font-family: Georgia, Times, Serif;
font-size: 2em;
}



h3
{
	margin: 0;
font-weight: normal;
font-size: 1.5em;
color:#336699;
}


h4 {
	margin: 0;
	font-size: 1.2em;
   color:#336699;
}

div.testimonial {
	padding: 10px 0;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #CCC;
}

div.testimonial h4 {
	font-size: 1em;
	margin-top: 1em;
}

div.testimonial p {
	margin: 0;
	font-style: italic;
}

div.award-list {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

div.award-list img {
	float: left;
	margin: 0 10px 5px 0;
	background: #FFF;
	border: 1px solid #d1cc98;
	padding: 5px;
}

div.award-list h4 {
	margin-top: 0;
}

a img {
	border: none;
}

/* @end */

/* @group layout */
#wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 93px;
	background: url(/images/header.jpg) no-repeat;
}


#content .pad {
	padding: 10px 50px 0 70px;
}

/* bottom bg */
#content-top {
	height: 27px;
	width: 960px;
	background: url(/images/bg-content-top.png) top left repeat-y !important;
	background: url(/images/bg-content-top.jpg)  no-repeat;
}



/* top bg */

#content {
	float: left;
	width: 960px;
	background: url(/images/bg-content.png) top left repeat-y !important;
	background: url(/images/bg-content.jpg) top left repeat-y;
	
}

/*div[id="content"] {
	background: url(/images/bg-content.png) top left repeat-y;
}*/

/*#content img {
	float: left;
	margin: 20px;
	margin-bottom: 50px;
}*/


/* this expands */

#content-bottom {
	/*margin: 50px 0;*/
	float:left;
	height: 25px;
	width: 960px;
	background: url(/images/bg-content-bot.jpg)  no-repeat !important;
	background: url(/images/bg-content-bot.png)  no-repeat !important;
}

/*div[id="content-bottom"] {
	background: url(/images/bg-content-bot.png)  no-repeat;
}*/


#content #left {
	margin-left: 50px;
	float: left;
	width: 400px;
	/*height: 400px;*/
	display: inline;
	padding-top: 20px;
	
	width: 300px;
}


#content #right {
	padding-top: 20px;
	margin-left: 500px;
	width: 400px;
	padding-bottom: 20px;
	
	margin-left: 360px;
	width: 500px;
	}
	
	
	
body#awards #content #left {
	width: 400px;
	
}

body#awards #content #right {
	margin-left: 500px;
	width: 400px;
	
}	
	
	#footer {
	color: #FFF;
	padding: 10px 30px;
}

#footer p {
	font-size: 0.9em;
	/*display: inline;
	float: left;*/
	margin:0;
}

#footer a {
	color: #FFF;
}

/* @group nav */

#nav {
	width: 960px;
	height: 24px;
	text-align: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	text-decoration: none;
	
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	/*float: right;*/
	text-decoration: none;
}

#nav a {
	font-size: 12px;
	color: #FFF;
	/*display: block;*/
	padding: 8px 10px 0 10px;
	text-decoration: none;
}



/* @end */

/* @group home */


#intro {
	float: right;
	width: 360px;
	background: url(/images/bg-intro.jpg) bottom left no-repeat;
}

#content-home {
	margin-top: 30px;
	width: 960px;
	height: 510px;
	
	background: url(/images/bg-home-content.jpg) no-repeat;
}

#content-home .pad {
	padding: 27px 50px 27px 50px;
}

/* @end */



/* @end */

/* @group portfolio */

div.img-left {
float: left;
margin: 3px 40px 10px 0;
height: 280px;
width: 240px;
}

p.caption {
	font-size: 10px;
	line-height: 1.2em;
	height: 40px;
	margin: 0;
}

div.portfolio-list {
	width: 240px;
	float: left;
margin: 3px 40px 10px 0;
text-align: center;
}

div.portfolio-list h3 {
color:#336699;
margin:0;
font-weight: normal;
text-decoration:none;
font-family: Georgia, Times, Serif;
font-size: 1.3em;	
text-align: center;
}


div.portfolio-list h3 a {
	text-decoration: none;
}

div.portfolio-list h3 a:hover {
	text-decoration: underline;
}

div.portfolio-list a img {
	padding: 5px;
	background: #FFF;
	border: 1px solid #d1cc98;
}


div.portfolio-list img.thumb a:hover {
	border: 1px solid #336699;
}


/* @end */
