@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
text-decoration: none;
outline: none;
}


	
body {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../img/wrapbkgrd.gif);
	outline: none;
	text-decoration: none;
}


a:link {
	text-decoration: none;

}
a:visited {
	outline: none;
	text-decoration: none;
	border: none;
	
}
a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}
a:active {
	text-decoration: none;
	outline: none;
	border: none;
	
}
a img {
    outline: none;
    border: none;
	border: none;
} 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 0px;
	text-shadow: 3px 3px 4px #CCC;
	margin-bottom: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-align: left;
	text-shadow: 3px 3px 4px #CCC;
	margin-bottom: 10px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	margin-left: 20px;
	text-shadow: 3px 3px 4px #CCC;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}




hr {
	box-shadow: 0px 0px 5px #7AD1FB;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	height: 4px;
	margin-top: 50px;
	margin-bottom: 50px;
}
header {
	width: 100%;
	clear: both;
	min-width: 1000px;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 1px 1px 6px 2px #999;
	background-repeat: repeat-x;
	background-image: url(../img/head-bg.png);
}

.headerwrapp {
	height: 152px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#logo{
	height: 160px;
	width: 1000px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	background-image: url(../img/logo1.png);
}

/* ~~ navigation starts here ~~ */


.navigation {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


.nav {
	width: 916px;
	display: block;
	text-align: center;
	height: 40px;
	background-image: url(../img/navfill2.png);
	margin-right: auto;
	margin-left: auto;
}

nav ul {
	list-style-type: none;
	display: inline;
	overflow: hidden;
	margin: auto;
	padding: 0px;
}

nav li {
	float: left;
	height: 40px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	padding-right: 21px;
	padding-left: 21px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

nav a {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	color: #333;
	margin-left: auto;
}
nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	background-color: #7AD1FB;
}
/* ~~ navigation ends here ~~ */


/* ~~ This fixed width container surrounds all other blocks ~~ */
.wrapper {
	height: 100%;
	overflow: auto;
	width: 1000px;
	padding-bottom: 50px;
	padding-top: 60px;
	margin: 15px auto;
	background-repeat: repeat;
}

.textwrap {
	height: 100%;
	width: 940px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}

.imgwrap {
	height: 100%;
	width: 1000px;
	float: left;
}

.imgcontent {
	height: 100%;
	width: 990px;
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.faceframe {
	float: right;
	height: 35px;
	width: 200px;
	box-shadow: 3px 3px 4px #CCC;
	margin-right: 10px;
}
	
.imgframe {
	height: 156px;
	width: 235px;
	float: left;
	box-shadow: 4px 4px 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.push {
	float: left;
	margin-right: auto;
	margin-left: auto;
	min-width: 1000px;
	min-height: 100px;
	text-decoration: none;
	outline: none;
}




footer {
	width: 100%;
	min-width: 1000px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: -1px -1px 5px 2px #999;
	clear: both;
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	
}


/* LightboxCSS Document starts here */


/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
	background: url(../img/dark-stitched-leather-background-tile.jpg) repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 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: #000;
  *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(../img/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(../img/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(../img/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: #999999;
}
/* 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: 18px;
	font-weight: bold;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: -40px;
	background-color: #CCC;
}
/* 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: 15px;
	height: 15px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	clip: rect(auto,auto,auto,auto);
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
