@import url("fonts.css");
@import url("menu.css");

* { margin: 0px; padding: 0px; outline: none; }
.clear { clear: both; }
html { height: 100%; overflow: inherit; }
* html #wrapper { height:100%; }
img { border: 0; }
.center { text-align: center; }
.right { text-align: right; }
.blue { color: #2b5071 }
.centerimg { display: block; margin: 0 auto 0 auto; }


h1 { font: 21px 'ColaborateMediumRegular', Arial, sans-serif; padding-bottom: 15px; color: #5b5b5b; }
h2 { font: 16px 'ColaborateRegular', Arial, sans-serif; padding-bottom: 5px; color: #5b5b5b; }
p { padding-bottom: 15px; }
#sidebar hr { background: url(img/dash.jpg) repeat-x; width: 200px; height: 1px; border: none; outline: none; padding-bottom: 15px; }

a { color: #2b5071; }
a:hover { text-decoration: none; }

.textarea ul {
	margin-left: 19px;
}

body { font: 14px 'ColaborateRegular', Arial, sans-serif; height: 100%; color: #8a8a8a; overflow: inherit; }	
#wrapper { min-height: 100%; width: 970px; background-color: #ffffff; margin: 0 auto 0 auto; padding: 0 16px 15px 16px; }
#logo { float: left; width: 210px; height: 102px; margin: 25px 0 0 0; }
#menubar { text-alighn: right; float: right; width: 740px; height: 37px; margin: 85px 0 0 0; }
#banner { float: left; width: 984px; padding-bottom: 25px; }
.textarea { float: left; width: 660px; margin-left: 10px; line-height: 22px; }
#sidebar { width: 200px; float: right; margin-right: 10px; }
.sidebaritem { margin-bottom: 30px; }
.sidebaricon { float: left; width: 42px; }
.sidebartext { float: left; width: 158px; line-height: 19px; }
.sidebarbutton { margin-top: 15px; }

#services { margin: 0 0 25px 0; }
#services a { display: block; float: left; height: 103px; width: 93px; text-indent: -99999px; }
#services a:hover { background-position: 0 -103px; }
a.service1 { background: url(img/service1.jpg) no-repeat; }
a.service2 { background: url(img/service2.jpg) no-repeat; }
a.service3 { background: url(img/service3.jpg) no-repeat; }
a.service4 { background: url(img/service4.jpg) no-repeat; }
a.service5 { background: url(img/service5.jpg) no-repeat; }
a.service6 { background: url(img/service6.jpg) no-repeat; }
a.service7 { background: url(img/service7.jpg) no-repeat; }

#copyright { text-align: center; font-size: 12px; padding-top: 70px; }