
/* ========================================================== */
/* 						   GLOBAL RESET                       */
/* ========================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { 
	font-style: normal; 
	font-weight: normal; 
}
caption,th { 
	text-align: left; 
}
q:before,q:after { 
	content: ''; 
}
a { 
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* float clearing for IE6 */
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.clearBoth {
	clear: both;
	display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
	vertical-align: super
}
.hidden {
	display:none;
}
div::selection, span::selection, p::selection, li::selection, dd::selection, dt::selection, fieldset::selection, label::selection, input::selection, textarea::selection, table::selection, tr::selection, td::selection, iframe::selection, b::selection, i::selection, blockquote::selection, pre::selection, code::selection, strong::selection, em::selection, u::selection, sub::selection, sup::selection,  legend::selection, a::selection {
        background: #072945;
		color: #ffffff;
}
div::-moz-selection, span::-moz-selection, p::-moz-selection, li::-moz-selection, dd::-moz-selection, dt::-moz-selection, fieldset::-moz-selection, label::-moz-selection, input::-moz-selection, textarea::-moz-selection, table::-moz-selection, tr::-moz-selection, td::-moz-selection, iframe::-moz-selection, b::-moz-selection, i::-moz-selection, blockquote::-moz-selection, pre::-moz-selection, code::-moz-selection, strong::-moz-selection, em::-moz-selection, u::-moz-selection, sub::-moz-selection, sup::-moz-selection,  legend::-moz-selection, a::-moz-selection  {
        background: #072945;
		color: #ffffff;
}

/* ======================================================= */
/*                       BASIC STYLE                       */
/* ======================================================= */

/* Basic typography
---------------------------------------------------------- */
body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Droid Sans",sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
p, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
}
strong, th, thead td {
	font-weight: bold;
}
em, dfn, cite {
	font-style: italic;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
}
code, pre, input[type=text], input[type=password], input[type=email], textarea {
	font-size: 12px;
	line-height: 20px;
}
del {
	color: #666666;
	text-decoration: line-through;
}
dfn, ins {
	border-bottom: 1px solid #E5E5E5;
}
sub, sup, small {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	border-bottom: 1px dotted #E5E5E5;
	cursor: help;
}

/* Heading size
---------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    margin-bottom: 0.6em;
	color: #072945;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	line-height:1em;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* code & pre
---------------------------------------------------------- */
code, pre {
	display: block;
	white-space: pre;
}
.code_wrap {
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin-bottom: 20px;
	clear: both;
}
.code, .pre {
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	background: #f1f3f6;
	overflow: auto;
	padding: 20px 10px;
}
.code {
	background: #f1f3f6 url(../styles/_default/code.png);
}

/* Basic Links
---------------------------------------------------------- */

#container a:link,
#container a:visited,
.toggle_title {
	color: #333333;
}
#container a:hover {
	cursor: pointer;
}
#container h1 a:link, #container h1 a:visited, 
#container h2 a:link, #container h2 a:visited, 
#container h3 a:link, #container h3 a:visited, 
#container h4 a:link, #container h4 a:visited, 
#container h5 a:link, #container h5 a:visited, 
#container h6 a:link, #container h6 a:visited {
	color: #072945;
}
#container #description h1 a {
	color: #072945;
}

/* Basic Lists
---------------------------------------------------------- */
ul {
	margin-left: 1.5em;
	list-style-type: disc;
}
ul li {
	margin-left: .85em;
	margin: 4px 0;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	margin-left: 2.35em;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: .8em;
	margin-bottom: .4em;
	font-weight: bold;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
ul ol, ol ul, ol ol, ul ul {
	margin-bottom: 0;
}
  
/* ========================================================== */
/* 				  		    HEAD AREA                         */
/* ========================================================== */

#wrapper {
	position: relative;
	z-index: 1;
}
#headerWrapper {
	padding-top: 10px;
	background: #072945 url(../styles/_default/header.png) no-repeat top center;

}
#header {
	width: 1002px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	padding: 0 0px 32px;
	/* --------------------  float:left; */
	/* -------------------- float:right; */
}
#left_alignment #header {
	float: left;
}
#left_alignment #headerWrapper {
	padding-left: 20px;
}
#right_alignment #header {
	float: right;
}
#right_alignment #headerWrapper {
	padding-right: 20px;
}
#logo {
	position: relative;
	top: 0;
	left: 0;
	font-size: 42px;
	color: #ffffff; 
	z-index: 0;
}
#siteDescription {
	margin-left: 5px;
	color: #ffffff; 
}

/* Header Widget Area
---------------------------------------------------------- */
#headerWidget {
	position: relative;
	z-index: 10;
	float: right;
	text-align: right;
	color: #ffffff;
}
#header .widget {
	padding-bottom: 0 !important;
}
#header .widget a,
#header .widget a:visited {
	color: #ffffff;
}
#search {
	clear: both;
	float: right;
	position: relative;
	width: 245px;
	margin: 0 0px 15px 0; 
	z-index: 10;
	background: url(../styles/_default/searchField.png) no-repeat;
	text-align: left;
}
#searchField {
	width: 198px;
	height: 23px;
	background: transparent;
	border: 0;
	padding: 0 0 0 10px;
	line-height: 22px;
	color: #ffffff;
}
#searchButton {
	position: absolute;
	top: -4px;
	right: -4px;
}

/* ========================================================== */
/* 						 TOP NAVIGATION                       */
/* ========================================================== */

#nav {
	clear: both;
	position: relative;
	z-index: 200;
    height: 25px;
	padding: 10px 0px 10px 0px;
	float: right;
	/* float: left; */
}
#nav ul {
	margin: 0;
	padding: 0;
}
/* Top level list items */
#nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
	display: inline;
    float: left;
    z-index: 200;
    width: auto;
	cursor: pointer;
	list-style-type: none;
}
/* Top level menu link items style */
#nav ul li a {
    position: relative;
    display: block;
    margin: 0px 0 0;
    white-space: nowrap;
    width: auto;
    padding: 0px 15px 0 0;
    text-align: center;
	color: #ffffff;	
}
#nav ul li a.level-1-a {
	height: 25px;
	font-size: 16px;
}
#nav ul li a.level-1-a span {
	line-height: 25px;
}
#nav ul li a span {
    padding: 0 0 0 15px;
    display: block;
    cursor: pointer;
}
/* 1st sub level menu */
#nav ul li ul {
    width: 212px;
	margin: 0;
    padding: 0;  
	position: absolute;
    left:0px;
	display: block;
	visibility: hidden;
}
/* Sub level menu list items (undo style from Top level List Items) */
#nav ul li ul li {
	display: list-item;
	float: none;
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
#nav ul li ul li ul {
	top: 0;	
}
#nav ul li ul li.firstItem ul {
	top: 10px !important;	
}
#nav ul li ul li ul li.firstItem ul {
	top: 0px !important;	
}
#nav ul ul {
    padding: 0;    
}
#nav ul ul li {
    padding: 0;
    background: url(../styles/_default/submenu.png) top center;
}
#nav ul ul li.firstItem {
    background: url(../styles/_default/submenuFirst.png) no-repeat top center;
}
#nav ul ul li.lastItem {
    background: url(../styles/_default/submenuLast.png) no-repeat bottom center;
}
#nav ul ul ul li.firstItem {
    background: url(../styles/_default/submenu.png) bottom center;
}
#nav ul ul li.firstItem.lastItem {
	 background: url(../styles/_default/submenuFirstLast.png) top center;
}
#nav ul ul ul li.lastItem {
    background: url(../styles/_default/submenuLast.png) no-repeat bottom center !important;
}
#nav ul ul a {
    padding: 0px 14px 0 14px;
    float: none;
    display: block!important;
    white-space: normal;
    width: 184px;
    margin: 0;
    text-transform: none;
    color: #ffffff;
}
#nav ul ul a span {
    margin-top: 0;
    text-align: left;
    display: block!important;
	padding: 4px 0 6px;
	border-bottom: 1px solid #A3ACB4;
}
#nav ul ul li.firstItem a.level-2-a span {
	padding: 15px 0 5px;
}
#nav ul ul li.lastItem a.level-2-a,
#nav ul ul li.lastItem a.level-2-a span,
#nav ul ul ul li.lastItem a.level-3-a,
#nav ul ul ul li.lastItem a.level-3-a span,
#nav ul ul ul li.lastItem a.level-4-a,
#nav ul ul ul li.lastItem a.level-4-a span {
	height: 43px;
	border: none;
}
#nav ul ul ul li.firstItem a.level-2-a span,
#nav ul ul li.firstItem ul a.level-2-a span {
	padding: 4px 0 6px;
} 
/* lava lamp */
#nav li.back {
    width: 6px;
    height: 25px;
    z-index: 198;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
    background: url(../styles/_default/menu.png) no-repeat 0 0;
}
#nav li.back .left {
    padding: 0;
    width: auto;
    height: 25px;
    margin: 0 0 0 6px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    background: url(../styles/_default/menu.png) no-repeat right -25px;
}
/* ========================================================== */
/*                      Home Page Sliders                     */
/* ========================================================== */

/* All Sliders
---------------------------------------------------------- */
#slide {
	clear: both;
	width: 1002px;
	margin: 0 auto 25px auto;
	position: relative;
	z-index: 91;
	padding: 1px 0px 0px;
	background: url(../styles/_default/sliderShadow.png) no-repeat center bottom;
	overflow: hidden;
}
#slideFrame {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 2px;
	left: 1px;
	z-index: 90;
	background: url(../styles/_default/slideFrame.png);
}
#slideFrameLower {
	width: 984px;
	height: 8px;
	position: absolute;
	bottom: 31px;
	left: 9px;
	z-index: 90;
	background: url(../styles/_default/slideFrameLower.png);
}
#slide img {
	display: block;
}

/* Randf Slider ../styles
---------------------------------------------------------- */
#slider_container {
	width: 1000px;
	height: 400px;	
	position: relative;
	left: 0px;
	overflow: hidden;
	top: 0px;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	border: 1px solid #bcbcbc;
	margin-bottom: 30px;
}
#slider_container .mini_holder img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 400px;
}
#slider_container .mini_holder {
	overflow: hidden;
	display: none;
	width: 1000px;
	height: 400px;
}
/* Direction Navigation ../styles (e.g. Next & Prev) */
#slider_directionNav a {
	position: absolute;
	top: 42%;
	width: 40px;
	height: 40px;
	text-indent: -10000px;
	z-index: 101;
	cursor: pointer;
	display: inline-block;
}
#sliderControls_left {
	left: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat 0 0;
}
#sliderControls_right {
	right: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat -40px 0;
}
#slide #slider_controls {	
	position: absolute;
	padding: 0;
	z-index: 102;
    width: 100%;
}
#slide #mini_blocks {
    width: 100%;
    text-align: center;
}
#slide .mini_block_list {
	float: none;
	display: inline-block;
	width: 14px;
	height: 14px;	
	margin :0 2px;
	cursor: pointer;
	overflow: hidden;
	background: url(../styles/_default/sliderControls.png) no-repeat;
	background-position: 0 0;  
}
#slide .mini_block_list_active {
	cursor: default;
	background-position: 0 -14px;
}
#slide .mini_block_list:hover {
	background-position: 0 -14px;
}
#slide #slider_container .caption_1,
#slide #slider_container .caption_2,
#slide #slider_container .caption_3,
#slide #slider_container .caption_4 {
	position: absolute;
    z-index: 91;
	padding: 2px 1px;
	display: inline-block;
	margin: 0;
	margin-bottom: 2px;	
	-moz-box-shadow: 0px 0px 7px #111111; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 7px #111111; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 7px #111111; /* Opera 10.5, IE 9.0 */
}
#slide #slider_container .fist_caption {
	margin-top: 80px;
}
#slide #slider_container .caption_1 {
	background: #072945;
	color: #ffffff;
	font-size: 44px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 8px;
	padding: 0px 10px;
	height: 50px;
	line-height: 50px;
}
#slide #slider_container .caption_2,
#slide #slider_container .caption_3,
#slide #slider_container .caption_4 {
	background: #072945;
	color: #ffffff;
	font-size: 34px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 6px;
	padding: 0px 15px 0 10px;
	height: 38px;
	line-height: 38px;
}
#slide #slider_images {
	width: 1000px;
	height: 400px;
}
#slider_images a {
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 91;
	display: inline-block;
	background: url("../styles/_default/blank.png");
}

/* Nivo Slider ../styles
---------------------------------------------------------- */
#nivo_slider_wrap {
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	border: 1px solid #bcbcbc;
	margin-bottom: 30px;
}
#nivo_slider_wrap #slideFrame {
	width: 1000px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url(../styles/_default/slideFrame.png);
}
#nivo_slider_wrap #slideFrameLower {
	width: 984px;
	height: 8px;
	position: absolute;
	bottom: 30px;
	left: 8px;
	z-index: 100;
	background: url(../styles/_default/slideFrameLower.png);
}
#nivo_slider_wrap #slideFrameLower {
	bottom: 0;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
	z-index: 101;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Caption ../styles */
.nivo-caption {
	left: 20px;
	bottom: 20px;
	z-index: 100;
	width: 300px;	
	padding: 10px;
	background: #000000;
	color: #ffffff;
	opacity: 0.8;  
	filter: alpha(opacity = 80);
	position: absolute; 
	border-radius: 4px 4px 4px 4px;	
}
.nivo-caption h6 {
	color: #ffffff;
	display: block;
	font-size: 16px;
}
.nivo-caption p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;	
}
#intro .nivo-caption p {
	font-size: 12px;
}
.nivo-html-caption {
    display: none;
}

/* Direction Navigation ../styles (e.g. Next & Prev) */
#nivo_slider_wrap .nivo-directionNav a {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -10000px;
	top: 45%;
	z-index: 101;
	cursor: pointer;
}
#nivo_slider_wrap .nivo-prevNav {
	left: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat 0 0;
}
#nivo_slider_wrap .nivo-nextNav {
	right: 20px;
	background: url("../styles/_default/sliderArrows.png") no-repeat -40px 0;
}
/* Control Navigation ../styles (e.g. 1,2,3...) */
#nivo_slider_wrap .nivo-controlNav {
	position: absolute;
	padding: 0;
	z-index: 102;
    width: 100%;
    text-align: center;
	height: 14px;
}
#nivo_slider_wrap .nivo-controlNav span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	vertical-align: top;
}
#nivo_slider_wrap .nivo-controlNav a {
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	z-index: 102;
	float: none;    
	display: inline-block;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
}
#nivo_slider_wrap .nivo-controlNav a.active {
	cursor: default;
	background-position: 0 -14px;
}
#nivo_slider_wrap .nivo-controlNav a:hover {
	background-position: 0 -14px;
}
#slider_loading,
#nivo_slider_loading {
	position: absolute;
    background: url("../styles/_default/loading.gif") no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;	
	z-index: 13;
}
#nivo_slider_wrap .slideImage {
	display: none;
}

/* Anything Slider ../styles
---------------------------------------------------------- */
#anything_slider, 
#anything_slider li.panel {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	overflow: hidden;
}
#anything_slider_wrap {
	width: 1000px;
	position: relative;
	overflow: hidden;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	border: 1px solid #bcbcbc;
	margin-bottom: 30px;
}
#anything_slider_loading {
	width: 1000px;
	position: absolute;
	top: 0px;
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
	z-index: 101;
	margin-top: 2px;
	margin-left: 1px;
}
#anything_slider {
	width: 1000px;
}
#anything_slider {
	visibility: hidden;	
}
div.anythingSlider {
	width: 1000px;
	margin: 0 auto;
}
div.anythingSlider .anythingWindow {
	background-color: #fff;
}
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
div.anythingSlider {
	position: relative;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
/* Navigation Arrows */
div.anythingSlider .arrow {
	position: absolute;
	display: block;
	top: 45%;
	z-index: 101;
	opacity: 0.0;
	filter: alpha(opacity = 00);
}
div.anythingSlider .arrow a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -10000px;
	z-index: 101;
	outline: 0;
	cursor: pointer;
}
div.anythingSlider .arrow a span { 
	display: block; 
	text-indent: -9999px; 
}
div.anythingSlider .forward { 
	margin-right: 20px; 
	right: 0; 
}
div.anythingSlider .back { 
	margin-left: 20px;
	left: 0; 
}
div.anythingSlider .forward a { 
	background: url("../styles/_default/sliderArrows.png") no-repeat -40px 0; 
}
div.anythingSlider .back a { 
	background: url("../styles/_default/sliderArrows.png") no-repeat 0 0; 
}
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { }
div.anythingSlider .back.disabled { 
	display: none; 
} /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .forward.disabled { 
	display: none; 
} /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Slide Navigation */
div.anythingSlider .anythingControls {  
	padding-top: 15px;
	outline: 0; 
	text-align: center; 
}
div.anythingSlider .thumbNav { 
	position: relative;
	float: none; 
	margin: 0; 
}
div.anythingSlider .thumbNav li { 
	display: inline; 
	margin: 0; 
}
div.anythingSlider .thumbNav a {
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
	text-decoration: none;
	outline: 0;
	text-indent: -9999px;
	cursor: pointer;
}
div.anythingSlider .thumbNav a:hover {
	background-position: 0 -14px;
}
div.anythingSlider .thumbNav a.cur {
	background-position: 0 -14px;
}
div.anythingSlider .start-stop {
	display: none;
}
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* Captions */
.anything_caption {
	opacity: 0.8;
	position: absolute;
	background-color: #000;
	padding: 20px 20px;
	z-index: 100;
	color: #ffffff;
}
.anything_caption h3, .anything_caption p {
	color: #ffffff !important;
	margin-bottom: 10px;
}
.anything_caption h3 {
	line-height: 1.2em;
}
.caption_top, .caption_bottom {
	width: 960px;
}
.caption_top {
	top: 20px;
}
.caption_bottom {
	bottom: 20px;
}
.caption_left, .caption_right {
	width: 220px;
}
.caption_left {
	left: 20px;
}
.caption_right {
	right: 20px;
}
/* Sidebar */
.anything_sidebar_content {
	width: 240px;
	padding: 30px;
	top: 0px;
	position: absolute; 
}
.anything_sidebar_image {
	width: 700px;
	top: 0px;
	position: absolute;
}
.anything_sidebar_left .anything_sidebar_content {
	left: 0px;
}
.anything_sidebar_left .anything_sidebar_image {
	right: 0px;
}
.anything_sidebar_right .anything_sidebar_content {
	right: 0px;
}
.anything_sidebar_right .anything_sidebar_image {
	left: 0px;
}

/* ========================================================== */
/*                       Shortcode Sliders                    */
/* ========================================================== */

/* Nivo
---------------------------------------------------------- */
.nivo_container {
	padding-bottom: 15px;
}
.nivoslider_wrap {
    background: #ececec url("../styles/_default/loading.gif") no-repeat center center;
}
.nivoslider_wrap img {
	display: none;
}
.nivoslider_wrap .nivo-caption {
	left: 0px;
	bottom: 0px;
	width: 96%;
	border-radius: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 2%;	
}
.nivoslider_wrap .nivo-controlNav {
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	height: 14px;
	bottom: -25px;
}
.nivoslider_wrap .nivo-controlNav span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	vertical-align: top;
}
.nivoslider_wrap .nivo-controlNav a {	
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	z-index: 102;
	float: none;    
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
}
.nivoslider_wrap .nivo-controlNav a.active {
	cursor: default !important;
	background-position: 0 -14px;
}
.nivoslider_wrap .nivo-controlNav a:hover {
	background-position: 0 -14px;
}

/* Slides
---------------------------------------------------------- */
.slides_container {
	overflow: hidden;
	position: relative;
	display: none; 
	background-color: #ececec !important;
}
.slides_container a {
	width: 570px;
	height: 270px;
	display: block;
}
.slides_container a img {
	display: block;
}
.slides_wrap {
	position: relative;
	padding-bottom: 40px;
}
.slides_wrap .image_shadow {
	position: absolute;
}
.slides_wrap .pagination {
	width: 100%;
	margin: 0px 0 0;
	padding: 0;
	text-align: center;
	height: 14px;
	position:absolute;
	bottom:15px;
}
.slides_wrap .pagination span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	vertical-align: top;
}
.slides_wrap .pagination a {
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	background: url("../styles/_default/sliderControls.png") no-repeat 0 0;
}
.slides_wrap .pagination span.current a,
.slides_wrap .pagination span a:hover {
	background-position: 0 -14px;
}
.slides_wrap .pagination span.current a {
	cursor:default !important;
}
/* Caption ../styles */
.nivo-caption p {
	margin: 0;
	padding: 8px 15px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}
/* Caption ../styles */
.slides_wrap .caption {
	z-index: 500;
	position: absolute;
	bottom: -35px;
	left: 0 ;
	height:35px;
	padding: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	border-top: 1px solid #000;
	text-shadow: none;
	display: block;
}
.slides_wrap .caption p {
	padding: 8px 15px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

/* Quote Rotator
---------------------------------------------------------- */
.rotate_items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rotate_items li {
	display: none;
}
.rotate_items li.firstRotateItem {
	display: block;
}
.rotate_items .qr_buttons span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 3px 0 0;
	vertical-align: top;
}
.rotate_items .qr_buttons button {
	height: 22px;
	width: 22px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	line-height: 0;
	cursor: pointer;
	border: none;
}
.qr_buttons button.qr_previous {
	background: url("../styles/_default/rotateArrows.png") no-repeat 0 0;
}
.qr_buttons button.qr_next {
	background: url("../styles/_default/rotateArrows.png") no-repeat -22px 0;
}
.qr_buttons {
	position: relative;
	bottom: 10px;
}

/* ========================================================== */
/*                       Styled Elements                      */
/* ========================================================== */

/* Styled Tables
---------------------------------------------------------- */
table, td, th {
    vertical-align: middle;
}
.styled_table {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.styled_table table {
	width: 100%;
	margin: 0;
	border: 1px solid #ffffff;
}
.styled_table th {
	color: #333399;
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 12px;
}
.styled_table td {
	border-top: 1px solid #ffffff;
    text-align: center;
    color: #666699;
    padding: 10px;
}
.styled_table tbody tr:hover td {
	background: none;
}
.styled_table tfoot td {
    padding: 8px;
}
.styled_table.alignright {
	margin: 2px  0 20px 20px;
}
.styled_table.alignleft {
	margin: 2px 20px 20px 0;
}
.styled_table thead th {
	background: url(../styles/_default/styled_thead.png) repeat 0 0;
}
.styled_table tfoot td {
	background: url(../styles/_default/styled_tfoot.png) repeat 0 0;
}
.styled_table tbody tr td {
	background: url(../styles/_default/styled_tbody.png) repeat 0 0;
}
.styled_table .button {
	margin: 10px 0;
}

/* Styled Lists
---------------------------------------------------------- */
ul.list_1, ul.list_2, ul.list_3, ul.list_4, ul.list_5, ul.list_6, ul.list_7, ul.list_8, ul.list_9, ul.list_10, ul.list_11, ul.list_12 {
	list-style-type: none;
	margin-left: 5px;
}
ul.list_1 li, ul.list_2 li, ul.list_3 li, ul.list_4 li, ul.list_5 li, ul.list_6 li, ul.list_7 li, ul.list_8 li, ul.list_9 li, ul.list_10 li, ul.list_11 li, ul.list_12 li {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
    background-image: url(../styles/_default/styled_list.png);
	padding-left: 26px;
	margin: 4px 0;
}
ul.list_1 li {
	background-position: -330px 0px;
}
ul.list_2 li{
	background-position: -300px -30px;
}
ul.list_3 li {
	background-position: -270px -60px;
}
ul.list_4 li {
	background-position: -240px -90px;
}
ul.list_5 li {
	background-position: -210px -120px;
}
ul.list_6 li {
	background-position: -180px -150px;
}
ul.list_7 li {
	background-position: -150px -180px;
}
ul.list_8 li {
	background-position: -120px -210px;
}
ul.list_9 li {
	background-position: -90px -240px;
}
ul.list_10 li {
	background-position: -60px -270px;
}
ul.list_11 li {
	background-position: -30px -300px;
}
ul.list_12 li {
	background-position: 0px -330px;
}
ul.list_1 ul, ul.list_2 ul, ul.list_3 ul, ul.list_4 ul, ul.list_5 ul, ul.list_6 ul, ul.list_7 ul, ul.list_8 ul, ul.list_9 ul, ul.list_10 ul, ul.list_11 ul, ul.list_12 ul {
	list-style-type: none;
	margin-left: 0;
}

/* Styled Boxes
---------------------------------------------------------- */

/* Message Boxes */
.download_box, .upload_box,
.info_box, .faq_box,
.warning_box, .notice_box,
.success_box {
	padding-bottom: 25px;
    padding-left: 55px;
    padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	border: 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.download_box {
	border-color: #7a9e3c;
	color: #5d8836;
	-moz-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Opera 10.5, IE 9.0 */
	background: #cfe2b1 url(../styles/_default/icons/download_box.png) no-repeat 10px 15px;
}
#container .download_box a:link,
#container .download_box a:visited {
	color: #5d8836;
	text-decoration: underline;
}
.upload_box,
.info_box,
.faq_box {
	border-color: #038bd4;
	color: #038bd4;
	-moz-box-shadow: 0px 0px 5px rgb(3, 139, 212); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(3, 139, 212); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(3, 139, 212); /* Opera 10.5, IE 9.0 */
}
.upload_box {
	background: #d0e3ea url(../styles/_default/icons/upload_box.png) no-repeat 10px 15px;
}
.info_box {
	background: #ddebf7 url(../styles/_default/icons/info_box.png) no-repeat 10px 15px;
}
.faq_box {
	background: #ddebf7 url(../styles/_default/icons/faq_box.png) no-repeat 10px 15px;
}
.warning_box {
	background: #ffcfcf url(../styles/_default/icons/warning_box.png) no-repeat 10px 15px;
}
.notice_box {
	background: #fdedb6 url(../styles/_default/icons/notice_box.png) no-repeat 10px 15px;
}
#container .upload_box a:link, #container .info_box a:link, #container .faq_box a:link,
#container .upload_box a:visited, #container .info_box a:visited, #container .faq_box a:visited {
	color: #038bd4;
	text-decoration: underline;
}
.warning_box {
	border-color: #c93119;
	color: #c93119;
	-moz-box-shadow: 0px 0px 5px rgb(223, 81, 81); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(223, 81, 81); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(223, 81, 81); /* Opera 10.5, IE 9.0 */
}
#container .warning_box a:link,
#container .warning_box a:visited {
	color: #c93119;
	text-decoration: underline;
}
.notice_box {
	border-color: #a87525;
	color: #a87525;
	-moz-box-shadow: 0px 0px 5px rgb(168, 117, 37); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(168, 117, 37); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(168, 117, 37); /* Opera 10.5, IE 9.0 */
}
#container .notice_box a:link,
#container .notice_box a:visited {
	color: #a87525;
	text-decoration: underline;
}
.success_box {
	background-color: #cfe2b1;
	border-color: #7a9e3c;
	color: #5d8836;
	-moz-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(122, 158, 60); /* Opera 10.5, IE 9.0 */
	padding: 15px;
}
#container .success_box a:link,
#container .success_box a:visited {
	color: #5d8836;
	text-decoration: underline;
}
/* Note Boxes */
.note {
	border: 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #e9eef5;
	border-color: #063275;
	color: #063275;
	-moz-box-shadow: 0px 0px 5px rgb(6, 50, 117); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgb(6, 50, 117); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgb(6, 50, 117); /* Opera 10.5, IE 9.0 */
	margin-bottom: 20px;
	padding-top: 20px;
}
.note .noteTitle {
    padding: 0 10px 5px 15px;
	margin: 0;
	color: #063275;
}
.note .noteContent {
	padding: 0 10px 20px 15px;
}
.note.alignright {
	margin: 2px  0 20px 20px;
}
.note.alignleft {
	margin: 2px 20px 20px 0;
}
#container .note a:link,
#container .note a:visited {
	color: #063275;
	text-decoration: underline;
}
/* Framed Boxes */
.framed_box {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbbbbb;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	margin-bottom: 20px;
}
.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.rounded .framed_box_content {
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.framed_box .center {
	text-align: center;
}
.framed_box h2 {
	font-size: 36px;
}
.framed_box h2 span {
	font-size: 14px; 
	text-transform: none;
}
.framed_box_content {
	border: 1px solid #ffffff;
	background-color: #f7f7f7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7); /* for firefox 3.6+ */
	padding: 20px;
	padding-bottom: 0;
}
h6.framed_box_title {
    color: #ffffff;
	padding: 15px 20px;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
	line-height: 10px;
    letter-spacing: 1px;
	border: 1px solid #ffffff;
	border=bottom: none;
}
.framed_box_title {
	background-color: #072945;
}
.framed_box_title.rounded {
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* Styled Text
---------------------------------------------------------- */
.icon_text {
	padding-left: 24px;
	display: inline-block;
	background: url(../styles/_default/styled_text.png);
}	
.home_icon {
	background-position: -330px 0px;
}
.user_icon {
	background-position: -300px -30px;
}
.multiuser_icon {
	background-position: -270px -60px;
}
.download_icon {
	background-position: -240px -90px;
}
.email_icon {
	background-position: -210px -120px;
}
.tag_icon {
	background-position: -180px -150px;
}
.phone_icon {
	background-position: -150px -180px;
}
.flower_icon {
	background-position: -120px -210px;
}
.clock_icon {
	background-position: -90px -240px;
}
.link_icon {
	background-position: -60px -270px;
}
.music_icon {
	background-position: -30px -300px;
}
.meeting_icon {
	background-position: 0px -330px;
}

/* Basic Style For Images
---------------------------------------------------------- */
img.alignleft, .wp-caption.alignleft{
	margin: 2px 18px 2px 2px !important;
}
img.alignright, .wp-caption.alignright {
	margin: 2px 2px 2px 18px !important;
}
img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 2px auto 20px !important;
	text-align: center;
}

/* wp default image
---------------------------------------------------------- */
.wp-caption {
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #bbbbbb;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	background: #f7f7f7;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
p.wp-caption-text {
	padding: 0 5px 5px;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/* Styled Images
---------------------------------------------------------- */
.styled_image {
	background-color: #f7f7f7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7); /* for firefox 3.6+ */	
    border: 1px solid #e5e5e5;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.styled_image.alignleft {
	margin: 2px 23px 10px 0;
}
.styled_image.alignright {
	margin: 2px 0 10px 23px;
}
.styled_image a {
	display: inline-block;
}
.no_link {
	cursor: default!important;
}

/* Styled Buttons
---------------------------------------------------------- */
.button {
	position: relative;
	outline: none;
	white-space: no-wrap;
	overflow: visible; /* IE bug */
	cursor: pointer;
	line-height: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #969696; /* IE */
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2);
	background-color: #072945;
}
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button span {
	position: relative;
	padding:0.5em 1.2em;
	white-space: nowrap;    
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.button:active {
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
}
.button:active span {
	top: 1px;
	left: 1px;
}
.button.small span {
	font-size: 12px;
}
.button.medium span {
	font-size: 16px;  
}
.button.large span {
	font-size: 18px;
}
.button.full, .button.full span {
    display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Chrome with Safari - fix margins */
	button.button span {
		margin-top: -2px;
		margin-left: -2px;
		margin-right: -2px;
	}
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button  {
	padding: 0px;
	margin: 0;
}
.button, 
.button:active,
.button.small,
.button.small:active {
	background-image: url(../styles/_default/smallButton.png);
}
.button:hover,
.button.small:hover {
	background-image: url(../styles/_default/smallButtonHover.png);
}
.button.medium,
.button.medium:active {
	background-image: url(../styles/_default/mediumButton.png);
}
.button.medium:hover {
	background-image: url(../styles/_default/mediumButtonHover.png);
}
.button.large,
.button.large:active {
	background-image: url(../styles/_default/largeButton.png);
}
.button.large:hover {
	background-image: url(../styles/_default/largeButtonHover.png);
}

/* Sliding Boxes
---------------------------------------------------------- */
.sliding_box h6 { 
	color:#FFFFFF; 
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}
.inside_box {
	padding: 10px;
	color: #afafaf; 
	font-weight: bold; 
}
#container .inside_box a:link,
#container .inside_box a:visited {
	color: #C8DCE5;
	text-decoration: underline;
}
#container .inside_box a:hover {
	color: #C8DCE5;
	text-decoration: underline;
}
.sliding_box { 
	margin: 2px 0 20px 0; 
	background: #161613; 
	border: 1px solid #8399AF; 
	overflow: hidden; 
	position: relative; 
	text-align: left;
	-moz-box-shadow: 0px 0px 2px #8399AF; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px #8399AF; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px #8399AF; /* Opera 10.5, IE 9.0 */
}
.sliding_box.alignright {
	margin: 2px 0 20px 20px;
}
.sliding_box.alignleft {
	margin: 2px 20px 20px 0;
}
	.sliding_box img { 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}	
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 80px;  
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	text-align: left;
}

/* ======================================================= */
/*                     Basic Columns                       */
/* ======================================================= */

.one_half { 
	width: 48.75%; 
}
.one_third { 
	width: 31.6666%; 
}
.two_third { 
	width: 65.8332%; 
}
.one_fourth { 
	width: 23.125%; 
}
.two_fourth {
	width: 48.75%;
}
.three_fourth { 
	width: 74.375%; 
}
.one_fifth { 
	width: 18%; 
}
.two_fifth { 
	width: 38.5%; 
}
.three_fifth { 
	width: 59%; 
}
.four_fifth { 
	width: 79.5%; 
}
.one_sixth {
	width: 14.5833%;
}
.two_sixth {
	width: 31.6668%;
}
.three_sixth {
	width: 48.75%;
}
.four_sixth {
	width: 65.8334%;
}
.five_sixth {
	width: 82.9167%;
}
.one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { 
	position: relative; 
	margin-right: 2.5%; 
	float: left; 
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.last { 
	margin-right: 0 !important; 
	clear: right; 
}
#footer .one_half { 
	width: 48%; 
}
#footer .one_third { 
	width: 30.6666%; 
}
#footer .two_third { 
	width: 65.3332%; 
}
#footer .one_fourth { 
	width: 22%; 
}
#footer .two_fourth {
	width: 48%;
}
#footer .three_fourth { 
	width: 74%; 
}
#footer .one_fifth { 
	width: 16.8%; 
}
#footer .two_fifth { 
	width: 37.6%; 
}
#footer .three_fifth { 
	width: 58.4%; 
}
#footer .four_fifth { 
	width: 79.2%; 
}
#footer .one_sixth {
	width: 13.3333%;
}
#footer .two_sixth {
	width: 30.6666%;
}
#footer .three_sixth {
	width: 47.9998%;
}
#footer .four_sixth {
	width: 65.3332%;
}
#footer .five_sixth {
	width: 82.6665%;
}
#footer .one_half, #footer .one_third, #footer .two_third, #footer .one_fourth, #footer .two_fourth, #footer .three_fourth, #footer .one_fifth, #footer .two_fifth, #footer .three_fifth, #footer .four_fifth, #footer .one_sixth, #footer .five_sixth {
	margin-right: 4%; 
}

/* ======================================================= */
/*                      Google Maps                        */
/* ======================================================= */

.g_map {
	margin-bottom: 20px;
}
.g_map.alignleft {
	margin: 2px 20px 20px 0;
}
.g_map.alignright {
	margin: 2px  0 20px 20px;
}

/* ========================================================== */
/* 						   MIDDLE AREA                        */
/* ========================================================== */

#containerWrapper {
	background: #f9f9f9;
}
#containerWrapp {
	min-height:500px;
	background: url(../styles/_default/containerWrapp.png) repeat-x bottom;
}
#containerWrapper.is_slider {
	margin-top: -150px;
}
.is_slider #containerWrapp {
	padding-top: 143px;
}
.is_slider #container {
	padding-top: 20px;
}
#container {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	position:relative;
	z-index:5;
	/* background: url(../styles/_default/container.png) no-repeat; */
	/* --------------------  float:left; */
	/* -------------------- float:right; */
}
#left_alignment  #container {
	float: left;
}
#right_alignment #container {
	float: right;
}
#containerWrapper #container {
	position: relative;
	top: -29px;
	z-index: 5;
}
#contentTop {
    position: relative;
    z-index: 0;
	background: #f9f9f9;
}
#content {	
	padding: 25px 31px 24px;
	width: 950px; /* Interior width of 950px */
	margin-bottom: -24px;
	margin-left: -6px;
	position: relative;
	z-index: 6;
	min-height: 500px;
	background: url(../styles/_default/contentBottom.png) no-repeat bottom left;
}

/* Page Description
---------------------------------------------------------- */
#description {
	padding: 0 25px 5px;
	margin: 0 -25px 0;
	color: #000000;
	position: relative;
	z-index: 0;
}
#description,
#container #description a {
	color: #000000;
}
#description h1 {
	margin-bottom: 10px;
}
#description p {
	font-size: 18px !important;
	line-height: 1.4em !important;
	padding: 0 20px 0 0;
	margin-bottom: 10px;
}

/* Breadcrumbs
---------------------------------------------------------- */
#breadcrumbs {
	margin-bottom: 10px;
}

/* Wordpress Page Navigation
---------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	margin-bottom: 15px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	padding: 0 5px;
	margin: 0 2px;
}
.wp-pagenavi .currentPosts {
	background-color: #072945;
	color: #ffffff;
}
.wp-pagenavi .inactive:hover {
	background-color: #E9E9E9;
}
.nav-previous {
	width: 50%;
	float: left;
}
.nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

/* Right Sidebar
---------------------------------------------------------- */
.right_sidebar #mainContent {
	width: 620px;
	padding: 10px 0 0px;
	float: left;
}
.right_sidebar #sidebar {
	width: 320px;
	float: right;
}
.right_sidebar #sidebarTop {
	padding-top: 35px;
	background: url(../styles/_default/sidebarRightTop.png) no-repeat top left;
}
.right_sidebar #sidebarContent {
	padding: 0 0px 0 40px; /* Sidebar Right - Interior sidebar width = 280px */
	min-height: 300px;
	background: url(../styles/_default/sidebarRightContent.png) no-repeat 0px 110px;
}
.right_sidebar #sidebarBottom {
	height: 18px;
	background: url(../styles/_default/sidebarRightBottom.png) no-repeat 5% 100%;
}

/* Left Sidebar
---------------------------------------------------------- */
.left_sidebar #mainContent {
	width: 620px;
	padding: 10px 0 0px;
	float: right;
}
.left_sidebar #sidebar {
	width: 320px;
	float: left;
}
.left_sidebar #sidebarTop {
	padding-top: 35px;
	background: url(../styles/_default/sidebarLeftTop.png) no-repeat top right;
}
.left_sidebar #sidebarContent {
	padding: 0 40px 0 0px; /* Sidebar Left  - Interior sidebar width = 280px */
	min-height: 300px;
	background: url(../styles/_default/sidebarLeftContent.png) no-repeat 100% 110px;
}
.left_sidebar #sidebarBottom {
	height: 18px;
	background: url(../styles/_default/sidebarLeftBottom.png) no-repeat 95% 100%;
}
#sidebar p {
	margin-bottom: 0;
	padding-bottom: 15px;
}
#sidebar h3,
h3.widgettitle {
	margin-bottom: 0;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #e5e5e5;
}
#sidebarTop {
	padding-top: 35px;
	/*background: url(../styles/_default/sidebarLeftTop.png) no-repeat top right;*/
	background: url(../styles/_default/sidebarRightTop.png) no-repeat top left;
}
#sidebarContent {
	/*padding: 0 40px 0 0px;*/ /* Sidebar Left  - Interior sidebar width = 280px */
	padding: 0 0px 0 40px; /* Sidebar Right - Interior sidebar width = 280px */
	min-height: 300px;
	/*background: url(../styles/_default/sidebarLeftContent.png) repeat-y top right;*/
	background: url(../styles/_default/sidebarRightContent.png) no-repeat 0px 110px;
}
#sidebarBottom {
	height: 18px;
	/* background: url(../styles/_default/sidebarLeftBottom.png) no-repeat 95% 100%; */
	background: url(../styles/_default/sidebarRightBottom.png) no-repeat 5% 100%;
}
#sidebar ul,
#sidebar li {
	margin: 0;
	list-style-type: none;
}
#sidebar li,
#content .postList li {
	border-bottom: 1px solid #e5e5e5;
}
#content .postList li {
	padding: 12px 0;
	list-style: none;
}
#sidebar li a {
	display: block;
	padding: 3px 0 3px 15px;
	background: transparent url(../styles/_default/arrow.png) no-repeat 0 8px;
}
#sidebar a:link,
#sidebar a:visited {
	color: #333333;
}
#sidebar ul ul li {
	border-top: 1px solid #e5e5e5;
}
#sidebar ul ul li a {
	padding-left: 30px;
	background-position: 15px 8px;
}
#sidebar ul ul ul li a {
	padding-left: 45px;
	background-position: 30px 8px;
}
#sidebar ul ul ul ul li a {
	padding-left: 60px;
	background-position: 45px 8px;
}
#sidebar ul ul li {
	border-bottom: 0;
}
.widget {
	padding-bottom: 30px;
	position: relative;
}
#content .widget ul {
	margin: 0 0 20px;
}
#sidebar .widget ul {
	margin: 0;
}
#content .widget ul li {
	margin: 0;
}
.widget_subnav a,
.widget_archive a,
.widget_categories a {
	min-width: 100px;
}
.widget_subnav .current_page_item {
	font-weight: bold;
}
#sidebar .widgetPosts li a,
#sidebar .recentTweets li a,
.widget_recent_comments li a {
	display: block !important;
	padding: 0px;
	background: none !important;
	line-height: 1.6em;
}
.widget_recent_comments li {
	overflow: hidden;
}
#footer .widget_recent_comments li {
	overflow: hidden;
}
.postInfo {
	overflow: hidden;
	position: relative;
	top: -3px;
}
.postInfo p {
	padding-bottom: 0!important;
}
.thumb,
#sidebar .widgetPosts li a.thumb {
	display: inline-block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin: 0 12px 0 0;
	width: 65px;
	height: 65px;
	padding:5px;
}
#container .thumb {
	border: 1px solid #e5e5e5;
}
.thumb img {
	display: block;
	width: 65px;
	height: 65px;
}
#sidebar .recentTweets li {
	padding-top: 12px;
	padding-bottom: 8px;
}
#sidebar .widget_recent_comments li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.recentTweets .tweetBird {
	position: absolute;
	top: -20px;
	right: 0;
}
.recentTweets .twitterIcon {
	float: left;
	margin: 5px 12px 0px 0;	
	width: 13px;
}
#sidebar .recentTweets .postInfo {
	width: 255px;
}
.widget_recent_comments .commentsIcon {
	display: inline-block;
	float: left;
	margin: 0px 10px 0 0;
	width: 40px;
	height: 40px;
	background: url(_default/recentComments.png) no-repeat;
}
#content .contactInfo p {
	padding: 2px 0 2px 35px;
	background: url(../styles/_default/contentContact.png) no-repeat -132px 0px;
}
#content .contactInfoWrap {
	padding-top: 12px;
}
#content #search {
	float: none;
	border-color: #D9D9D9 #EAEAEA #F3F3F3;
    border-style: solid;
    border-width: 1px;	
    background: #f3f3f3; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */ 	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}
#content #searchField {
	color: #333333;
}
/* Contact & Comments Forms
---------------------------------------------------------- */
#content .contact_form {
	margin-top: 12px;
}
#content .contact_form p {
	margin: 0 0 20px;
	padding: 0;
}
#sidebar .contact_form p {
	margin: 0 0 12px;
}
#content .contact_form label {
	width: 54px;
	margin-left: 18px;
}
#sidebar .contact_form label {
	margin-left: 0px;
}
.text_input, .text_area {
    padding: 5px 10px;
    width: 200px;
    border: 1px solid #E5E5E5;
    color: #333333;
}
.text_area {
	width: 95%;
	height: 200px;
}
/* Form Error Message
---------------------------------------------------------- */
#content .contact_form label.error {
	width: auto;
}
#sidebar .contact_form label.error {
	width: 10px;
	height: 27px;
	position: absolute;
	left: auto;

	top: 3px;
	right: 1px;
}
.text_input.error, .text_area.error {
    border: 1px dotted red;
    color: red;
	margin-bottom: 10px;
}
#sidebar .contact_form .text_input.error, #sidebar .contact_form .text_area.error,
#footer .contact_form .text_input.error, #footer .contact_form .text_area.error {
	margin-bottom: 0;
}
#commentform .text_area.error,
#content .contact_form .text_area.error {
	margin-bottom: 0;
}
#commentform label.error,
#content .contact_form label.error {
	display: inline-block;
	position: absolute;
	top: 31px;
	margin-left: 10px;
	color: red;
	font-style: italic;
}
#sidebar .contact_form label.error,
#footer .contact_form label.error {
	display: inline-block;
	width: 10px;
	height: 27px;
	position: absolute;
	top: 4px;
	right: 1px;
	text-indent: -9999px;
	color: red;
	background: url(../styles/_default/required.png) no-repeat top center;
}
#content .contact_form .text_input,
#content .contact_form .text_area {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
#content .text_input,
#content .text_area {
	background-color: #f7f7f7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f7f7f7); /* for firefox 3.6+ */	
}
#content .contact_form .text_area {
	height: 200px;
	width: 95%;
}
#sidebar .contact_form .text_area {
	height: 90px;
	width: 258px;
}
#sidebar .contact_form .text_input
#sidebar .contact_form .text_area {
	padding: 2px 10px;
	width: 200px;
}
#commentform input, #commentform select, #commentform textarea {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
#commentform label {
	margin-left: 15px;
}
#commentform p,
.contact_form p {
	position: relative;
}
.contact_form {
	padding: 4px 0 0px;
}
#footer .contact_form {
	padding: 10px 0 0px;
}
.contact_form p {
	margin: 0 0 12px;
	padding: 0;
}
.contact_form label,
.contact_form input {
	display: inline-block;
}
#footer .contact_form label {
	width: 50px;
}
.contact_form input,
.contact_form textarea {
	outline: medium none;
	line-height: 20px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
#footer .text_input,
#footer .text_area {
	border: 1px solid #e5e5e5;
	color: #ffffff;
}
.contact_form fieldset {
	margin-bottom: 0;
}
#footer .contact_form .text_input {
	width: 65%;
	max-width: 220px;
}
#footer .contact_form textarea {
	width: 90%;
	max-width: 300px;
	height: 90px;
	overflow: auto;
}
.one_fifth .contact_form .text_input {
	width: 53%;
}
.one_fifth .contact_form textarea {
	width: 86%;
}
.commentList li {
	background: url(_default/comments.png) no-repeat 75px 0;
}
/* Videos
---------------------------------------------------------- */
.video_wrap {
	margin-bottom: 20px;
	line-height: 100%;
}

/* Flickr Widget
---------------------------------------------------------- */
.flickrWrap {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
	margin-left: -12px;
}
.flickrWrap a {	
	display: inline-block;
	width: 83px;
	height: 83px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.flickrWrap a img {
	margin: 4px
}
.flickrWrap .flickr_badge_image {
	padding: 0;
	float: left;
	margin: 0 0 12px 12px;	
	display: block;
	width: 85px;
	height: 85px;
	background: #f5f5f5 none repeat scroll 0 0;
}
#footer .flickrWrap {
	padding-top: 10px;
}
#footer .flickrWrap .flickr_badge_image {
	background: none;
}

/* Advertise Widget
---------------------------------------------------------- */
#ads .adsWrap {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
	margin-left: -10px;
}
#footer .adsWrap {
	padding-top: 10px;
}
#ads a {
	width: 133px;
	height: 133px;
	margin: 0 0 10px 10px;
	display: block;
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
#ads a img {
	margin: 4px;
}
#ads a.last {
	margin-right: 0;
}

/* Tags Widget
---------------------------------------------------------- */
.widget_tag_cloud {
	line-height: 2em;
}

.widget_tag_cloud a {
	padding: 2px;
}
.widget_tag_cloud div {
	margin-top: 12px;
}

/* Social Widget
---------------------------------------------------------- */
.socialWrapper {
	min-width: 10px;
	margin-bottom: 10px;
}
#sidebar .socialWrapper {
	margin-top: 12px;
}
.social_wrap {
	height: 36px;
	padding: 9px 0 0 0;	
}
.social_wrap a {
	display: inline-block;
}
.social_wrap img {
	margin-left: -5px;
	position: relative;
	display: block;
}

/* Calendar Widget
---------------------------------------------------------- */
#wp-calendar {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    margin-bottom: 20px;
}
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
#prev {
    text-align: left;
}
#wp-calendar caption, 
#wp-calendar th, 
#wp-calendar td, 
#wp-calendar tfoot {
    padding: 5px;
}
#wp-calendar th, 
#wp-calendar tbody td {
    border-bottom: 1px solid #E5E5E5;
}
#today {
	font-weight: bold;
	color: #ffffff;
	background-color: #072945;
}
#wp-calendar caption, 
#wp-calendar th {
	color: #072945;
}

/* Blog Posts
---------------------------------------------------------- */
.blogEntry {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.blogEntry h2 {
	padding-right: 50px;
}
.blogEntry_metadata {
	padding: 6px 0;
	margin-bottom: 20px;
	font-size: 11px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.blogEntry_metadata a {
	text-transform: uppercase;
}
.entry_left .entry_image {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.entry {
    margin-bottom: 80px;
}

/* Wordpress Comments
---------------------------------------------------------- */
.comments_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: 0;
	background: url(../styles/_default/commentsIcon.png) no-repeat;
}
#description .comments_icon {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 20px;
	vertical-align: top;
	line-height: 20px;
	font-size: 11px;
}
.comments_icon a {
	display: block;
}
.blogEntry_frame {
	margin-bottom: 15px;
}
#comments {
	clear:both;
}
#comments h3 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 0.6em;
}
.commentsWrapp {
	overflow: hidden;	
}
.commentList .gravatar {
	float: left;
	width: 70px;
	text-align: center;
	padding-top: 15px;
}
.commentList .gravatar img {
	background-color: #f7f7f7;
    height: 60px;
    padding: 4px;
    width: 60px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.commentList .gravatar a {
	font-size: 11px;
	display: block;
}
.comment_meta {
	overflow: hidden;
	padding-bottom: 5px;
}
.comment_meta cite {
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
}
.comment_meta span.comment_time a {
	font-size: 11px;
	display: inline-block;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background-color: #f0f0f0;
	padding: 1px 5px;
	vertical-align: top;
}
.comment_content {
	min-height: 100px;
    overflow: hidden;
	padding: 15px 0 20px 40px;
    position: relative;
}
.commentList {
	min-width: 50%; /* IE7 hack */
	margin-left: 0;
}
.commentList ul {
	overflow: hidden;
	margin: 0px 0 0 20px;
}
#container #comments li {
	margin-bottom: 0;
	list-style-type: none;
}

/* About The Author
---------------------------------------------------------- */
#aboutTheAuthor {
	margin-bottom: 30px;
}
.aboutTheAuthor_wrapp {
	border: 1px solid #e5e5e5;
	padding: 20px 20px 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	min-height: 90px;
	overflow: hidden;
	background: #f7f7f7 url(../styles/_default/shadow.png) repeat-x top left;
}
.aboutTheAuthor_wrapp .gravatar {
	float: left;
	width: 100px;
	text-align: center;
	margin-bottom: 15px;
}
.aboutTheAuthor_wrapp .gravatar img {
	background-color: #ffffff;
    height: 80px;
    padding: 4px;
    width: 80px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
.aboutTheAuthor_content {
	overflow: hidden;
    padding: 0 0 0px 20px;
}
.aboutTheAuthor_content h4 {
	margin-bottom: 8px;
	font-size: 22px;
}

/* Tabs Module
---------------------------------------------------------- */
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
	width: 100%;
	z-index: -1;
	border-bottom: 1px solid #E5E5E5;
}
ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	border: 1px solid transparent;
	position:relative;  
	z-index: 2;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:active {
	top: 1px ;
	left: 1px;
}
/* lava lamp */
ul.tabs li.back {
    width: 5px;
    height: 31px;
    position: absolute;
	z-index: 1;
    padding: 0;
    margin: 0px 0 0 0;
	background: #f7f7f7;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid #f7f7f7;
	border-right: none;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
ul.tabs li.back .left {
    padding: 0;
    width: auto;
    height: 31px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
	z-index: 1;
    top: 0;
    left: 0;
    visibility: visible;
	border-right: 1px solid #E5E5E5;
}
/* --------- */
.pane {
	display: none;
	border: 1px solid #E5E5E5;
	border-top: none;
	clear: both;
	background: #f7f7f7;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-bottom: 25px;
	padding: 15px 20px 0;
	z-index: -1;
}
.panes.blogPosts .pane {
	padding: 10px 20px 0;
}
.minimal_tabs_wrap ul.tabs {
	padding-left: 10px;
}
.minimal_tabs_wrap .pane {
	background: none;
	border: none;
	padding: 20px 10px 0;
}
/* Minimal tabs lava lamp */
.minimal_tabs_wrap ul.tabs li.back {
    width: 5px;
    height: 31px;
    position: absolute;
	z-index: 1;
    padding: 0;
    margin: 0px 0 0 0;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #ffffff url(../styles/_default/smallButton.png) repeat-x;
}
.minimal_tabs_wrap ul.tabs li.back .left {
    padding: 0;
    width: auto;
    height: 31px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
	z-index: 1;
    top: 0;
    left: 0;
    visibility: visible;
	border-right: 1px solid #E5E5E5;
}
.pane .postList {
	position: relative;
	overflow: hidden;
	margin-left: -20px;
}
.posts.postList li {
	width: 275px;
	margin-left: 20px;
	display: block;
	float: left;
	border-bottom: none;
}

/* Toggle Module
---------------------------------------------------------- */
.toggle_title {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -30px 0px;
	background-image: url(../styles/_default/toggles.png);
	padding: 3px 0 8px 45px;
}
.toggle_title.toggle_active {
	background-position: 0 -30px;
}
.toggle_content {
	display: none;
	padding: 0 10px 10px;
}
.toggle {
	border: 1px solid #E5E5E5;
	background: #f7f7f7;
	margin-bottom: 20px;
	padding-left: 10px;
}
.toggle .toggle_title {
	margin-top: 0.6em;
}
.minimal_toggle {
	margin-bottom: 10px;
}

/* Accordion Module
---------------------------------------------------------- */
.accordion { 
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 1px;
}
.accordion h3 { 
	cursor: pointer;
	background: #f7f7f7;
	font-size: 20px;
	padding: 0.3em 12px;
	margin-bottom: 0;
	border-top: 1px solid #E5E5E5;
}
.accordion h3.current {
	background: url(../styles/_default/smallButton.png) repeat-x;
}
.accordion h3.no_border {
	border-top: none;
}
.accordion .accPane {
	display: none;
	border-top: 1px solid #E5E5E5;
	padding: 12px 12px;
	clear: both;
}
.accordion .accPane p {
	margin-bottom: 12px;
}
.accordion .alignleft {
	margin: 0 12px 5px 0;
}
.accordion .alignright {
	margin: 0 0 5px 12px;
}
.minimal_accordion {
	border: none;
}
.minimal_accordion h3,
.minimal_accordion h3.current {
	border-top: none;
	background: url(../styles/_default/smallButton.png) repeat-x;
}
.minimal_accordion .accPane {
	border: none;
}

/* Inline Lightbox
---------------------------------------------------------- */
.pp_inline img {
	padding: 0 18px 18px;
}

/* Dropcaps
---------------------------------------------------------- */
.dropcap1, .dropcap2, .dropcap3 {
    float: left;
    font-size: 36px;
    width: 40px;
    height: 40px;
	color: #ffffff;
    margin-right: 8px;
    text-align: center;
	background: no-repeat 0 0;
	position: relative;
	display: inline-block;
}
.dropcap1 {
	line-height: 40px;
	background-image: url(../styles/_default/dropcap1.png);
}
.dropcap2 {
    height: 32px;
	padding-top: 8px;
	font-size: 28px;
	background-image: url(../styles/_default/dropcap2.png);
}
.dropcap3 {
	color: #072945;	
	font-size: 47px;
	line-height: 40px;
}

/* Blockquotes and Pullquotes
---------------------------------------------------------- */
blockquote {
    font-size: 14px;
    line-height: 24px;    
	padding: 10px 20px 5px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: no-repeat 0 10px;
	background-image: url(../styles/_default/blockquotes.png);
}
blockquote p {
    margin-bottom: 8px;
}
blockquote.alignleft {
    width: 33%;
    margin: 0px 20px 0px 0px;
}
blockquote.alignright {
    width: 33%;
    margin: 0px 0px 0px 20px;
}
blockquote cite {
	font-style: italic;
	color: #aaaaaa;
	font-size: 12px
}
blockquote h5 {
	text-transform: uppercase;
}
span.pullquote {
    font-size: 14px;
    line-height: 24px;    
	padding: 5px 0px 5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: repeat-y 0 0;
	color: #072945;
	background-image: url(../styles/_default/pullquotes.png);
}
span.pullquote.alignleft,
span.pullquote.alignright {
    width: 33%;
}
span.pullquote.alignleft {
	float: left;
    margin: 20px 20px 0px 0px;
}
span.pullquote.alignright {
	float: right;
    margin: 20px 0px 0px 20px;
}

/* Fancy Borders 
---------------------------------------------------------- */
.code_wrap, .styled_table, .styled_image, .toggle, .accordion {
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE 9.0 */
}
.minimal_accordion {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.code_wrap, .code, .pre, .styled_table, .styled_image, .styled_image img, .toggle {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Fancy Links 
---------------------------------------------------------- */
a.fancy_link {
	padding-right: 15px; 
	background: transparent url(../styles/_default/arrow.png) no-repeat scroll right 6px;
}
#container a.fancy_link {
	color: #072945;
}
a.fancy_link:hover {
	text-decoration: underline;
}

/* Fancy Headers 
---------------------------------------------------------- */
.fancy_header { 
	margin-bottom: 20px; 
	line-height: 20px;
}
.fancy_header span {
	background-color: #072945; 
	padding: 2px 14px; 
	color: #ffffff; 
	text-transform: uppercase;
}
#container .fancy_header a:link, #container .fancy_header a:visited, #container .fancy_header a:hover {
	color: #ffffff;
} 

/* Highlight
---------------------------------------------------------- */
.highlight,
.highlight.yellow {
	background-color: #ffffaa;
	color: #333333;
	padding: 1px 6px;
} 
.highlight.gray {
	background-color: #222222;
	color: #ffffff;
	padding: 1px 6px;
} 

/* Dividers
---------------------------------------------------------- */
.top {
	text-align: right;
	clear: both;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
.top a { 
	height: 15px;
	width: 15px;  
	display: inline-block;  
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(../styles/_default/top.png) 0 0;
}
.divider_line,
.divider_line_padding {
	border-bottom: 1px solid #E5E5E5;
}
.divider_line {
	clear: both;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.divider_padding {
	clear: both;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.divider_line_padding {
	clear: both;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

/* Margins
---------------------------------------------------------- */
.marginControl {    
    clear: both;
    overflow: hidden;
}

/* ========================================================== */
/* 				     GALLERY and PORTOFOLIO                   */
/* ========================================================== */

.portofolioWrapper {
	overflow: hidden;
}
.portofolio_item.one_fourth {
	width: 218px;
	/*height: 168px;*/
}
.portofolio_item.one_fourth .image_frame {
	width: 202px; /* 218px is the normal length */
	height: 150px; /* 168px is the normal length */
	padding: 9px 7px 9px 9px;
	margin-bottom: 25px; 
	background: url(../styles/_default/frame4columns.png) no-repeat;
} 
.portofolio_item.one_third {
	width: 300px;
	/*height: 189px;*/
}
.portofolio_item.one_third .image_frame {
	width: 282px; /* 300px is the normal length */
	height: 170px; /* 189px is the normal length */
	padding: 10px 8px 9px 10px;
	margin-bottom: 25px; 
	background: url(../styles/_default/frame3columns.png) no-repeat;
}
.portofolio_item.one_half {
	width: 462px;
	/*height: 274px;*/
}
.portfolio_2,
.portfolio_3,
.portfolio_4 {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
	margin-right: -28px;
	word-spacing: -5px;
}
.portfolio_2 .portofolio_item.one_half,
.portfolio_3 .portofolio_item.one_third,
.portfolio_4 .portofolio_item.one_fourth {
    display: inline-block;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
	float:none !important;
	word-spacing: normal;
	zoom: 1;
}
.portfolio_4 .portofolio_item.one_fourth {
    margin: 10px 26px 10px 0;
}
.portfolio_2 .portofolio_item.one_half {
    width: 462px;
}
.portfolio_3 .portofolio_item.one_third {
	 width: 300px;
}
.portfolio_4 .portofolio_item.one_fourth {
	 width: 218px;
}
.portofolio_item.one_half .image_frame {
	width: 442px; /* 462px is the normal length */
	height: 250px; /* 274px is the normal length */
	padding: 12px 8px 12px 12px;
	margin-bottom: 25px; 
	background: url(../styles/_default/frame2columns.png) no-repeat;
} 
.portofolio_item.two_third {
	width: 622px;
	/*height: 374px;*/
} 
.portofolio_item.two_third .image_frame {
	width: 600px; /* 622px is the normal length */
	height: 350px; /* 374px is the normal length */
	padding: 12px 8px 12px 14px;
	margin-bottom: 25px; 
	background: url(../styles/_default/frame1column.png) no-repeat;
}   
.portofolio_item.one_half, .portofolio_item.one_third, .portofolio_item.one_fourth, .portofolio_item.two_third {
	margin-right: 25px;
}
.portofolio_item.one_fourth {
	margin-right: 26px;
}

/* Preload images
---------------------------------------------------------- */
.preloader {  
    background: url("../styles/_default/loading.gif") no-repeat center center #f8f8f8;
    display: block; 
	height: 100%; 
}
.image_frame {
	overflow: hidden;
}
.image_holder {
	background-color: #f8f8f8;
	background: url("../styles/_default/loading.gif") #f8f8f8 no-repeat center center;
	position: relative;
	display: block;
	height: 100%;
}
.image_holder img {
	display: block;
	visibility: hidden;
}
.entry_image img {
    display: block;
}
.image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff
}
.overlay_zoom .image_overlay {
	background-image: url("../styles/_default/overlay_zoom.png");
}
.overlay_play .image_overlay {
	background-image: url("../styles/_default/overlay_play.png");
}
.overlay_doc .image_overlay {
	background-image: url("../styles/_default/overlay_doc.png");
}
.overlay_link .image_overlay {
	background-image: url("../styles/_default/overlay_link.png");
}
.portofolio_item .readMore {
	margin-right: 20px;
}
.portofolio_details {
	padding: 0 10px;
}
.pp_description {
	font-size: 16px;
}
.noscript { 
	display: none;
}
.sortableLinks a,
.sortableLinks span {
	display: inline-block;   
	height: 31px;
    line-height: 31px;
    margin: 0 3px 0 0;
	padding: 0 10px;
    overflow: hidden;
}
.sortableLinks a {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff url(../styles/_default/smallButton.png) repeat-x;
	border: 1px solid #E5E5E5;
	opacity: 0.7;  
	filter: alpha(opacity = 70);
}
.sortableLinks a.current {
	cursor:default !important;
}
.sortableLinks a.current,
.sortableLinks a:hover {
	opacity: 1.0;  
	filter: alpha(opacity = 100);
}
/* ========================================================== */
/* 						   FOOTER AREA                        */
/* ========================================================== */

#footerContainer {
	top: -31px;	
	margin-bottom: -60px;
	border-top: 1px solid #210403;
	position: relative;
	z-index: 1;
	padding-bottom:30px;
	background:  #072945 url(../styles/_default/footer.png) no-repeat top center;	
}
#footerSlider {
	width: 1000px;
	margin: 0 auto;
	top: -1px;
	left: 6px;
	height: 25px;	
	position: absolute;
	background: #f9f9f9 url(../styles/_default/contentBottomSlider.png) repeat-x bottom left;
}
#footer {
	width: 1000px;
	padding: 30px 6px 20px;
	margin: 0 auto;
	/* --------------------  float: left; */
	/* -------------------- float: right; */
	margin-bottom: -30px;
	position: relative;
	background: url(../styles/_default/footerTop.png) no-repeat 0 0px;
}
#left_alignment #footer {
	float: left;
}
#left_alignment #footerContainer {
	padding-left: 14px;
}
#right_alignment #footer {
	float: right;
}
#right_alignment #footerContainer {
	padding-right: 14px;
}
#left_alignment .footerIe {
	float: left;
	margin-left: 14px;
}
#right_alignment .footerIe {
	float: right;
	margin-right: 14px;
}
#noFooter {	
	background: #072945 url(../styles/_default/footer-dotted.png);	
}
#footer h3 {
	color: #ffffff;
	border-bottom: none;
}
#footer p {
	color: #ffffff;
}
#footer a:link,
#footer a:visited {
	color: #ffffff;
}
#footer li,
#footer .date {
	color: #ffffff;
}
#footer ul,
#footer li {
	margin: 0;
	list-style-type: none;
}
#footer .widget {
	padding-bottom: 0;
	padding-top: 20px;
	color: #ffffff;
	min-height: 100px;
}
.postList li {
	overflow: hidden;
}
#footer .postList li,
#footer .widget_recent_comments li {
	padding: 5px 0;
}
#footer .widgetPosts li a,
#footer .recentTweets li a {
	display: block !important;
	padding: 0px;
	background: none !important;
}
#footer .thumb {	
	width: 65px;
	height: 65px;
	padding: 4px !important;
	border: 1px solid #e5e5e5;
	margin: 3px 8px 3px 0;
}
#footer .thumb img {
	display: block;
}
#footerPosts a,
#footer .widget_categories a,
#footer .widget_archive a {
	display: block;
}
#footer li a {
	display: block;
	padding: 0 0 0 15px;
	background: transparent url(../styles/_default/arrowFooter.png) no-repeat 0 6px;
}
#footer .contactInfo p {
	background: url(../styles/_default/footerContact.png) no-repeat -132px 0px;
}
span.date {
	display: block;
	line-height: 1.8em;
	font-size: 0.9em;
}
#footer .widget_subnav li, #footer .widget_recent_comments li, #footer.widget_recent_entries li, #footer .widget_recent_posts li, #footer .widget_popular_posts li, #footer .widget_related_posts li, #footer .widget_authors li, #footer .widget_pages li, #footer .widget_links li, #footer .widget_nav_menu li, #footer .widget_categories li, #footer .widget_archive li, #footer .widget_meta li, #footer .widget_rss li {
	padding: 2px 0;
}
#footer .widget_twitter li {
	padding: 8px 0 6px;
}
#footer .widget_categories li,
#footer .widget_archive li,
#footer .widget_recent_comments li,
#footer .widget_links li,
#footer .postList li {
	border-bottom: 1px solid #A3ACB4;
}
.contactInfo {
	margin-bottom: 15px;
}
.contactInfo p {
	padding: 2px 0 2px 35px;
	margin: 0;
}
.contactInfo .contactMail {
	background-position: -110px -26px !important;
}
.contactInfo .contactPhone {
	background-position: -88px -52px !important;
}
.contactInfo .contactAddress {
	background-position: -66px -74px !important;
}
.contactInfo .contactLink {
	background-position: -44px -100px !important;
}
.contactInfo .contactCellPhone {
	background-position: -22px -126px !important;
}
.contactInfo .contactTwitter {
	background-position: 0 -152px !important;
}
.contactInfo .contactText {
	background: none !important;
	padding-left: 0;
}
.contactInfo .contactMail a {
	display: inline-block;
}
#footer .contactInfoWrap {
	padding-top: 5px;
}
#footer .contact_form input,
#footer .contact_form textarea {
	background: url(../styles/_default/footerShadow.png) repeat;
}
#footer .tagcloud {
	margin-top: 4px;
}

/* Sub Footer 
---------------------------------------------------------- */
#footerNav {
	min-height: 30px;
	padding: 5px 0 0;
	position: relative;
	bottom: -29px;
	background: #072945 url(_default/footerNav.png) repeat-x;
}
#footerNav p {
	color: #ffffff;
}
#footerNav a:link,
#footerNav a:visited {
	color: #ffffff;
}
#footerWrapper {
	width: 1000px;
	padding: 40px 0px 0;
	margin: 0 auto;
	position: relative;
	/* --------------------  float: left; */
	/* -------------------- float: right; */
}
#left_alignment #footerWrapper {
	margin: 0;
}
#left_alignment #footerNav {
	padding-left: 20px!important;
}
#right_alignment #footerWrapper {
	margin:0 0 0 auto;
}
#right_alignment #footerNav {
	padding-right: 20px!important;
}
.widget_nav_menu {
	position: absolute;
	left: -5px;
	top: 6px;
	padding-bottom: 0;
}
.widget_nav_menu ul,
.widget_nav_menu li {
	margin: 0;
	list-style-type: none;
}
.widget_nav_menu li {
	float: left;
}
.widget_nav_menu a {
	display: inline-block;
}
.widget_nav_menu li a:link,
.widget_nav_menu li a:visited {
	text-transform: uppercase;
	padding: 0 5px;
}
#copyright {
	text-align: right;
	position: absolute;
	right: 30px;
	top: 6px;
}
#copyright p {
	margin-bottom: 0;
	font-size: 14px;
}
#footer .socialWrapper,
#footerNav .socialWrapper {
	min-height: 0;
	padding-bottom: 0;
}
#footerWrapper .socialWrapper {
	margin-top: -8px;
	margin-right: 0;
	float: right;
}
#footerNav .top {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0px;
	top: 8px;
}
#footerNav .top a {
	vertical-align: top;
}

/* ========================================================== */
/*                    EXTENDED TYPOGRAPHY                     */
/* ========================================================== */

/* Styled List Variations 
---------------------------------------------------------- */
ul.list_color_black li {background-image: url(../styles/black/styled_list.png) !important;}
ul.list_color_blue li {background-image: url(../styles/blue/styled_list.png) !important;}
ul.list_color_gray li {background-image: url(../styles/gray/styled_list.png) !important;}
ul.list_color_green li {background-image: url(../styles/green/styled_list.png) !important;}
ul.list_color_magenta li {background-image: url(../styles/magenta/styled_list.png) !important;}
ul.list_color_orange li {background-image: url(../styles/orange/styled_list.png) !important;}
ul.list_color_pink li {background-image: url(../styles/pink/styled_list.png) !important;}
ul.list_color_red li {background-image: url(../styles/red/styled_list.png) !important;}

/* Custom Iext Icon Variations
---------------------------------------------------------- */
.icon_text.black {background-image: url(../styles/black/styled_text.png) !important;}
.icon_text.blue {background-image: url(../styles/blue/styled_text.png) !important;}
.icon_text.gray {background-image: url(../styles/gray/styled_text.png) !important;}
.icon_text.green {background-image: url(../styles/green/styled_text.png) !important;}
.icon_text.magenta {background-image: url(../styles/magenta/styled_text.png) !important;}
.icon_text.orange {background-image: url(../styles/orange/styled_text.png) !important;}
.icon_text.pink {background-image: url(../styles/pink/styled_text.png) !important;}
.icon_text.red {background-image: url(../styles/red/styled_text.png) !important;}

/* Custom Link Icon Variations
---------------------------------------------------------- */
a.icon_text.black {background-image: url(../styles/black/styled_text.png) !important;}
a.icon_text.blue {background-image: url(../styles/blue/styled_text.png) !important;}
a.icon_text.gray {background-image: url(../styles/gray/styled_text.png) !important;}
a.icon_text.green {background-image: url(../styles/green/styled_text.png) !important;}
a.icon_text.magenta {background-image: url(../styles/magenta/styled_text.png) !important;}
a.icon_text.orange {background-image: url(../styles/orange/styled_text.png) !important;}
a.icon_text.pink {background-image: url(../styles/pink/styled_text.png) !important;}
a.icon_text.red {background-image: url(../styles/red/styled_text.png) !important;}

/* Dropcaps Variations
---------------------------------------------------------- */
.dropcap1.black {background-image: url(../styles/black/dropcap1.png) !important;}
.dropcap2.black {background-image: url(../styles/black/dropcap2.png) !important;}
.dropcap3.black {color: #111111 !important;}
.dropcap1.blue {background-image: url(../styles/blue/dropcap1.png) !important;}
.dropcap2.blue {background-image: url(../styles/blue/dropcap2.png) !important;}
.dropcap3.blue {color: #00438E !important;}
.dropcap1.gray {background-image: url(../styles/gray/dropcap1.png) !important;}
.dropcap2.gray {background-image: url(../styles/gray/dropcap2.png) !important;}
.dropcap3.gray {color: #a9a9a9 !important;}
.dropcap1.green {background-image: url(../styles/green/dropcap1.png) !important;}
.dropcap2.green {background-image: url(../styles/green/dropcap2.png) !important;}
.dropcap3.green {color: #395009 !important;}
.dropcap1.magenta {background-image: url(../styles/magenta/dropcap1.png) !important;}
.dropcap2.magenta {background-image: url(../styles/magenta/dropcap2.png) !important;}
.dropcap3.magenta {color: #511a2d !important;}
.dropcap1.orange {background-image: url(../styles/orange/dropcap1.png) !important;}
.dropcap2.orange {background-image: url(../styles/orange/dropcap2.png) !important;}
.dropcap3.orange {color: #d83d03 !important;}
.dropcap1.pink {background-image: url(../styles/pink/dropcap1.png) !important;}
.dropcap2.pink {background-image: url(../styles/pink/dropcap2.png) !important;}
.dropcap3.pink {color: #720a53 !important;}
.dropcap1.red {background-image: url(../styles/red/dropcap1.png) !important;}
.dropcap2.red {background-image: url(../styles/red/dropcap2.png) !important;}
.dropcap3.red {color: #9b1817 !important;}

/* Blockquotes Variations
---------------------------------------------------------- */
blockquote.black {background-image: url(../styles/black/blockquotes.png) !important;}
blockquote.blue {background-image: url(../styles/blue/blockquotes.png) !important;}
blockquote.gray {background-image: url(../styles/gray/blockquotes.png) !important;}
blockquote.green {background-image: url(../styles/green/blockquotes.png) !important;}
blockquote.magenta {background-image: url(../styles/magenta/blockquotes.png) !important;}
blockquote.orange {background-image: url(../styles/orange/blockquotes.png) !important;}
blockquote.pink {background-image: url(../styles/pink/blockquotes.png) !important;}
blockquote.red {background-image: url(../styles/red/blockquotes.png) !important;}

/* Pullquotes Variations
---------------------------------------------------------- */
span.pullquote.black {background-image: url(../styles/black/pullquotes.png) !important; color: #111111 !important;}
span.pullquote.blue {background-image: url(../styles/blue/pullquotes.png) !important; color: #00438E !important;}
span.pullquote.gray {background-image: url(../styles/gray/pullquotes.png) !important; color: #a9a9a9 !important;}
span.pullquote.green {background-image: url(../styles/green/pullquotes.png) !important; color: #395009 !important;}
span.pullquote.magenta {background-image: url(../styles/magenta/pullquotes.png) !important; color: #511a2d !important;}
span.pullquote.orange {background-image: url(../styles/orange/pullquotes.png) !important; color: #d83d03 !important;}
span.pullquote.pink {background-image: url(../styles/pink/pullquotes.png) !important; color: #720a53 !important;}
span.pullquote.red {background-image: url(../styles/red/pullquotes.png) !important; color: #9b1817 !important;}

/* Fancy Links Variations
---------------------------------------------------------- */
#container .fancy_link.black {background-image: url(../styles/black/arrow.png) !important;}
#container .fancy_link.blue {background-image: url(../styles/blue/arrow.png) !important;}
#container .fancy_link.gray {background-image: url(../styles/gray/arrow.png) !important;}
#container .fancy_link.green {background-image: url(../styles/green/arrow.png) !important;}
#container .fancy_link.magenta {background-image: url(../styles/magenta/arrow.png) !important;}
#container .fancy_link.orange {background-image: url(../styles/orange/arrow.png) !important;}
#container .fancy_link.pink {background-image: url(../styles/pink/arrow.png) !important;}
#container .fancy_link.red {background-image: url(../styles/red/arrow.png) !important;}

/* Fancy Headers Variations
---------------------------------------------------------- */
h6.black span {background-color: #111111 !important;}
h6.blue span {background-color: #00438E !important;}
h6.gray span {background-color: #a9a9a9 !important;}
h6.green span {background-color: #395009 !important;}
h6.magenta span {background-color: #511a2d !important;}
h6.orange span {background-color: #d83d03 !important;}
h6.pink span {background-color: #720a53 !important;}
h6.red span {background-color: #9b1817 !important;}

/* Fancy Links Variations
---------------------------------------------------------- */
#container a.fancy_link.black {color: #111111 !important;}
#container a.fancy_link.blue {color: #00438E !important;}
#container a.fancy_link.gray {color: #a9a9a9 !important;}
#container a.fancy_link.green {color: #395009 !important;}
#container a.fancy_link.magenta {color: #511a2d !important;}
#container a.fancy_link.orange {color: #d83d03 !important;}
#container a.fancy_link.pink {color: #720a53 !important;}
#container a.fancy_link.red {color: #9b1817 !important;}

/* Styled Buttons Variations 
---------------------------------------------------------- */
.button.black {background-color: #111111 !important;}
.button.blue {background-color: #00438E !important;}
.button.gray {background-color: #a9a9a9 !important;}
.button.green {background-color: #395009 !important;}
.button.magenta {background-color: #511a2d !important;}
.button.orange {background-color: #d83d03 !important;}
.button.pink {background-color: #720a53 !important;}
.button.red {background-color: #9b1817 !important;}

/* Framed Boxes Title Variations 
---------------------------------------------------------- */
.framed_box_title.black {background-color: #111111 !important;}
.framed_box_title.blue {background-color: #00438E !important;}
.framed_box_title.gray {background-color: #a9a9a9 !important;}
.framed_box_title.green {background-color: #395009 !important;}
.framed_box_title.magenta {background-color: #511a2d !important;}

.framed_box_title.orange {background-color: #d83d03 !important;}
.framed_box_title.pink {background-color: #720a53 !important;}
.framed_box_title.red {background-color: #9b1817 !important;}