@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#header {
	width:900px;
	margin:0 auto;
	height:100px;
	background:url(../images/logo.jpg) center left no-repeat;
}

#mainnav {
	width:600px;
	float:right;
	height:85px;
	text-align:right;
	padding-top:15px;
}

#banner {
	width:900px;
	height:220px;
	margin:0 auto;
	border-bottom:1px dotted #CCC;
	border-top:1px dotted #CCC;
	padding-top:10px;
}

ul#portfolio {
	list-style:none;
	border:0;
}

#main {
	width:900px;
	height: auto;
	margin:0 auto;
	border-top: 1px dotted #CCC;
}

#main2 {
	width:900px;
	height: auto;
	margin:0 auto;
	border-top: 1px dotted #CCC;
}

#main_news {
	float:right;
	width:250px;
	height:100%;
}

.who {
	padding-top:25px;
}

.news {
	padding-top:25px;
}

#lowerpanel {
	float: left;
	margin-top: 10px;
	width: 850px;
	border-top: 1px dotted #CCCCCC;
}

#left,
#center1,
#center2,
#right {
	float: left;
	width: 280px;
	border-right: 1px dotted #CCCCCC;
	margin-top: 5px;
}

#right {
	border-right: 0;
}

#left .moduletable,
#center1 .moduletable,
#center2 .moduletable,
#right .moduletable {
	margin: 0;
	padding-right: 40px;
	padding-left: 15px;
}

#left .moduletable {
	padding-left: 0;
}

#footer {
	display: inline;
	float:left;
	height:50px;
	margin-bottom:20px;
	margin-top:40px;
	width:860px;
}

#footer_module {
	float: left;
	width: 350px;
}

#footermenu {
	float: right;
	width: 470px;
}

#footer_module .moduletable,
#footermenu .moduletable {
	margin: 0;
}

#footer_module div,
#footer_module p {
	color: #999;
}

#footer_module a:link, 
#footer_modulea:visited {
	color: #666;
	font-size: 11px;
}

#clear {
	clear:both;
}

.title.cyan {
	color:#00AEEF;
}
.title.orange {
	color:#F26522;
}
.title.magenta {
	color:#EC008C;
}
.title.green {
	color:#78C043;
}
.title.red {
	color:#FF0000;
}

div.shadow {
	position: absolute;
	top: -16px;
	left: -18px;
	bottom: -20;
	right: -20px;
	height: 215px;
	z-index: -5;
	background: url(../images/shadow.png) no-repeat;
}

div.thumb {
	height: 170px;
	width: 280px;
	padding: 5px;
	position: relative;
	-webkit-transition: all 0.15s ease-out;
	-webkit-transform: scale(1);
}

.input {
	border: 1px solid #99b3b4;
	background: #e4ebeb url(../images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}
.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.submit-btn {
	width: 54px;
	height: 20px;
	background:url(../images/submit.gif) no-repeat;
	outline: none;
	vertical-align:top;
	border:0;
	margin:5px 0 0 0;
	float:right
}
.submit-btn {
	margin:1px 0 0 0;
}
.submit-btn:hover {
	background: url(../images/submit.gif) no-repeat 0 -20px;
}
.reset-btn {
	width: 54px;
	height: 20px;
	background:url(../images/reset.jpg) no-repeat;
	outline: none;
	vertical-align:top;
	border:0;
	margin:5px 0 0 0;
	float:left;
}
.reset-btn {
	margin:1px 0 0 0;
}
.reset-btn:hover {
	background: url(../images/reset.jpg) no-repeat 0 -20px;
}

.planner {
	text-decoration:none;
	font-size:14px;
	color:#EC008C;
	font-weight:bold;
}

.passion {
	color:#F26522;
	font-weight:bold;
}

.creativity {
	color:#00AEEF;
	font-weight:bold;
}

.inspiration {
	color:#EC008C;
	font-weight:bold;
}