/*   CSS Document   */

* { margin: 0; padding: 0; border: 0;
}

body {
	background-color: #FFF;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #707070;
	line-height: 24px;
	margin: 0px;
	padding: 3% 10% 2% 10%;
}

h1 {
	font-size: 27px;
	color: #03A4A2;
	margin-top: -2px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 27px;
	color: #03A4A2;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	color: #03A4A2;
	margin-top: 30px;
	margin-bottom: 8px;
	font-weight: normal;
}

h4 {
	font-weight: normal;
	color: #8B8B8B;
}

h5 {
	font-size: 20px;
	color: #707070;
	margin-bottom: 8px;
	font-weight: normal;
}

.contact h3 {
	font-size: 20px;
	color: #A9D32F;
	margin-top: 22px;
	font-weight: normal;
}

.contact{
	font-size: 24px;
	color: #A9D32F;
}



/*    Header    */


#header {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
}

#logo {
	float: left;
	margin-left: 4px;
	height: 54px;
	width: 172px;
}

#navigation {
	padding-right: 40px;
	text-align: right;
}

#navigation a {
	font-size: 19px;
	color: #8B8B8B;
	text-decoration: none;
	margin-left: 15px;
}

#navigation a:hover {
	border-bottom: 2px solid #FD8A19;
	padding-bottom: 4px;
}

.underline {
	border-bottom: 2px solid #FD8A19;
	padding-bottom: 4px;
}


/*    Banner    */


#banner {
	width: 100%;
	height: 181px;
	background-image: url(images/banbd_03.gif);
}

#banner-left {
	width: 100%;
	height: 181px;
	background: url(images/banbd_01.gif) left no-repeat;
}

#banner-right {
	width: 100%;
	height: 181px;
	background: url(images/banbd_02.gif) right top no-repeat;
}

#banner-mid {
	height: 181px;
	text-align: right;
	margin-right: 8%;
}

.slogan {
	border-bottom: 2px solid #A9D32F;
	padding-bottom: 3px;
	line-height:30px;
}


/*    Content    */


#content {
	width: 100%;
	height:100%;
	padding-top: 20px;
	float: left;
}

#maincontent {
	width: 65%;
	display: inline;
	float: right;
	padding-bottom: 50px;
	padding-right: 2%;
}

#maincontent a {
	color: #FD8A19;
}

#maincontent a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FD8A19;
}

#indexbar {
	width: 25%;
	float: left;
	display: inline;
	padding-left: 2%;
	font-size: 14px;
	line-height: 20px;
}

#indexbar h3{
	margin-top:3px;
 
}

#indexbar a {
	color: #FD8A19;
}

#indexbar a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FD8A19;
}

#sidebar {
	width: 25%;
	float: left;
	display: inline;
	text-align: right;
	padding-left: 2%;
}

#sidelinks {
	padding-right: 0px;
}

#sidelinks a {
	font-size: 17px;
	color: #8B8B8B;
	text-decoration: none;
	line-height: 36px;
}

#sidelinks a:hover {
	border-bottom: 2px solid #FD8A19;
	padding-bottom: 3px;
}

#sidelinks h3 {
	margin-top: 0px;
}

#sidelinks ul li {
	padding: 0px;
	list-style: none;
	text-align: right;
	background-image: url(images/bullet.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#folio {
	clear: left;
}

#description {
	padding-top: 10px;
}

#portfolioitem {
	width: 215px;
	height: 265px;
	padding-left: 0px;
	float: left;
	border: 1px solid #fff;
}

#portfolioitem:hover {
	border: 1px solid #ccc;
	background-color: #ffffff;
}

#portfolioitem a {
	border: 0;
}

#portfolioitem img {
	margin-left: 20px;
	margin-top: 20px;
}

#portfolioitem dl {
	line-height: 18px;
	width: 175px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
}

#portfolioitem dt {
	font-size: 14px;
	color: #03A4A2;
	float: left;	
	clear: left;
	padding-right: 0.2em;
}

#portfolioitem dd {
	font-size: 14px;
	margin-bottom: 0.3em;
}

.mark {
	border-bottom: 2px solid #FD8A19;
	padding-bottom: 3px;
}

.padd {
	padding-bottom:5%;
}


/*    Footer    */


#footer {
	width: 100%;
	height: 150px;
	background-image: url(images/footbd_03.gif);
	clear: both;
}

#foot-left {
	width:35%;
	height: 150px;
	float: left;
	display:inline;
	background-image: url(images/footbd_01.gif);
	background-repeat: no-repeat;
	padding: 25px 5px 0px 35px;
}

#foot-right {
	height: 150px;
	background-image: url(images/footbd_02.gif);
	background-repeat: no-repeat;
	float: right;
	display:inline;
	background-position: right top;
	text-align: right;
	font-size: 14px;
	padding: 25px 35px 0px 0px;
}


#foot-right a {
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	border: 0;
	margin: 0;
}

#foot-right a:hover {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #FD8A19;
	border: 0;
}

#foot-left a {
	color: #FD8A19;
}

#foot-left a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #FD8A19
}

#footer h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
	
