
@charset "UTF-8";

	
.header {
	height: 80px;
	clear: both;
}
		

#navbar {
/*	height: 85px; wms shortened this */
	height: 40px;
	background-repeat: repeat-x;
}

#primary_nav {
	height: 40px;
	border-top: 0;
/*	background: url(/img/goodideas.png) 740px 14px no-repeat; */
}

.mainCopy {
	margin-top: 40px;
}


#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #464648;
	margin-top: 40px;
	height: 60px;
}
	
	
#links {
	height: 40px;
	padding-left: 80px;
}


#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 80px;
	background-position: 15px 5px;
}


#ideas {
	float:right;
	margin-top: 14px;
}
	
#list {
	z-index: 1000 !important;
	position: fixed;
	top: 160px;
	margin-left: 772px;
}

#list img {
	width: 88px;
	height: 22px; 
}

#list img:hover {
	cursor: pointer;
}

.list-menu {
	width: 82px;
	margin-top: -10px;
	padding: 10px 2px 4px 2px;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 200;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.list-menu li {
	font: 10px Georgia, "Times New Roman", Times, serif;
	margin: 0 2px 0 2px; 
	padding: 2px 0 4px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.list-menu li:last-child {
	border: 0;
}

.list-menu li:hover {
	color: orange;
	cursor: pointer;
}

#leftside , #rightside {
/*	margin-top: 160px; */
/*	margin-top: 50px; */
	padding: 110px 10px 200px 10px;
	cursor: pointer;
	}

#leftside p , #rightside p {
	color: #464648;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 2.0em;
}

#leftside p {
	text-align: left;
}

#rightside p {
	text-align: right;
}


img.icon {
	padding-top: 3px;
	vertical-align: top;

 }

.case-study ,
.trophy {
color: #464648;
margin-right: 20px;
text-decoration: none;
}

.case-study:hover ,
.trophy:hover {
color: #EE891D;
}

#mediumPic {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 42px; 
}


#smallPicLeft{
	float: left;
	margin-right: 10px;
	margin-left: 10px;

}

#smallPicRight{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

#largePic {
	margin-right: 10px;
	margin-left: 10px;
}