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

/* STRUCTURE */
body, HTML {
	padding: 0px;
	margin: 0px;
	background-color: #C6D0D9;
	background-image:url(../images/bg-grad.png);
	background-repeat:repeat-x;
	height:100%;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background: url(../images/leftBar-About.gif) no-repeat left top;
}
#container #leftBar {
	float: left;
	width: 192px;
	padding-top: 12px;
	display:inline;
	margin-right:-3px;
}
#container #leftBar #home {
	margin-top: 0;
	height: 20px;
	padding-left: 25px;
	padding-top:136px;
}
#container #leftBar #about {
	margin-top: 45px;
	padding-left: 25px;
}
#container #leftBar #news {
	margin-top: 29px;
	padding-left: 100px;
}
#container #leftBar #work {
	margin-top: 47px;
	padding-left: 103px;
}
#container #leftBar #contact {
	margin-top: 37px;
	padding-left: 8px;
}
#container #leftBar #fun {
	margin-top: 56px;
	padding-left: 104px;
}
#container #center #header #location {
	height: 45px;
	float: right;
}
/* IE-specific hack */
* html #container {
	height: 100%;
}
* html #container #center{
	margin-left:189px;
	margin-right:17px;
}


#container #rightBar {
	float: right;
	width: 20px;
	height: 390px;
	margin-top: 75px;
	display:inline;
	margin-left:-3px;
}
#container #center {
	width: 768px;
	margin-left: 192px;
}
#container #center #header {
	height: 70px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right:48px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
}
#container #center #mainPic {
	height: 390px;
	margin-top: 5px;
	border: 1px solid #000000;
}
#container #center #content {
	margin-top: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 50px;
	padding-bottom: 40px;
}
.subnav {
	float:left;
	margin-right:20px;
}
#container #center #content .photo img {
	width: 100px;
	float: left;
	height: 120px;
}
.follow {
	border:none;
	margin-right:10px;
	margin-top: 20px;
}
#bio {
	float: left;
	padding-left: 10px;
	width: 500px;
}
.left {
	float:left;
}
.right {
	float:right;
}
img.calendar {
	float: left;
	height: 250px;
	width: 400px;
	border: thin solid #999999;
}
#container #leftBar #calendarLink {
	margin-top: 65px;
}
/* FORMAT */
h1 {
	font: normal 18px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
a {
	font: bolder 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#000000;
}
p {
	font: 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 30px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	list-style:none outside;
}
li.bullet {
	list-style:disc outside;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
li.workNav a {
	color:#CCCCCC;
	text-decoration:none;
	margin-bottom:20px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
}
li.workNav a:hover {
	color:#666666;
}
.purpleHeader {
	font:normal 18px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #613881;
	margin: 0px;
}
.whiteLink {
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink:hover {
	color:#CBA81C;
}
.eight {
	margin: 0px;
	font-size: 9px;
	line-height: 10px;
}
#container #center #navigation {
	background-color: #380c5e;
	height: 20px;
	margin-top: 5px;
	padding-top: 7px;
	padding-left: 100px;
}
.active {
	color: #CBA81C;
	text-decoration: none;
	text-transform: uppercase;
}
#solution li {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
}


/* Form */

form {
	margin:0px;
	padding: 25px 0px 0px 0px;
}
label {
	display:block;
}
#contactform {
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	width: 380px;
}
#contactform li {
	list-style:none;
}
#contactform li .fieldbox {
}
#contactform li .fieldbox input {
	height:20px;
	background-color: #999999;
	border: 1px solid #666666;
	width: 180px;
}
#contactform li .fieldbox #contact {
	width:200px;
}
#contactform li .msgbox {
	height:110px;
	width: 390px;
}
#contactform li .msgbox textarea {
	height:60px;
	padding-top:5px;
	background-color: #999999;
	border: 1px solid #666666;
	width:390px;
}
#sendbutton {
	font:bold 10px 'Century Gothic', Arial, Helvetica, sans-serif;
	background:#666;
	border: 1px solid #666666;
	color:#fff;
	cursor:pointer;
	padding:1px 2px;
	float:right;
}


/* New Footer */

#footer {
	width: 768px;
	padding-right: 20px;
	padding-left: 192px;
	padding-top:5px;
	min-height: 70px;
	padding-bottom: 20px;
	font:10px 'Century Gothic', Arial, Helvetica, sans-serif;
	line-height:2em;
}
#footer img {
	margin-right:2px;
	border:none;
	width:15px;
	height:15px;
	vertical-align: text-top;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-size:10px;
	margin-right: 15px;
}
#footer ul {
}
#footer li {
	display: inline;
	margin-bottom: 5px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	width: 392px;
}
