/*Core*/
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
	  url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
body {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}
.thumbnail {
	width: 200px;
	height: 150px;
	padding: 25px 5px 5px 5px;
	border: 0px;
	display: inline;
}

/*Generic*/
.clear {
	clear: both;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.padded {
	padding-left: 20px !important;
}
.right {
	text-align: right;
	padding-right: 15px !important;
}

/*Container*/
#container {
	width: 100%;
	margin: 0px auto;
}

/*Navigation*/
#navigation {
	margin: 0px auto;
	width: 975px;
	position: relative;
	margin-top: 25px;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}
#navigation #logo {
	margin: 15px 0px 0px 20px;
	width: 200px;
	float: left;
	position: relative;
}
#navigation #words {
	margin: 47px 45px 25px 0px;
	width: 325px;
	float: left;
	font-size: 18pt;
	color: #3072BC;
	position: relative;
	text-align: right;
}
#navigation #phone {
	margin: 20px 45px 25px 0px;
	width: 250px;
	float: right;
	font-size: 24pt;
	color: #3072BC;
	position: relative;
	text-align: right;
}
#navigation #border {
	position: relative;
	clear: both;
	top: 15px;
	height: 5px;
	width: 100%;
	background-color: #3072BC;
}
#navigation #bar {
	position: relative;
	clear: both;
	top: 15px;
	height: 150px;
	background-image: url('../images/navigation_bar.png');
	background-repeat: no-repeat;
}
#navigation #tagline {
	float: right;
	position: inherit;
	border: 1px solid black;
	width: 250px;
	right: 0px;
	top: -47px;
	font-size: 18pt;
	background-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	opacity: .85;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 10;
}
#navigation #contact {
	float: right;
	position: inherit;
	clear: both;
	border: 1px solid #CCCCCC;
	width: 195px;
	font-weight: bold;
	right: 25px;
	top: -25px;
	font-size: 12pt;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px 15px 15px 15px;
	opacity: .75;
	border-radius: 10px;
	z-index: 15;
}
#navigation #contact h1 {
	color: #3072BC;
	font-size: 14pt;
	display: inline;
}
#navigation #contact a {
	text-decoration: none;
	color: #000000;
}
#navigation #contact hr {
	opacity: .2;
}

/*Navigation links*/
#rightnav {
	float: right;
	position: relative;
	width: 400px;
	font-size: 18pt;
	margin:	0px 30px 0px 0px;
	font-weight: 700;
}
#rightnav li {
	list-style-type: none;
	float: left;
    margin-right: 15px;
	font-size: 14pt;
	cursor: pointer;
}
#rightnav ul li a {
	display: block;
	color: #BBBBBB;
	text-decoration: none;
}
#rightnav ul li.hover, #rightnav ul li:hover {
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}
#rightnav ul ul {
	visibility: hidden;
	position: absolute;
	width: 105px;
	z-index: 50;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
}
#rightnav ul li:hover>ul {
	visibility: visible;
}
#rightnav ul ul li {
	margin: 5px 5px 5px -30px;
	font-size: 12pt;
	width: 125px;
}

/*Main content*/
#main {
	margin: 0px auto;
	width: 650px;
	position: relative;
	background-color: #FFFFFF;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	min-height: 300px;
	padding: 25px 300px 25px 25px;
}
#main .list {
	width: 49%;
	display: inline-block;
}

/*Footer*/
#footer {
	margin: 0px auto;
	width: 945px;
	position: relative;
	background-color: #FFFFFF;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	min-height: 20px;
	padding: 15px;
	font-size: 8pt;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*Lightbox*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../images/lightbox_close.png) url(../images/lightbox_loading.gif) url(../images/lightbox_prev.png) url(../images/lightbox_next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox_loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/lightbox_prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/lightbox_next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox_close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
