/* CSS Document */

/*copyright lynda.com 2012
feel free to use these styles as you wish
attribution would be nice, but not required
*/

/* roux academy color palette
#FBAE2C     rgb(251, 174, 44)  ORANGE
#B683BA      rgb(182, 131, 186)  LIGHT LAVENDER
#A858A3    rgb(168, 88, 163)  DARK LAVENDER
#0263AE    rgb(173, 169, 130)  DARK TAN
#D8D5BC   rgb(2, 99, 174)  DARK BLUE
#F9E482   rgb(249, 228, 130)  LIGHT YELLOW
#BFBFBF rgb(191, 191, 191) LIGHT GRAY
#414042    rgb(65, 64, 66)  DARK GRAY
*/
/*Font declarations*/
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Regular-webfont.eot');
    src: url('../_fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Italic-webfont.eot');
    src: url('../_fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Italic-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Italic-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Bitter';
    src: url('../_fonts/Bitter-Bold-webfont.eot');
    src: url('../_fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Bitter-Bold-webfont.woff') format('woff'),
         url('../_fonts/Bitter-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('../_fonts/DroidSans-webfont.eot');
    src: url('../_fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/DroidSans-webfont.woff') format('woff'),
         url('../_fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../_fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DroidSans';
    src: url('../_fonts/DroidSans-Bold-webfont.eot');
    src: url('../_fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../_fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0 0 0 0px;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: medium;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
html {
	background: #414140;
}
body {
	font: 100% DroidSans, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: white;
}
article {
	clear: both;
	margin-bottom: 3px;
}
a.one:link {
	color: white;
	text-decoration: none;
}
a.two:link {
	color: #172AE3;
	text-decoration: underline;
}
a.three:link {
	color:#919592;
	text-decoration: underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	}
a.three:visited {
	color:#b27e93;
}
a.four:link {
	color:#103CEA;
	text-decoration: underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
a.one:hover {
	background: url(../_images/diag_pattern.png);
}

a.two:hover {
	color: #EE0FEA;
}

a.three:hover {
	color:#3EE7F4;
}
a.four:hover {
	color:#3EE7F4;
}
p {
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* Global classes */

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
. f {
    zoom:1;
}
.cr {
	clear: right;
}
.cl {
	clear: left;
}
.cb {
	clear: both;
}
.nrm {
	margin-right: 0;
}
.orange {
	text-transform: uppercase;
	color: #FBAE2C;
	font-weight: bold;
}
.blue {
	text-transform: uppercase;
	color: #0263AE;
	font-weight: bold;
}
.lavender {
	text-transform: uppercase;
	color: #A858A3;
	font-weight: bold;
}
.more {
	display: block;
}
/*layout styles*/ 
body {
	width: 960px;
	position: relative;
	margin: 0 auto;
	word-spacing: normal;
}
article#mainContent {
	float: left;
	background: white;
	width: 607px;
	margin-top: 3px;
	padding: 16px;
}
article#spotlight {
	margin-bottom: 0;
}
aside {
	float: right;
	width: 318px;
}
footer {
	clear: both;
}

/*Header styles*/
.pageHeader h1{
	width: 155px;
	height: 83px;
	text-indent: -9000em;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-color: white;
	z-index: 5;
	margin: 0;
	border-right: medium solid #566C11;
	border-bottom: medium solid #566C11;
	background-image: url(../_images/ideal-logo.png);
	background-position: center 10px;
}
.pageHeader h1:hover {
	background-image: url(../_images/ideal-logo-2.png);
}
.pageHeader h1 a {
	display: block;
	width: 155px;
	height: 85px;
	margin: 0;
}

/*Nav styles*/
	ul#navmenu, ul.sub1, ul.sub2 {
	list-style-type: none;
	font-size: 12px;
	padding-left: 115px;
	}
	
	ul#navmenu li {
	width: 115px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 0px;
	}
	
	ul#navmenu .sub1 li {
	text-align: left;
	text-indent: 2px;
	}
	
	ul#navmenu a {
	text-decoration: none;
	color: white;
	display: block;
	width: 115px;
	height: 45px;
	line-height: 45px;
	background-color: #566C11;
	}
	
	ul#navmenu .sub1 a {
		margin-top: 0px;
	}
	
	ul#navmenu .sub2 a {
		margin-left: 0px;
	}
	
	ul#navmenu li:hover > a {
	background-color: #AABA80;
	color: #16EAE4;
	}
	
	ul#navmenu li:hover a:hover {
		background-color: #2D4A00;
	}
	
	ul#navmenu ul.sub1 {
		display: none;
		position: absolute;
		top: 26 px;
		left: -155px;
	}
	
	ul#navmenu ul.sub2 {
		display: none;
		position: absolute;
		top: 0px;
		left: -40px;
	}
	
	ul#navmenu li:hover .sub1 {
		display: block;
	}
		
	ul#navmenu .sub1 li:hover .sub2 {
		display: block;
	}
	
	.darrow {
		font-size: 11px;
		color: white;
		position: absolute;
		top: 16px;
		right: 18px;
	}
	
	.rarrow {
		font-size: 11px;
		color: white;
		position: absolute;
		top: 15px;
		right: 4px;
	}
	
	.pageHeader nav {
	background: #566C11;
	height: 45px;
	width: 800px;
	position: relative;
	top: 0px;
	list-style: outside;
	float: left;
	left: 155px;
}

.pageHeader ul {
	list-style: none;
	margin-left: 40px;
}
.pageHeader li {
	float: left;
	margin-right: 70px;
}
.pageHeader a {
	text-decoration: none;
	line-height: 15px;
	font-size: 12px;
}
.pageHeader a:hover {
	color: #3EE7E8;
	background: none;
}

/*page-specific header styles*/
.homeHeader {
	height: 280px;
	background-repeat: no-repeat;
	background-color: white;
}
.programHeader {
	height: 192px;
	background: url(../_images/design.jpg) no-repeat;
}
.aboutHeader {
	height: 192px;
	background: url(../_images/accent2.jpg) no-repeat;
}
.graphicHeader {
	height: 192px;
	background: url(../_images/accent3.jpg);
}
.requestHeader {
	height: 192px;
	background: url(../_images/accent1.jpg) no-repeat;
}
.errorHeader {
	height: 192px;
	background: url(../_images/accent4.jpg) no-repeat;
}
section.info {
	width: 318px;
	margin: 3px 3px 0 0;
	float: left;
	background: white;
	overflow-x: visible;
}
p.branding {
	background: #231F20;
	text-align: right;
	margin-top: 47px;
	width: 170px;
	padding: 1.2em 1em;
	color: white;
	float: right;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.27em;
	line-height: 1.6;
	margin-right: 30px;
	margin-bottom: 30px;
}
p.branding a {
	color: #F9E482;
	line-height: normal;
	text-transform: capitalize;
}
p.title {
	background: white;
	margin: 70px 30px 30px 80px;
	width: 100px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	color: #919592;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
p.title_smaller {
	background: white;
	margin: 100px 30px 30px 80px;
	width: 100px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	color: #919592;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
p.title_smallest {
	background: white;
	margin: 70px 30px 30px 80px;
	width: 100px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	color: #919592;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
p.title_product1 {
	margin: 70px 30px 10px 40px;
	width: 200px;
	color: #566C11;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

p.title_product1b {
	margin: 70px 30px 10px 40px;
	width: 250px;
	color: #566C11;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
p.title_product1c {
	margin: 70px 30px 10px 40px;
	width: 210px;
	color: #566C11;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
p.mainimage2 {
	float: left;
	margin-left: -240px;
	margin-top: 80px;
	padding-top:10px;
}
p.mainimage2b {
	float: left;
	margin-left: -235px;
	margin-top: 80px;
	padding-top:10px;
}
p.mainimage2c {
	float: left;
	margin-left: -245px;
	margin-top: 80px;
	padding-top:10px;
}
p.mainimage3 {
	float: left;
	margin-left: -130px;
	margin-top: 80px;
	padding-top:10px;
}
p.mainimage3b {
	float: left;
	margin-left: -115px;
	margin-top: 80px;
	padding-top:10px;
}
p.mainimage4 {
	float: left;
	margin-left: -10px;
	margin-top: 82px;
	padding-top:10px;
}
p.mainimage4b {
	float: left;
	margin-left: 5px;
	margin-top: 82px;
	padding-top:10px;
}
p.mainimage4c {
	float: left;
	margin-left: -5px;
	margin-top: 82px;
	padding-top:10px;
}
p.mainimage5 {
	float: left;
	margin-left: 15px;
	margin-top: 82px;
	padding-top:10px;
}
p.mainimage6 {
	float: left;
	margin-left: 15px;
	margin-top: 82px;
	padding-top:10px;
}
p.label_one {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -550px;
	margin-top: 190px;
	padding-top: 0px;
}
p.label_oneb {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -565px;
	margin-top: 190px;
	padding-top: 0px;
}
p.label_onec {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -560px;
	margin-top: 190px;
	padding-top: 0px;
}
p.label_two {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -428px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_twob {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -445px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_three {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -308px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_threeb {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -320px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_threec {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -328px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_four {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -194px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_fourb {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -204px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_fourc {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -212px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_five {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -74px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_fiveb {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -87px;
	margin-top: 190px;
	padding-top:0px;
}
p.label_fivec {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	margin-left: -97px;
	margin-top: 190px;
	padding-top:0px;
}
p.scrubber_1 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: -548px;
	margin-top: 210px;
	clear: none;
	float: left;
	padding-top: 5px;
}
/*info section styles*/

section.form {
	background-color: white;
	width: 306px;
	margin-top: 3px;
	padding-left: 12px;
	margin-left: 642px;
	padding-top: 12px;
}
section.info h2 {
	color: white;
	line-height: 45px;
	padding-left: 1.5em;
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 100;
}
section.info img {
	display: block;
	margin: 0 auto 2em;
}
section.info p, section.info ul {
	margin: 0 1.2em 1em;
	list-style: none;
}
section.info li {
	margin-bottom: .8em;
	font-size: .9em;
}
section.info li a {
	display: block;
}
section.info .date {
	font-weight: bold;
	color: white;
	display: block;
}
section.info ul {
	margin-top: 16px;
}
/*collapsible  containers*/
section.condense {
	max-height: 257px;
	overflow: hidden;
	position: relative;
	-webkit-transition: max-height 0.75s ease 0s;
	-moz-transition: max-height 0.75s ease 0s;
	-ms-transition: max-height 0.75s ease 0s;
	-o-transition: max-height 0.75s ease 0s;
	transition: max-height 0.75s ease 0s;
}
section.condense:hover {
	max-height: 999px;
}
section.condense:after {
	content: " ";
	background: url(../_images/hover.png) no-repeat right top;
	width: 30px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
}
section.condense:hover:after {
	background-position: right bottom;
}
/*specific container styles*/
section.spotlight {
	background: #566C11;
}
section.show {
	background: #566C11;
}
section.events {
	background: #566C11;
	margin-right: 0;
}
section.alumni, section.academic {
	background: #FBAE2C;
	margin-right: 0;
}
section.connect {
	background: #9858A3;
	margin-right: 0;
}
.connect ul {
	list-style: none;
	margin: 0;
}
section.connect li {
	float: left;
	margin: 16px 0;
	margin-right: 32px;
}
.connect li a{
	display: block;
	width: 45px;
	height: 45px;
	text-indent: -999em;
	background: url(../_images/social_sprite.png) no-repeat;
}
.connect li:last-child  {
	margin-right: 0;
}
.connect a.twitter {
	background-position: left top;
}
.connect a.twitter:hover {
	background-position: left bottom;
}
.connect a.google {
	background-position: -45px 0px;
}
.connect a.google:hover {
	background-position: -45px -45px;
}
.connect a.facebook {
	background-position: -90%
%;
	background-position: -90px 0px;
}
.connect a.facebook:hover {
	background-position: -90px -45px;
}
.connect a.linked {
	background-position: right top;
}
.connect a.linked:hover {
	background-position: right bottom;
}
section.find {
	background: #0263AE;
	margin-right: 0;
}
section.find a:hover {
	color: #FBAE2C;
}
/*main article styles*/
article h1 {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.8em;
	color: #9858A3;
	margin-bottom: .5em;
}
article h2 {
	font-family: Bitter, Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #566C11;
	margin-bottom: .5em;
	clear: both;
	font-weight: bold;
}
article h3 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: #FBAE2C;
	font-weight: bold;
	margin-bottom: 0;
}
article a {
	color: #0263AE;
}
article a:hover {
	color: #FBAE2C;
}
article .more {
	color: #0263AE;
	text-align: right;
	font-weight: bold;
}
article a.more:hover {
	color: #FBAE2C;
	background: none;
}
#mapCanvas {
	border: 2px solid #414140;
	margin-bottom: 2em;
}
.address {
	float: right;
}
ul.links {
	list-style: none;
	margin: 0;
	padding 0;
}
ul.links li {
	margin-bottom: 1em;
}
/*table styles*/
article table {
	width: 100%;
	margin-bottom: 1em;
	background: #FBAE2C;
	border-collapse: collapse;
	border: 3px solid white;
}
article th {
	background: #414140;
	color: white;
	padding: .6em 1em .3em;
	text-align: left;
	border-bottom: 3px solid white;
}
article caption {
	opacity: 0;
	margin:0;
	height: 0;
}
article th:first-child {
	width: 75%;
}
article th, article td {
	vertical-align: middle;
}
article tr:nth-child(even) {
	background: #F9E482;
}
article td {
	padding: .4em 1em;
	border-left: 3px solid white;
}
article td:nth-child(even) {
	font-weight: bold;
	text-align: center;
}
/*spotlight gallery styles */
img.student {
	display: block;
	float: right;
}
div.student {
	background: white;
	width: 670px;
	height: 125px;
	padding: 65px 32px 0 0;
	text-align: right;
	margin-bottom: 3px;
}
div.student h1 {
	margin-bottom: .2em;
}
div.student p {
	color: #BFBFBF;
	text-transform: uppercase;
	font-size: 1.5em;
}
.content2 {
	width: 652px;
	height: 450px;
	background-color: white;
}

#content {
	width: 642px;
	background-color: white;
}

.mainpoint{
	margin-left: 40px;
	width: 540px;
	height: 20px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	color: #566C11;
	background-color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.mainpointb{
	margin-left: 40px;
	width: 540px;
	height: 20px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	color: #566C11;
	background-color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.mainpoint2{
	margin-left: 40px;
	margin-top: 160px;
	width: 540px;
	height: 20px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	color: #566C11;
	background-color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.spacer3{
	margin-left:642px;
	margin-top:-20px;
	background-color:white;
	padding-top:-20px;
	height:20px;
	width:318px;
}

.maintext{
	margin-left: 30px;
	width: 600px;
	height: 100%;
	padding-left: 10px;
	padding-top: 10px;
	color: #919592;
	background-color: #ECECEC;
	font-family: 100% DroidSans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
}
.buffer1 {
	float: left;
	margin-left: 30px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer1b {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer2 {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer2b {
	float: left;
	margin-left: 25px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer3 {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer3b {
	float: left;
	margin-left: 37px;
	margin-top: 0px;
	padding-top:10px;
}
.buffer4 {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	padding-top:10px;
}

.buffer5 {
	float: left;
	margin-left: 18px;
	margin-top: 0px;
	padding-top:10px;
}
.label_product1 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 40px;
	line-height: 15px;
}
.label_product1b {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 50px;
	line-height: 15px;
}
.label_product2 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 27px;
	line-height: 15px;
}
.label_product2b {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 45px;
	line-height: 15px;
}
.label_product3 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 41px;
	line-height: 15px;
}
.label_product3b {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 28px;
	line-height: 15px;
}
.label_product4 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 34px;
	line-height: 15px;
}
.label_product4b {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 25px;
	line-height: 15px;
}
.label_product5 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 34px;
	line-height: 15px;
}
.label_product5b {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 25px;
	line-height: 15px;
}
.label_product5c {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-left: 15px;
	line-height: 15px;
}

.spacer {
	margin-left:643px;
	background-color:white;
	height:150px;
}
.spacer2 {
	background-color:white;
	height:15px;
	width:642px;
}

ul#bullet{
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #566C11;
}

.bottomimage {
	width: 600px;
	height: 24px;
	margin-left: 30px;
}

.bottomspacer {
	height: 98px;
	background-image: url(../_images/bottom-image.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 30px;
}

#wrap{
	width: 920px;
}

.leftfooter {
	width: 251px;
	height: 74px;
	float: left;
	background-color: #919592;
}
.middlefooter {
	width: 410px;
	height: 74px;
	float: left;
	text-align: left;
	padding-top: 26px;
	padding-left: 50px;
	color: white;
	font-family: Bitter, Georgia, "Times New Roman", serif;
	font-size: 10px;
	word-spacing: 10px;
}
.middlefooter a:hover {
	color: #3EE7E8;
}
.rightfooter {
	width: 201px;
	height: 74px;
	float: left;
	text-align: right;
	color: white;
	font-family: Bitter, Georgia, "Times New Roman", serif;
	font-size: 10px;
	padding-top: 10px;
	background-color: #919592;
}
div.artwork {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #787878;
	padding: 12px 12px 0 12px;
}
div.nrm {
	margin-right: 0;
}
div.artwork img {
	display: block;
	margin: 0;
	padding: 0;
}
div.artwork p {
	line-height: 32px;
	background: url(../_images/diag_pattern.png);
	color: white;
	font-size: .8em;
	text-align: right;
	padding: 0;
	margin:0;
}
p.statement {
	background: #FBAE2C;
	color: white;
	width: 475px;
	height: 175px;
	margin: 0;
	float: left;
	padding: 16px;
	font-size: .9em;
	line-height: 1.7;
}
p.quote {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-size: 1.58em;
	line-height: 1.6;
	padding: 16px;
	background: white;
	float: left;
	width: 285px;
	height: 368px;
	text-align: center;
	margin-bottom: 0;
	color: #787878;
}
/*form styles*/
fieldset {
	border: none;
	border-bottom: 1px solid #0263AE;
	margin-bottom: 1em;
	width: 486px;
}
fieldset:last-child {
	border: none;
}
legend {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #FBAE2C;
}
form {
	margin-bottom: 1em;
}
form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
form li {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-size: .9em;
}
.study li {
	margin-bottom: 2em;
}
li.group {
	margin-bottom: 0;
	font-weight: bold;
	font-size: .8em;
}
label.text {
	display: block;
}
input[type="text"], input[type="email"], input[type="search"],textarea, select {
	border: none;
	background: #FBE482;
	width: 318px;
	padding: .5em;
	font-size: 1em;
}
textarea {
	height: 128px;
}
input:focus, textarea:focus {
	border: 2px solid #9858A3;
}
input[type="submit"] {
	background: #0263AE;
	color: white;
	padding: .2em .4em;
	border: none;
	font-size: 1em;
	cursor: pointer;
}
select {
	width: 328px;
}
select[multiple]{
	height: 162px;
}
/*footer styles	*/
footer#pageFooter {
	background: #919592;
	color: #414140;
	padding: 20px 0 16px;
	width:960px;
}
footer h3 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	margin-bottom: 1em;
}
footer p {
	font-size: .7em;
	text-align: center;
	clear: both;
}
footer p a{
	color: #414140;
	text-decoration: underline;
}
footer ul a{
	color: #414140;
}
footer a:hover {
	color: white;
}
footer .col {
	float: left;
	width: 286px;
	margin-bottom: 1em;
	padding-left: 32px;
}
footer .col:last-child {
	border: none;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .6em;
}
footer li {
	margin-bottom: 1em;
}
footer .col1 {
	float: left;
	width: 130px;
}
footer .col2 {
	float: right;
	width: 130px;
}
#pageFooter .footerNav #wrap .middlefooter a {
}
.leftfooter img:hover {
	background-color: #a7aaa8;
}
