/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}

h1, h2, h3 {
	color: #C2003E;
}

h1 {
	font-size: 1.2em;
}

h2, h3 {
	margin: 0;
	font-size: .95em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #6DA887;
}

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

/* Header */

#header {
/*	width: 700px;*/	
	width: 900px;
	height: 153px;
	margin: 0 auto;
	background: url(images/header-bg.gif) repeat-x top;
}

/* Logo */

#logo {
	float: left;
	padding-top: 53px;
}

/* Menu */

#menu {
	float: right;
	padding: 55px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width:77px;
	height: 17px;
	/*padding: 75px 17px 0 19px;*/
	padding: 75px 0 0 0;
	text-decoration: none;
	text-align:center;
	color: #000000;
}

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

#menu .active a {
	color: #C2003E;
}

/*DEFAULT BUTTON IMAGES*/
#menu .home a {background: url(images/home-btn.gif) no-repeat center -94px;}
#menu .news a {background: url(images/news-btn.gif) no-repeat center -94px;}
#menu .about a {background: url(images/about-btn.gif) no-repeat center -94px;}
#menu .portfolio a {background: url(images/portfolio-btn.gif) no-repeat center -94px;}
#menu .clients a {background: url(images/clients-btn.gif) no-repeat center -94px;}
#menu .contact a {background: url(images/contact-btn.gif) no-repeat center -94px;}

/*ROLLOVER BUTTON IMAGES*/
#menu .home a:hover {background: url(images/home-btn.gif) no-repeat center 0px;}
#menu .news a:hover {background: url(images/news-btn.gif) no-repeat center 0px;}
#menu .about a:hover {background: url(images/about-btn.gif) no-repeat center 0px;}
#menu .portfolio a:hover {background: url(images/portfolio-btn.gif) no-repeat center 0px;}
#menu .clients a:hover {background: url(images/clients-btn.gif) no-repeat center 0px;}
#menu .contact a:hover {background: url(images/contact-btn.gif) no-repeat center 0px;}

/*ACTIVE BUTTON IMAGES*/
#menu .home-active a {background: url(images/home-btn.gif) no-repeat center 0px;}
#menu .news-active a {background: url(images/news-btn.gif) no-repeat center 0px;}
#menu .about-active a {background: url(images/about-btn.gif) no-repeat center 0px;}
#menu .portfolio-active a {background: url(images/portfolio-btn.gif) no-repeat center 0px;}
#menu .clients-active a {background: url(images/clients-btn.gif) no-repeat center 0px;}
#menu .contact-active a {background: url(images/contact-btn.gif) no-repeat center 0px;}


/*#menu .first a {
	background: none;
}*/

/* Content */

#content {
	width: 900px;
	margin: 30px auto 0;
}

/* Welcome */

#welcome {
	float: left;
	width: 320px;
	margin-bottom: 5px;
	margin-left: 120px;
	margin-top: 10px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #666666;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#welcome img {
	border: 1px solid #666666;
}

/* News */

#news {
	float: right;
	width: 440px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #666666;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

.address {
	line-height: 120%;
}

.quote {
	font-style:italic;
	line-height: 150%;
	margin-bottom:0;
}
.speech-marks {
	font-size: 2em;
	color:#C2003E;
}
.author {
	font-size: .95em;
	text-align:	right;
	color:#C2003E;
	margin-top:0;
}

/* Feature */

#feature {
	clear: both;
	width: 760px;
	margin-left: 200px;
	padding: 20px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #666666;
}


#feature img {
	float: right;
	margin-left: 10px;
	margin-bottom:20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */
.clear-div {
	clear:both;
	margin: 0  auto;
}

#footer {
	width: 900px;
	margin: 0  auto;
}

#footer p {
	border-top: 1px solid #666666;
	margin: 20px 0 0 115px;
	padding-top: 20px;
	line-height: normal;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

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