/* common.css */

@import url("map_locations.css");

body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
  color: #767561;
	font-family: arial, helvetica, sans-serif;
  background: #fff;
}

p {
	margin: 0 0 1em 0;
}

img {
	display: block;
}

a img { 
	border: 0;
}

a:focus {
  border: 0;
  outline: 0;
}

embed,
object {
	display: block;
}

form {
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.wrapper {
	margin: 0 auto;
	width: 909px;
}

.article .article-image:after,
.cnf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* header */

.logo {
	margin: 36px 0 26px 286px;
}

/* banners */
.banner {
	position: relative;
}

.bannerText {
	color: #767561;
	width: 443px;
  margin: 0 0 30px;
  float: left;
}

.bannerText h1 {
	font-size: 2.3em;
	margin-bottom: 3px;
  color: #bdb001;
  font-weight: normal;
}

.bannerText a {
  color: #bdb001;
}

.bannerText .header {
	border-bottom: 1px solid #e8e398;
  padding: 0 0 2px 0;
  margin: 0 0 12px 0;
}

.row {
  overflow: hidden;
}

#homeheader {
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
}

#homeheader h1 {
  float: left;
}

#homepage .accessibility,
#homepage .addthis_toolbox {
  margin: 2px 0 0 0;
}

#blog .addthis_toolbox {
  position: absolute;
  right: 55px;
  top: 3px;
  margin: 3px 0 0 0;
}

.addthis_toolbox {
  position: absolute;
  right: 35px;
  top: 6px;
}

.subBanner {
	position: relative;
}

#bannerImage {
  position: absolute;
  top: 0;
  left: 218px;
}

	#bannerImage img {
		float: right;
	}
	
	.subNavigation {
		background: url("../images/bg_sub_nav.gif") no-repeat top left;
		width: 218px;
		height: 170px;
		position: relative;
    z-index: 1;
	}

#products #bannerImage {
  float: right;
  width: 691px;
}

#promotional-container {
  margin: -10px 0 30px;
}

/* content */

#content {
	padding-top: 39px;
	background: url("../images/bg_content.gif") no-repeat top left;
}

#homepage #content {
	padding: 0;
	background: none;
}

/*#products #content {
	background-image: url("../images/bg_content_products.gif");
}*/

#lbContent #content {
  background: none;
  padding: 0;
  margin: 22px;
  margin-bottom: 0;
}

.crossPromotional {
	float: left;
	width: 220px;
}

.contentHolder {
	float: right;
	width: 666px;
	margin-right: 6px;
}

#homepage .contentHolder {
  float: none;
  width: 100%;
  margin: 0;
}

.sectionHeading {
	border-bottom: 1px solid #e8e398;
	margin-bottom: 23px;
	padding-bottom: 5px;
	position: relative;
}

	.sectionHeading h1 {
		color: #d0c208;
		font-size: 2em;
	}

	.accessibility {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 6px;
		right: 0px;
	}
	
		.accessibility li {
			margin: 0;
			margin-left: 5px;
			padding: 0;
			float: left;
		}

.sectionSubHeading {
	margin: 15px 0;
	margin-bottom: 11px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e398;
}

#products .sectionSubHeading {
	border: 0;
	margin-bottom: 18px;
	padding-bottom: 0;
}

	.sectionSubHeading h2 {
		font-size: 1.6em;
		color: #d0c208;
	}
	
.productSelector {
	margin: 0;
	margin-bottom: 18px;
	padding: 0;
	list-style-type: none;
}

	.productSelector li {
		margin: 0;
		padding: 0;
		float: left;
	}

	.productSelector .middle {
		margin: 0 12px;
	}

.productFilter {
	margin: 0;
	margin-right: 3px;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
}

	.productFilter li {
		margin: 0;
		padding: 0;
	}

	.productFilter .filterLabel {
		float: left;
	}

	.productFilter .filterOption {
		float: right;
		width: 105px;
		margin-left: 5px;
	}

		.productFilter .filterOption select {
			width: 100%;
			border: 1px solid #e5e5e5;
		}

.productFilter .filterButton {
  float: right;
  width: 78px;
  margin-left: 5px;
}

/* product listing */

.products {
	margin: 0;
	padding: 0;
	list-style-type: none;
  width: 666px;
  margin-bottom: 5px;
}

	.products li {
		margin: 0;
		margin-right: 2px;
    margin-bottom: 5px;
		padding: 0;
		float: left;
	}

.products .first {
  clear: left;
}
	
	.products .last {
		margin: 0;
	}
	
		.products a {
			color: #767561;
			display: block;
			padding: 4px;
			width: 157px;
			text-decoration: none;
		}
	
		.products .imageContainer img {
			border: 1px solid #f2efb8;
		}
		
		.products a:hover {
			background: #fcfcf2;
		}
	
		.products span {
			display: block;
		}
	
		.products .productTitle {
			padding: 7px 0;
			font-weight: bold;
			border-bottom: 1px solid #f2efb8;
		}
		
		.products .productDetails {
			padding: 7px 0;
		}
	
/* pagination */

.pagination {
	position: relative;
}

	.pagination p {
		width: 100%;
		text-align: center;
	}
	
	.pagination .prev,
	.pagination .next {
		position: absolute;
		top: -3px;
	}
	
	.pagination a {
		font-weight: bold;
		color: #767561;
		text-decoration: none;
    padding: 0 2px;
	}
	
	.pagination .current {
		color: #c8bb00;
		text-decoration: underline;
	}
	
	.pagination a:hover {
		color: #c8bb00;
	}
	
	.pagination .prev {
		left: 25%;
	}
	
	.pagination .next {
		right: 25%;
	}

/* autopublish-content */

.autopublish-content {
	margin-right: 40px;
}

.autopublish-content.store {
   margin: 0;
}

	.autopublish-content .article {
		
	}

    .autopublish-content a {
      color: #767561;
    }

    .autopublish-content a:hover {
      color: #d0c208;
    }
	
		.article-content {
			float: left;
			width: 460px;
		}

.article-content h1,
.article-content h2 {
  font-size: 1.4em;
  color: #d0c208;
  margin-bottom: 1em;
}

.article-content.survey h1,
.article-content.survey h2 {
  margin-bottom: 0;
 }

.article-content h2 {
  font-size: 1.2em;
}

.store .article-content {
  width: 400px;
}

.article-content .highlighted {
  color: #d0c208;
  font-weight: bold;
}

.article-content blockquote {
  padding: 0;
  padding-left: 2em;
  margin-left: 0;
  border-left: 3px solid #d0c208;
}
		
		.article-content.wide {
			width: 100%;
		}
		
		.article-image-container {
			float: right;
      }

    .article-image {
			min-width: 106px;
      border: 1px solid #eaeaea;
      padding-bottom: 17px;
      position: relative;
		}

.store .article-image {
  width: 223px;
  border: 0;
  float: right;
}

.article .article-image .googleMaps {
  border: 1px solid #f2f0bb;
	margin-top: -12px;
  margin-bottom: 8px;
}

  .article .article-image .googleMaps #map {
    width: 221px;
    height: 177px;
    overflow: hidden;
  }

.article .article-image .googleMaps img {
  border: 0;
  margin: 0;
}

		.article .article-image img {
			border: 1px solid #fff;
			margin-bottom: 8px;
      float: right;
		}

.article .article-image .enlargeImage {
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.article .article-image .enlargeImage img {
  border: 0;
  margin: 0;
}

.article-image .enlargeCorner {
  position: absolute;
  bottom: -10px;
  left: -1px;
}
    

/* product detail popup */

.imageBox img {
  border: 1px solid #f2efb8;
}

#lightwindow.done .imageBox img {
  height: auto;
}

#lightwindow .sectionSubHeading {
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f2efc2;
}

#lightwindow .sectionSubHeading h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #767561;
}

#lightwindow .productDetails {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  width: 100px;
  float: left;
  margin-right: 10px;
}

#lightwindow .brands {
  overflow: hidden;
}

#lightwindow .productDetails dt {
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  font-weight: bold;
}

#lightwindow .productDetails dd {
  margin: 0;
  padding: 0;
}

#lightwindow  .productId {
  border-top: 1px solid #ddd;
  padding-top: 2px;
  color: #ccc;
  font-size: 0.9em;
  font-weight: bold;
}

/* lightbox overrides */

#products #lightbox {
  border-color: #f2efb8;
  background: #fff;
  height: auto;
	margin-top:-320px;
}

/* contact form */

.outerFormContainer {
	margin-bottom: 10px;
}

.innerFormContainer {
	background: url("../images/bg_form_panel.gif") repeat-y top left;
	width: 666px;
}

.innerFormContainer fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.innerFormContainer legend {
	display: none;
}

.innerFormContainer .h {
	padding: 4px 14px;
}

.innerFormContainer .c {
	padding: 4px 14px; 
}

.innerFormContainer.open .c {
	display: block;
}

.innerFormContainer.closed .c {
	display: none;
} 

.innerFormContainer dl {
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
}

.innerFormContainer dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
}

.innerFormContainer dd {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	float: right;
	width: 400px;
}

.innerFormContainer .txt {
	width: 100%;
	border: 1px solid #ccc;
}

.innerFormContainer .ta {
	width: 100%;
	border: 1px solid #ccc;
}

.innerFormContainer .sel,
.innerFormContainer .selDate select {
	border: 1px solid #ccc;
}

.innerFormContainer .timeField {
  float: right;
}

.innerFormContainer .sel.wide {
	width: 100%;
}

.innerFormContainer .buttons {
	margin-top: 12px;
}

/* locations */
.autopublish-content.location {
  width: 260px;
}

.outerLocation {
  position: relative;
  width: 666px;
}

.locationList {
  float: left;
}

.locationMap {
  float: right;
}

.locations {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 260px;
}

.locations li {
  margin: 0;
  padding: 0;
  width: 130px;
  float: left;
}

.locations li a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}

.locations li a .loc_img {
  position: absolute;
  visibility: hidden;
}

.locations li a:hover .loc_img {
  visibility: visible;
}

.alternateLocales {
  margin: 0;
  margin-top: 15px;
  padding: 6px;
  padding-right: 18px;
  background: url("../images/bg_our_locations.gif") no-repeat top left;
  width: 198px;
  height: 40px;
}

.alternateLocales label {
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: bold;
  color: #d0c208;
  display: block;
}

.alternateLocales .sel {
  border: 1px solid #e5e5e5;
  width: 100%;
}

.alternateLocales optgroup {
  font-style: normal;
  margin-bottom: 6px;
}

/* stores */

.store .article-content h3 {
  padding-top: 12px;
  color: #d0c208;
}

.store .article-content .optometrists,
#blog .optometrists {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

  .store .article-content .optometrists li {
    margin: 0;
    padding: 0;
  }

#blog .optometrists li {
  margin: 0;
  margin-right: 5px;
  float: left;
}

.store .article-content .openingHours {
  margin: 0;
  padding: 0;
}

.store .article-content .openingHours dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 120px;
}

.store .article-content .openingHours dd {
  margin: 0;
  padding: 0;
  float: left;
}

.jumplist {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.jumplist li {
  float: left;
  margin: 2px 0;
  margin-right: 10px;
  padding: 0;
  color: #767561;
  width: 30%;
}

.jumplist.prof li {
  width: 48%;
}

.jumplist.optom li {
  width: 20%;
}

.jumplist li a {
  color: #767561;
  display: inline-block;
  padding-left: 10px;
  background: url("../images/icon_jumplist_arrow.gif") no-repeat  0 0.5em;
}

.jumplist li a:hover {
  color: #d0c208;
}

/* blog */

#products .productHolder .autopublish-content,
#blog .autopublish-content {
  margin-right: 0;
}

#blog .sectionSubHeading {
  margin-bottom: 5px;
}

#products .productHolder .article-content,
#blog .article-content {
  width: 490px;
}

#blog .article-content.wide {
  width: 100%;
}

.articleDate h3 {
  font-size: 0.9em;
}

#blog .optometrists {
  font-size: 0.9em;
}

#blog blockquote {
  margin: 10px 0;
  padding-left: 1em;
  font-size: 1.2em;
  font-style: italic;
  color: #d0c208;
}

#blog blockquote p {
  margin: 0;
}

/* news */

.news .sectionSubHeading {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news .articleDate {
  margin-bottom: 10px;
}

.news .articleDate h3 {
  font-size: 1em;
  font-weight: normal;
}

.news a {
  font-weight: bold;
  color: #d0c208;
}

/* brands */

.brands {
  margin-right: 0;
}

.brandListing {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 666px;
}

.brandListing li {
  margin: 0;
  margin-right: 11px;
  margin-bottom: 11px;
  padding: 0;
  float: left;
  width: 120px;
  height: 69px;
  overflow: hidden;
  border: 1px solid #f2efb8;
}

/* current Promotions */

.promos {
  margin-right: 0;
}

.promo-content {
  margin-bottom: 10px;
}

.promo-content img {
  border: 1px solid #f2efb8;
}

/* survey */

.autopublish-content.surveyHolder {
  margin-right: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.survey .article-content {
  width: 490px;
}

.survey {
 margin-bottom: 10px;
}

.survey .sectionHeading {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.survey .sectionHeading h2 {
  font-size: 1.4em;
}

.questionHeading {
  margin-bottom: 10px;
}

.questionHeading h3 {
  font-size: 1em;

}

.questions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.questions li {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
}

.questions .rad {
  margin-right: 20px;
}

.question_buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.question_buttons li {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  float: left;
}

/* sitemap */

.node0 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node0 .n0 {
  margin: 0;
  margin-bottom: 18px;
  padding: 0;
}

.node0 .n0 a {
  font-weight: bold;
  color: #767561;
}

.node1 {
  margin: 0;
  margin-top: 14px;
  margin-left: 30px;
  padding: 0;
  list-style-type: none;
}

.node1 .n1 {
  margin: 0;
  padding: 0;
}

.node1 .n1 a {
  font-weight: normal;
  color: #d0c208;
}

/* media centre */

#flash-player-container {
  border: 1px solid #e0e0e0;
  width: 453px;
  float: left;
  background-color: #000;
}

#media-list-container {
  width: 206px;
  float: left;
  border-right: 1px solid #e0e0e0;
}

#media-centre .article {
  clear: both;
  margin-top: 20px;
}

  #media-centre .article .sectionSubHeading {
    border: 0;
  }

#media-list {
  position: relative;
  height: 326px;
}

#media-list h1 {
  color: #d0c208;
  margin: 4px 0 8px 18px;
}

#media-list ul {
  margin: 0;
  margin-left: 1px;
  padding: 0;
  list-style-type: none;
}

#media-list ul li {
  margin-bottom: 5px;
}

#media-list ul li a {
  display: block;
  margin-left: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6px;
  position: relative;
  text-decoration: none;
}

#media-list ul li a:hover,
#media-list ul li .current {
  background: #d0c208;
  border-top: 1px solid #e8e398;
  border-bottom: 1px solid #bdb100;
}

#media-list ul li a img {
  position: absolute;
  left: -12px;
  top: 25%;
  display: none;
}

#media-list ul li a:hover img,
#media-list ul li .current img {
  display: block;
}

#media-list .media-title {
  display: block;
  color: #767561;
}

#media-list .media-duration {
  display: block;
  font-size: 0.8em;
  color: #d0c208;
}

#media-list a:hover .media-title,
#media-list a:hover .media-duration,
#media-list .current .media-title,
#media-list .current .media-duration {
  color: #fff;
}

.pagination-holder {
  position: absolute;
  bottom: 15px;
  left: 0;
}

#media-list-container .pagination {
  width: 206px;
}

#media-list-container .pagination .prev {
  left: 10px;
}

#media-list-container .pagination .next {
  right: 5px;
}

/* footer */

#footer { 
	margin-top: 20px;
	font-size: 0.9em;
	color: #767561;
}

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

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

	.copyright {
		float: left;
	}
	
	.footerLinks {
		float: right;
	}
	
		.footerLinks ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		.footerLinks ul li {
			margin: 0;
			margin-left: 10px;
			padding: 0;
			float: left;
		}


/* blogPortal */


.blogPortal {
  width: 443px;
  float: right;
}

.blogPortal .header {
  border-bottom: 1px solid #E8E398;
  padding: 4px 0 4px 0;
  margin: 0 0 12px;
  overflow: hidden;
}

.blogPortal h2 {
  float: left;
}

.blogPortal .header .btn {
  width: 16px;
  height: 16px;
  float: right;
  margin: 6px 0 0 0;
}

.blogPortal .header .btn:hover img {
 top: -16px;
}


.blogPortal h3 {
  font-size: 1.08em;
}

.blogPortal .date {
  display: block;
  color: #c8bb00;
}

.blogPortal .blog {
  color: #c8bb00;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.blogPortal .blog:hover {
  color: #767561;

}


/*
			Horizontal Accordion
		*/

		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}

		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}

			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}


    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;
      height: 100px;
    }

    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }


/* productsNav */


#productsNav.mens div.mens,
#productsNav.womens div.womens,
#productsNav.childrens div.childrens,
#productsNav.safetywear div.safetywear,
#productsNav.lenses div.lenses,
#productsNav.contact_lenses div.contact_lenses {
  width: 457px;
  display: block;
}



#productsNav {
  width: 661px;
  height: 136px;
  overflow: hidden;
  margin: 0 0 20px 0;
  -moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

#productsNav .action {
  float: left;
  border-left: 1px solid #67a2d3;
}

#productsNav .btn {
  width: 33px;
  height: 136px;
}

#productsNav .action.selected.btn img,
#productsNav .btn:hover img {
  top: -136px;
}

#productsNav .action:first-child {
  border-left: none;
}

#productsNav div {
  float: left;
  width: 0;
  height: 136px;
  display: none;
  color: #cfe7f5;
  overflow: hidden;
  position: relative;
}

#productsNav span {
  position: absolute;
  font-weight: bold;
  top: 36px;
  left: 11px;
  display: block;
  width: 300px;
}

#productsNav div.mens { background: url('../images/bg_mensFrames.jpg') 0 0 no-repeat; }
#productsNav div.womens { background: url('../images/bg_womensFrames.jpg') 0 0 no-repeat; }
#productsNav div.childrens { background: url('../images/bg_childrens.jpg') 0 0 no-repeat; }
#productsNav div.safetywear { background: url('../images/bg_safetywear.jpg') 0 0 no-repeat; }
#productsNav div.lenses { background: url('../images/bg_lenses.jpg') 0 0 no-repeat; }
#productsNav div.contact_lenses { background: url('../images/bg_contact.jpg') 0 0 no-repeat; }


#productsNav ul {
  position: absolute;
  top: 40px;
  left: 11px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#productsNav li {
  width: 300px;
  margin: 5px 0;
  padding: 0 0 0 11px;
  background: url('../images/bullet_products.gif') no-repeat 0 0.45em;
}

#productsNav li a {
  color: #cfe7f5;
  text-decoration: none;
}

#productsNav li a:hover,
#productsNav .selected a {
  color: #ffee00;
}


#ajaxLoader {
  margin: 10px auto;
  display: none;
}


/* lightwindow */


#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}


#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #fff;
}

	#lightwindow_loading_shim {
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}


	#lightwindow_loading {
      background: #fff url(../images/ajax-loading.gif) no-repeat 50% 50%;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim {
		/* REQUIRED */
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active {
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous,
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#lightwindow_previous {
		float: left;
		left: 0px;
	}

	#lightwindow_next {
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover,
	#lightwindow_previous:active {
		background: url(../images/btn_prev.png) left 50% no-repeat;
	}

	#lightwindow_next:hover,
	#lightwindow_next:active {
		background: url(../images/btn_next.png) right 50% no-repeat;
	}

	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;

	}


#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}

	#lightwindow_title_bar_title {
    width: 500px;
		color: #666;
		font-size: 0.8em;
		line-height: 1.2em;
		padding: 6px 0 0 0;
		text-align: left;
		z-index: 20;
    font-weight: bold;
		display: block;
		vertical-align: baseline;
	}

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

#lightwindow_header_cl {
	background: url("../images/bg_lw_topleft.png") 0 0 no-repeat transparent;
	height: 30px;
	padding: 0 0 0 30px;
}

	#lightwindow_header_cr {
		background: url("../images/bg_lw_topright.png") 100% 0 no-repeat transparent;
		height: 30px;
		padding: 0 30px 0 0;
	}

		#lightwindow_header_inner {
			background: url("../images/bg_lw_top.png") 100% 0 repeat-x transparent;
			height: 30px;
			margin-bottom: -3px;
			overflow: hidden;
		}

#lightwindow_contents_cl {
	background: url("../images/bg_lw_left.png") 0 0 repeat-y transparent;
	padding: 0 0 0 0;
}

	#lightwindow_contents_cr {
		border: 0 none;
		padding: 0 0 0 0;
		background: url("../images/bg_lw_right.png") 100% 0 repeat-y transparent;
	}

		#lightwindow_contents {
			overflow: hidden;
			z-index: 0;
			position: relative;
			border-top: 0 none;
			border-bottom: 0 none;
			margin-left: 30px;
			margin-right: 30px;
		}

			#lightwindow_contents_inner {
				background-color: #fff;
			}

#lightwindow_footer_cl {
	background: url("../images/bg_lw_bottomleft.png") 0 100% no-repeat transparent;
		padding: 0 0 0 30px;
}

	#lightwindow_footer_cr {
		background: url("../images/bg_lw_bottomright.png") 100% 100% no-repeat transparent;
		padding: 0 30px 0 0;
	}

			#lightwindow_footer_inner {
				background: url("../images/bg_lw_bottom.png") 100% 100% repeat-x transparent;
				padding: 0 0 30px 0;
				height: 0;
			}


a#lightwindow_title_bar_close_link,
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
	background: url("../images/btn_close.png") 0 -57px no-repeat transparent;
	height: 0;
	width: 0;
	cursor: pointer;
	line-height: 2em;
	padding: 45px 45px 0 0;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: -2px;
	z-index: 20;
}

a:hover#lightwindow_title_bar_close_link,
a:active#lightwindow_title_bar_close_link {
	background-position: 0 0px;
}

#lightwindow_overlay_close {
	color: #fff;
	top: 0px;
	right: 5px;
	position: absolute;
	cursor: pointer;
}


/* lightwindow */


#lightwindow a#lightwindow_title_bar_close_link,
#lightwindow a:link#lightwindow_title_bar_close_link,
#lightwindow a:visited#lightwindow_title_bar_close_link {
	background: url("../images/btn_close.png") 0 -45px no-repeat transparent;
}

#lightwindow a:hover#lightwindow_title_bar_close_link,
#lightwindow a:active#lightwindow_title_bar_close_link {
	background-position: 0 0px;
}


/* comp */


#comp {
  background: url('../images/capstone_comp.gif') 0 100% no-repeat;
  padding: 0 0 8px 0;
  overflow: hidden;
  margin: 5px 0 0 0;
}

#comp .inner {
  background: url('../images/bg_comp.gif') 0 0 no-repeat #d0c208;
  padding: 34px 0px 12px 20px;
  overflow: hidden;
}

#comp h2 {
  margin: 0 0 36px;
}

#comp form {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}

    #comp form div {
      width: 214px;
      padding: 0 0 0 10px ;
      float: left;
      margin: 0;
      overflow: hidden;
    }

    #comp form div:first-child { padding: 0; }

    #comp label {
      display: block;
      color: #fff;
      font-weight: bold;
      margin: 0 0 4px;
      font-size: 0.96em;
      cursor: pointer;
    }

    #comp p {
      font-size: 1.28em;
      color: #fff;
      font-weight: bold;
      width: 670px;
    }

    #comp a {
      color: #fff;
    }

    #comp input[type=radio] + label { display: inline; margin-right: 10px; }

    #comp select,
    #comp input[type=text] {
      padding: 3px 5px;
      width: 185px;
      border: 1px solid #afa300;
      margin: 0 0 20px 0;
      color: #767561;
      display: block;
    }

    #comp input[type=radio] {
      width: 13px;
      height: 13px;
      vertical-align: baseline;
      margin: 5px 5px 0 0;
    }

    #comp select { width: 197px; margin: 0; }

    #comp .btn {
      width: 190px;
      height: 32px;
      margin: 91px 0 0 0;
    }

      #comp .btn:hover img {
        top: -32px;
      }

#twtr-widget-1 {
  float: left;
  margin: 15px 0 15px 1px;
}

.at300m {
  text-decoration: none;
}
