/* - - - - - - - - - - - - - - - - - - - - -

Title : Portfolo v3
Author : Tony Yoo
URL : http://www.tonyyoo.com

Description : Default stylesheet

Created : 12/22/08
Modified : 12/22/08

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 81.3%;
	color: #6b7a83;
	background: #badeeb url(../images/BG.gif) repeat-x top center;
}



/* ----- header ----- */
#wrapper {
	position: relative;
	margin: 0 auto;
}
#header {
	position: absolute;
	top: -45px;
	width: 905px;
	background: transparent url(../images/header.jpg) no-repeat top left;
}
	#header h1 {
		margin: 0 0 0 15px;
		padding: 0;
	}
		#header h1 a {
			display: block;
			width: 187px;
			height: 28px;
			text-indent: -9000px;
			background: transparent url(../images/identity.gif) no-repeat top left;
		}
	#header ul {
		position: absolute;
		bottom: 0;
		right: 20px;
		float: left;
		list-style: none;
		font-size: 1.231em;
		font-weight: normal;
	}
		#header ul li {
			display: inline;
			margin: 0;
			padding: 0; 
		}
			#header ul li a {
				margin: 0 10px 0 13px;
				color: #fff;
				letter-spacing: 1px;
				text-decoration: none;
			}
			#header ul li a:hover {
				color: #badeeb;
			}
		
			#header li#links a:link, #header li#links a:visited {
				background-position:-104px 0px;
			}
			#header li#contact a:link, #header li#contact a:visited {
				background-position:-208px 0px;
			}

			#header li#work a:hover, #header li#work a:focus {
				background-position:-0px -34px;
			}
			#header li#links a:hover, #header li#links a:focus {
				background-position:-104px -34px;
			}
			#header li#contact a:hover, #header li#contact a:focus {
				background-position:-208px -34px;
			}
			
			/*----- MAIN NAVIGATION ACTIVE STATE -----*/

			.workPage li#work a, .aboutPage li#about a, .contactPage li#contact a {
				color: #badeeb;
			}

	
/* ----- contents ----- */
			
#contents {
	position: relative;
	top: 94px;
	margin: 0 auto;
	width: 905px;
	height: 520px;
	background: #fff url(../images/introBG.gif) no-repeat top left;
}
	#contents #introGraphic {
		position: absolute;
		top: 18px;
		left: 42px;
		width: 227px;
		height: 204px;
		text-indent: -9000px;
		background: #fff url(../images/introGraphic.gif) no-repeat top left;
	}
	#contents #intro {
		position: absolute;
		top: 30px;
		left: 341px;
		width: 533px;
	}
		#contents #intro h1 {
			margin-right: 160px;
			padding: 6px 0 55px 0;
			font-size: 58px;
			font-weight: normal;
			line-height: 42px;
		}
		#contents #intro span.innovator {
			position: absolute;
			top: 58px;
			left: 41px;
			width: 390px;
			font-size: 29px;
			line-height: 0.8em;
		}
		body.home #contents #intro div {
			display: block;
			position: absolute;
			top: -1px;
			right: 6px;
			width: 132px;
			height: 104px;
			background: transparent url(../images/silhouetteSM.gif) no-repeat top left;
		}
			body.home #contents #intro div a {
				padding: 0 0 0 17px;
				display: block;
				position: absolute;
				top: 18px;
				right: 0px;
				width: 64px;
				line-height: 20px;
				font-size: 12px;
				background: #fff url(../images/aboutMeBtn.gif) no-repeat center left;
			}
		#contents #intro h2 {
			padding: 0.4em 0 0.4em 0;
			font-size: 48px;
			font-weight: normal;
			line-height: 0.9em;
		}
		#contents #intro span.ux {
			position: absolute;
			top: 167px;
			left: 41px;
			width: 430px;
			font-size: 26px;
			line-height: 0.9em;
		}
		#contents #intro h1 span, #contents #intro h2 span {
			margin: 0 0 0 41px;
			display: block;
			font-weight: normal;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			color: #6b7a83;
		}
	#contents #innovation {
		position: absolute;
		top: 239px;
		width: 905px;
		height: 105px;
		background: #c1c4c5 url(../images/innovation.gif) no-repeat top left;
	}
		#contents #innovation h3 {
			width: 320px;
			margin: 21px 0px -11px 33px;
			font-size: 22px;
			font-weight: normal;
	
		}
		#contents #innovation p {	
			margin-left: 32px;
			width: 617px;
			height: 29px;
			text-indent: -9000px;
			font-size: 15px;
			letter-spacing: 1px;
			color: #d0d5d7;
			background: transparent url(../images/innovationPaph.gif) no-repeat top left;
		}
			#contents #innovation p span {
				color: #fff;
				font-style: oblique;
				font-weight: bold;
			}
	#contents #carousel {
		position: absolute;
		bottom: 0;
		width: 905px;
		height: 176px;
		color: #fff;
		background: #96c9dd url(../images/contentsBtmBG.gif) no-repeat bottom left;
	}
		#contents #carousel #pagination { /* homepage carousel pagination */
			padding-left: 10px;
			position: absolute;
			bottom: 4px;
			left: 323px;
			width: 63px;
			height: 18px;
			text-align: center;
			z-index: 3;
			background: #83bcd3 url(../images/paginationBG.gif) no-repeat bottom left;
		}
			#contents #carousel #pagination a {
				margin: 4px 0 0 2px;
				float: left;
				display: block;
				width: 15px;
				line-height: 13px;
				text-indent: -9000px;
				background: transparent url(../images/paginationBtn.gif) no-repeat bottom left;
			}
			#contents #carousel #pagination a:hover {
				background-position: top center ;
			}
			#contents #carousel #pagination a:active, #contents #carousel #pagination a.active {
				background-position: top right ;
			}
		#contents #carousel .projects {		
			position: relative; 
		}
			#contents #carousel .projects h4 {
				margin: 0;
				padding: 0;
				position: absolute;
				top: 10px;
				left: 18px;
				font-size: 1.12em;
				letter-spacing: 0.06em;
			}
				#contents #carousel .projects h4 a {
					display: block;
					width: 185px;
					padding: 0 0 92px 0;
					color: #fff;
					text-align: center;
					font-weight: normal;
				}
			/* Homepage Project Thumbnails */
/*			#contents #carousel #project1 {
				border: 1px solid red;
				background: transparent url(../images/projects/tn/surveyorBasics_tn.gif) no-repeat 18px 39px;
			}*/
			#contents #carousel .jcarousel-item-1{
				background: transparent url(../images/projects/tn/talyst_tn.jpg) no-repeat 18px 39px;
			}
			#contents #carousel .jcarousel-item-2{
				background: transparent url(../images/projects/tn/certified_tn.jpg) no-repeat 18px 39px;
			}
			#contents #carousel .jcarousel-item-3{
				background: transparent url(../images/projects/tn/oska_tn.jpg) no-repeat 18px 39px;
			}
			#contents #carousel .projects p {
				margin: 0 32px 0 239px;
				padding: 7px 0 0 0;
				line-height: 1.5em;
			 	font-size: 13px;
			}
				#contents #carousel .projects p em {
					margin: 0 0 0.5em 0;
					display: block;
					font-size: 17px;
					font-style: normal;
					letter-spacing: 0.06em;
				}
				#contents #carousel .projects p a {
					margin: 0 0 0 5px;
					padding: 0 0 0 11px;
					line-height: 10px;
					background: transparent url(../images/linkArrow.gif) no-repeat center left;
				}
	#contents #inAction {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 718px;
		width: 187px;
		height: 198px;
		text-indent: -9000px;
		background: transparent url(../images/actionBtn.gif) no-repeat bottom right;
	}
	
/* ----- Footer ----- */

#footer {
	width: 100%;
	color: #979c9e;
	background: #d0d5d7;
	border-top: 3px solid #fff;
}

	
	
	
/* ---- Work Page ---- */	

body.workPage #contents {
	background-image: url(../images/projectListBG.gif);
}
body.workPage #contents #pagination { /* pagination for projectList */
	padding-left: 4px;
	position: absolute;
	top: -19px;
	left: 390px;
	width: 121px;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: center;
	background: #fff url(../images/jumpBG.gif) no-repeat bottom left;
}
	body.workPage #contents #pagination a {
		font-weight: normal;
		padding: 0px 4px;
		line-height: 19px;
		font-size: 12px;
		color: #63a8c8;
	}
	body.workPage #contents #pagination a:hover {
		color: #fff;
		background: transparent url(../images/jumpBtnRO.gif) no-repeat center center;
	}
	body.workPage #contents #pagination a:active, body.workPage #contents #pagination a.active {
		color: #fff;
		background: transparent url(../images/jumpBtnOn.gif) no-repeat center center;
	}
#contents #projectList {
	width: 905px;
	height: 144px;
}
#contents #projectList li {

}	
	#contents #projectList ul {
		overflow: hidden;
		margin: 0 0 0px 30px;
		width: 850px;
		height: 70px;
		display: inline;
		float: left;
		background: transparent url(../images/verticalDivider.gif) repeat-x top right;
	}
		#contents #projectList ul li {
			float: left;
			margin: 20px 8px 20px 4px;
			width: 274px;
			display: inline;
		}
		#contents #projectList ul li.border {
			background: transparent url(../images/projectDivider.gif) no-repeat top right;
		}
			#contents #projectList ul li a {
				float: left;
				width: 242px;
				padding: 0px 0px 0 17px;
				font-size: 0.9em;
				font-weight: bold;
				letter-spacing: 0.07em;
				color: #b7c0c3;
				background: transparent url(../images/projectArrow.gif) no-repeat 0px 3px;
			}
			#contents #projectList ul li a.selected {
				color: #78b6ce;
				background-image: url(../images/projectArrow_active.gif);
			}
				#contents #projectList ul li a.selected em {
					color: #485760;
				}
			#contents #projectList ul li a:hover {
				color: #78b6ce;
			}
				#contents #projectList ul li a:hover em {
					color: #485760;
				}
				#contents #projectList ul li a em {
					line-height: 17px;
					display: block;
					font-style: normal;
					font-size: 15.5px;
					font-weight: normal;
					letter-spacing: normal;
					color: #6b7a83;
				}
	#contents #projectList ul.noBorder, #contents #projectList ul li.noBorder { 
		margin-right: 0;
		border: 0; /* get rid of the extra horizontal and vertical dividers */
		background: none;
	}
	#contents #projectList ul li.empty a { 
		cursor: default;
		color: #c5c9cb;
		background-image: url(../images/projectArrow_empty.gif);
	}
		#contents #projectList ul li.empty a em { 
			color: #c5c9cb;
		}


#contents #project {
	position: relative;
}
	#contents #project #projectNav { /* Project Nav */
		position: relative;
	}
		#contents #project #prevBtn, #contents #project #nextBtn {
			display: block;
			position: absolute;
			top: 50px;
			width: 27px;
			height: 54px;
			text-indent: -9000px;
			background: #fff url(../images/workNavBtn.gif) no-repeat top left; 
		}
		#contents #project #prevBtn {
			left: -27px;
		}
		#contents #project #nextBtn {
			right: -27px;
			background-position: top right;
		}
		#contents #project #prevBtn:hover {
			background-position: center left;
		}
		#contents #project #nextBtn:hover {
			background-position: center right; 
		}
		#contents #project #prevBtn.disabled {
			cursor: default;
			background-position: bottom left;
		}
		#contents #project #nextBtn.disabled {
			cursor: default;
			background-position: bottom right; 
		}
	#contents #project #projectImage { /* Project Images */
		display: block;
		float: left;
		width: 520px;
		height: 368px;
		text-indent: -9000px;
		background: transparent url(../images/projects/talyst.jpg) no-repeat bottom left;
	}
		body.certified #contents #project #projectImage {
			background-image: url(../images/projects/certified.jpg);
		}
		body.oska #contents #project #projectImage {
			background-image: url(../images/projects/oska.jpg);
		}
		body.integral #contents #project #projectImage {
			background-image: url(../images/projects/integral.jpg);
		}
		body.surveyor #contents #project #projectImage {
			background-image: url(../images/projects/surveyor.jpg);
		}
		body.leriot #contents #project #projectImage {
			background-image: url(../images/projects/leriot.jpg);
		}
		body.experience #contents #project #projectImage {
			background-image: url(../images/projects/experience.jpg);
		}
		body.protolize #contents #project #projectImage {
			background-image: url(../images/projects/protolize.jpg);
		}
		body.energy #contents #project #projectImage {
			background-image: url(../images/projects/energy.jpg);
		}
		body.pcsi #contents #project #projectImage {
			background-image: url(../images/projects/pcsi.jpg);
		}
		body.autopharm #contents #project #projectImage {
			background-image: url(../images/projects/autopharm.jpg);
		}
		body.blog #contents #project #projectImage {
			background-image: url(../images/projects/blog.jpg);
		}
		body.party #contents #project #projectImage {
			background-image: url(../images/projects/party.jpg);
		}
		body.reel #contents #project #projectImage {
			background-image: url(../images/projects/reel.jpg);
		}
	#projectInfo {
		position: absolute;
		left: 520px;	
		width: 385px;
		height: 364px;
		background: #96c9dd url(../images/whiteBorder.gif) repeat-y top right;
		border-top: 4px solid #fff;
	}
	#projectInfo #launch {
		position: absolute;
		top: 16px;
		right: 18px;
		display: block;
		width: 88px;
		height: 31px;
		text-indent: -9000px;
		background: #c2dee9 url(../images/launchBtn.gif) no-repeat top left;
	}
		#projectInfo a#launch:hover {
			background-position: bottom left;
		}
	#projectInfo ul { 
		height: 340px;
		padding: 24px 0 0 35px;
		background: transparent url(../images/contentsBtmBG.gif) no-repeat bottom right;
	}
		#projectInfo ul li {
			padding: 3px 0 17px 0px;
			color: #485b66;
			width: 311px;
			font-size: 17px;
		}
			#projectInfo ul li h2, #projectInfo ul li h3 {
				color: #ffffff;
				font-weight: normal;
				font-size: 13.5px;
				letter-spacing: 1px;
			}
			#projectInfo ul li h2 {
				margin-bottom: 1px;
			}
			#projectInfo #pieChart {
				position: absolute;
				margin-top: -12px;
				left: 220px;
				width: 106px;
				height: 106px;
				z-index: 3;
				
			}
			#projectInfo #creativityInfo { /* hide the other solutions (creativity and technology) */
				display: none; 
			}
			#projectInfo #technologyInfo { /* hide the other solutions (creativity and technology) */
				display: none;
			}
			#projectInfo ul li h3 {
				margin: 5px 0 0 0;
				padding: 5px 0 0 16px;
				height: 20px;
				font-weight: bold;
				font-size: 12px;
				letter-spacing: 1.2px;
				background: transparent url(../images/tabBG.gif) no-repeat top left;
			}
			#projectInfo ul li ul {
				position: relative;
				width: inherit;
				height: 53px;
				padding: 10px 20px;
				line-height: 1.8em;
				font-size: 0.65em;
				letter-spacing: 1px;
				background: #63a8c8 url(../images/solutionsBG.gif) no-repeat top right;
			}
				#projectInfo ul li ul li {
					margin: 0;
					padding: 0;
					padding-left: 9px;
					width: 160px;
					color: #fff;
					font-size: 12px;
					font-style: italic;
					background: transparent url(../images/list_dot.gif) no-repeat center left;
				}
			#projectInfo ul li p {
				margin: 0;
				padding: 7px 23px 15px 23px;
				color: #d3eef8;
				font-size: 13px;
				line-height: 18px;
				background: #63a8c8 url(../images/solutionsParagraphBG.gif) no-repeat bottom left;
			}


/* ---- About Page ---- */

body.aboutPage #contents {
	position: relative;
	top: 94px;
	margin: 0 auto;
	width: 905px;
	height: 520px;
	background: #fff url(../images/aboutBG.gif) no-repeat top left;
}
	body.aboutPage #contents #intro {
		top: 45px;
		left: 160px;
	}
		body.aboutPage #contents #intro h1 {
			padding: 0;
			font-size: 3.385em;
			line-height: 0.8em;
			background: none;
			border: 0;
		}
		body.aboutPage #contents #intro p {
			margin-top: 12px;
			margin-bottom: 18px;
			line-height: 1.35em;
			font-size: 1.84em;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			color: #6b7a83;
		}
			body.aboutPage #contents #intro p strong {
				font-weight: normal;
				color: #4f606a;
			}
		body.aboutPage #contents #intro em {
			display: block;
			width: 280px;
			line-height: 1.4em;
			font-size: 1.077em;
			font-family: Helvetica, Arial, Verdana, sans-serif;
		}
		body.aboutPage #contents #intro a {
			margin-top: 16px;
			display: block;
			width: 99px;
			height: 33px;
			text-indent: -9000px;
			background: #c2dee9 url(../images/resumeBtn.gif) no-repeat top left;
		}
		body.aboutPage #contents #intro a:hover {
			background-position: bottom left;
		}
	body.aboutPage #contents #elementsContainer {
		position: absolute;
		bottom: 0;
		width: 905px;
		height: 178px;
		color: #fff;
		background: #96c9dd url(../images/contentsBtmBG.gif) no-repeat bottom left;
	}
		body.aboutPage #contents #elementsContainer h2, body.aboutPage #contents #elementsContainer ul, body.aboutPage #contents #elementsContainer p {
			margin-left: 160px;
		}
		body.aboutPage #contents #elementsContainer h2 {
			margin-top: 22px;
			font-size: 26px;
			font-weight: normal;
			letter-spacing: 1px;
			color: #fff;
		}
		body.aboutPage #contents #elementsContainer ul {
			display: inline;
			margin-top: 18px;
			margin-bottom: 7px;
			margin-left: 157px;
			float: left;
		}
			body.aboutPage #contents #elementsContainer ul li {
				margin: 0 3px;
				display: inline;
				float: left;
			}
				body.aboutPage #contents #elementsContainer ul li a {
					display: block;
					line-height: 19px;
					text-indent: -9000px;
					background: #fff url(../images/elementsTab.gif) no-repeat center center;
				}
					body.aboutPage #contents #elementsContainer ul li a#strategyTab{
						width: 81px;
						background-position: top left;
					}
					body.aboutPage #contents #elementsContainer ul li a#creativityTab {
						width: 92px;
						background-position: -81px 0px;
					}
					body.aboutPage #contents #elementsContainer ul li a#technologyTab{
						width: 102px;
						background-position: top right;
					}
					body.aboutPage #contents #elementsContainer ul li a#strategyTab:hover  {
						background-position: bottom left;
					}
					body.aboutPage #contents #elementsContainer ul li a#creativityTab:hover  {
						background-position: -81px -19px;
					}
					body.aboutPage #contents #elementsContainer ul li a#technologyTab:hover  {
						background-position: bottom right;
					}
		body.aboutPage #contents #elementsContainer p {
			margin-top: 0;
			clear: both;
			width: 415px;
			line-height: 20px;
		}
			body.aboutPage #contents #elementsContainer p#creativityDesc {
				display: none;
			}
			body.aboutPage #contents #elementsContainer #technologyDesc {
				display: none;
			}
		body.aboutPage #contents #elementsContainer #elementsPie {
			display: block;
			position: absolute;
			top: -41px;
			right: 95px;
			width: 188px;
			height: 188px;
		}


/* ---- Contact Page ---- */
	
body.contactPage #chimeWrap {
	position: absolute;
	width: 0;
	height: 0;
}	
body.contactPage #formWrap {
	position: relative;
	width: 520px;
	height:520px;
	background: #fff url(../images/contactBG.gif) no-repeat top left;
}
	body.contactPage #formWrap #overlayLeft { /* overlay left corners */
		z-index: 200;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 38px;
		height: 520px;
		background: transparent url(../images/overlayLeft.gif) no-repeat top left;
	}
	body.contactPage #formWrap #formStatus { /* overlay when sending email */
		z-index: 100;
		position: absolute;
		top: 0;
		left: 0;
		width: 512px;
		height:512px;
		text-align: center;
		color: #fff;
		border: 4px solid #fff;
	}
		body.contactPage #formWrap #formStatus #formOverlay { /* overlay */
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 512px;
			height:512px;
			text-align: center;
			background: #6b7a83;
			filter:alpha(opacity=80);
			-moz-opacity: 0.80;
			opacity: 0.80;
		}
		body.contactPage #formWrap #formStatus p { /* loading */
			position: absolute;
			top: 174px;
			left: 218px;
			width: 86px;
			height: 74px;
			text-indent: -9000px;
			background: transparent url(../images/emailLoading.gif) no-repeat center center;
		}
		body.contactPage #formWrap #formStatus a#confirm { /* sent confirm - also close button */
			z-index: 102;
			position: absolute;
			top: 176px;
			left: 191px;
			display: block;
			margin: auto;
			text-align: center;
			width: 134px;
			height: 170px;
			text-indent: -9000px;
			background: transparent url(../images/emailConfirm.gif) no-repeat center center;
		}
	body.contactPage #formWrap h1, body.contactPage #formWrap em, body.contactPage #formWrap form  {
		margin: 0 40px;
	}
	body.contactPage #formWrap h1 {
		margin: 0 0 0 36px;
		padding: 0;
		padding-top: 40px;
		padding-bottom: 10px;
		font-size: 38px;
		font-weight: normal;
	}
	body.contactPage #formWrap em {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 50px;
	}
	body.contactPage #formWrap #contactForm {
		display: block;
		clear: both;
	}
		body.contactPage #formWrap #contactForm p {
			margin: 16px 0;
			line-height: 1.6em;
		}
			body.contactPage #formWrap #contactForm p em { 
				display: inline;
				position: relative;
				left: 0;
				margin: 0;
				padding: 1px 1px 1px 16px;
				line-height: 18px;
				font-size: 12px;
				color: #fa5800;
			}
			body.contactPage #formWrap #contactForm p em.error { /* error messages */
				color: #fa5800;
				background: transparent url(../images/x.gif) no-repeat center left;
			}
			body.contactPage #formWrap #contactForm p em.good { /* error messages */
				color: #96c9dd;
				background: transparent url(../images/o.gif) no-repeat center left;
			}
body.contactPage #contactInfo {
	position: absolute;
	top: 0;
	left: 520px;
	width: 385px;
	height:520px;
	font-size: 1.231em;
	text-align: center;
	color: #fff;
	background: #fff url(../images/contactInfoBG.gif) no-repeat top right;
}
	body.contactPage #contactInfo p, body.contactPage #contactInfo blockquote  {
		margin-left: 30px;
		margin-right: 30px;
	}
	body.contactPage #contactInfo p {
		margin-top: 56px;
		padding-bottom: 34px;
		border-bottom: 1px solid #fff;
	}
		body.contactPage #contactInfo p span {
			margin: 15px auto;
			display: block;
			width: 36px;
			line-height: 36px;
			font-style: italic;
			font-weight: bold;
			font-size: 13px;
			background: transparent url(../images/orBG.gif) no-repeat center center;
		}
		body.contactPage #contactInfo p a {
			padding: 5px 6px;
			width: 155px;
			height: 22px;
			font-size: 13px;
			background: transparent url(../images/emailBG.gif) no-repeat center center;
		}
	body.contactPage #contactInfo blockquote {
		position: absolute;
		top: 290px;
		left: 0;
		width: 160px;
		height: 182px;
		text-indent: -9000px;
		background: transparent url(../images/quote.gif) no-repeat center center;
	}
			
			
/* ----- HTML ----- */
h1, h2 {
	margin: 0;
	padding: 0;
	color: #96c9dd;
}
h1, h2, h3, h4, em { /* display interstate if user has it */
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #608697;
	text-decoration: none;
}
a:hover, a:active {
	color: #506975;
}
img {
	border: none;
}


/* ----- form ----- */
input, textarea {
	font-size: 110%;
	padding: 5px 6px;
	border: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
label {
	margin-left: 2px;
	margin-right: 6px;
	font-size: 16px;
	color: #696f71;
}
textarea {
	height: 100px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.txt {
	width: 424px;
	color: #696f71;
	border: none;
	background: #fff;
	border: 3px solid #c1c7ca;
}
#sendBtn {
	margin: 0;
	padding: 0;
}
.inputHighlighted {  /* Highlighting style */
	width: 296px;
	color: #fff;
  	background-color:#6f8b9b;
}

/* ---- class -----*/
.clear {
	clear: both;
}

/* ---- sticky footer -----*/

html, body {
	height: 100%; /* needed for container min-height */
}
#wrapper {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
#push {
	clear: both;
	display: block;
	height: 200px; /* control the gap between content and footer */
}
#footer {
	font-size: 12px;
	position: absolute;
	bottom: 0; /* stick to bottom */
}
	#footer p {
		position: relative;
		width: 880px;
		margin: 11px auto;
	}
		#footer p span {
			position: absolute;
			right: 0;
		}
			#footer p span a {
				margin: -1px 0 0 10px;
				display: block;
				float: left;
				height: 19px;
				text-indent: -9000px;
				color: #8fa0ab;
			}
				#footer p span a#emailIcon {
					width: 54px;
					background: transparent url(../images/email.gif) no-repeat top left;
				}
				#footer p span a#vcardIcon {
					width: 54px;
					background: transparent url(../images/vcard.gif) no-repeat top left;
				}	
					#footer p span a#emailIcon:hover, #footer p span a#vcardIcon:hover {
						background-position: bottom left;
					}

