@charset "UTF-8";
@import url("../../webfonts/Raleway_Regular/stylesheet.css");
/*Use -webkit-text-size-adjust:none to disable text size adjust on the iPhone.*/
html {
	-webkit-text-size-adjust: none;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/* Responsive videos - makes the video embed to expand fullwidth to the boundary */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	/* [disabled]background-color: #004083;
*/
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: purple;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #F00;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: red;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: red;
}
a[href$=".pdf"] {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../../images/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a[class^="link_"] {
	background-position: left center;
	padding: 2px 2px 2px 20px;
	padding-left: 20px !important;
	display: inline-block;
	background-repeat: no-repeat;
}
a[target$="_blank"] {
	cursor: alias;
}
blockquote {
	margin: 4em 0;
	padding: 1em 2em 2em 2.5em;
	color: #333;
	/* [disabled]background-color: #FAFAFA; */
	font-style: italic;
	border-left: 10px solid #EEE;
	font-size: 0.9em;
	line-height: 1.5em;
	position: relative;
}
blockquote:before {
	color: #DDD;
	content: "\201C";
	font-size: 6em;
	left: 5px;
	top: 0.5em;
	line-height: 0.1em;
	font-style: normal;
	position: absolute;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif;
*/
	line-height: 1.1em;
}
h1 {
	font-size: 2.5em;
	color: #4D535D;
	margin-top: 0px;
	margin-bottom: 0.8em;
}
h1 em {
	/* [disabled]font-size: 0.6em;
*/
	/* [disabled]color: #999;
*/
}
div h2:first-child {
	margin-top: 0;
}
h2 {
	font-size: 1.8em;
	color: #8896A8;
	margin-bottom: 0.5em;
	/* [disabled]clear: both;
*/
	margin-top: 2em;
}
h3 {
	font-size: 1.5em;
	color: #C00;
	margin: 0;
}
h4 {
	font-size: 1.1em;
	color: #666;
	font-weight: normal;
	font-style: italic;
}
h4 em {
	color: #879CC5;
	font-style: normal;
}
ul {
	list-style: square;
}
ul.checklist {
	list-style: url(../../images/icons/accept.png);
}
li {
	margin-bottom: 0.5em;
}
a.button {
	padding: 0.5em 1em;
	display: inline-block;
	color: #EEE;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	text-decoration: none;
	font-weight: normal;
	background-color: #C00;
	font-style: normal;
}
a.button:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #F00;
}
.arrow_box_left {
	position: relative;
	padding-left: 1.75em;
	color: #2F343C;
	/* [disabled]font-size: 1.6em;
*/
}
.arrow_box_left:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 0.5em solid #2F343C;
	border-right: 0.6em solid #2F343C;
	border-bottom: 0.5em solid #2F343C;
	border-left: 0.5em solid #2F343C;
}
.arrow_box_left:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #2F343C;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 1em;
}
.arrow_box_right {
	position: relative;
}
.arrow_box_right:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	border: 0.5em solid #C00;
	right: 0px;
}
.arrow_box_right:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-right: 0.5em solid #C00;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 0.9em;
}
.ribbon_left, .ribbon_right {
	position: relative;
	padding: 5px 10px;
	margin: 30px -10px;
	color: #fff;
	text-align: center;
	background-color: #666;
}
.ribbon_left:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid #333;
	border-left: 10px solid;
}
.ribbon_right:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid black;
	border-right: 10px solid transparent;
}
.callout1, *[class*="callout1"] {
	background-color: #EEE;
	padding: 15px;
	font-size: 0.9em;
}
*[class*="callout1"] h3, *[class*="callout1"] h4 {
	color: #FFF;
	background-color: #000;
	margin: -15px -15px 0px;
	padding: 10px;
	line-height: 1em;
	border-bottom: 4px solid #C00;
	text-align: center;
	text-transform: uppercase;
}
.col-one-third, .col-two-third, .col-one-half, .col-one-fourth {
	overflow: hidden;
	/* [disabled]background-color: #F0F;
*/
}
.col-one-half + .col-one-half, .col-one-third + .col-one-third + .col-one-third, .col-one-third + .col-two-third, .col-two-third + .col-one-third, .col-one-fourth + .col-one-fourth + .col-one-fourth + .col-one-fourth {
	/* [disabled]background-color: #0FF;
*/
	margin-right: 0px;
}
.clear_both {
	clear: both;
}
.columns_3 {
	/* CSS Column code for webkit */
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-rule-color: #CCC;
	-webkit-column-rule-style: dotted;
	-webkit-column-rule-width: 1px;
	/* CSS Column code for mozilla */
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-moz-column-rule-color: #CCC;
	-moz-column-rule-style: dotted;
	-moz-column-rule-width: 1px;
	/* CSS3 Column code  */
	column-count: 3;
	column-gap: 20px;
	column-rule-color: #CCC;
	column-rule-style: dotted;
	column-rule-width: 1px;
}
.contain {
	overflow: hidden;
}

.custom {
	background-image: url(../../images/gear_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	padding: 5px 0 5px 35px;
}
.responsive {
	background-image: url(../../images/responsive_design.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 10px 0 10px 45px;
}
.wordpress {
	background-image: url(../../images/wordpress-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
	padding: 10px 0 10px 45px;
}
.fancy_lines:before, .fancy_lines:after {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	content: "";
	display: inline-block;
	height: 0.1em;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 0.15em;
}
.fancy_lines:before {
	right: 1em;
	margin-left: -50%;
}
.fancy_lines:after {
	left: 1em;
	margin-right: -50%;
}
.fb_likebox * {
	width: 100% !important;
}
.fb_feed {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	color: #666;
	padding-top: 20px;
	margin: 0px;
	background: url(images/facebook_icon.png) no-repeat left 20px;
	padding-left: 0px;
	overflow: hidden;
}
.fb_feed h2 a {
	color: #8896A8;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 2em;
}
.fb_feed .publishedDate {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}
.fb_feed a img {
	float: left;
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-right: 10px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
}
.flt_right, *[align="right"], *[style*="float: right"] {
	float: none;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.flt_left, *[align="left"], *[style*="float: left"] {
	float: none;
	margin-bottom: 10px;
	display: block;
}
.link_cancel {
	background-image: url(../../images/icons/cancel_close.png);
}
.link_details {
	background-image: url(../../images/icons/application_view_detail.png);
}
.link_edit {
	background-image: url(../../images/icons/application_form_edit.png);
}
.link_edit_user {
	background-image: url(../../images/icons/user_edit.png);
}
.link_email {
	background-image: url(../../images/icons/email_go.png);
}
.link_external {
	cursor: alias;
}
.link_logout {
	background-image: url(../../images/icons/lock_open.png);
}
.link-zoom {
	padding: 0px;
}
.link-zoom:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.list_checks {
	list-style: url(../../images/icons/accept.png);
}
.project {
	text-align: center;
	margin: 20px 1.7%;
	height: 450px;
	overflow: hidden;
	/* [disabled]background-color: #0FF;
*/
	width: 45%;
	position: relative;
}
.project #responsive {
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 40px;
	height: auto;
	display: none;
}
.project #wordpress {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 30px;
	height: auto;
	display: none;
}
.project #gear {
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 30px;
	height: auto;
	display: none;
}
.project a {
	font-weight: normal;
	font-size: 14px;
	color: #999;
}
.project .projectImg {
	display: inline-block;
	height: 350px;
	overflow: hidden;
	/* [disabled]-moz-box-shadow: 3px 3px 3px #999;
*/
	/* [disabled]-webkit-box-shadow: 3px 3px 3px #999;
*/
	/* [disabled]box-shadow: 3px 3px 3px #999;
*/
	border: 4px double #DDD;
	margin-bottom: 10px;
	text-align: center;
}
.project .projectImg:hover {
	border-color: #CD291D;
}
.project .projectImg img {
	/* [disabled]visibility: hidden;
*/
	margin: 0 auto;
	width: 100%;
}
.project .desc {
	font-size: 12px;
	color: #999;
	text-align: left;
	display: none;
	padding: 0 10px;
}
#_____________________________________________________HOME {
}
#home #WrapBanner {
	margin-bottom: 0px;
}
#home #WrapBody #LayoutDivBody > div {
	/* [disabled]padding-left: 5px;
*/
}
#home #WrapBody .col-one-third {
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
	color: #666;
}
#home #WrapBody .col-one-third > div {
	padding: 15px;
	background-color: #FFF;
	font-size: 14px;
}
#home #WrapBody .col-one-third#col-1 {
	/* [disabled]margin-left: 5px;
*/
}
#home #WrapBody .col-one-third h2, #home #WrapBody .col-one-third h2 a, #home #WrapBody .col-one-third h2 a:visited {
	color: #000;
}
#home #WrapBody .col-one-third h2 {
	margin: 0 0 20px 0;
	line-height: 1em;
	font-size: 24px;
	background-image: url(../../images/gears_black.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px dotted #CCC;
}
#home #WrapBody .col-one-third#col-2 h2 {
	background-image: url(../../images/gears_red.png);
}
#home #WrapBody .col-one-third#col-3 h2 {
	background-image: url(../../images/gears_green.png);
}
#home #WrapBody .col-one-third h2 em {
	color: #CCC;
	font-size: 18px;
	font-style: normal;
	display: block;
}
#home .theme-cold .nivo-controlNav {
	bottom: -33px;
}
#home #facebook {
	list-style: none;
	padding: 0;
	margin: 0;
}
#home #facebook > li {
	list-style: none;
	padding-left: 25px;
	background-image: url(../../images/icons/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home #facebook li a {
	color: #666;
}
#home #facebook ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	font-style: italic;
	list-style: none;
}
#home .col-one-third {
	margin-left: 5px;
	width: 31.3%;
}
#home #col-2 {
	position: relative;
}
#home #col-2 .back, #home #col-2 .forward {
	position: absolute;
	z-index: 10;
	font-size: 80px;
	color: #DDD;
	display: block;
}
#home #col-2 .back {
	left: 0px;
	top: 150px;
}
#home #col-2 .forward {
	right: 0px;
	top: 150px;
}
#home #col-2 a.back:hover, #home #col-2 a.forward:hover {
	text-decoration: none !important;
}
#home #col-3 ul {
	font-size: 16px;
}
#home #portfolioPanels, #home #portfolioPanels .SlidingPanels, #home #portfolioPanels .SlidingPanelsContent {
	width: 220px;
	height: 250px;
}
#home #portfolioPanels .SlidingPanelsContent img {
	/* [disabled]width: 220px;
*/
}
#home #portfolioPanels {
	position: relative;
	/* [disabled]width: 220px;
*/
	/* [disabled]height: 250px;
*/
	padding: 0px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]display: none;
*/
}
#home #portfolioPanels .SlidingPanels {
	/* [disabled]width: 220px;
*/
	/* [disabled]height: 250px;
*/
	padding: 0px;
	border: none;
}
#home #portfolioPanels .SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 0;
	border: none;
	width: 5000px;
	overflow: hidden;
	z-index: 1;
}
#home #portfolioPanels .SlidingPanelsContent {
	/* [disabled]width: 220px;
*/
	/* [disabled]height: 250px;
*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	position: relative;
	z-index: 1;
	text-align: center;
}
#home #portfolioPanels .SlidingPanelsContent a.caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #EEE;
	font-size: 12px;
	padding: 0px;
	display: block;
	z-index: 2;
	width: 100%;
	height: 2em;
	line-height: 2em;
	background-color: rgba(0,0,0,0.6);
}
#_____________________________________________________CONTAINER {
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #0FF;
*/
	padding: 0 10px;
}
.img-circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 100px;
	height: 100px;
	background-color: #CCC;
}
.img_border, img[class*="border"] {
	border: 4px double #CCC;
	/* [disabled]max-width: 98%; */
}
.img_right_border, img[align="right"], img[style*="float: right"] {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	-webkit-transform: scale(1.0) rotate(2deg);
	-moz-transform: scale(1.0) rotate(2deg);
	-o-transform: scale(1.0) rotate(2deg);
	-ms-transform: scale(1.0) rotate(2deg);
	transform: scale(1.0) rotate(2deg);
}
.img_left_border, img[align="left"], img[style*="float: left"] {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background-color: #FFF;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	padding: 5px;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	/* [disabled]-webkit-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-moz-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-o-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-ms-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]transform: scale(1.0) rotate(2deg);
*/
}
a.sort, .results tr th a {
	background: url(../images/icons/sort_alpha.png) no-repeat right center;
	display: inline;
	height: 16px;
	width: auto;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
a.sort:hover, .results tr th a:hover {
	background-image: url(../images/icons/sort_alpha_over.png);
}
.results_next {
	background: url(../images/icons/resultset_next.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_previous {
	background: url(../images/icons/resultset_previous.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.results_last {
	background: url(../images/icons/resultset_last.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_first {
	background: url(../images/icons/resultset_first.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.search {
	background: url(../images/icons/zoom.png) no-repeat left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
}
table.results {
	border-collapse: collapse;
	width: 90%;
	/* [disabled]max-width: 90%;
*/
}
table.results th, table.results td {
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
table.results th {
	background-color: #EEE;
	font-weight: bold !important;
	text-transform: capitalize;
}
table.results th a {
	background-image: url(../../images/icons/sort_alpha.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 20px 2px 0px;
	font-weight: bold;
	color: #000;
}
table.results th a:hover {
	background-image: url(../../images/icons/sort_alpha_over.png);
}
table.results td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	line-height: 125% !important;
	color: #333;
}
table.results tr:nth-child(even) {
	background-color: #FAFAFA;
}
table.results tr:hover {
	background-color: #FFC;
}
table.results .even_color {
	background-color: #EEE;
}
.row, .row_alt {
	/* [disabled]background-color: #FF0;
*/
	overflow: hidden;
	margin: 1em -1.1%;
	padding: 1em 1%;
}
.row_alt {
	background-color: #EEE;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	/* [disabled]background-color: #F0F;
*/
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2em;
	/* [disabled]background-color: #0F0;
*/
	font-size: 1.2em;
	margin: 0 5px;
	/* [disabled]border: 1px solid #0FF;
*/
	padding: 2px;
	color: #FFF;
}
ul.nav li a:hover, ul.nav li.current a {
	/* [disabled]text-decoration: underline;
*/
	color: #C00 !important;
}
ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #CCC;
	background-color: #AAA;
	color: #CCC;
}
ul.subnav li {
	padding: 0;
	margin: 0;
}
ul.subnav li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	color: #EEE;
	/* [disabled]margin-left: -10px;
*/
}
ul.subnav li a:hover, ul.subnav li a.current {
	background-color: #FFF;
	color: #333;
}
#_____________________________________________________HEADER {
}
#WrapHeader {
	padding: 10px 10px 0px;
	background-color: #E6E6E6; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CBCBCB), to(#E6E6E6)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #CBCBCB, #E6E6E6); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #CBCBCB 0%, #E6E6E6 100%); /* IE10+ */
	border-bottom: 2px solid #F00;
}
#LayoutDivHeader {
	/* [disabled]background-color: #E2E2E2;
*/ /* for non-css3 browsers */
	color: #999;
	text-align: center;
	position: relative;
}
#LayoutDivHeader #logo_link {
	display: block;
}
#LayoutDivHeader #logo {
	margin-top: 10px;
}
#LayoutDivHeader #tagline {
	/* [disabled]background-color: #0FF;
*/
	color: #C00;
	font-size: 11px;
 margin: 10px 0 ];
	margin: 10px 0;
}
#LayoutDivHeader #main_nav li a {
	color: #333;
	/* [disabled]text-transform: uppercase;
*/
	font-size: 16px;
}
#LayoutDivHeader #utility {
	/* [disabled]background-color: #FF0;
*/
	padding: 5px;
}
#LayoutDivHeader #utility #client_login {
	background-image: url(../../images/gear_person.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: auto;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1em;
	text-transform: lowercase;
	color: #777;
	/* [disabled]background-color: #0F0; */
	/* [disabled]width: auto; */
	padding-bottom: 55px;
}
#LayoutDivHeader #utility #client_login:hover {
	color: #F00;
}
#LayoutDivHeader #utility li a {
	color: #CCC;
	font-size: 0.9em;
}
#_____________________________________________________BANNER {
}
#WrapBanner {
	background-color: #000;
	/* [disabled]border-bottom: 1px solid #CCC;
*/
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
#LayoutDivBanner {
	/* [disabled]background-color: #91B6DF;
*/
	text-align: center;
	color: #FFF;
}
#LayoutDivBanner.gridContainer {
	padding: 0;
}
#LayoutDivBanner h1 {
	color: #FFF;
	font-size: 34px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	text-shadow: 2px 2px 1px #1A1A1A;
	margin: 30px 0;
	line-height: 1.3em;
}
#LayoutDivBanner .gridContainer #banner-caption {
	left: 0px;
	/* [disabled]top: 0px;
*/
	position: absolute;
	background-color: rgba(51,51,51,0.7);
	padding: 5px 10px;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}
#LayoutDivBanner h1 + h2 {
	margin: 0;
	margin-top: -30px;
	font-size: 20px;
	color: #C00;
	font-style: italic;
	margin-bottom: 30px;
}
#LayoutDivBanner .gridContainer #banner-caption h3 {
	font-size: 1em;
	text-shadow: none;
	color: #EEE;
	margin-top: 0.5em;
}
#_____________________________________________________BANNER_BOTTOM {
}
#WrapBannerBot {
	text-align: center;
	/* [disabled]border-bottom: 8px solid #DDD;
*/
	background-color: #000; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#54575C), to(#000)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #54575C, #000); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #54575C 0%, #000 100%); /* IE10+ */
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
	min-height: 45px;
	position: relative;
	z-index: 1;
	line-height: 1em;
}
#WrapBannerBot div {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
#WrapBannerBot h1 {
	color: #EEE;
	margin: 0;
	line-height: 1em;
	font-size: 24px;
	font-family: "Raleway Regular";
}
#_____________________________________________________BODY {
}
#WrapBody {
	/* [disabled]overflow: hidden;
*/
}
#LayoutDivBody, body.full #LayoutDivBody {
	/* [disabled]background-color: #F0F;
*/
	margin-bottom: 0px;
}
#LayoutDivBody > div {
	/* [disabled]padding: 0px 10px 20px 20px;
*/
	/* [disabled]padding-left: 20px;
*/
}
#portfolio #LayoutDivBody #description ul {
	list-style: url(../../images/icons/tick.png);
}
#portfolio #LayoutDivBody #description ul ul {
	list-style: square;
}
#_____________________________________________________SIDEBAR {
}
#LayoutDivSidebar > div {
	padding: 0px 0px 20px;
	/* [disabled]background-color: #EEE;
*/
	color: #666;
}
#LayoutDivSidebar h3 {
	color: #666;
	margin-bottom: 0.5em;
}
#_____________________________________________________FOOTER {
}
#WrapFooterTop {
	text-align: center;
	clear: both;
	background-color: #BB1502; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#590500), to(#BB1502)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #590500, #BB1502); /* for firefox 3.6+ */
	background-image: url(../../images/bg_footer_top.png); /* IE10+ */
	min-height: 150px;
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: -10px;
}
#LayoutDivFooterTop {
	overflow: hidden;
	text-align: center;
	color: #999;
}
#WrapFooter {
	background-color: #1a1a1a;
	overflow: hidden;
	line-height: 1.5em;
}
#LayoutDivFooter {
	clear: both;
	text-align: center;
	color: #999;
	overflow: hidden;
}
#LayoutDivFooter .col-one-third {
	background-image: url(../../images/column_arrow_bottom_400px.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	font-size: 12px;
	line-height: 2em;
}
#LayoutDivFooter .col-one-third strong {
	color: #7FC241;
	font-weight: normal;
	font-size: 1.3em;
}
#LayoutDivFooter #col1 ul {
	list-style: none;
	text-align: left;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	width: 175px;
}
#LayoutDivFooter #col1 ul li a {
	background-image: url(../../images/facebook_light.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	color: #FFFFFF;
	line-height: 50px;
}
#LayoutDivFooter #col1 ul li #twitter {
	background-image: url(../../images/twitter_light.png);
}
#LayoutDivFooter #col1 ul li #google {
	background-image: url(../../images/google_light.png);
}
#LayoutDivFooter .col-one-third h4 {
	font-size: 20px;
	color: #FFF;
}
#LayoutDivFooter .col-one-third h3 {
	margin: 40px 0;
}
#LayoutDivFooter .col-one-third h3 a {
	color: #CCC;
	text-transform: lowercase;
	font-size: 46px;
}
#LayoutDivFooter a {
	color: #BBB;
}
#WrapFooter #wdtp {
	color: #666;
	font-size: 11px;
	clear: both;
	display: block;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
}
#WrapFooter #wdtp a {
	color: #888;
}
#WrapFooter #wdtp #responsive {
	overflow: hidden;
	height: 30px;
	width: 133px;
	margin: 25px auto;
}
#WrapFooter #wdtp #responsive a {
	background-image: url(../../images/responsive_icons.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 29px;
	width: 37px;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin: 0 10px;
}
#WrapFooter #wdtp #responsive a:hover {
	background-position-x: left;
	background-position-y: top !important;
}
#WrapFooter #wdtp #responsive a#tablet {
	background-position: -45px bottom;
	width: 18px;
}
#WrapFooter #wdtp #responsive a#mobile {
	background-position: right bottom;
	width: 12px;
}
#WrapFooter #footer_nav a {
	font-size: 14px;
	padding: 10px;
	display: inline-block;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTab {
	width: 17%;
	padding: 10px;
	margin: 0px;
	font-weight: bold !important;
	height: 240px;
	position: relative;
	border-left: 1px none #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTab:first-child {
	border-left: 1px solid #CCC;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContent {
	border-top: 1px none #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 20px;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContentGroup {
	/* [disabled]width: 956px;
*/
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContent img.float_right {
	padding-bottom: 250px;
	padding-left: 100px;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTab h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: 100%;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTab p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	line-height: 1.3em;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTabGroup .TabbedPanelsTab img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -73px;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsTabGroup .TabbedPanelsTab.TabbedPanelsTabSelected p .learn_more {
	display: none;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContent dl img {
	/* [disabled]float: left;
*/
	margin-bottom: 40px;
	margin-right: 40px;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContent dl dt {
	clear: both;
	color: #1D61AA;
	font-weight: normal;
}
#what #TabbedPanelsWhatWeDo .TabbedPanelsContent dl dd {
	margin-right: 100px;
}
#what .learn_more {
	color: #F00;
	display: inline;
	white-space: nowrap;
}
#what .learn_more:hover {
	text-decoration: underline;
}
#what #what-we-do li img {
	position: absolute;
	bottom: 0px;
}
