@charset "UTF-8";
@import url("../../webfonts/Raleway_Regular/stylesheet.css");
@import url("../../webfonts/Raleway_Light/stylesheet.css");
@import url("../../webfonts/Raleway_Italic/stylesheet.css");
@import url("../../webfonts/Raleway_Bold/stylesheet.css");
@import url("../../webfonts/Raleway_SemiBold/stylesheet.css");
@import url("../../webfonts/SignPainter_HouseScript/stylesheet.css");
/*Prevent horizontal scrolling especially for .row_width div with negative margins.*/
html, body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
	color: #4D556B;
	font-family: "Raleway Regular";
}
em {
	font-family: "Raleway Italic";
	font-style: normal;
}
strong {
	font-family: "Raleway SemiBold";
	font-style: normal;
}
/* 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%;
}
/* 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;
	cursor: pointer;
}
/* 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;
}
a img {
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
blockquote {
	margin: 4em 0;
	padding: 1em 2em 2em 2.5em;
	color: #333;
	/* [disabled]background-color: rgba(207,214,226,0.2); */
	border-left: 10px solid #CFD6E2;
	position: relative;
	font-family: "Raleway Italic";
}
blockquote:before {
	color: #CFD6E2;
	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;
	font-family: SignPainter-HouseScript;
	text-transform: capitalize;
	margin: 1em 0.2em 0.2em 0em;
	line-height: 1em;
}
h5, h6 {
	line-height: 1em;
}
h1 {
	font-size: 5em;
	color: #CC0000;
	margin-top: 0.5em;
}
h2 {
	font-size: 4.5em;
	color: #4D556B;
}
h3 {
	font-size: 4em;
	color: #8896A8;
}
h4 {
	font-size: 3.5em;
	color: #CFD6E2;
}
h5 {
	font-size: 2em;
	color: #4D556B;
	font-family: "Raleway Bold";
	text-transform: uppercase;
	margin: 0.5em 0;
}
h6 {
	overflow: hidden;
	text-align: center;
	font-size: 1.2em;
	font-family: "Raleway SemiBold";
	color: rgba(77,85,107,1);
	margin: 1em 0;
	text-transform: uppercase;
}
h6:before, h6:after {
	background-color: #CFD6E2;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
h6:before {
	right: 1em;
	margin-left: -50%;
}
h6:after {
	left: 1em;
	margin-right: -50%;
}
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 !important;
	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;
}
.center, .center_text {
	text-align: center;
}
*[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: capitalize;
}
div[class^="col_"] {
	overflow: hidden;
}
.col_1-2 + .col_1-2, .col_1-3 + .col_1-3 + .col_1-3, .col_1-3 + .col_2-3, .col_2-3 + .col_1-3, .col_1-4 + .col_1-4 + .col_1-4 + .col_1-4 {
	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_back {
	background-image: url(/images/icons/snapback.png);
}
.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_gear_white {
	background-image: url(../../images/gear-icon-white.png);
}
.link_logout {
	background-image: url(../../images/icons/lock_open.png);
}
.link-zoom, .magnific {
	padding: 0px;
}
.link-zoom:hover, .magnific:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.list_checks {
	list-style: url(../../images/icons/accept.png);
}
.projectWrapper {
	float: left;
	overflow: hidden;
}
.project {
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border: 1px solid #CCC;
	position: relative;
	height: 400px;
}
.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 .projectImg {
	display: inline-block;
	text-align: center;
}
.project .projectImg img {
	width: 100%;
	transform-origin: left top;
}
.project a.link_external {
	color: #EEE;
	cursor: alias;
	margin-bottom: 20px;
	font-size: 1.1em;
	padding-left: 0px !important;
}
.project .title {
	color: #FFF;
	background-color: rgba(24,24,22,0.9);
	padding: 25px 10px;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	width: 96%;
}
.project .desc {
	display: none;
}
#project_cats {
	padding: 20px;
}
.pricetag{
	white-space: nowrap;
	position: relative;
	margin: 5px 0px 5px 10px;
	display: inline-block;
	height: 25px;
	border-radius: 0 5px 5px 0;
	padding: 0 15px;
	background-color: #E8EDF0;
	border: 1px solid #C7D2D4;
	color: #999;
	line-height: 25px;
}
.pricetag:before{
    position:absolute;
    background-color:#E8EDF0;
    content:"\25CF";
    color:white;
    text-shadow: 0 0 1px #aaa;
    font-size:12px;
    line-height:13px;
    text-indent:6px;
    top:3px;
    left:-10px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left:1px solid #C7D2D4;
    border-bottom:1px solid #C7D2D4;
}
.pricetag:after{
	/* [disabled]position: absolute; */
	/* [disabled]right: 0; */
	/* [disabled]margin: 1px 7px; */
	/* [disabled]font-weight: bold; */
	/* [disabled]font-size: 19px; */
	/* [disabled]content:"\00D7"; */
}
.pricetag.current, .pricetag.current:before, .pricetag.current:after {
	background-color: #CC0000;
	color: #FFF;
}
#_____________________________________________________HOME {
}
#home #WrapBanner {
	margin-bottom: 0px;
}
#home #WrapBody #LayoutDivBody > div {
	/* [disabled]padding-left: 5px;
*/
}
#home #WrapBody .col_1-3 {
	-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_1-3 > div {
	padding: 15px;
	background-color: #FFF;
	font-size: 14px;
}
#home #WrapBody .col_1-3#col-1 {
	/* [disabled]margin-left: 5px;
*/
}
#home #WrapBody .col_1-3 h2, #home #WrapBody .col_1-3 h2 a, #home #WrapBody .col_1-3 h2 a:visited {
	color: #000;
}
#home #WrapBody .col_1-3 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_1-3#col-2 h2 {
	background-image: url(../../images/gears_red.png);
}
#home #WrapBody .col_1-3#col-3 h2 {
	background-image: url(../../images/gears_green.png);
}
#home #WrapBody .col_1-3 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_1-3 {
	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 {
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	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;
}
.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;
}
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;
}
.section {
	margin: 0em -99em;
	padding: 20px 99em;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.2em;
	background-color: #FFF;
	clear: both;
	text-align: center;
}
.section:after {
	border-top: 40px solid #FFF;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	bottom: -40px;
	content: "";
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	z-index: 10;
	margin-left: -40px;
}
.section.light {
	background-color: #CFD6E1;
}
.section.light:after {
	border-top-color: #CFD6E1;
}
.section.dark {
	background-color: #4D556B;
	color: #FFF;
}
.section.dark h2 {
	color: rgba(255,255,102,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 1.6em;
	height: 1em;
	padding: 0.2em;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
	margin: 0 auto 10px;
	line-height: 1.2em;
}
.section.dark h5 {
	color: #FFF;
	font-family: SignPainter-HouseScript;
	font-size: 3em;
	margin: 0.2em;
	text-transform: capitalize;
}
.section.dark a {
	color: yellow;
}
.section.dark:after {
	border-top-color: #4D556B;
}
.section.right:after {
	left: 57%;
}
.section.left:after {
	left: 43%;
}
.section.img {
	position: relative;
	background-image: url(/images/bg_notebook.jpg);
	background-repeat: no-repeat;
	background-position: center 55%;
	background-size: auto;
}
.section.img:after {
	border-top-color: #FFF;
	opacity: 1;
	z-index: 5;
}
.section.dark.img:after {
	border-top-color: #5D6579;
}
.section.img:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
	background-color: #FFF;
}
.section.light.img:before {
	background-color: #CFD6E1;
}
.section.dark.img:before {
	background-color: #4D556B;
}
.section.img > * {
	z-index: 5;
	position: inherit;
}
.section.full {
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.section.full img {
	width: 100%;
}
table.results {
	border-collapse: collapse;
	width: 100%;
}
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;
}
#_____________________________________________________ NAVIGATION {
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	text-decoration: none;
	white-space: nowrap;
	line-height: 2em;
	font-size: 20px;
	margin: 0 10px;
	color: #EEE;
	font-family: "Raleway SemiBold";
	letter-spacing: 0px;
}
ul.nav.admin li a {
	color: #C00;
}
ul.nav li a:hover, ul.nav a.current  {
	color: rgba(204,0,0,1) !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 {
	background-color: rgba(0,0,0,1);
	left: 0px;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0px;
	border-bottom: 1px solid #CC0000;
}
#WrapTopStripe {
	background-color: #990000;
	color: #FFF;
}
#LayoutDivTopStripe {
	padding: 10px;
	overflow: hidden;
	font-size: 13px;
	letter-spacing: 0px;
}
#LayoutDivTopStripe a {
	color: #FFF;
}
#LayoutDivTopStripe #tagline {
 margin: 10px 0 ] font-style: italic
	/* [disabled]font-family: "Raleway Italic"; */
}
#LayoutDivTopStripe #utility {
}
#LayoutDivHeader {
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
#LayoutDivHeader #logo_link {
	display: block;
}
#LayoutDivHeader #logo {
	max-width: 300px;
}
#_____________________________________________________BANNER {
}
#WrapBanner {
	background-color: #000;
	/* [disabled]border-bottom: 1px solid #CCC;
*/
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#LayoutDivBanner {
	/* [disabled]background-color: #91B6DF;
*/
	text-align: center;
	color: #FFF;
	min-height: 250px;
}
#LayoutDivBanner .dmxNivoSlider  {
	max-width: 2000px;
}
#LayoutDivBanner.gridContainer {
	padding: 0;
}
#LayoutDivBanner h1 {
	/* [disabled]color: #FFF; */
	position: absolute;
	overflow: hidden;
	text-align: center;
	left: 10px;
	right: 10px;
	bottom: 40px;
	/* [disabled]text-shadow: 1px 1px #FFF; */
}
#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;
}
#LayoutDivBanner #map {
	height: 300px;
}
#_____________________________________________________BANNER_BOTTOM {
}
#WrapBannerBot {
	text-align: left;
	background-color: #FFF !important;
	margin: 0;
}
#WrapBannerBot h1 {
	line-height: 1em;
	margin: 0;
	padding: 0.3em 0 0 0;
}
#_____________________________________________________BODY {
}
#WrapBody {
	/* [disabled]overflow: hidden;
*/
}
#LayoutDivBody, body.full #LayoutDivBody {
	/* [disabled]background-color: #F0F;
*/
	margin-bottom: 0px;
}
#portfolio #LayoutDivBody #description ul {
	list-style: url(../../images/icons/tick.png);
}
#portfolio #LayoutDivBody #description ul ul {
	list-style: square;
}
.status_feed {
}
.status_feed small {
	font-size: 16px;
	color: #666;
}
.status_feed p {
	font-size: 1em;
}
#_____________________________________________________SIDEBAR {
}
#LayoutDivSidebar > div {
	padding: 0px 0px 20px;
	/* [disabled]background-color: #EEE;
*/
	color: #666;
}
#LayoutDivSidebar h3 {
	color: #666;
	margin-bottom: 0.5em;
}
#_____________________________________________________FOOTER {
}
#WrapFooter {
	overflow: hidden;
	background-image: url(/images/bg_footer.jpg);
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1a1a1a;
	color: #CCC;
	margin-top: 20px;
}
#WrapFooter:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.7;
	background-color: #000;
}
#LayoutDivFooter {
	clear: both;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	position: inherit;
}
#LayoutDivFooter .col_1-3 {
	/* [disabled]background-image: url(../../images/column_arrow_bottom_400px.png); */
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDivFooter .col_1-3 a {
	color: #CCC;
}
#LayoutDivFooter .col_1-3 strong {
	color: #F2EA26;
	font-weight: normal;
	font-size: 1.3em;
}
#LayoutDivFooter #col1 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#LayoutDivFooter #col1 ul li a {
	display: block;
	color: #CCC;
	font-size: 4em;
}
#LayoutDivFooter .col_1-3 h2 {
	/* [disabled]margin: 40px 0; */
}
#LayoutDivFooter .col_1-3 h2 a {
	color: #CCC;
}
#LayoutDivFooter .col_1-3 h4 {
	font-size: 20px;
	color: #FFF;
}
#WrapFooter #wdtp {
	clear: both;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
	position: inherit;
	z-index: 1;
}
#WrapFooter #wdtp a {
	color: #CCC;
}
#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 {
	padding: 10px;
	display: inline-block;
	font-size: 1.1em;
}
#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;
}
