body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:1000px;
	margin:0 auto;
	text-align:center;
}

#home-header {
	width:1000px;
	height:174px;
	background:url(../images/home/home-header.jpg);
	text-align:left;
}

#home-flash {
	margin-left:565px;
	width:217px;
	height:133px;
}

#home-nav {
	margin-left:681px;
}

#home-slideshow {
	margin-left:150px;
	margin-top:20px;
	width:701px;
	height:361px;
	text-align:left;
}

#header {
	width:1000px;
	height:145px;
	background:url(../images/header.jpg) bottom no-repeat;
}

#logo {
	float:left;
	padding-left:100px;
	padding-top:66px;
}

#flash {
	float:left;
	padding-left:10px;
	width:217px;
	height:133px;
	padding-top:0;
	margin-top:0;
}

#nav {
	float:left;
	width:100px;
	height:400px;
	text-align:left;
}

#about-subnav {
	float:left;
	width:74px;
	color:#525151;
	font-size:11px;
	text-align:left;
}

#about-subnav p.top {
	margin-top:0;
	padding-top:0;
}

#about {
	float:left;
	width:775px;
	height:444px;
	background:url(../images/about-bg.jpg);
	text-align:left;
}

#about p {
	margin-left:36px;
	width:460px;
	color:#fff;
	line-height:1.5em;
}

#about p.top {
	margin-top:22px;
}

#about p.capabilities {
	margin-top:60px;
}

#meetelisa p.top {
	margin-top:22px;
}

#community p.top {
	margin-top:22px;
}

.captable {
	margin-left:36px;
}

#about td {
	width:148px;
	color:#fff;
	line-height:1.5em;
}

#meetelisa {
	float:left;
	width:775px;
	height:444px;
	background:url(../images/about-elisa-bg.jpg);
	text-align:left;
}

#meetelisa p {
	margin-left:36px;
	width:398px;
	color:#fff;
	font-size:13px;
	line-height:1.5em;
}

#meetelisa p.top {
	margin-top:22px;
}

#community {
	float:left;
	width:775px;
	height:444px;
	background:url(../images/about-community-bg.jpg);
	text-align:left;
}

#community p {
	margin-left:36px;
	width:405px;
	color:#fff;
	font-size:13px;
	line-height:1.5em;
}

#community p.top {
	margin-top:22px;
}

#community p.membership {
	margin-top:40px;
}

#work-subnav {
	float:left;
	width:183px;
	color:#525151;
	font-size:11px;
	text-align:left;
}

#work-subnav p {
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
}

#work {
	float:left;
	width:670px;
	height:470px;
	text-align:left;
	font-size:10px;
}

#work p {
	padding:0;
	margin:0 0 5px 10px;
	color:#525151;
}

#contact {
	float:left;
	width:849px;
	height:444px;
	background:url(../images/contact-bg.jpg);
	text-align:left;
}

#contact p {
	margin-left:17px;
	width:230px;
	color:#fff;
	line-height:1.5em;
}

#contact p.top {
	margin-top:20px;
}

#footer {
	clear:both;
	padding-top:80px;
	text-align:center;
	color:#494948;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.copyright {
	text-align:center;
	font-size:10px;
}








.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}








#about-subnav a {
	text-decoration:none;
	color:#525151;
}

#about-subnav a:hover {
	color:#dc129c;
}

#community a {
	color:#fff;
}

#meetelisa a {
	color:#fff;
}


#work-subnav a {
	text-decoration:none;
	color:#525151;
}

#work-subnav a:hover {
	color:#dc129c;
}

#work-subnav a.activelink {
	color:#dc129c !important;
}


#work a {
	color:#525151;
}

#contact a {
	color:#fff;
}

#footer a {
	text-decoration:none;
	color:#494948;
}

#footer a:hover {
	text-decoration:underline;
}

a img {
	border:none;
	text-decoration:none;
}




/* FEATURED CONTENT GLIDER */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 666px;
height: 450px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 666px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
padding:0;
margin:0 20px 5px 0;
float:right;
text-align: right; /*How to align pagination links: "left", "center", or "right" */
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:url(../images/work/work-dot-over.jpg) !important;
color: black;
}

.glidecontenttoggler a:hover{
background:url(../images/work/work-dot-over.jpg);
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
width:15px;
height:12px;
background:url(../images/work/work-dot.jpg);
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: white;
}