/* MAIN SETTING
========================================================================= */
body {
	width: 100%;
	height: 100%;
	font: 14px/22px Arial, sans-serif;
/*	background: #ededed;*/
	color: #5e656e;
	min-width: 960px;
}
.paratext {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #054D7B;
}
a {
	color: #5e656e;
	text-decoration: none;
	cursor: pointer;
}
.main {
	width: 950px;
	margin: 0 auto;
}
.main-2 {
	width: 960px;
	margin: 0 auto;
}
.main-3 {
	width: 975px;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrapper2 {
	width: 480px;
	overflow: hidden;
	position: relative;
}
.extra-wrap {
	display: block;
	overflow: hidden;
}
h2 {
	font: 700 25px/30px 'Open Sans', sans-serif;
	color: #3b3b3d;
	letter-spacing: -1px;
}
h3 {
	font: 700 20px/27px 'Open Sans', sans-serif;
	color: #054D7B;
	letter-spacing: -1px;
}
strong {
	font: bold 12px/22px Arial, sans-serif;
	color:#3b3b3d;
}
	strong a {
		font: bold 12px/22px Arial, sans-serif;
		color:#3b3b3d;
	}
		strong a:hover {
			color:#ffcb15;
		}
.fl-l {float: left;}
.fl-r {float: right;}

/* IDENT's
========================================================================= */
.ident-bot-1 {margin-bottom: 22px;}
.ident-bot-2 {margin-bottom: 24px;}
.ident-bot-3 {margin-bottom: 13px;}
.ident-bot-4 {margin-bottom: 16px;}
.ident-bot-5 {margin-bottom: 40px;}
.ident-bot-6 {margin-bottom: 27px;}
.ident-bot-7 {margin-bottom: 29px;}
.ident-bot-8 {margin-bottom: 5px;}
.ident-bot-9 {margin-bottom: 28px;}
.ident-bot-10 {margin-bottom: 35px;}
.ident-bot-11 {margin-bottom: 30px;}
.ident-bot-12 {margin-bottom: 33px;}
.ident-bot-13 {margin-bottom: 6px;}
.ident-bot-14 {margin-bottom: 14px;}
.ident-bot-15 {margin-bottom: 24px;}
.ident-bot-16 {margin-bottom: 60px;}
.ident-bot-17 {margin-bottom: 18px;}
.ident-bot-18 {margin-bottom: 34px;}
.ident-bot-19 {margin-bottom: 26px;}
.ident-bot-20 {margin-bottom: 12px;}
.ident-bot-21 {margin-bottom: 55px;}
.ident-bot-22 {margin-bottom: 9px;}
.ident-bot-23 {margin-bottom: 10px;}
.ident-bot-24 {margin-bottom: 23px;}
.ident-bot-25 {margin-bottom: 37px;}
.ident-bot-26 {margin-bottom: 32px;}
.ident-bot-27 {margin-bottom: 15px;}
.ident-bot-28 {margin-bottom: 20px;}
.ident-bot-29 {margin-bottom: 19px;}

.ident-right-1 {margin-right: 8px;}
.ident-right-2 {margin-right: 9px;}
.ident-right-3 {margin-right: 26px;}
.ident-right-4 {margin-right: 15px;}

.ident-left-1 {margin-left: 12px;}
.ident-left-2 {margin-left: 10px;}
.ident-left-3 {margin-left: 19px;}
.ident-left-4 {margin-left: -20px;}
.ident-left-5 {margin-left: -15px;}
.ident-left-6 {margin-left: -12px;}
.ident-left-7 {margin-left: -4px;}
.ident-left-8 {margin-left: -8px;}


.ident-top-1 {margin-top: 32px;}
.ident-top-2 {margin-top: 23px;}
.ident-top-3 {margin-top:-8px;}
.ident-top-4 {margin-top:-2px;}
.ident-top-5 {margin-top: 2px;}
.ident-top-6 {margin-top: -5px;}
.ident-top-7 {margin-top: 3px;}
.ident-top-8 {margin-top: 6px;}
.ident-top-9 {margin-top: 86px;}
.ident-top-10 {margin-top: -25px;}
.ident-top-11 {margin-top: -14px;}
.ident-top-12 {margin-top: 5px;}


.inner-ident-1 {padding-left: 18px;}
.inner-ident-2 {padding-top: 2px;}

/* HEADER
========================================================================= */
h1 {float:left;}
h1 a {
	display: block;
	text-indent: -999em;
	width: 500px;
	height: 90px;
	background: url('../images/dominion-logo-3.png') no-repeat;
}
.slogan {
	font: 18px/22px Arial Black, sans-serif;
	color:#727579;
	margin-top: 12px;
/*	margin-left: 4px; */
}
#search-form > input {
	outline: none;
	box-shadow: none !important;
	border: none;
	float: left;
	height: 30px;
	width: 207px;
	background: url('../images/search-form.jpg') no-repeat;
	padding: 0px 14px;
	color: #5a626c;
	font: 13px/22px Arial, sans-serif;
	margin-right: 2px;
}
nav {
	background: url('../images/menu-bg.png') no-repeat;
	padding-bottom: 10px;
}
/* CONTENT
========================================================================= */
#page1 #content {padding: 0 0 52px 0;}
#content {
	padding: 12px 0 18px 0;
}

.button {
	display:inline-block;
	color:#f7f8f8;
	font-size: 18px;
	line-height: 25px;
}
	.button-bg-left {
		display:inline-block;
		background: url('../images/button-bg-left.png') no-repeat;
	}
	.button-bg-right {
		display:inline-block;
		background: url('../images/button-bg-right.png') no-repeat 100% 0;
	}
	.button-bg-center {
		display:inline-block;
		background: url('../images/button-bg-1.png') repeat-x;
		margin: 0 17px;
		padding: 2px 0 9px 1px;
	}
	.button:hover {
		color:#f8db34;
	}
.button-3 {
	display:inline-block;
	color:#fff;
	font-size: 18px;
	line-height: 45px;
}
	.button-3-bg-left {
		display:inline-block;
		background: url('../images/button-3-bg-left.png') no-repeat;
	}
	.button-3-bg-right {
		display:inline-block;
		background: url('../images/button-3-bg-right.png') no-repeat 100% 0;
	}
	.button-3-bg-center {
		display:inline-block;
		background: url('../images/button-3-bg-1.png') repeat-x;
		margin: 0 29px 0 26px;
		padding: 0 3px 10px 3px;
	}
	.button-3:hover {
		color:#3b3b3d;
	}
.button-2 {
	display:inline-block;
	color:#607084;
	font-size: 18px;
	line-height: 25px;
}
	.button-2:hover {
		color:#f8db34;
	}

.list-1 li {
	line-height: 24px;
	padding-left: 18px;
	background: url('../images/dot.gif') no-repeat 0 8px;
}
	.list-1 li a {
	color: #666;
	font: bold 18px/24px Arial, sans-serif;
	}
	.list-1 li a:hover {
		color: #ffcb15;
	}
	
.list-2 li {
	line-height: 16px;
}
	.list-2 li a {
		color: #5e656e;
		font: 12px/20px Arial, sans-serif;
	}
	.list-2 li a:hover {
		text-decoration:underline;
	}
.list-3 li {
	line-height: 30px;
	padding-left: 30px;
	background: url('../images/list-marker-2.png') no-repeat 0 4px;
}
	.list-3 li a {
		color: #3b3b3d;
		font: bold 13px/30px Arial, sans-serif;
	}
	.list-3 li a:hover {
		color: #ffcb15;
	}
.column-1 {
	width: 172px;
	padding: 31px 32px 37px 32px;
	float:left;
}
.column-2 {
	width: 139px;
	float:left;
	margin-left: 18px;
	line-height: 20px;
}
	.column-2.column-2-1 {
		margin-left: 0;
	}
.column-3 {
	width: 197px;
	float:left;
}
 .block-1-cover {
	background-color: #FFF;
}
.block-1 {
}
.block-2 {
	background: url('../images/block-bg-1.jpg') repeat-y 0 0;
} 
.block-2 img {
	margin-right: 11px;
	margin-top: 4px;
}
 .block-2-bg-1 {
	background: url('../images/block-bg.jpg') no-repeat 0 0;
	padding-top: 10px;
}
.block-2-bg-2 {
	background: url('../images/block-bg-2-2.jpg') no-repeat 0 100%;
}
.block-3 {
	background: url('../images/marker-1.png') no-repeat 0 5px;
	padding-left: 24px;
	font: 20px/24px 'Arial Black', 'Gadget' cursive;
	color:#ffcb15;
}
.block-4 {
	font: 12px/20px Arial, sans-serif;
}
.block-5 {
	background: url('../images/marker-2.png') no-repeat 0 3px;
	padding-left: 30px;
	color:#ffcb15;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.block-6 {
	background: url('../images/block-6-bg-2.jpg') repeat-y;
}
	.block-6-bg-1 {
		background: url('../images/block-6-bg-1.jpg') no-repeat;
		padding-top: 10px;
	}
	.block-6-bg-2 {
		background: url('../images/block-6-bg-3.jpg') no-repeat 0 100%;
		min-height: 284px;
		margin-bottom: 9px;
		padding: 14px 27px 60px 32px;
	}
.block-7 {
	font: italic 14px/24px Arial, sans-serif;
	background: url('../images/extra-2.png') no-repeat;
	padding-left: 19px;
	padding-top: 16px;
}
.column-x {
	display:inline;
	float: left;
	position: relative;
	width: 275px;
	margin-top: 7px;
	margin-left: 3px;
}
.line {
	height: 1px;
	overflow:hidden;
	background: #d8dde3;
}
.line-2 {
	height: 1px;
	overflow:hidden;
	background: url('../images/line-2.png') no-repeat;
}
.line-3 {
	height: 1px;
	overflow:hidden;
	background-image: url(../images/line-2.png);
	background-repeat: repeat-x;
	width: 960px;
}
.font-1 {
	color:#4873A0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.font-1A {
	color:#C7CE7B;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.font-1B {
	color:#AB6C97;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.font-1C {
	color:#E8A06A;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.font-1E {
	color:#8cc63f;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 21px;
}
.font-2 {
	font: 17px/26px Arial, sans-serif;
	color:#3b3b3d;
}
.extra-1 {
	background: url('../images/extra-1.png') no-repeat 279px 63px;
}
.link-2 {
	color:#f4c722;
	font-weight: bold;
}
	.link-2:hover {
		color:#5e656e;
	}
.link-3 {
	color:#5E656E;
}
	.link-3:hover {
		text-decoration:underline;
}
.link-4 {
	color:#054D7A;
	font-size: 11px;
	padding-top: 2px;
}
	.link-4:hover {
		text-decoration:underline;
}
iframe {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	
	.iframe2 {
	width: 369px;
	height: 279px;
	margin:0 0 20px 0;
	border: 1px solid #dadfe4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
	.iframe3 {
	position:relative;
	top:-124px;
	width: 980px;
	height: 700px;
	margin:0 0 20px 0;
	
}
	.iframe4 {
	position:relative;
	top:-124px;
	width: 980px;
	height: 1000px;
	margin:0 0 20px 0;
	
}
#mailbigfiles {
	width: 960px;
	height: 600px;
	/* border: 1px solid #dadfe4; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding-bottom: 200px;
	overflow: hidden;
}
#mailbigfiles2 {
	width: 960px;
	height: 800px;
	/* border: 1px solid #dadfe4; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding-bottom: 200px;
	overflow: hidden;
}
.abutton {
	background-color: #CCC;
	height: 10px;
	width: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	margin-top: 4px;
	text-align: center;
}
.abutton:hover {
	background-color: #ce0000;
}

	
/* TM-SLIDER
========================================================================= */
.slider {
	width: 950px;
	height: 540px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.banner{
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:15;
	color: #fff;
	top: 0px;
	left: -500px;
	width: 500px;
}
.banner-inner-1{
	display: block;
	font: 73px/88px 'Open Sans', sans-serif;
	color: #004885;
	letter-spacing: -4px;
}
.banner-inner-4 {
	display: block;
	font: 56px/54px 'Open Sans', sans-serif;
	color: #004885;
	letter-spacing: -4px;
}
.banner-inner-2{
	display: block;
	font: 40px/51px 'Times', cursive;
	color: #ffcb15;
}
.banner-inner-3{
	display: block;
	font: 16px/22px "Arial", sans-serif;
	color: #727579;
	margin-bottom: 20px;
	margin-right: 148px;
}
.banner-button {
	display: inline-block;
	width: 0px;
	height: 0px;
	background: #000;
}
.pagination {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 60;
	width: 950px;
	height:60px;
	overflow: hidden;
	background: url('../images/pagination-bg.png') no-repeat;
}
	.pagination li {
		float:left;
		margin-left: 223px;
		margin-top: 5px;
	}
	.pagination li a strong {
		font-size: 20px;
		line-height: 24px;
		color:#ccd2d8;
		position:absolute;
		top: 39px;
		display:block;
		overflow:hidden;
	}
	.pagination li:first-child {
		float:left;
		margin-left: 83px;
	}
		.pagination a {
			width: 28px;
			height: 28px;
			display: block;
			background: url('../images/pagination.png') no-repeat 0 -28px;		
		}
.pagination li.current a, .pagination  a:hover {
	background: url('../images/pagination.png') no-repeat 0 0px;
}
.pagination li.current a strong, .pagination  a:hover strong {
	color:#004885;
}


/* FORM
========================================================================= */
dl {
	display: block;
	width: 234px;
}
dd span {
	float: right;
	padding-right: 72px;
}
dl strong {
	display: block;
}

#confirm {
	position: relative;
	height: auto;
	padding-bottom: 40px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 40px;
	width: 357px;
	padding-top: 12px;
}
#confirm  label.message {
	min-height: 286px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	width: 357px;
	height: 30px;
	border: none;
	color: #5e656e;
	font: 12px/22px Arial, sans-serif;
	background: url('../images/input-bg.jpg') no-repeat;
	padding: 0 14px;
}
#confirm textarea {
	display: block;
	margin: 0;
	padding: 5px 14px;
	outline: none;
	box-shadow: none !important;
	font: 12px/22px Arial, sans-serif;
	background: url('../images/textarea-bg.jpg') no-repeat;
	color: #5e656e;
	border: none;
	width: 481px;
	height: 250px;
	resize: none;
	overflow: auto;
}
#confirm label > span {
	color: #c6a21e;
	position:relative;
	left: 12px;
}
#confirm .success {
	color:#054D7B;
	display:none;
	position:relative;
	left: 10px;
}
#confirm  .empty, #confirm  .error {
	font: 12px/20px Arial, sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 5px;
}


/* FOOTER
========================================================================= */
footer {
	padding: 34px 0;
	background: url('../images/footer-bg.jpg') no-repeat 50% 0;
}
.policy {
	color: #CCC;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
.policy a {
	color: #5e656e;
	display:inline-block;
	margin-left: 4px;
}
.policy a:hover {
	text-decoration:underline;
}
.link-1 {
	text-decoration:underline;
}
	.link-1:hover {
		text-decoration:none;
	}


/* NAVIGATION
========================================================================= */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 3px;
	top: 53px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
/* .phone   
    {
	left: 160px;  match ul width 
	top: -20px;
}  */
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** STYLIZATION ***/
.sf-menu > li > a {
	font-size: 18px;
	line-height: 51px;
	color: #fff;
	width: 159px;
	text-align:center;
}
.sf-menu > li:first-child > a {
	width: 154px;
	padding-left: 5px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	color: #f8db34;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 159px;
	padding: 20px 0;
	background: #24344b;
}
.sf-menu ul ul {
	background: #516074;
}
.sf-menu ul li {
	margin-bottom: 5px;
}
.sf-menu li li a {
	font: 13px/35px Arial, sans-serif;
	color: #fff;
	padding: 0 21px;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	background: #f4c31e url('../images/sub-menu-bg.jpg') repeat-x;
}
.phone3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 42px;
	text-align: right;
	color: #054D7B;
	margin-top: 26px;
}
.phone2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #587995;
	margin-top: 16px;
}
.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F5F7;
	text-align: right;
}
.indentedtext {
	list-style-type: none;
	padding:14px 0 0 18px;
	background:url(../images/dot.gif) 1px 21px no-repeat;
}
.testimonial-name {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #054D7A;
	padding-bottom: 12px;
}
.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4873A0;
	font-style: italic;
	margin-right: 20px;
}
.address {
	font-size: 12px;
}
.mugshots {
	width: 225px;
	height: 279px;
	border: 2px solid #dadfe4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 15px;
}
.formbutton {
	display:inline-block; 
	color:#f7f8f8;
	font-size: 18px;
	line-height: 25px;
}
	.formbutton-bg-left {
		display:inline-block;
		background: url('../images/button-3-bg-left.png') no-repeat;
	}
	.formbutton-bg-right {
		display:inline-block;
		background: url('../images/button-3-bg-right.png') no-repeat 100% 0;
	}
	.formbutton-bg-center {
		display:inline-block;
		background: url('../images/button-3-bg-1.png') repeat-x;
		margin: 0 29px 0 26px;
		padding: 0 3px 10px 3px;
	}
.formbutton:hover {
		color:#f8db34;
	}
	
	/* DATAGRID
========================================================================= */

	
.table2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #054D7A;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.table2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #054D7A;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
}
.number3 {
	font-size: 12px;
	font-weight: bolder;
	color: #054D7A;
	padding: 2px 6px;
}
.number3right {
	font-size: 12px;
	font-weight: bolder;
	color: #054D7A;
	padding: 2px 6px;
	text-align: right;
}
.tableimg {
	padding-top: 7px;
	padding-right: 6px;
}
.hilite {
	background-color: #E8E8E8;
}
#mydata {
	width: 960px;
	margin: 0 auto;
}
.sidebar {
	margin: 18px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 150px;
	padding: 16px;
	border: 1px solid #CCC;
}
.textfield {
	background-color: #CCC;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border:0;
	color: #FFF;
	height: 28px;
	padding-left: 12px;
	margin-bottom: 16px;
}
input.formButton {
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin-top: 12px 3px 0 0;
	background-color: #022B5A;
	font-size: 12px;
	text-align: center;
	height: 24px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-width: 0px;
}
input.formButton:hover {
	color: #FFCB15;
}
.headtext {
	font-size: 10px;
	color: #054D7A;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
	text-transform: capitalize;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054D7A;
	text-align: left;
}
#searchbox {
/*	border: 1px solid #333; */
	height: 270px;
	width: 220px;
	overflow: hidden;
	padding: 6px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0;
	border: 1px solid #dadfe4; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.titlebox {
	background-color: #FFF;
	padding-bottom: 6px;
	float: left;
	width: 228px;
}
.titlebox2 {
	background-color: #FFF;
	padding-bottom: 12px;
	float: right;
	text-align: right;
}
.searchtxt {
	font-size: 12px;
	color: #054D7A;
/* 	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px; */
}
#preview {
	padding-left: 20px;
	overflow: hidden;
	margin: 4px;
}
.searchjobno {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #bec0c2;
}
.pagenav {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	padding-right: 12px;
	padding-left: 12px;
}
.pdflink {
	background-color: #8E2935;
	color: #FFF;
	font-size: 8px;
	padding: 2px;
	margin-right: 4px;
	font-weight: bold;
}
.pdflink:hover {
	background-color: #0C3;
}
.pdfmessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BEC0C2;
	padding-top: 22px;
	margin-top: 22px;
}


	/* LIGHTBOX
========================================================================= */


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

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../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.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

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

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

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

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

/* line 88, ../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;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
