/*******************************************************************************/
/******************************** reset.css ************************************/
/*******************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20091131 */
* { margin: 0;}
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, 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;
}
html {
   background: #ffffff;
}
body {
	line-height: 1;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************************************************/
/********************************* text.css ************************************/
/*******************************************************************************/
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #333;
    background: #282828;
}
a {
    color: #FE5E08;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #333;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
    text-align: left;
}
small {
    font-size: 80%;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 1.833em;}
h2 {font-size: 1.667em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.333em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.083em;}
.js_on .cufon-on h1 {font-size: 2.3em;}
.js_on .cufon-on h2 {font-size: 2.18em;}
.js_on .cufon-on h3 {font-size: 1.833em;}
.js_on .cufon-on h4 {font-size: 1.667em;}
.js_on .cufon-on h5 {font-size: 1.5em;}
.js_on .cufon-on h6 {font-size: 1.333em;}
h1, h2, h3, h4, h5, h6 {line-height: 1.2em;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
    font-weight: normal;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}

ul ul,
ul ul ul,
ul ul ul ul,
ul ul ul ul ul,
ol ol,
ol ol ol,
ol ol ol ol,
ol ol ol ol ol {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

/*******************************************************************************/
/******************************** 960.gs.css ***********************************/
/*******************************************************************************/
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* v1.0 | 20091131 */
/* `Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {
	margin-left: auto;
	margin-right: auto;
	/*width: 960px;*/
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24{
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_24 .grid_1 {
	width:40px;
}
    .container_24 .grid_2 {
	width:80px;
}
    .container_24 .grid_3 {
	width:120px;
}
    .container_24 .grid_4 {
	width:160px;
}
    .container_24 .grid_5 {
	width:200px;
}
    .container_24 .grid_6 {
	width:240px;
}
    .container_24 .grid_7 {
	width:280px;
}
    .container_24 .grid_8 {
	width:320px;
}
    .container_24 .grid_9 {
	width:360px;
}
    .container_24 .grid_10 {
	width:400px;
}
    .container_24 .grid_11 {
	width:440px;
}
    .container_24 .grid_12 {
	width:480px;
}
    .container_24 .grid_13 {
	width:520px;
}
    .container_24 .grid_14 {
	width:560px;
}
    .container_24 .grid_15 {
	width:600px;
}
    .container_24 .grid_16 {
	width:640px;
}
    .container_24 .grid_17 {
	width:680px;
}
    .container_24 .grid_18 {
	width:720px;
}
    .container_24 .grid_19 {
	width:760px;
}
    .container_24 .grid_20 {
	width:800px;
}
    .container_24 .grid_21 {
	width:840px;
}
    .container_24 .grid_22 {
	width:880px;
}
    .container_24 .grid_23 {
	width:920px;
}
    .container_24 .grid_24 {
	width:960px;
}




/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_24 .prefix_1 {
	padding-left:40px;
}
    .container_24 .prefix_2 {
	padding-left:80px;
}
    .container_24 .prefix_3 {
	padding-left:120px;
}
    .container_24 .prefix_4 {
	padding-left:160px;
}
    .container_24 .prefix_5 {
	padding-left:200px;
}
    .container_24 .prefix_6 {
	padding-left:240px;
}
    .container_24 .prefix_7 {
	padding-left:280px;
}
    .container_24 .prefix_8 {
	padding-left:320px;
}
    .container_24 .prefix_9 {
	padding-left:360px;
}
    .container_24 .prefix_10 {
	padding-left:400px;
}
    .container_24 .prefix_11 {
	padding-left:440px;
}
    .container_24 .prefix_12 {
	padding-left:480px;
}
    .container_24 .prefix_13 {
	padding-left:520px;
}
    .container_24 .prefix_14 {
	padding-left:560px;
}
    .container_24 .prefix_15 {
	padding-left:600px;
}
    .container_24 .prefix_16 {
	padding-left:640px;
}
    .container_24 .prefix_17 {
	padding-left:680px;
}
    .container_24 .prefix_18 {
	padding-left:720px;
}
    .container_24 .prefix_19 {
	padding-left:760px;
}
    .container_24 .prefix_20 {
	padding-left:800px;
}
    .container_24 .prefix_21 {
	padding-left:840px;
}
    .container_24 .prefix_22 {
	padding-left:880px;
}
    .container_24 .prefix_23 {
	padding-left:920px;
}


/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_24 .suffix_1 {
	padding-right:40px;
}
    .container_24 .suffix_2 {
	padding-right:80px;
}
    .container_24 .suffix_3 {
	padding-right:120px;
}
    .container_24 .suffix_4 {
	padding-right:160px;
}
    .container_24 .suffix_5 {
	padding-right:200px;
}
    .container_24 .suffix_6 {
	padding-right:240px;
}
    .container_24 .suffix_7 {
	padding-right:280px;
}
    .container_24 .suffix_8 {
	padding-right:320px;
}
    .container_24 .suffix_9 {
	padding-right:360px;
}
    .container_24 .suffix_10 {
	padding-right:400px;
}
    .container_24 .suffix_11 {
	padding-right:440px;
}
    .container_24 .suffix_12 {
	padding-right:480px;
}
    .container_24 .suffix_13 {
	padding-right:520px;
}
    .container_24 .suffix_14 {
	padding-right:560px;
}
    .container_24 .suffix_15 {
	padding-right:600px;
}
    .container_24 .suffix_16 {
	padding-right:640px;
}
    .container_24 .suffix_17 {
	padding-right:680px;
}
    .container_24 .suffix_18 {
	padding-right:720px;
}
    .container_24 .suffix_19 {
	padding-right:760px;
}
    .container_24 .suffix_20 {
	padding-right:800px;
}
    .container_24 .suffix_21 {
	padding-right:840px;
}
    .container_24 .suffix_22 {
	padding-right:880px;
}
    .container_24 .suffix_23 {
	padding-right:920px;
}


/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_24 .push_1 {
	left:40px;
}
    .container_24 .push_2 {
	left:80px;
}
    .container_24 .push_3 {
	left:120px;
}
    .container_24 .push_4 {
	left:160px;
}
    .container_24 .push_5 {
	left:200px;
}
    .container_24 .push_6 {
	left:240px;
}
    .container_24 .push_7 {
	left:280px;
}
    .container_24 .push_8 {
	left:320px;
}
    .container_24 .push_9 {
	left:360px;
}
    .container_24 .push_10 {
	left:400px;
}
    .container_24 .push_11 {
	left:440px;
}
    .container_24 .push_12 {
	left:480px;
}
    .container_24 .push_13 {
	left:520px;
}
    .container_24 .push_14 {
	left:560px;
}
    .container_24 .push_15 {
	left:600px;
}
    .container_24 .push_16 {
	left:640px;
}
    .container_24 .push_17 {
	left:680px;
}
    .container_24 .push_18 {
	left:720px;
}
    .container_24 .push_19 {
	left:760px;
}
    .container_24 .push_20 {
	left:800px;
}
    .container_24 .push_21 {
	left:840px;
}
    .container_24 .push_22 {
	left:880px;
}
    .container_24 .push_23 {
	left:920px;
}




/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_24 .pull_1 {
	right:40px;
}
    .container_24 .pull_2 {
	right:80px;
}
    .container_24 .pull_3 {
	right:120px;
}
    .container_24 .pull_4 {
	right:160px;
}
    .container_24 .pull_5 {
	right:200px;
}
    .container_24 .pull_6 {
	right:240px;
}
    .container_24 .pull_7 {
	right:280px;
}
    .container_24 .pull_8 {
	right:320px;
}
    .container_24 .pull_9 {
	right:360px;
}
    .container_24 .pull_10 {
	right:400px;
}
    .container_24 .pull_11 {
	right:440px;
}
    .container_24 .pull_12 {
	right:480px;
}
    .container_24 .pull_13 {
	right:520px;
}
    .container_24 .pull_14 {
	right:560px;
}
    .container_24 .pull_15 {
	right:600px;
}
    .container_24 .pull_16 {
	right:640px;
}
    .container_24 .pull_17 {
	right:680px;
}
    .container_24 .pull_18 {
	right:720px;
}
    .container_24 .pull_19 {
	right:760px;
}
    .container_24 .pull_20 {
	right:800px;
}
    .container_24 .pull_21 {
	right:840px;
}
    .container_24 .pull_22 {
	right:880px;
}
    .container_24 .pull_23 {
	right:920px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*******************************************************************************/
/****************************** superfish.css **********************************/
/*******************************************************************************/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333; /* #777; */
}
.sf-menu a:hover  { 
	color: #0056ab; /* #222; */
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:	url(../images/sf-menu-bg.png) no-repeat 0 100%;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator,
.top_bg_color .sf-sub-indicator {
	position:		absolute !important;
	display:		block !important;
	right:			10px !important;
	top:			1.05em !important; /* IE6 only */
	width:			10px !important;
	height:			10px !important;
	text-indent:		-999em !important;
	overflow:		hidden !important;
}
/* indicator image for light background */
.sf-sub-indicator {
	background:		url(../images/auto-arrows.png) no-repeat -10px -100px !important; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* indicator image for dark background */
.top-bg-color-dark .sf-sub-indicator {
	background:		url(../images/auto-arrows.png) no-repeat -30px -100px !important; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em !important;
	background-position: 0 -100px !important; /* use translucent arrow for modern browsers*/
}
/* hovers for light background */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px !important; /* arrow hovers for modern browsers*/
}
/* hovers for dark background */
.top-bg-color-dark a:focus > .sf-sub-indicator,
.top-bg-color-dark a:hover > .sf-sub-indicator,
.top-bg-color-dark a:active > .sf-sub-indicator,
.top-bg-color-dark li:hover > a > .sf-sub-indicator,
.top-bg-color-dark li.sfHover > a > .sf-sub-indicator {
	background-position: -40px -100px !important; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0 !important; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0 !important; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0 !important; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    -moz-box-shadow: 1px 1px 4px #555;
    -webkit-box-shadow: 1px 1px 4px #555;
    box-shadow: 1px 1px 4px #555;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*******************************************************************************/
/*************************** ennis.com style.css *******************************/
/*******************************************************************************/
/*
Theme Name: U-Design
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: CSS for the 'U-Design Theme'.
Version: 2.0.0
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
*/

body {
    /*min-width: 960px;*/
}
#wrapper-1 {
    background-color: #ffffff;
    display: block;
    float: left;
    position: relative;
    width: 100%;

      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -45px;
}
/* Begin Top area (Logo and Search) */
#top-elements {
    position:relative;
    height: 90px;
    z-index: 100;
}
#logo {
    top: 16px;
    left: 0;
    position: absolute;
    z-index: 100;
    padding-left:16px;
}
#logo h1 {
    margin: 0;
    padding: 0;
}
#logo h1 a,
#logo .site-name a {
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    outline: 0;
}
#slogan {
    position: absolute;
    top: 100px;
    left: 0;
    color: #999;
    font-size: 12px;
    padding-left:20px;
}
.js_on .cufon-on #slogan {
    font-size: 14px;
}
#search {
    margin: 5px 0 0;
}
#search .search_box {
    height: 26px;
    margin-top: 5px;
    margin-left: 22px;
    display: inline-block;
    float: left;
}
#search input.blur, #search input.inputbox_focus {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin: 0;
    padding: 5px 0 5px 14px;
    width: 145px;
    height: 16px;
    font-size: 13px;
    line-height: 10px;
}
#search input.inputbox_focus { color: #878787; }
#search input.blur { color: #999; }
#search input.inputbox_focus {
    background: transparent url(../images/searchbox.png) no-repeat scroll 0 -26px;
}
#search input.blur {
    background: transparent url(../images/searchbox.png) no-repeat scroll 0 0;
}
#search input.search-btn {
    background:transparent url(../images/searchbox.png) no-repeat scroll 100% 0;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 40px;
}
#search input.search-btn:hover {
    background-position: 100% -26px;
}
#top-elements .phone-number {
    text-align: right;
    color: #999;
    font-size: 14px;
    padding-top: 4px;
}
#top-elements  .phone-number-padding {
    padding: 3px 20px 0 0;
}
#top-elements .social-icons {
    display: block;
    float: left;
}
#top-elements .social-icons ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: right;
    padding: 5px 0 0 0;
    float: right;
    margin-bottom: 0;
}
#top-elements .social-icons li.social_icon {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 0 !important;
    display: inline;
    float: left;
    margin-left: 6px;
}
#top-elements .social-icons a {
    overflow: hidden;
    outline: none;
}
#top-elements .social_media_top { 
    padding:0 20px 0 0;
    float:right;
    clear:both;
}
#top-elements .social_media_title {
    text-align:center;
    color: #999999;
    padding:0;
    margin:0;
}
/* End Top area (logo and Search) */

/* Begin Header with Flashmo Grid Slider */
#gs-header {
    background-color: #FFF;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom:23px;
    padding-top: 25px;
}
#gs-header #header-content {
    margin: 0 auto;
}
#gs-header .gs-slideshow {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    outline: none;
    z-index: 99;
    background-color: #000;
}
#gs-shadow {
    background: transparent url(../images/trans-shadow.png) no-repeat scroll 0 100%;
    width: 940px;
    height: 100px;
    margin: -70px auto -10px;
}
#gs-header .gs-slideshow #flashmo-slider-responsive { display:none; }
/* End Header with Flashmo Grid Slider */

/* Begin Header with Piecemaker Slider */
#piecemaker-header {
    background-color: #FFF;
    display: block;
    float:left;
    height: 470px;
    position: relative;
    width: 100%;
}
#piecemaker-wrapper {
    margin: 15px -70px 0;
}
#flashcontent {
    position:relative;
    z-index:99;
    text-align:center;
}
#flashcontent .slide-img {
    margin: 20px auto 10px;
}
#pm-shadow {
    background: transparent url(../images/trans-shadow.png) no-repeat scroll 0 100%;
    width: 940px;
    height: 300px;
    margin: -260px auto 0;
}
#piecemaker-header #piecemaker-wrapper #flashcontent-responsive { display:none; }
/* End Header with Piecemaker Slider */

/* Begin Header with Slider Cycle 1 */
#c1-header {
    background-color: #FFF;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom:10px;
}
#c1-header #header-content {
    padding-top: 25px;
}
#c1-header .c1-slideshow {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    outline: none;
    width: 960px;
    height: 420px;
    z-index: 99;
}
#c1-slider {
    background: transparent url(../images/c1-frame.png) no-repeat scroll 50% 0;
    position: relative;
    list-style: none outside none;
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:420px;
}
#c1-slider li {
    background: none repeat scroll 0 0 transparent !important;
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.c1-slide-img-wrapper {
    padding: 23px;
    display: block;
    float: left;
}
#c1-slider .slide-desc h2 {
    font-size: 18px;
    margin-top: 5px;
}
#c1-slider .slide-img {
    float: left;
    margin: 0;
}
#c1-nav {
    z-index: 100;
    padding: 5px 5px 0 0;
    margin: 0 auto;
    float:right;
    height:14px;
    position: relative;
}
#c1-nav a {
    background: url(../images/slider-bullet.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c1-nav a.activeSlide {
    background-position: -15px 0;
}
#c1-pauseButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: right;
    position: relative;
}
#c1-pauseButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 5px 5px 0 0;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c1-resumeButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: right;
    position: relative;
}
#c1-resumeButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 100% 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 5px 30px 0 0;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c1-shadow {
    background: transparent url(../images/trans-shadow.png) no-repeat scroll 0 100%;
    width: 940px;
    height: 300px;
    margin: -307px auto 0;
}
/* End Header with Slider Cycle 1 */

/* Begin Header with Slider Cycle 2 */
#c2-header {
    background-color: #FFF;
    display: block;
    float: left;
    height: 343px;
    position: relative;
    width: 100%;
    padding:25px 0 10px;
}
#c2-header .c2-slideshow {
    position: relative;
    overflow: hidden;
    outline: none;
    width: 960px;
    height: 329px;
    z-index: 99;
}
#c2-slider {
    position: relative;
    list-style: none outside none;
    margin: 0;
}
#c2-slider > li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    overflow: hidden;
    margin: 2px 0;
    padding: 0 22px;
    width: 920px;
}
#c2-slider .slide-desc {
    float: left;
    height: 310px;
    margin: 0 20px 0 0;
    width: 400px;
    padding: 0;
    overflow: hidden;
}
#c2-slider .slide-desc h2 {
    margin-top: 5px;
    padding-bottom: 2px;
}
#c2-slider .slide-desc p {
    margin:0;
    padding:5px 0;
}
.c2-slide-img-wrapper {
    float: right;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 480px;
    height: 295px;
}
#c2-slider .slide-img {
    float: left;
    margin: 4px 0 0;
}
.c2-slide-img-frame {
    background: transparent url(../images/slide-img-frame.png) no-repeat scroll 0 0;
    width: 516px;
    height: 329px;
    position: absolute;
    overflow: hidden;
    right: 2px;
}
.c2-slide-img-frame-bg {
  background-color: #F4F4F4;
  width: 476px;
  height: 287px;
  overflow: hidden;
  position: absolute;
  right: 21px;
  top: 21px;
}
.c2-slider-controls {
    float:right;
    margin:-23px 0 0 0;
    width:525px;
}
#c2-nav {
    z-index: 100;
    padding: 25px 22px 0 0;
    margin: 0 auto;
    float:right;
    height:14px;
    position: relative;
}
#c2-nav a {
    background: url(../images/slider-bullet.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c2-nav a.activeSlide {
    background-position: -15px 0;
}
#c2-pauseButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: left;
    position: relative;
}
#c2-pauseButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 25px 0 0 30px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c2-resumeButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: left;
    position: relative;
}
#c2-resumeButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 100% 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 25px 0 0 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
/* End Header with Slider Cycle 2 */

/* Begin Header with Slider Cycle 3 */
#c3-header {
    background-color: #FFF;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding-bottom:0;
}
#c3-header #header-content {
    margin-top: 0;
}
#c3-header .c3-slideshow {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    outline: none;
    width: 960px;
    height: 430px;
    z-index: 99;
}
#c3-slider {
    position: relative;
    list-style: none outside none;
    margin-left:auto;
    margin-right:auto;
    width:960px;
    height:430px;
}
ul#c3-slider {
    margin-bottom: 0;
}
#c3-slider li {
    background: none repeat scroll 0 0 transparent !important;
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}
.c3-slide-img-wrapper {
    padding: 0 10px;
    display: block;
    float: left;
}
#c3-slider .sliding-image,
#c3-slider .sliding-text {
    width: 940px;
    height: 430px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right:-940px;
    overflow: hidden;
}

#c3-slider .c3_slide_link_url a {
    position: absolute;
    z-index: 999;
    width:940px;
    height:430px;
    top:0;
    left:10px;
    border: 0 none;
    outline: 0 none;
}
#c3-slider .sliding-text p {
    margin:0;
    padding:5px 0;
}
#c3-slider .slide-img {
    float: left;
    margin: 0;
}
#c3-nav {
    z-index: 100;
    padding: 5px 5px 0 0;
    margin: 0 auto;
    float:right;
    height:14px;
    position: relative;
}
#c3-nav a {
    background: url(../images/slider-bullet.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c3-nav a.activeSlide {
    background-position: -15px 0;
}
.c3-controls {
    float:right;
    display:block;
    margin-top:-35px;
}
#c3-pauseButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: right;
    position: relative;
}
#c3-pauseButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 5px 5px 0 0;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c3-resumeButton {
    z-index: 100;
    margin: 0 auto;
    height: 14px;
    float: right;
    position: relative;
}
#c3-resumeButton a {
    background: url(../images/slider-controls.png) no-repeat scroll 100% 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 5px 30px 0 0;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
/* End Header with Slider Cycle 3 */

/* Begin Page Container (Sidebar and Main Content) */
#page-content-title {
    background-color: #FFF;
}
#page-content-title #page-title h1,
#page-content-title #page-title h2,
#page-content-title #page-title h3,
#page-content-title #page-title .single-post-categories {
    margin: 0 20px;
    padding: 18px 0;
    font-size: 2.3em;
    color: #333;
    line-height: 42px;
}
.js_on .cufon-on #page-content-title #page-title h1,
.js_on .cufon-on #page-content-title #page-title h2,
.js_on .cufon-on #page-content-title #page-title h3,
.js_on .cufon-on #page-content-title #page-title .single-post-categories {
    margin: 0 20px;
    padding: 25px 0 20px;
    font-size: 2.833em;
    color: #333;
}
#page-content-title #page-title h1 a,
#page-content-title #page-title h2 a,
#page-content-title #page-title h3 a,
#page-content-title #page-title .single-post-categories a {
    color: #333;
}
.no-title-present {
    display:block;
    height:54px;
}
#main-content #page-title h1,
#main-content #page-title h2,
#main-content #page-title h3,
#main-content #page-title .single-post-categories {
    margin-top:0;
}
#page-content {
    background:url(../images/home-page-content-top.png) repeat-x scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    min-height: 104px;
    position: relative;
    width: 100%;
    padding-bottom:20px;
}
.no_title_section #page-content {
    background-image:none;
    background-color:#FFFFFF;
}
/* End Page Container (Sidebar and Main Content) */

/* Begin Post */
.post-top {
    clear: both;
    float: left;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}
.post-top h1, .post-top h2, .post-top h3 {
    width: 600px;
    font-size: 24px;
    margin-top:2px;
}
.js_on .cufon-on .post-top h1 .js_on .cufon-on .post-top h2, .post-top h3 {
    width: 100%;
    font-size: 30px;
    margin-top:5px;
}
.post-top h1 a, .post-top h2 a, .post-top h3 a {
    text-decoration: none;
    color:#333;
}
.post-top h1 a:hover, .post-top h2 a:hover, .post-top h3 a:hover {
    text-decoration: none;
    color:#999;
}
.entry {
    padding: 10px 0 20px;
    clear: both;
}
.postmetadata {
    font-size:95%;
    padding: 0 !important;
    clear:both;
    margin: 7px 0 5px !important;
}
.sticky { color: inherit; }
.bypostauthor { color: inherit; }
/* End Post */

/* Begin Comments*/
h3#comments, #respond h3 {font-size: 1.25em;}
.js_on .cufon-on h3#comments, .js_on .cufon-on #respond h3 {font-size: 1.667em;}

ol.commentlist {
    margin: 0;
    padding: 0;
    width: 600px;
}
.grid_24 ol.commentlist { width: 920px;} /* makes comments span full-width for posts/pages that are full-width */
.commentlist li {
    list-style: none;
    margin-left: 15px;
    padding-top: 20px;
}
.commentlist .children li {
    border-left: 1px dotted #D6D6D6;
    padding-top: 30px;
}
.comment {
    padding: 10px;
}
.commentlist ul.children {
    margin-bottom: 0;
}
.commentlist .comment-meta {
    padding: 7px 7px 25px;
    display: block;
    font-style: normal;
}
.commentlist .even .comment-meta,
.commentlist .children .even .comment-meta,
.commentlist .children li .even .comment-meta,
.commentlist .children .children li .even .comment-meta,
.commentlist .children .children .children li .even .comment-meta,
.commentlist .children .children .children .children li .even .comment-meta,
.commentlist .children .children .children .children .children li .even .comment-meta,
.commentlist .children .children .children .children .children .children li .even .comment-meta,
.commentlist .children .children .children .children .children .children .children li .even .comment-meta,
.commentlist .children .children .children .children .children .children .children .children li .even .comment-meta {
    background: transparent url(../images/speech-bubble.png) no-repeat scroll 40px 100%;
}
.commentlist .odd .comment-meta,
.commentlist .children .odd .comment-meta,
.commentlist .children li .odd .comment-meta,
.commentlist .children .children .children li .odd .comment-meta,
.commentlist .children .children .children .children .children li .odd .comment-meta,
.commentlist .children .children .children .children .children .children .children li .odd .comment-meta {
    background: transparent url(../images/speech-bubble-alt.png) no-repeat scroll 20px 100%;
}
.commentlist .comment-meta img {
    padding: 1px;
    border: 1px solid #AAB59A;
    float: left;
    margin-right: 9px;
}
.avatar-wrapper {
    display: block;
    width: 70px;
    float: left;
}
commentmetadata {
    display: block;
    width: 568px;
    float: left;
}
.commentlist .author {
    font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
    margin: 5px;
}
.commentlist .time {
    background: url(../images/clock.png) no-repeat 1px;
    padding-left: 25px;
}
.commentlist .commenttext {
    padding: 20px;
    background:transparent url(../images/speech-bubble-bg.png) repeat scroll 0 0;
    position: relative;
    word-wrap: break-word;
}
.commentlist .alt .commenttext {
    padding: 20px;
    background:transparent url(../images/speech-bubble-bg-alt.png) repeat scroll 0 0;
}
.commentlist .children .even .commenttext,
.commentlist .children li .even .commenttext,
.commentlist .children .children li .even .commenttext,
.commentlist .children .children .children li .even .commenttext,
.commentlist .children .children .children .children li .even .commenttext,
.commentlist .children .children .children .children .children li .even .commenttext,
.commentlist .children .children .children .children .children .children li .even .commenttext,
.commentlist .children .children .children .children .children .children .children li .even .commenttext,
.commentlist .children .children .children .children .children .children .children .children li .even .commenttext {
    padding: 20px;
    background:transparent url(../images/speech-bubble-bg.png) repeat scroll 0 0;
    position: relative;
}
.commentlist .children .odd .commenttext,
.commentlist .children li .odd .commenttext,
.commentlist .children .children li .odd .commenttext,
.commentlist .children .children .children li .odd .commenttext,
.commentlist .children .children .children .children .children li .odd .commenttext,
.commentlist .children .children .children .children .children .children .children li .odd .commenttext {
    padding: 20px;
    background:transparent url(../images/speech-bubble-bg-alt.png) repeat scroll 0 0;
}
.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
    padding-right: 0px;
    padding-bottom: 0px;
}
#respond {
    clear: both;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
    width: 100%;
}

#comment, fieldset textarea{
    height: 150px;
    padding: 5px;
    width: 97%;
}
#commentform p, fieldset p{
    padding: 2px 0;
    clear: both;
}

#commentform input{
    padding: 5px;
    cursor: pointer;
}
/* End Comments */

/* Begin Images */
img,
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
p img {
    padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
.alignright, img.alignright, a img.alignright {
    float: right;
    margin: 4px 0 2px 14px;
}
.alignleft, img.alignleft, a img.alignleft {
    float: left;
    margin:4px 14px 2px 0;
}
.aligncenter, img.aligncenter, a img.aligncenter, img.centered, a img.centered {
    display: block;
    float: none !important;
    margin:6px auto 10px !important;
}
/* End Images */

/* Begin Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End Captions */

/* Begin Sidebar */
#sidebarSubnav {
    margin: 0;
    padding: 0;
}
#sidebarSubnav h3{
    margin: 3px 0 0;
    padding-bottom: 7px;
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}
#sidebarSubnav a {
    text-decoration: none;
}
.custom-formatting,
.substitute_widget_class {
    padding: 10px 20px;
}
.custom-formatting a {
    display: block;
    padding: 5px 5px 5px 22px;
}
.custom-formatting ul {
    list-style-type: none;
    margin: 0;
}
.custom-formatting ul ul li a {
    padding-left: 37px !important;
}
.custom-formatting ul ul ul li a {
    padding-left: 52px !important;
}
.custom-formatting ul ul ul ul li a {
    padding-left: 67px !important;
}
.custom-formatting ul ul ul ul ul li a {
    padding-left: 82px !important;
}
.custom-formatting li {
    margin: 0;
    width: 100%;
    background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 5px 10px;
}
.custom-formatting li.current_page_item > a, .custom-formatting li.current-cat > a, .custom-formatting li.current > a {
    color: #333;
}
.custom-formatting li.current_page_item > a:hover, .custom-formatting li.current-cat > a:hover, .custom-formatting li.current > a:hover {
    color: #555;
}
.custom-formatting li li {
    background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 20px 10px;
}
.custom-formatting li li li {
    background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 35px 10px;
}
.custom-formatting li li li li {
    background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 50px 10px;
}
.custom-formatting li li li li li {
    background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 75px 10px;
}

.main-content-bg-dark .custom-formatting li {
    margin: 0;
    width: 100%;
    background: transparent url(../images/arrow-3-light.png) no-repeat scroll 5px 10px;
}
.main-content-bg-dark .custom-formatting li li {
    background: transparent url(../images/arrow-3-light.png) no-repeat scroll 20px 10px;
}
.main-content-bg-dark .custom-formatting li li li {
    background: transparent url(../images/arrow-3-light.png) no-repeat scroll 35px 10px;
}
.main-content-bg-dark .custom-formatting li li li li {
    background: transparent url(../images/arrow-3-light.png) no-repeat scroll 50px 10px;
}
.main-content-bg-dark .custom-formatting li li li li li {
    background: transparent url(../images/arrow-3-light.png) no-repeat scroll 75px 10px;
}

.custom-formatting li a,
.custom-formatting li a:hover,
.custom-formatting li li a:hover,
.custom-formatting li li li a:hover,
.custom-formatting li li li li a:hover,
.custom-formatting li li li li li a:hover,
.custom-formatting .current_page_item ul a {
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}
.home-cont-box .custom-formatting li a,
.home-cont-box .custom-formatting li a:hover,
.home-cont-box .custom-formatting li li a:hover,
.home-cont-box .custom-formatting li li li a:hover,
.home-cont-box .custom-formatting li li li li a:hover,
.home-cont-box .custom-formatting li li li li li a:hover,
.home-cont-box .custom-formatting .current_page_item ul a {
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}

.widget_tag_cloud {
    padding: 10px 20px;
}
.widget_tag_cloud a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline;
    line-height: 1.5em;
    padding: 3px;
}
.widget_tag_cloud a:hover {
    text-decoration: underline !important;
}
.custom-rss-formatting .content-padding {
    padding-left: 10px !important;
}
ul#recentcomments {
    list-style-type: none;
    margin-bottom: 0;
}
#recentcomments a {
    display: inline;
    padding: 0;
}
#recentcomments li {
    margin: 0;
    width: 100%;
    padding: 5px 5px 5px 5px;
    width: inherit;
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}
.home-cont-box #recentcomments li {
    margin: 0;
    width: 100%;
    padding: 5px 5px 5px 5px;
    width: inherit;
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}
#recentcomments li span {
    background: transparent url(../images/recent-comment.png) no-repeat scroll 0 1px;
    width: 18px;
    height: 16px;
    padding-left: 25px;
}
#recentcomments li a, #recentcomments .current_page_item ul a {
    border-bottom: none;
    background-color: transparent;
}
#recentcomments .current_page_item a, #recentcomments .current a{
    background-color: transparent;
    background-image: none;
    text-decoration: underline;
}
#recentcomments li a:hover{
    background-color: transparent;
    background-image: none;
}
.textwidget {
    display: inline-block;
    width:100%;
    padding: 7px 0 0;
}
#calendar_wrap {
    text-align:center;
}
#wp-calendar caption { 
    margin:8px 0;
    font-size:1.4em;
}
#calendar_wrap td#prev a {
    text-align: left;
}
#calendar_wrap td#next a {
    text-align: right;
}
#calendar_wrap td {
    padding: 8px 12px;
}
#bottom #calendar_wrap td {
    padding: 6px 8px;
}
#calendar_wrap td#today {
    background-color: #8A8A8A;
    color: #FFF;
}
#calendar_wrap td#today a {
    color: #FFF;
    text-decoration:underline;
}
#calendar_wrap a {
    padding: 0;
    border: none;
}
#bottom #wp-calendar {
    color: #333;
}
.text_input, .text_area, textarea, #commentform input {
    border: 1px solid #ababab;
    color: #333;
}
#searchform {
    margin: 10px 40px 0;
}
#searchsubmit, #send, #sidebarSubnav #submit {
    background-color:#333;
    cursor: pointer;
    color: #fff;
    margin: 5px 0 10px;
}
#searchsubmit:hover, #send:hover, #sidebarSubnav #submit:hover {
    background-color: #333;
    color: #8A8A8A;
}
.lelfPadding10 {
    padding-left: 10px;
}
.lelfPadding20 {
    padding-left: 20px;
}
#sidebarSubnav .widget_googlemap {
    visibility: hidden;
}
.js_on #sidebarSubnav .widget_googlemap {
    visibility: visible;
}
.widget-ads {
    margin: 0 0 15px;
}
.sidebar-cont-box-wide {
    position: relative;
}
.sidebar-cont-box-wide .content-padding {
    padding: 0 12px;
}
#sidebarSubnav select.postform {
    margin: 5px 0 0;
}
#home-page-content select.postform {
    margin: 3px 0 0;
}
#sidebarSubnav #googlemap-widget {
    display: none;
}
.js_on .cufon-on #sidebarSubnav #googlemap-widget {
    display: block;
}
/* End Sidebar */

/* Begin Main Content */
#front_content {
    background-color: #F9F9F9;
    min-height: 100px;
    font-size: 14px;
    z-index: 100;
}
.entry ul,
.entry ol {
    margin-bottom: 2px;
}
.navigation {
    margin: 0 0 5px;
}
/* End Main Content */

/* Begin Footer */
#footer-bg {
    background: #EAEAEA url(../images/footer-bg.png) repeat-x scroll 50% 0;
    position: relative;
    display: block;
    float:left;
    width: 100%;
    padding-bottom: 0;
    min-height: 43px;
}
#footer-bg, .push {
   height: 45px;
}

#wrapper-1.loginwrapper {
   margin: 0 auto -90px;
}
#wrapper-1.loginwrapper .push, #loginfooterwrapper {
   height: 90px;
}
#footerpoweredby {
   position: relative;
   display: block;
   text-align: center;
   float:left;
   width: 100%;
   padding-bottom: 0;
   overflow: hidden;
   height: 45px;
}
#footerpoweredby p {
   color: #a1a1a1;
   font-family: 'Arial';
   font-size: 100%;
   margin: 0 auto;
   text-align: center;
   width: 225px;
   white-space: nowrap;
   padding: 0;
}

.footer-top {
    height: 12px;
}
#footer_text {
    margin: 14px 10px 12px;
    color: #797979;
}
#footer_text a {
    color: #3D6E97;
}
#footer_text a:hover {
    color: #333333;
}
#footer_text div {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}
.text_centered p {
    text-align: center;
    padding: 15px 0 0 !important;
}
.back-to-top {
    margin-right:10px;
}
.back-to-top a {
    float:right;
    text-align: right;
    margin-top:12px;
    text-decoration:underline;
    color:#636363;
}
/* Begin Footer */

/* Begin Portfolio Template */
.portfolio-page .entry {
    padding: 10px 0 5px;
    clear: both;
}
#category-links {
    margin: 0;
}
#category-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 2.4em;
    font-size: 1.6em;
}
#category-links ul li {
    display: inline;
    margin: 0;
    padding-top: 10px;
    overflow: hidden;
}
#category-links ul li a {
    text-decoration: none;
    padding: 0 .3em;
}
#category-links a.current {
    background-color:#333333;
    color:#FFFFFF;
}
.posts-counter { color:#333; }
.portfolio-items-wrapper {
    padding: 20px 0 15px;
    float:left;
}
.portfolio-items-wrapper h2 {
    text-decoration: none;
    margin: 0;
    line-height: 1;
}
h2.portfolio-single-column {
    margin: 24px 0 5px;
}
.thumb-holder-2-col {
    background: transparent url(../images/thumb-holder-2-col.png) no-repeat scroll 0 0;
    width: 440px;
    height: 280px;
    position: relative;
    margin-bottom:5px;
}
.portfolio-img-thumb-2-col {
    background-color: #FFFFFF;
    overflow: hidden; /* Overflow hidden allows the description to toggle/tuck away as it slides down */
    padding: 0;
    position: absolute;
    left: 14px;
    top: 30px;
    width: 410px;
    height: 220px;
}
.portfolio-img-thumb-2-col img {
    background: #F5F5F5 none repeat scroll 0 0;
    position: absolute;
    width: 410px;
    height: 220px;
}
.portfolio-zoom-image-2-col {
    background-image: url(../images/zoom-image-2-col.png);
    bottom: 0;
    position: absolute;
    width: 410px;
    height: 220px;
    line-height: normal;
}
.thumb-holder-3-col {
    background: transparent url(../images/thumb-holder-3-col.png) no-repeat scroll 0 0;
    width: 280px;
    height: 200px;
    position: relative;
}
.portfolio-img-thumb-3-col {
    background-color: #FFFFFF;
    overflow: hidden; /* Overflow hidden allows the description to toggle/tuck away as it slides down */
    padding: 0;
    position: absolute;
    left: 16px;
    top: 25px;
    width: 248px;
    height: 148px
}
.portfolio-img-thumb-3-col img {
    background: #F5F5F5 none repeat scroll 0 0;
    position: absolute;
    width: 248px;
    height: 148px;
}
.portfolio-zoom-image-3-col {
    background-image: url(../images/zoom-image-3-col.png);
    bottom: 0;
    position: absolute;
    width: 248px;
    height: 148px;
    line-height: normal;
}
.thumb-holder-4-col {
    background: transparent url(../images/thumb-holder-4-col.png) no-repeat scroll 0 0;
    width: 200px;
    height: 150px;
    position: relative;
    margin-bottom:5px;
}
.portfolio-img-thumb-4-col {
    background-color: #FFFFFF;
    overflow: hidden; /* Overflow hidden allows the description to toggle/tuck away as it slides down */
    padding: 0;
    position: absolute;
    left:12px;
    top: 17px;
    width: 176px;
    height: 116px;
}
.portfolio-img-thumb-4-col img {
    background: #F5F5F5 none repeat scroll 0 0;
    position: absolute;
    width: 176px;
    height: 116px;
}
.portfolio-zoom-image-4-col {
    background-image: url(../images/zoom-image-4-col.png);
    bottom: 0;
    position: absolute;
    width: 176px;
    height: 116px;
    line-height: normal;
}
/* End Portfolio Template */

/* Begin Blog Template */
.post-image-holder {
    position: relative;
    width: 600px;
    height: 202px;
    background: transparent url(../images/post-img-holder.png) no-repeat scroll 0 0;
    margin: 5px 0 10px;
}
.post-image {
    background-color: #FFFFFF;
    overflow: hidden; /* Overflow hidden allows the description to toggle/tuck away as it slides down */
    padding: 0;
    position: absolute;
    width: 570px;
    height: 172px;
    left:15px;
    top: 15px;
}
.post-image img {
    background: #F5F5F5 none repeat scroll 0 0;
    width: 570px;
    height: 172px;
    position: absolute;
    left: 0;
}
.post-hover-image {
    background-image: url(../images/hover-image.png);
    bottom: 0;
    width: 570px;
    height: 172px;
    position: absolute;
    line-height: normal;
}
/* End Blog Template */

/* Begin Contact Page Template */
#contactInfo {
    font-size: 1.1em;
    margin: 0 0 40px;
}
#contactInfo .contactFieldDesc {
    padding: 5px 0;
    font-weight: bold;
    width: 20%;
}
#contactInfo .contactFieldValue {
    padding: 5px 0;
    border-bottom: 1px dotted #B7B7B7;
    margin-left: 3%;
    width: 77%;
}
#contact-wrapper {
    padding: 0;
}
#contact-wrapper h3, #contact-wrapper h4 {
    padding-bottom: 9px;
}
#contact-wrapper div {
    clear: both;
    margin: 1em 0;
}
#contact-wrapper label,
#contact-wrapper em {
    float: none;
    font-size: 1.1em;
    width: auto;
}
form#contactForm input {
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-size: 1.1em;
    color: #333;
}
form#contactForm input.submit {
    border-color: #FFF #999 #999 #FFF;
    padding: 5px 25px;
    cursor: pointer;
}
form#contactForm textarea {
    font-size: 100%;
    padding: 0.6em 0.5em 0.7em;
    border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}
form#contactForm label.error {
    color: red;
    float: none;
    padding-left: 0.5em;
    vertical-align: top;
}
form#contactForm input.error,
form#contactForm textarea.error {
    border: 1px solid red;
    color: red;
    margin: 0;
}
/* End Contact Page Template*/

/* Begin Search Page Template*/
strong.search-excerpt { background: yellow; }
/* End  Search Page Template*/

/* Begin Typography (Message Boxes) */
.info, .success, .warning, .erroneous, .validation {
    display: table;
    width:100%;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
.info {
    color: #00529B;
    border: 1px solid #38AEE5;
    background-color: #BDE5F8;
    background: -moz-linear-gradient(center top , #FFFFFF, #BDE5F8);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#BDE5F8));
    background: -o-linear-gradient(top, #FFFFFF 0%,#BDE5F8 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#BDE5F8 99%); /* IE10+ */
}
.info .msg-box-icon {
    background: transparent url(../images/info.png) no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.success {
    color: #4F8A10;
    border: 1px solid #A0CF4C;
    background-color: #DFF2BF;
    background: -moz-linear-gradient(center top , #FFFFFF, #DFF2BF);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DFF2BF));
    background: -o-linear-gradient(top, #FFFFFF 0%,#DFF2BF 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#DFF2BF 99%); /* IE10+ */
}
.success .msg-box-icon {
    background: transparent url(../images/success.png) no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.warning {
    color: #9F6000;
    border: 1px solid #E5BC3B;
    background-color: #FEEFB3;
    background: -moz-linear-gradient(center top , #FFFFFF, #FEEFB3);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FEEFB3));
    background: -o-linear-gradient(top, #FFFFFF 0%,#FEEFB3 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FEEFB3 99%); /* IE10+ */
}
.warning .msg-box-icon {
    background: transparent url(../images/warning.png) no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.erroneous {
    color: #D8000C;
    border: 1px solid #FF7878;
    background-color: #FFBABA;
    background: -moz-linear-gradient(center top , #FFFFFF, #FFBABA);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FFBABA));
    background: -o-linear-gradient(top, #FFFFFF 0%,#FFBABA 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FFBABA 99%); /* IE10+ */
}
.erroneous .msg-box-icon {
    background: transparent url(../images/error.png) no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.custom {
    margin:10px 0 !important;
    display:table;
    width:100%;
    border: 1px solid #BBB;
    background-color: #EEEEEE; /* old browsers */
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE); /* firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EEEEEE)); /* webkit */
    background: -o-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EEEEEE 99%); /* IE10+ */
}
.custom .inner-padding { padding: 17px !important; }
.simple {
    background-color: #F5F5F5;
    color: #333333;
    display: block;
    margin:10px 0 !important;
}
.simple .inner-padding { padding: 10px !important; }
pre {
    padding: 10px;
    overflow: auto;
    color: #555;
    border: 1px solid #999;
    background:-moz-linear-gradient(center top , #FFFFFF, #EFEFEF);
    background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF));
}
blockquote.alignleft {
    margin: 10px 20px 0 0;
    width: 220px;
}
blockquote.alignright {
    margin: 10px 0 0 20px;
    width: 220px;
}
blockquote {
    background: url(../images/pull-quote-dark.png) no-repeat scroll 0 4px transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 5px 10px 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
blockquote.bq-light {
    background: url(../images/pull-quote-light.png) no-repeat scroll 0 7px transparent;
}
blockquote { quotes: none; }
/* End Typography (Message Boxes) */

/* Begin Typography (Miscellaneous styles) */
a.read-more-align-left,
a.read-more-align-right {
    display:inline-block;
}
a.read-more-align-left {
    text-align: left;
}
a.read-more-align-right {
    float: right;
}
a.read-more-align-left span,
a.read-more-align-right span {
    font-family: "Georgia";
    font-style: italic;
    padding-right: 3px;
}
/* End Typography (Miscellaneous styles) */

/* Begin Main Navigation Menu */
#navigation-menu {
    position:absolute;
    right:20px;
    top:0;
    font-size:14px;
    height:40px;
}
.navigation-menu {
    position:relative;
    z-index:101;
}
#main-menu {
    background: url(../images/main-menu-btm-border.png) repeat-x scroll 50% 100% transparent;
    width: 100%;
    position:relative;
    z-index:auto;
    height:40px;
    margin-bottom:0;
}
#dropdown-holder {
    display: block;
    position:relative;
}
#navigation-menu > ul {
    padding-top: 7px;
}
#navigation-menu > * {
    padding:0;
    margin:0;
    font-size: 1em;
}
#navigation-menu ul.sf-menu {
    margin-top: 0;
}
#navigation-menu ul.sf-menu {
    padding: 5px 0 0 0;
    margin-right: -20px;
}
#navigation-menu ul.sf-menu > li {
    background:none;
    list-style: none;
    float: left;
    margin: 0 0 0 -3px;
}
#navigation-menu ul.sf-menu a.default-cursor {
    cursor: default;
}
#navigation-menu ul.sf-menu > li > a {
    display: block;
    padding: 0 20px 0 0;
    color: #E8E8E8;
    text-decoration: none;
    border:0 none;
    cursor: pointer;
}
#navigation-menu ul.sf-menu a {
    line-height: 1.2em;
    padding:8px 16px;
}
#navigation-menu ul.sf-menu a > span.sf-sub-indicator {
    top: 17px !important;
}
#navigation-menu ul.sf-menu ul a > span.sf-sub-indicator {
    top: 0.9em !important;
}
#navigation-menu ul.sf-menu > li > a > span {
    display: block;
    padding: 10px 0 10px 20px;
    color:#999;
    line-height:22px;
}
#navigation-menu ul.sf-menu > li {
    margin: 0 0 0 -3px;
}
#navigation-menu ul.sf-menu > li > a.sf-with-ul {
    padding: 0 26px 0 0;
}
#navigation-menu ul.sf-menu > li > a.sf-with-ul:hover {
    padding: 0 26px 0 0;
}
#navigation-menu ul.sf-menu > li > a > span.sf-sub-indicator {  /* give all except IE6 the correct values */
    padding: 10px 0 10px 0;
}
#navigation-menu ul.sf-menu > li > a:hover {
    color: #999;
    text-decoration: none;
}
#navigation-menu ul.sf-menu > li > a:hover span {
    color: #777;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a,
#navigation-menu ul.sf-menu > li.current_page_item > a {
    color: #6A6A6A;
    text-decoration: none;
}
#navigation-menu ul.sf-menu > li.current-menu-item > a > span,
#navigation-menu ul.sf-menu > li.current_page_item > a > span {
    color: #F95A09;
}
#navigation-menu ul.sf-menu > li.current-menu-item > a > span:hover,
#navigation-menu ul.sf-menu > li.current_page_item > a > span:hover {
    color: #777;
}
/* End Main Navigation Menu */

/* Begin Pagination ( overwrites: wp-pagenavi & wp-commentnavi default plugin css ) */
.wp-pagenavi {
    margin: 15px 0;
}
.wp-pagenavi span.pages {
	padding: 2px 6px;
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #666;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 6px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #666;
	color: #666;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 6px;
	margin: 2px;
	border: 1px solid #666;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
	background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF)) repeat scroll 0 0 #F6F6F6;
	cursor: pointer;
}
.wp-pagenavi a:visited {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
	-moz-box-shadow:0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	background:-moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F3F3F3;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF)) repeat scroll 0 0 #F6F6F6;
}


/* --> wp-commentnavi style*/
.wp-commentnavi {
	margin-top:20px;
}
.wp-commentnavi span.pages {
	padding: 2px 6px;
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #666;
	background-color: #FFFFFF;
}
.wp-commentnavi span.current {
	padding: 2px 6px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #666;
	color: #666;
	background-color: #FFFFFF;
}
.wp-commentnavi span.extend {
	padding: 2px 6px;
	margin: 2px;
	border: 1px solid #666;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-commentnavi a, .wp-commentnavi a:link {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
	background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF)) repeat scroll 0 0 #F6F6F6;
	cursor: pointer;
}
.wp-commentnavi a:visited {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
}
.wp-commentnavi a:active {
	padding: 2px 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #8A8A8A;
	color: #8A8A8A;
	background-color: #FFFFFF;
}
.wp-commentnavi a:hover {
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
	-moz-box-shadow:0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	background:-moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F3F3F3;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF)) repeat scroll 0 0 #F6F6F6;
}
/* End Pagination ( overwrites: wp-pagenavi & wp-commentnavi default plugin css ) */

/* Begin Cufon Fonts Fix:
   Fix for Cufon fonts loading problem with orig. font showing before cufon loaded */
.cufon-active #slogan { visibility: hidden !important; }
.cufon-ready #slogan { visibility: visible !important; }
.cufon-active h1 { visibility: hidden !important; }
.cufon-ready  h1 { visibility: visible !important; }
.cufon-active h2 { visibility: hidden !important; }
.cufon-ready  h2 { visibility: visible !important; }
.cufon-active h3 { visibility: hidden !important; }
.cufon-ready  h3 { visibility: visible !important; }
.cufon-active h4 { visibility: hidden !important; }
.cufon-ready  h4 { visibility: visible !important; }
.cufon-active h5 { visibility: hidden !important; }
.cufon-ready  h5 { visibility: visible !important; }
.cufon-active h6 { visibility: hidden !important; }
.cufon-ready  h6 { visibility: visible !important; }
.cufon-active #category-links ul li { visibility: hidden !important; }
.cufon-ready  #category-links ul li { visibility: visible !important; }
/* End Cufon Fonts Fix */

/* Begin Typography: List Styles */
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 {
    margin: 5px 0 5px 10px;
    position: relative; /* fix for IE6 (figures...) */
    overflow: hidden;
}
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 { 
    margin-left:0; 
}
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 {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
    margin-left:0;
}
ul.list-1 li { background: transparent url(../images/tick-green.png) no-repeat scroll 0 3px; }
ul.list-2 li { background: transparent url(../images/tick-grey.png) no-repeat scroll 0 3px; }
ul.list-3 li { background: transparent url(../images/exclamation.png) no-repeat scroll 0 3px; }
ul.list-4 li { background: transparent url(../images/thumb-up.png) no-repeat scroll 0 3px; }
ul.list-5 li { background: transparent url(../images/lifeboy.png) no-repeat scroll 0 3px; }
ul.list-6 li { background: transparent url(../images/calendar-task.png) no-repeat scroll 0 3px; }
ul.list-7 li { background: transparent url(../images/pin.png) no-repeat scroll 0 3px; }
ul.list-8 li { background: transparent url(../images/clock.png) no-repeat scroll 0 3px; }
ul.list-9 li { background: transparent url(../images/double-arrow.png) no-repeat scroll 6px 7px; }
ul.list-10 li { background: transparent url(../images/arrow-2.png) no-repeat scroll 6px 5px; }
ul.list-11 li { background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 6px 5px; }

/* Cycle 2 & Cycle 3 slider list styles */
ul#c2-slider li ul.list-1, ul#c2-slider li ul.list-2, ul#c2-slider li ul.list-3, ul#c2-slider li ul.list-4, ul#c2-slider li ul.list-5,
ul#c2-slider li ul.list-6, ul#c2-slider li ul.list-7, ul#c2-slider li ul.list-8, ul#c2-slider li ul.list-9, ul#c2-slider li ul.list-10,
ul#c3-slider li ul.list-1, ul#c3-slider li ul.list-2, ul#c3-slider li ul.list-3, ul#c3-slider li ul.list-4, ul#c3-slider li ul.list-5,
ul#c3-slider li ul.list-6, ul#c3-slider li ul.list-7, ul#c3-slider li ul.list-8, ul#c3-slider li ul.list-9, ul#c3-slider li ul.list-10,
ul#c3-slider li ul.list-11 {
    margin: 5px 0 5px 10px;
    position: relative; /* fix for IE6 (figures...) */
    overflow: hidden;
    font-size: 16px;
}
ul#c2-slider li ul.list-1 ul, ul#c2-slider li ul.list-2 ul, ul#c2-slider li ul.list-3 ul, ul#c2-slider li ul.list-4 ul, ul#c2-slider li ul.list-5 ul,
ul#c2-slider li ul.list-6 ul, ul#c2-slider li ul.list-7 ul, ul#c2-slider li ul.list-8 ul, ul#c2-slider li ul.list-9 ul, ul#c2-slider li ul.list-10 ul,
ul#c2-slider li ul.list-11 ul,
ul#c3-slider li ul.list-1 ul, ul#c3-slider li ul.list-2 ul, ul#c3-slider li ul.list-3 ul, ul#c3-slider li ul.list-4 ul, ul#c3-slider li ul.list-5 ul,
ul#c3-slider li ul.list-6 ul, ul#c3-slider li ul.list-7 ul, ul#c3-slider li ul.list-8 ul, ul#c3-slider li ul.list-9 ul, ul#c3-slider li ul.list-10 ul,
ul#c3-slider li ul.list-11 ul { 
    margin-left:0; 
}
ul#c2-slider li ul.list-1 li, ul#c2-slider li ul.list-2 li, ul#c2-slider li ul.list-3 li, ul#c2-slider li ul.list-4 li, ul#c2-slider li ul.list-5 li,
ul#c2-slider li ul.list-6 li, ul#c2-slider li ul.list-7 li, ul#c2-slider li ul.list-8 li, ul#c2-slider li ul.list-9 li, ul#c2-slider li ul.list-10 li,
ul#c2-slider li ul.list-11 li,
ul#c3-slider li ul.list-1 li, ul#c3-slider li ul.list-2 li, ul#c3-slider li ul.list-3 li, ul#c3-slider li ul.list-4 li, ul#c3-slider li ul.list-5 li,
ul#c3-slider li ul.list-6 li, ul#c3-slider li ul.list-7 li, ul#c3-slider li ul.list-8 li, ul#c3-slider li ul.list-9 li, ul#c3-slider li ul.list-10 li,
ul#c3-slider li ul.list-11 li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
    margin-left:0;
    width:auto;
}
ul#c2-slider li ul.list-1 li, ul#c3-slider li ul.list-1 li { background: transparent url(../images/tick-green.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-2 li, ul#c3-slider li ul.list-2 li { background: transparent url(../images/tick-grey.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-3 li, ul#c3-slider li ul.list-3 li { background: transparent url(../images/exclamation.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-4 li, ul#c3-slider li ul.list-4 li { background: transparent url(../images/thumb-up.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-5 li, ul#c3-slider li ul.list-5 li { background: transparent url(../images/lifeboy.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-6 li, ul#c3-slider li ul.list-6 li { background: transparent url(../images/calendar-task.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-7 li, ul#c3-slider li ul.list-7 li { background: transparent url(../images/pin.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-8 li, ul#c3-slider li ul.list-8 li { background: transparent url(../images/clock.png) no-repeat scroll 0 7px !important; }
ul#c2-slider li ul.list-9 li, ul#c3-slider li ul.list-9 li { background: transparent url(../images/double-arrow.png) no-repeat scroll 6px 12px !important; }
ul#c2-slider li ul.list-10 li, ul#c3-slider li ul.list-10 li { background: transparent url(../images/arrow-2.png) no-repeat scroll 6px 10px !important; }
ul#c2-slider li ul.list-10 li, ul#c3-slider li ul.list-11 li { background: transparent url(../images/arrow-3-dark.png) no-repeat scroll 6px 10px !important; }

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    margin: 5px 8px 0 0;
}
/* End Typography: List Styles */

/* Begin Buttons */
.align-btn-left {
    float: left;
    display: inline-block;
}
.align-btn-right {
    float: right;
    display: inline-block;
}
a.dark-button,
a.light-button {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
    display: inline-block;
    border: 0 none;
    height: 51px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
}
a.dark-button {
    background:transparent url(../images/dark-button-l.png) no-repeat scroll left top;
}
a.light-button {
    background:transparent url(../images/light-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #FFF;
}
a.dark-button span,
a.light-button span {
    display: block;
    float: left;
    position: relative;
    padding: 18px 25px 18px 17px;
    line-height:15px;
}
a.dark-button span {
    background: transparent url(../images/dark-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.light-button span {
    background: transparent url(../images/light-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.dark-button:hover,
a.light-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.dark-button:hover span,
a.light-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height:15px;
}
a.dark-button:hover span{ color: #DDD; }
a.light-button:hover span { color: #333; }
a.dark-button:focus, a.dark-button:focus span,
a.light-button:focus, a.light-button:focus span {
    overflow: hidden;
    outline: none;
}

a.small-dark-button,
a.small-light-button {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    display: inline-block;
    border: 0 none;
    height: 31px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
}
a.small-dark-button {
    background:transparent url(../images/small-dark-button-l.png) no-repeat scroll left top;
}
a.small-light-button {
    background:transparent url(../images/small-light-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #FFF;
}
a.small-dark-button span,
a.small-light-button span {
    display: block;
    float: left;
    position: relative;
    padding:10px 18px 10px 10px;
    line-height:11px;

}
a.small-dark-button span {
    background: transparent url(../images/small-dark-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.small-light-button span {
    background: transparent url(../images/small-light-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.small-dark-button:hover,
a.small-light-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.small-dark-button:hover span,
a.small-light-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height:11px;
}
a.small-dark-button:hover span { color: #DDD; }
a.small-light-button:hover span { color: #333; }
a.small-dark-button:focus, a.small-dark-button:focus span,
a.small-light-button:focus, a.small-light-button:focus span {
    overflow: hidden;
    outline: none;
}

a.dark-round-button,
a.light-round-button {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 21px;
    display: inline-block;
    border: 0 none;
    height: 60px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 26px !important;
    position: relative;
}
a.dark-round-button {
    background:transparent url(../images/dark-round-button-l.png) no-repeat scroll left top;
}
a.light-round-button {
    background:transparent url(../images/light-round-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #DDD;
}
a.dark-round-button span,
a.light-round-button span {
    display: block;
    float: left;
    position: relative;
    padding: 20px 31px 20px 5px;
    line-height:20px;
}
a.dark-round-button span {
    background: transparent url(../images/dark-round-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.light-round-button span {
    background: transparent url(../images/light-round-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.dark-round-button:hover,
a.light-round-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.dark-round-button:hover span,
a.light-round-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
}
a.dark-round-button:hover span { color: #DDD; }
a.light-round-button:hover span { color: #333; }
a.dark-round-button:focus, a.dark-round-button:focus span,
a.light-round-button:focus, a.light-round-button:focus span {
    overflow: hidden;
    outline: none;
}

.custom-button, .custom-button span,
.custom-button:visited, .custom-button span:visited {
    background: url(../images/overlay.png) repeat-x scroll 0 0 #222222;
    display:inline-block;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.custom-button, .custom-button:visited {
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow:0px 1px 3px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.custom-button, a.custom-button {
    outline: 0 none;
    margin: 3px;
}
.custom-button:active {
    -moz-box-shadow: 0 -3px 1px #FFFFFF inset, 0 0 3px rgba(0, 0, 0, 0.9) inset;
    top: 1px;
}
.custom-button span {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: bold;
    line-height: 1;
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    text-align:center;
    white-space: nowrap;
}
.small.custom-button span, .small.custom-button span:visited {
    font-size: 11px;
    padding: 6px 13px 5px;
}
.custom-button span, .custom-button span:visited,
.medium.custom-button span, .medium.custom-button span:visited {
    font-size: 13px;
    padding: 7px 15px;
}
.large.custom-button span, .large.custom-button span:visited {
    font-size: 18px;
    padding: 9px 14px 9px;
}
.x-large.custom-button span, .x-large.custom-button span:visited {
    font-size: 34px;
    padding: 9px 14px 9px;
}
.custom-button:hover {
    color: #FFFFFF;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    opacity:0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity=80);
}
.custom-button span, .custom-button span:visited {
    background-color: #FF5C00;
}
/* End Buttons */

/* Begin: Content Boxes */
#content-container {
    margin-top: 0px;
}
#home-page-content #content-container { padding:20px 0; }
#page-content #content-container { padding:10px 0; }
#main-content .main-content-padding { padding: 0 20px; }
.home-cont-box .content-col .content-padding { padding-bottom: 25px; }
.home-cont-box h3 { padding: 5px 0 7px; }
.home-cont-box h4 {
    font-size: 1.4em;
    padding: 2px 0;
}
.home-cont-box small,
.home-cont-box small.read_more {
    font-style: italic;
}

.underline-1 {
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}
.divider {
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
.top-of-page {
    font-family: "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    margin-bottom: 25px;
    position: relative;
}
.top-of-page a {
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    border:0 none;
    outline:none;
    cursor:pointer;
}
/* End: Content Boxes */

/* Begin: Bottom Area */
#bottom-bg {
    position: relative;
    display: block;
    float:left;
    width: 100%;
    background-color: #F5F5F5;
    padding-bottom: 20px;
}
#bottom {
    line-height: 1.7;
    padding: 14px 0;
    color:#333;
}
#bottom .bottom-content-padding {
    padding:0 20px;
}
#bottom a {
    color: #3D6E97;
}
#bottom a:hover {
    color: #000;
}
#bottom .custom-formatting ul ul li a {
    padding-left: 30px !important;
}
#bottom .custom-formatting ul ul ul li a {
    padding-left: 40px !important;
}
#bottom .custom-formatting ul ul ul ul li a {
    padding-left: 50px !important;
}
#bottom .custom-formatting ul ul ul ul ul li a {
    padding-left: 60px !important;
}
#bottom .widget_recent_entries li,
#bottom .widget_categories li,
#bottom .widget_pages li,
#bottom .widget_subpages li,
#bottom .widget_archive li,
#bottom .widget_links li,
#bottom .widget_rss li,
#bottom .widget_meta li,
#bottom .loginform li,
#bottom .widget_nav_menu li {
    list-style-type: none;
    margin-left: 0;
    width: 100%;
    background: url(../images/double-arrow.png) no-repeat scroll 3px 8px transparent;
}
#bottom .widget_recent_comments li {
    list-style-type: none;
    margin-left: 0;
    width: 100%;
    padding: 5px 0;
    background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent;
}
#bottom .widget_recent_entries li li,
#bottom .widget_categories li li,
#bottom .widget_pages li li,
#bottom .widget_subpages li li,
#bottom .widget_archive li li,
#bottom .widget_links li li,
#bottom .widget_nav_menu li li {
    background: url(../images/double-arrow.png) no-repeat scroll 13px 8px transparent;
}
#bottom .widget_recent_entries li li li,
#bottom .widget_categories li li li,
#bottom .widget_pages li li li,
#bottom .widget_subpages li li li,
#bottom .widget_archive li li li,
#bottom .widget_links li li li,
#bottom .widget_nav_menu li li li {
    background: url(../images/double-arrow.png) no-repeat scroll 23px 8px transparent;
}
#bottom .widget_recent_entries li li li li,
#bottom .widget_categories li li li li,
#bottom .widget_pages li li li li,
#bottom .widget_subpages li li li li,
#bottom .widget_archive li li li li,
#bottom .widget_links li li li li,
#bottom .widget_nav_menu li li li li {
    background: url(../images/double-arrow.png) no-repeat scroll 33px 8px transparent;
}
#bottom .widget_recent_entries li a,
#bottom .widget_categories li a,
#bottom .widget_pages li a,
#bottom .widget_subpages li a,
#bottom .widget_archive li a,
#bottom .widget_links li a,
#bottom .widget_rss li a,
#bottom .widget_meta li a,
#bottom .loginform li a,
#bottom .widget_nav_menu li a{
    padding: 2px 0 5px 20px;
    display: block;
    background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent;
}
#bottom .widget_recent_entries li li a,
#bottom .widget_categories li li a,
#bottom .widget_pages li li a,
#bottom .widget_subpages li li a,
#bottom .widget_archive li li a,
#bottom .widget_links li li a,
#bottom .widget_nav_menu li li a {
    padding-left: 30px;
}
#bottom .widget_recent_entries li li li a,
#bottom .widget_categories li li li a,
#bottom .widget_pages li li li a,
#bottom .widget_subpages li li li a,
#bottom .widget_archive li li li a,
#bottom .widget_links li li li a,
#bottom .widget_nav_menu li li li a {
    padding-left: 40px;
}
#bottom .widget_recent_entries li li li li a,
#bottom .widget_categories li li li li a,
#bottom .widget_pages li li li li a,
#bottom .widget_subpages li li li li a,
#bottom .widget_archive li li li li a,
#bottom .widget_links li li li li a,
#bottom .widget_nav_menu li li li li a {
    padding-left: 50px;
}
#bottom #searchform {
    margin-left: 10px;
}
#bottom select.postform {
    margin-top: 6px;
}
.first .bottom-col-content {
    background-image: none;
}
.bottom-col-content {
    padding: 0;
}
h3.bottom-col-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #FE5E08;
}
#bottom .latest_posts h4 {
    font-size: 12px;
}
/* End: Bottom Area */
.top-icons ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 2px 0 0  45px;
    margin: 0 auto;
}
.top-icons li.top-icons {
    display: inline;
    margin: 0;
}
.top-icons a {
    overflow: hidden;
    outline: none;
}
#bottom .social-icons {
    display: block;
    float: left;
}
#bottom .social-icons ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: right;
    padding: 5px 5px 0 0;
}
#bottom .social-icons li.social_icon {
    background: none repeat scroll 0 0 transparent !important;
    padding-left: 0 !important;
    display: inline;
    float: left;
    margin: 3px;
}
#bottom .social-icons a {
    overflow: hidden;
    outline: none;
}

/* Begin Flickr Images */
#flickr-images {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align:center;
}
#flickr-images ul {
	list-style: none;
	float: 	left;
	padding: 0px;
	margin: 0px;
}
#flickr-images ul li {
	display: inline;
	background: none;
	margin: 0;
}
#flickr-images ul li img {
	border: 2px solid #BBBBBB;
	margin: 3px;
	width: 	75px;
	height: 75px;
}
#flickr-images ul li img:hover {
	border: 2px solid #000;
}
#flickr-images ul li a {
	display: inline;
	border: none;
	padding: 0;
	margin: 0;
}
#flickr-images ul li a:hover {
	background: none;
}
/* End Flickr Images */


#content-container .cont_col_1,
#content-container .cont_col_2,
#content-container .cont_col_3,
#content-container .cont_col_4,
#content-container .after_cont_row_1,
#content-container .after_cont_row_2 {
    padding: 0 0 10px;
    border: none;
}
#content-container .cont_col_1_title,
#content-container .cont_col_2_title,
#content-container .cont_col_3_title,
#content-container .cont_col_4_title,
#content-container .after_cont_row_1_title,
#content-container .after_cont_row_2_title {
    font-size: 2.0em;
    background:transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
    margin: 10px 0 3px;
    padding:5px 0 7px;
}


/*
Stylesheet for the WP125 ad management plugin
URL: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
*/
/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c {
    float: left;
    margin-bottom: 20px;
    width:100%;
}
#wp125adwrap_2c .wp125ad {
    width:125px;
    float:left;
    padding:5px;
}

#before-content {
    background:url(../images/home-page-before-content-top.png) repeat-x scroll 0 0 #F8F8F8;
    display: block;
    float:left;
    position: relative;
    width: 100%;
    padding: 10px 0 0px;
}
#before-content-column h2, #before-content-column h3 {
    margin-top:5px;
}
#home-page-content {
    background:#FFF url(../images/home-page-content-top.png) repeat-x scroll 0 0;
}
#before-content .column-content-wrapper {
    display: block;
    width: 100%;
    float:left;
    margin:0;
    padding:0;
}
#recaptcha_widget_div div {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}

.featured-text {
    font-size: 14px;
    line-height: 25px;
}

/* Begin Table Formatting */
table.custom-table {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.custom-table th {
    border-bottom: 2px solid #999;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    font-weight:bold;
    text-align: left;
}
table.custom-table td {
    padding: 9px 12px;
    border-top: 1px solid #fff;
}
table.custom-table tfoot td {
    font-size: 11px;
}
table.custom-table tbody td {
    background: url(../images/back.png) repeat scroll transparent;
}
table.custom-table tbody tr:hover td {
    background: none;
}
/* End Table Formatting */

/* Begin Column Formatting */
.one_fourth, .one_third, .one_half, .two_third, .three_fourth {
    float:left;
    margin-bottom:1%;
    margin-right:4%;
    position:relative;
}
.one_fourth { width:22%; }
.one_third { width:30%; }
.one_half { width:48%; }
.two_third { width:65%; }
.three_fourth { width:74%; }
.full_width { width:100%; float:left; }
.last_column { clear:right; margin-right:0 !important; }
/* End Column Formatting */

/* Begin Image Custom Frame Formatting */
.custom-frame-wrapper,
.small-custom-frame-wrapper {
    display: inline-block !important;
    max-width: 100%;
}
.custom-frame-inner-wrapper {
    border: 1px solid #EAEAEA;
    background-color: #F6F6F6;
    background: #F6F6F6; /* old browsers */
}
.custom-frame-wrapper .custom-frame-padding,
.small-custom-frame-wrapper .custom-frame-padding {
    border: 1px solid #FFFFFF;
    display: block;
    max-width: inherit;
}
.custom-frame-wrapper .custom-frame-padding { padding: 8px; }
.small-custom-frame-wrapper .custom-frame-padding { padding: 4px; }

.frame-shadow {
    box-shadow:  2px 2px 5px #CCCCCC;
}

ul.small-thumb {
    list-style: none outside none;
    margin-bottom: 0;
}
ul.small-thumb li {
    background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent;
    clear: both;
    margin-left: 0;
    padding: 5px 0 10px;
}
ul.small-thumb .teaser-title {
    font-size: 1.2em;
    line-height: 1.4em;
}
ul.small-thumb .date-author {
    font-size: 0.8em;
    margin: -4px 0 -2px;
}
ul.small-thumb .teaser-content {
    font-size: 1.0em;
}
#bottom .custom-frame-inner-wrapper,
#bottom .small-custom-frame-wrapper .custom-frame-inner-wrapper {
    background-color: #F6F6F6; 
    border: 1px solid #EAEAEA;
}
#bottom ul.small-thumb li { padding: 4px 0; }
#bottom ul.small-thumb li { background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent; }
/* End Image Custom Frame Formatting */

/* Begin Styling the Native WP Gallery */
.gallery .gallery-item a {
    border: 1px solid #EAEAEA;
    display: inline-block;
}
.gallery .gallery-item img {
    padding: 4px;
    margin: 0;
    border: 1px solid #FFFFFF !important;
    background: #F6F6F6; /* old browsers */
}
.gallery .gallery-item .gallery-caption {
    padding: 0 10px;
}
/* End Styling the Native WP Gallery */

/* Begin Slide Toggle Styles */
h4.slide_toggle {
    background: url(../images/toggle-images.png) no-repeat scroll -32px 0 transparent;
    margin: 10px 0;
    padding: 0 0 15px 40px;
    position: relative;
}
h4.clicked {
    background: url(../images/toggle-images.png) no-repeat scroll 0 -30px transparent;
}
h4.slide_toggle a {
    padding-top: 3px;
    display: block;
    text-decoration: none;
    border: 0 none;
    outline: 0 none;
    line-height:1.1;
}
.slide_toggle_content {
    background: url(../images/toggle-content-bg.png) repeat scroll 0 0 transparent;
    margin: 0 0 20px 40px;
    padding: 30px;
    clear: both;
    overflow: hidden;
}
/* End Slide Toggle Styles */

/* Begin Accordion Styles */
h3.accordion-toggle {
	padding: 0;
        margin: 0 0 1px 0;
	background: url(../images/accordian-title.png) no-repeat scroll 0 0 transparent !important;
	height: 46px;
        line-height: 46px;
	width: 100%;
	font-weight: normal;
	float: left;
        cursor: pointer;
}
h3.accordion-toggle a {
	text-decoration: none;
	display: block;
	padding: 12px 0 12px 50px;
        outline: medium none;
        border: 0 none;
        line-height: 1.3;
        font-family: Arial !important;
        font-size: 18px !important;
}
h3.accordion-toggle.active {
    background-position: left bottom;
}
.accordion-container {
	margin: 0 0 1px;
        padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
	background: url(../images/accordian-content-bg.png) repeat scroll 0 0 transparent;
}
.accordion-container .content-block {
	padding: 20px;
}
/* End Accordion Styles */

/* Begin Tabs Styles */
.tabs-wrapper ul.tabs {
    width:100%;
    margin:20px 0 0;
    padding:0;
    float:left;
    border-bottom:1px solid #EEE;
    height: auto;
}
.tabs-wrapper ul.tabs li {
    display:block;
    float:left;
    margin:0 2px 0 0;
    height: 34px;
}
.tabs-wrapper ul.tabs li a {
    display:block;
    float:left;
    text-decoration:none;
}
.tabs-wrapper ul.tabs li a {
    background: url(../images/tabs-btn_r.png) top right no-repeat;
    display: block;
    padding: 0 20px 0 0;
    text-decoration: none;
    border:0 none;
    cursor:pointer;
    overflow:hidden;
    outline:none;
}
.tabs-wrapper ul.tabs li a span {
    background: url(../images/tabs-btn_l.png) top left no-repeat;
    display: block;
    padding: 10px 10px;

}
.tabs-wrapper ul.tabs li a:hover {
    background: url(../images/tabs-active-btn_r.png) top right no-repeat;
    text-decoration: none;
}
.tabs-wrapper ul.tabs li a:hover span {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}

.tabs-wrapper ul.tabs li a.selected {
    background: url(../images/tabs-active-btn_r.png) top right no-repeat;
    text-decoration: none;
}
.tabs-wrapper ul.tabs li a.selected span {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}
.tabs-wrapper ul.tabs li a.selected span:hover {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}
.tabs-wrapper .tab-content {
    clear:both;
    background:url(../images/tab-content-bg.png) repeat scroll 0 0 transparent;
    width: 100%;
    border-right:1px solid #EEE;
    border-bottom:1px solid #EEE;
    border-left:1px solid #EEE;
    float:left;
}
.js_on .tabs-wrapper .tab-content {
    display:none;
}
.tabs-wrapper .tab-content .tabs-inner-padding {
    padding:10px;
}
/* End Tabs Styles */

/* Begin Miscellaneaus Styles */
.margin-top-0 { margin-top:0px; }
.margin-top-1 { margin-top:1px; }
.margin-top-2 { margin-top:2px; }
.margin-top-3 { margin-top:3px; }
.margin-top-4 { margin-top:4px; }
.margin-top-5 { margin-top:5px; }
.margin-top-10 { margin-top:10px; }
.do-uppercase { text-transform: uppercase; }
/* End Miscellaneaus Styles */

/* Begin Demo Related CSS */
span.theme-color {
    color: #626262;
    font-weight: bold;
}
/* End Demo Related CSS */

/* Begin Page Peel Styles*/
#page-peel {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999999999;
}
#page-peel img {
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99999999;
    max-width: none;
}
#page-peel .msg_block {
    background: url(../images/msg-block.png) no-repeat scroll right top transparent;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99999990;
}
/* End Page Peel Styles*/

/* Begin Feedback Button Styles*/
#feedback {
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}
#feedback a.feedback {
    background: url(../images/feedback-btn.png) no-repeat scroll 0 0 transparent;
    display: block;
    width: 30px;
    height: 120px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 265px;
}
#feedback a.feedback:hover {
    background-position: -30px 0;
}
/* End Feedback Button Styles*/


/**** Start: Isotope styles ****/

/* Isotope Filtering */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/* Isotope Options */

#isotope-options {
  padding-bottom: 1.0em;
  width: 920px;
  margin-top:30px;
}

#isotope-options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#isotope-options h4 { 
  font-weight: bold;
}

#isotope-options ul {
  margin: 0;
  list-style: none;
}

#isotope-options ul ul {
  margin-left: 1.5em;
}

#isotope-options li {
  float: left;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-left: 10px;
}

#isotope-options li a {
  display: block;
  padding: 0.6em 0.5em;
  color: #666;
  font-size: 1.0em;
  font-weight:bold;
  line-height: 1.5;
}

#isotope-options li a:hover,
#isotope-options li a.selected {
    color: #FE5E08;
    border: 0 none;
    outline: 0 none;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Begin Isotope Portfolio Page Column Formatting */
.isotoope-portfolio-wrapper,
.isotoope-portfolio-wrapper #portfolio-container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    
}
.isotoope-portfolio-wrapper #main-content .main-content-padding {
  padding: 0;
}
.isotoope-portfolio-wrapper #main-content #page-title h1 {
    padding-left:20px;
    padding-right:20px;
}
.isotoope-portfolio-wrapper .portfolio-page .entry {
  padding: 10px 20px 5px;
}
.isotoope-portfolio-wrapper p.editLink {
  padding: 5px 20px;
}
.isotope-options-padding {
    padding-left: 20px;
    margin:0;
    float:left;
}
.one_fourth_isotope, .one_third_isotope, .one_half_isotope {
    float:left;
    margin-left:20px;
    margin-right:20px;
    position:relative;
}
.one_fourth_isotope { width:200px; }
.one_third_isotope { width:280px; }
.one_half_isotope { width:440px; }

/* End Isotope Portfolio Page Column Formatting */


/* Begin Isotope Portfolio Sorting Section Formatting */
.option-combo-sorting {
    float:right;
    text-transform:uppercase;
    margin-top: 20px;
}
.option-combo-sorting a {
    font-size:0.8em !important;
}
.option-combo-sorting li {
    margin-left: 0 !important;
}
.option-combo-sorting #sort,
.option-combo-sorting #sort-direction {
    display:inline;
    float:left;
}
.option-combo-sorting #option-combo-sorting-description{
    font-size:0.8em !important;
    padding:0.6em 0.5em;
    float:left;
    font-weight:bold;
    line-height: 1.5;
}
.option-combo-sorting #sort-direction {
    margin-left:10px;
}
.option-combo-sorting li,
.option-combo-sorting li a {
    display:inline-block !important;
    outline: none;
}
.option-combo-sorting li span.s-divider {
  padding: 0.6em 0.5em;
  font-size: 1.0em;
  line-height: 2.2;
}
.option-combo #option-combo-filter-categories,
.option-combo #option-combo-filter-tags {
    font-size:1.0em !important;
    padding:0.6em 0;
    float:left;
    font-weight:bold;
    text-transform:uppercase;
    line-height: 1.5;
}
#isotope-options .divider {
  padding-top: 2px;
}
/* End Isotope Portfolio Sorting Section Formatting */

/**** End: Isotope styles ****/

/*******************************************************************************/
/************************* ennis.com custom_style.css **************************/
/*******************************************************************************/
/* Custom Styles */
body { font-family:'Arial'; }
body { font-size:12px; }
h1, h2, h3, h4, h5, h6, #slogan, .single-post-categories { font-family:'Arial'; }
#top-elements { height:90px; }
#logo h1 a, #logo .site-name a { background:transparent url(../images/uncompromised_logo.png) no-repeat 0 100%; width:248px; height:93px;}       
#slogan { top:100px; left:0px; }
#slogan { font-size:12px; }
.js_on .cufon-on #slogan { font-size:14px; }
#navigation-menu { font-family:'Arial'; }
#navigation-menu { font-size:14px; }
    #main-menu { background:none; }
h1 {font-size:1.883em !important; }
h2 {font-size:1.667em !important; }
h3 {font-size:1.5em !important; }
h4 {font-size:1.333em !important; }
h5 {font-size:1.25em !important; }
h6 {font-size:1.083em !important; }
.js_on .cufon-on h1 {font-size:2.3em !important; }
.js_on .cufon-on h2 {font-size:2.18em !important; }
.js_on .cufon-on h3 {font-size:1.883em !important; }
.js_on .cufon-on h4 {font-size:1.667em !important; }
.js_on .cufon-on h5 {font-size:1.5em !important; }
.js_on .cufon-on h6 {font-size:1.333em !important; }

    
#page-content-title #page-title h1,
#page-content-title #page-title h2,
#page-content-title #page-title h3,
#page-content-title #page-title .single-post-categories {font-size:1.883em !important;}

.js_on .cufon-on #page-content-title #page-title h1,
.js_on .cufon-on #page-content-title #page-title h2,
.js_on .cufon-on #page-content-title #page-title h3,
.js_on .cufon-on #page-content-title #page-title .single-post-categories {font-size:2.3em !important;}

.post-top h1, .post-top h2, .post-top h3 {font-size:1.5em !important; }
.js_on .cufon-on .post-top h1, .js_on .cufon-on .post-top h2, .post-top h3 {font-size:1.883em !important; }

#sidebarSubnav h3 {font-size:1.25em !important; }
.js_on .cufon-on #sidebarSubnav h3 {font-size:1.5em !important; }

.portfolio-items-wrapper h2 {font-size:1.333em !important; }
.js_on .cufon-on .portfolio-items-wrapper h2 {font-size:1.667em !important; }
h2.portfolio-single-column {font-size:1.667em !important; }
.js_on .cufon-on h2.portfolio-single-column {font-size:2.18em !important; }

h3.bottom-col-title {font-size:1.35em !important; }
.js_on .cufon-on h3.bottom-col-title {font-size:1.6947em !important; }

#gs-header #header-content { width:940px; }
#c2-slider .slide-desc h2, #c2-slider .slide-desc { color:#333333; }
#c2-slider .slide-desc h2 { font-size:1.8em !important; font-family:'Arial'; line-height:1.7; }
#c2-slider .slide-desc p, #c2-slider .slide-desc ul { font-size:1.2em; line-height:1.7; }
#c3-slider .sliding-text { color:#FFFFFF; font-size:1.2em; line-height:1.7; }

body, .post-top h2 a, .post-top h3 a, .posts-counter { color:#333333; }
a, #isotope-options li a:hover, #isotope-options li a.selected { color:#0056AB; }
a:hover, .post-top h2 a:hover, .post-top h3 a:hover, #isotope-options li a { color:#333333; }
.custom-formatting li.current_page_item > a, .custom-formatting li.current-menu-item > a, .custom-formatting li.current-cat > a, .custom-formatting li.current > a { color: #333333; }
.custom-formatting li.current_page_item > a:hover, .custom-formatting li.current-menu-item > a:hover,.custom-formatting li.current-cat > a:hover, .custom-formatting li.current > a:hover { color: #0056AB; }
h1,h2,h3,h4,h5,h6 { color:#007596; }
#top-wrapper {
   background: url(../images/HeaderBackgroundTile.png) repeat scroll center top #FFFFFF;
   background-repeat:repeat-x;
   height: 129px;
   border-bottom: 4px solid #007596;
   /*overflow: hidden;*/ /* CAUSES SUPERFISH MENU NOT TO SHOW SINCE IT GOES PAST HEIGHT */
}
#welcome-body {
   background-image:url(../images/welcome-background.png);
   background-repeat:repeat-x;
   width: 100%;
   height: 298px;
   text-align: center;
}
#welcome-body-wrapper {
   margin: 0 auto;
   padding-top: 40px;
   width: 750px;
   text-align: center;
   height: 226px;
}
#naspo {
   background:transparent url(../images/naspo.png) no-repeat 0 0;
   width:95px;
   height:109px; /* 95px img height + vertical shift */
   margin: 0 47px 0 0; /* removed 6px pad left which matched mock-up in favor of true centering */
   display: -moz-inline-stack; /* inline-block for FF2 */
	display: inline-block;
	zoom: 1;                    /* inline-block for IE<=7 */
	*display: inline;           /* inline-block for IE<=7 */
}
#founding {
   margin: 0;
   height: 184px;
   text-align: center;
   display: -moz-inline-stack; /* inline-block for FF2 */
	display: inline-block;
	zoom: 1;                    /* inline-block for IE<=7 */
	*display: inline;           /* inline-block for IE<=7 */
}
#founding div {
   background:transparent url(../images/founding-naspo.png) no-repeat 0 100%;
   width:346px;
   height:125px;
   margin: 0 auto 10px;
}
#founding .naspo {
   color: #343434;
   font-style:italic;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: 700;
}
#northstar {
   background:transparent url(../images/northstar.png) no-repeat 0 0;
   width:202px;
   height:107px; /* 88px img height + vertical shift */
   margin: 0 0 0 7px;
   display: -moz-inline-stack; /* inline-block for FF2 */
	display: inline-block;
	zoom: 1;                    /* inline-block for IE<=7 */
	*display: inline;           /* inline-block for IE<=7 */
}
#welcome-body .welcome-verbage {
   color: #343434;
   font-style:italic;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: 700;
   line-height: 110%;
}
#welcome-micr {
   background-position:center center; 
   background-image:url(../images/welcome-micr.png);
   background-repeat:repeat-x;
   height:20px;
}
#slogan, #top-elements .phone-number, #top-elements .social_media_title, #search input.blur, #search input.inputbox_focus { color:#333333; }
#slogan{ color:#333333; }
    #gs-header, #piecemaker-header, #c1-header, #c2-header, #c3-header, #rev-slider-header { background-color:#FFFFFF; }
#navigation-menu ul.sf-menu > li > a > span { color:#333333; }
#navigation-menu ul.sf-menu > li.current-menu-item > a > span, #navigation-menu ul.sf-menu > li.current_page_item > a > span { color:#0056AB; }
#navigation-menu ul.sf-menu > li.current-menu-item > a > span:hover, #navigation-menu ul.sf-menu > li.current_page_item > a > span:hover { color:#0056AB; }
#navigation-menu ul.sf-menu > li > a:hover span { color:#0056AB;}
#page-content-title #page-title h1, .js_on .cufon-on #page-content-title #page-title h1,
#page-content-title #page-title h2, .js_on .cufon-on #page-content-title #page-title h2,
#page-content-title #page-title h3, .js_on .cufon-on #page-content-title #page-title h3,
#page-content-title #page-title .single-post-categories, .js_on .cufon-on #page-content-title #page-title .single-post-categories { color:#FFFFFF; }
    #page-content-title { background-color:#333333; }
    #home-page-content, #page-content, .no_title_section #page-content { background-color:#FFFFFF; }
h3.before_cont_title { color:#333333; }
#before-content { color:#FFFFFF; }
    #before-content { background-color:#0056AB; }
    #bottom-bg { background: none repeat scroll 0 0 #F5F5F5; }
h3.bottom-col-title { color: #E21F26; }
#bottom, #bottom .textwidget, #bottom #wp-calendar, #bottom .posts-counter { color: #333333; }
#bottom a { color: #333333; }
#bottom a:hover { color: #0056AB; }
h3.bottom-col-title, #bottom ul.small-thumb li, #bottom .widget_recent_entries li a, #bottom .widget_categories li a, #bottom .widget_pages li a, #bottom .widget_subpages li a, #bottom .widget_archive li a, #bottom .widget_links li a, #bottom .widget_rss li a, #bottom .widget_meta li a, #bottom .loginform li a, #bottom .widget_nav_menu li a {
    background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent;
}
#bottom .widget_recent_comments li { background: url(../images/heading_underline.png) repeat-x scroll 0 100% transparent; }
    #footer-bg { background: url(../images/home-page-content-top.png) repeat-x scroll 50% 0 #333333; }
body { background-color: #A1A1A1; }
#footer, #footer_text { color: #FFFFFF; }
#footer a, #footer_text a { color: #666666; }
#footer a:hover, #footer_text a:hover { color: #FFFFFF; }


@media screen and ( max-width: 719px ) {
   #logo h1 a, #logo .site-name a { background:transparent url(../images/uncompromised_logo.png) no-repeat 0 100%; width:248px; height:93px; }
   #gs-header, #piecemaker-header, #c1-header, #c2-header, #c3-header, #rev-slider-header { display:none; }
   #footer-bg, #wrapper-1, #gs-header, #piecemaker-header, #c1-header, #c2-header, #c3-header, #rev-slider-header, #page-content-title, #home-page-content, #page-content, .no_title_section #page-content, #before-content, #bottom-bg, #footer-bg { background-image:none; }
}
@media screen and ( max-width: 959px ) {
   #c2-slider .slide-desc p, #c2-slider .slide-desc ul  { font-size:1.1em; line-height:1.6; }
   ul#c2-slider li ul li { font-size:0.8em; }
}
@media screen and ( max-width: 480px ) {
   #c2-slider .slide-desc h2 { font-size:1.4em !important; line-height:1.5; }
}
@media screen and ( min-width: 720px ) and ( max-width: 959px ) {
   #c2-slider .slide-desc h2 { font-size:1.7em !important; line-height:1.6; }
}

/*******************************************************************************/
/************************** selfservice style.css ******************************/
/*******************************************************************************/

.clear {
  clear: both;
  float: none;
  height: 0px;
}
.one-fourth {
  width: 22%;
}
.one-third {
  width: 30%;
}
.two-thirds {
  width: 66%;
}
.three-fourths {
  width: 74%;
}
.one-fourth,
.one-third,
.two-thirds,
.three-fourths {
  float: left;
  margin-right: 4%;
}
.one-fourth.last-grid,
.one-third.last-grid,
.two-thirds.last-grid,
.three-fourths.last-grid {
  margin-right: 0%;
}
/* Begin Breadcrumbs */
.breadcrumbs {
  margin: 2px 20px 0;
  font-size: 14px !important;
}
.no-breadcrumbs-padding {
  padding: 6px 0;
}
.breadcrumbs a {
  color: #A80532;
}
.breadcrumbs a:hover {
  color: #C3204D;
}
.breadcrumbs span.breadarrow {
  font-size: 1.2em;
}
.breadcrumbs span.current_crumb {
  font-weight: normal;
}
.breadcrumbs span.crumbsearch,
.breadcrumbs a.crumbsearch,
.breadcrumbs span.crumb-more-recent,
.breadcrumbs a.crumb-more-recent {
  display: none;
}
/* End Breadcrumbs */
.button {
/*
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 8px 15px !important;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: 30px;
  border: none !important;
  cursor: pointer;
  color: #ffffff !important;
  display: inline-block;
  width: auto;
  overflow: visible;
  background: #0056ab;
  background: -webkit-gradient(linear, left top, left bottom, from(#007cf7), to(#0056ab));
  background: -moz-linear-gradient(center top, #007cf7 0%, #0056ab 100%);
  background: -moz-gradient(center top, #007cf7 0%, #0056ab 100%);
  border: 1px solid #0056ab !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #002b56, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #002b56, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #002b56, 0 3px 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
*/
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   background: url(../images/ui-bg_highlight-hard_25_086C88_1x100.png) repeat-x scroll 50% 50% #086c88;
   border: 1px solid #006381 !important;
   color: #ffffff !important;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
   cursor: pointer;
   display: inline-block;
   line-height: normal;
   margin-right: 0.1em;
   overflow: visible;
   padding: 2px 8px !important;
   position: relative;
   text-align: center;
   vertical-align: middle;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button:hover {
/*
  background: #0068cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#1c8eff), to(#0068cf));
  background: -moz-linear-gradient(center top, #1c8eff 0%, #0068cf 100%);
  background: -moz-gradient(center top, #1c8eff 0%, #0068cf 100%);
  border: 1px solid #0068cf !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #003467, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #003467, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #003467, 0 3px 5px rgba(0, 0, 0, 0.3);
*/
   background: url(../images/ui-bg_highlight-hard_50_2589A5_1x100.png) repeat-x scroll 50% 50% #2589a5;
}
.button.green {
  background: #19c219;
  background: -webkit-gradient(linear, left top, left bottom, from(#41e741), to(#19c219));
  background: -moz-linear-gradient(center top, #41e741 0%, #19c219 100%);
  background: -moz-gradient(center top, #41e741 0%, #19c219 100%);
  border: 1px solid #19c219 !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0c610c, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0c610c, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0c610c, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.green:hover {
  background: #1de21d;
  background: -webkit-gradient(linear, left top, left bottom, from(#61eb61), to(#1de21d));
  background: -moz-linear-gradient(center top, #61eb61 0%, #1de21d 100%);
  background: -moz-gradient(center top, #61eb61 0%, #1de21d 100%);
  border: 1px solid #1de21d !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0f710f, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0f710f, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #0f710f, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.red {
/*
  background: #c4191f;
  background: -webkit-gradient(linear, left top, left bottom, from(#e74349), to(#c4191f));
  background: -moz-linear-gradient(center top, #e74349 0%, #c4191f 100%);
  background: -moz-gradient(center top, #e74349 0%, #c4191f 100%);
  border: 1px solid #c4191f !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #620d10, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #620d10, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #620d10, 0 3px 5px rgba(0, 0, 0, 0.3);
*/
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   background: url(../images/ui-bg_highlight-hard_40_981C3F_1x100.png) repeat-x scroll 50% 50% #981c3f;
   border: 1px solid #5d081f !important;
   color: #ffffff !important;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
   cursor: pointer;
   display: inline-block;
   line-height: normal;
   margin-right: 0.1em;
   overflow: visible;
   padding: 2px 8px !important;
   position: relative;
   text-align: center;
   vertical-align: middle;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button.red:hover {
/*
  background: #e21f26;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6368), to(#e21f26));
  background: -moz-linear-gradient(center top, #eb6368 0%, #e21f26 100%);
  background: -moz-gradient(center top, #eb6368 0%, #e21f26 100%);
  border: 1px solid #e21f26 !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
*/
   background: url(../images/ui-bg_highlight-hard_50_BD4163_1x100.png) repeat-x scroll 50% 50% #bd4163;
}
.button.greyed-out {
	cursor: default !important;
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
   border-top-right-radius: 6px;
   border-top-left-radius: 6px;
   background: url(../images/ui-bg_highlight-hard_75_e4e4e7_1x100.png) repeat-x scroll 50% 50% #e4e4e7;
   border: 1px solid #006381 !important;
   color: #a0a0a0 !important;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
   cursor: pointer;
   display: inline-block;
   line-height: normal;
   margin-right: 0.1em;
   overflow: visible;
   padding: 2px 8px !important;
   position: relative;
   text-align: center;
   vertical-align: middle;
   text-shadow: 1px 1px 0 white;
}
.button.greyed-out:hover {
   background: url(../images/ui-bg_highlight-hard_75_e4e4e7_1x100.png) repeat-x scroll 50% 50% #e4e4e7;
}
.button.white {
  background: #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  background: -moz-linear-gradient(center top, #ffffff 0%, #dbdbdb 100%);
  background: -moz-gradient(center top, #ffffff 0%, #dbdbdb 100%);
  border: 1px solid #dbdbdb !important;
  color: #404040;
  text-shadow: 0 1px 0px #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #6e6e6e, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #6e6e6e, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #6e6e6e, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(center top, #ffffff 0%, #ededed 100%);
  background: -moz-gradient(center top, #ffffff 0%, #ededed 100%);
  border: 1px solid #ededed !important;
  color: #333333;
  text-shadow: 0 1px 0px #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #777777, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #777777, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #777777, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.yellow {
  background: #c2c219;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e741), to(#c2c219));
  background: -moz-linear-gradient(center top, #e7e741 0%, #c2c219 100%);
  background: -moz-gradient(center top, #e7e741 0%, #c2c219 100%);
  border: 1px solid #c2c219 !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #61610c, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #61610c, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #61610c, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.yellow:hover {
  background: #e2e21d;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebeb61), to(#e2e21d));
  background: -moz-linear-gradient(center top, #ebeb61 0%, #e2e21d 100%);
  background: -moz-gradient(center top, #ebeb61 0%, #e2e21d 100%);
  border: 1px solid #e2e21d !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #71710f, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #71710f, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #71710f, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.large {
  font-size: 16px;
  height: 42px;
}
.float-right {
  float: right;
}
/*****************************************************/
/*                    Form Styles                    */
/*****************************************************/
form.form-style-01,
form.form-style-04 {
  text-align: center;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}
form.form-style-01 .row-wrapper,
form.form-style-04 .row-wrapper {
  width: 100%;
  padding-bottom: 20px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
form.form-style-01 .row-wrapper .tooltip.bottom,
form.form-style-04 .row-wrapper .tooltip.bottom {
  bottom: -31px !important;
}
form.form-style-01 .row-wrapper label,
form.form-style-04 .row-wrapper label {
  color: #A80532;
  font-size: 13px;
  text-align: right;
  margin-right: 10px;
  width: 130px;
  vertical-align: top;
  line-height: 24px;
  display: inline;
  float: left;
  position: relative;
}
form.form-style-01 .row-wrapper .input-wrapper,
form.form-style-04 .row-wrapper .input-wrapper {
  width: 440px;
  display: inline;
  float: left;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}
form.form-style-01 .row-wrapper .input-wrapper input,
form.form-style-04 .row-wrapper .input-wrapper input,
form.form-style-01 .row-wrapper .input-wrapper select,
form.form-style-04 .row-wrapper .input-wrapper select,
form.form-style-01 .row-wrapper .input-wrapper textarea,
form.form-style-04 .row-wrapper .input-wrapper textarea {
  border: 1px solid #dddddd;
}
form.form-style-01 .row-wrapper .input-wrapper input,
form.form-style-04 .row-wrapper .input-wrapper input,
form.form-style-01 .row-wrapper .input-wrapper textarea,
form.form-style-04 .row-wrapper .input-wrapper textarea {
  width: 438px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 13px;
}
form.form-style-01 .row-wrapper .input-wrapper input.button,
form.form-style-04 .row-wrapper .input-wrapper input.button,
form.form-style-01 .row-wrapper .input-wrapper textarea.button,
form.form-style-04 .row-wrapper .input-wrapper textarea.button {
  width: auto;
}
form.form-style-01 .row-wrapper .input-wrapper input[type="radio"],
form.form-style-04 .row-wrapper .input-wrapper input[type="radio"] {
  margin-right: 10px;
  width: auto;
  border: none;
}
form.form-style-01 .row-wrapper .input-wrapper select,
form.form-style-04 .row-wrapper .input-wrapper select {
  width: 440px;
}
form.form-style-01 .row-wrapper .input-wrapper textarea,
form.form-style-04 .row-wrapper .input-wrapper textarea {
  line-height: 18px;
  width: 418px;
  height: 91px;
  margin-right: none;
  resize: none;
  overflow: auto;
}
form.form-style-01 .row-wrapper .input-wrapper .instructions,
form.form-style-04 .row-wrapper .input-wrapper .instructions {
  text-align: left;
  font-size: 11px;
  font-style: italic;
}
form.form-style-01.form-style-04,
form.form-style-04.form-style-04 {
  /*width: 960px;*/
}
form.form-style-01.form-style-04 label,
form.form-style-04.form-style-04 label {
  width: 315px;
}
form.form-style-02 .field-wrapper {
  width: 160px;
  display: inline;
  float: left;
  position: relative;
  /*margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 22px;*/
}
form.form-style-02 .field-wrapper .tooltip.bottom {
  bottom: -31px !important;
}
form.form-style-02 .field-wrapper label {
  color: #007596;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
form.form-style-02 .field-wrapper input,
form.form-style-02 .field-wrapper select,
form.form-style-02 .field-wrapper textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}
form.form-style-02 .field-wrapper input {
  width: 156px;
}
form.form-style-02 .field-wrapper input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}
form.form-style-02 .field-wrapper select {
  width: 160px;
}
form.form-style-02 .field-wrapper textarea {
  line-height: 18px;
  width: 374px;
  height: 91px;
  margin-right: none;
  resize: none;
  overflow: auto;
}
form.form-style-03 .field-wrapper {
  width: 100%;
  position: relative;
}
form.form-style-03 .field-wrapper label {
  color: #A80532;
  width: 100%;
}
form.form-style-03 .field-wrapper input {
  margin-bottom: 18px;
  width: 100%;
}
form.form-style-03 .field-wrapper input.button {
  width: auto;
}
form.form-style-03 a {
  color: #A80532 !important;
  line-height: 30px;
}
form.form-style-03 a:hover {
  color: #C3204D !important;
}
.pagination {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination span {
  padding: 2px 6px;
  margin: 2px 2px 2px 2px;
  color: #666;
  border: 1px solid #666;
  background-color: #FFFFFF;
}
.pagination span.current {
  font-weight: bold;
}
.pagination span.extend {
  color: #333333;
}
.pagination a {
  padding: 2px 6px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #8A8A8A;
  color: #8A8A8A !important;
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#efefef)) repeat scroll 0 0 #f6f6f6;
}
.pagination a:hover {
  border: 1px solid #000000;
  color: #000000 !important;
  background-color: #FFFFFF;
  -moz-box-shadow: 0 0 3px #999999;
  -webkit-box-shadow: 0 0 3px #999999;
  background: -moz-linear-gradient(center top, #ffffff, #efefef) repeat scroll 0 0 #f3f3f3;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#efefef)) repeat scroll 0 0 #f6f6f6;
}
table.full-width {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
table.full-width th {
  font-weight: normal;
  vertical-align: middle;
  padding: 10px 0;
}
table.full-width tbody {
  line-height: 18px;
}
table.full-width tbody tr td {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
table.full-width tbody tr td p {
  margin: 0;
  padding: 0;
}
table.full-width.style-01 {
  border: 2px solid #0056ab;
}
table.full-width.style-01 th {
  color: #e21f26;
}
table.full-width.style-01 a {
  color: #0056ab !important;
}
table.full-width.style-01 a:hover {
  color: #333333 !important;
}
table.full-width.style-01 td {
  border-bottom: 1px solid #dddddd;
}
table.full-width.style-02 {
  /*border-top: 1px solid #4d4d4d;*/
  /*border-left: 1px solid #f2f2f2;*/
  /*border-right: 1px solid #f2f2f2;*/
}
table.full-width.style-02 th {
  background-color: #007596;
  /*border-right: 1px solid #4d4d4d;*/
  color: #ffffff;
}
table.full-width.style-02 a {
  color: #A80532 !important;
}
table.full-width.style-02 a:hover {
  color: #C3204D !important;
}
table.full-width.style-02 tr.odd td {
  background-color: #e6e6e6;
}
table.full-width.style-02 tr.odd:hover td {
  background-color: #d9d9d9;
}
table.full-width.style-02 tr.remove.odd td {
  background-color: #b3b3b3;
  color: #808080;
  text-decoration: line-through;
}
table.full-width.style-02 tr.remove.odd td input {
  background: none;
}
table.full-width.style-02 tr.remove.odd:hover td {
  background-color: #a6a6a6;
}
table.full-width.style-02 tr.remove td {
  background-color: #cccccc;
  color: #808080;
  text-decoration: line-through;
}
table.full-width.style-02 tr.remove td input {
  background: none;
}
table.full-width.style-02 tr.remove:hover td {
  background-color: #bfbfbf;
}
table.full-width.style-02 tr td {
/*
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
*/
}
table.full-width.style-02 tr:hover td {
  background-color: #f2f2f2;
}

.tooltip {
  position: absolute;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  font-size: 13px;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
}
.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  top: -17px;
  left: 50px;
}
.tooltip.top {
  top: -25px;
}
.tooltip.top:after {
  top: 30px;
  left: 50px;
  border-color: #e21f26 transparent;
  border-width: 10px 10px 0; 
}
.tooltip.no-arrow:after {
  top: 0;
  left: 0;
  border-color: transparent;
  border-width: 0; 
}
.tooltip.bottom {
  bottom: -15px;
}
.tooltip.left {
  left: 0px;
}
.tooltip.middle {
  left: 50%;
  margin-left: -75px;
}
.tooltip.error {
  background: #e21f26;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6368), to(#e21f26));
  background: -moz-linear-gradient(center top, #eb6368 0%, #e21f26 100%);
  background: -moz-gradient(center top, #eb6368 0%, #e21f26 100%);
  border: 1px solid #e21f26 !important;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
  -mozbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkitbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 #711013, 0 3px 5px rgba(0, 0, 0, 0.3);
}
.tooltip.error:after {
  border-bottom-color: #e21f26;
}
.tooltip.error.bottom:after {
  border-bottom-color: #ea5e63;
}
.error-red {
  color: #e21f26 !important;
  font-weight: 700 !important;
}
#subheader-wrapper {
  background-color: #333333;
  color: #ffffff;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 18px;
  padding-top: 18px;
}
#subheader-wrapper #subheader #subheader-text {
  font-size: 23px;
  line-height: 42px;
  margin: 0 20px;
}
#subheader-wrapper #subheader #subheader-text.grid_18 {
  width: 680px;
}
#subheader-wrapper #subheader #subheader-text.grid_24 {
  width: 920px;
}
.text-align-center {
  text-align: center !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
#wrapper-1 #top-wrapper *,
#wrapper-1 #top-wrapper *:before,
#wrapper-1 #top-wrapper *:after {
  box-sizing: content-box;
}
#wrapper-1 #page-wrapper {
  background-color: #FFFFFF;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  /*padding-bottom: 60px;*/
  padding-top: 60px;
  /*            OrderHistory Search Results            */

  /*                Order Confirmation                 */

  /*****************************************************/

}
#wrapper-1 #page-wrapper a {
  color: #A80532;
}
#wrapper-1 #page-wrapper a:hover {
  color: #C3204D;
}
#wrapper-1 #page-wrapper.search-results {
  padding-top: 0px;
}
#wrapper-1 #page-wrapper.search-results .page-text {
  margin-bottom: 0px;
}
#wrapper-1 #page-wrapper.order-confirmation {
  padding-top: 0px;
}
#wrapper-1 #page-wrapper.order-confirmation .page-text {
  margin-bottom: 0px;
}
#wrapper-1 #page-wrapper.order-confirmation span {
  color: #e21f26;
}
#wrapper-1 #page-wrapper.order-confirmation .confirmation-no {
  color: #e21f26;
  font-size: 20px;
  padding: 20px;
  text-align: left;
  width: 920px;
}
#wrapper-1 #page-wrapper.order-confirmation .order-details,
#wrapper-1 #page-wrapper.order-confirmation .production-facility,
#wrapper-1 #page-wrapper.order-confirmation .ship_to,
#wrapper-1 #page-wrapper.order-confirmation .comments {
  padding: 0 10px;
  text-align: left;
  width: 300px;
}
#wrapper-1 #page-wrapper.order-confirmation .order-details span {
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  width: 150px;
}
#wrapper-1 #page-wrapper.order-confirmation .production-facility {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  width: 298px;
}
#wrapper-1 #page-wrapper.order-confirmation .production-facility a {
  color: #0056ab;
  text-decoration: underline;
}
#wrapper-1 #page-wrapper.order-confirmation .production-facility a:hover {
  color: #0056ab;
  text-decoration: none;
}
#wrapper-1 #page-wrapper.order-confirmation .ship_to {
  line-height: 23.33px;
}
#wrapper-1 #page-wrapper.order-confirmation .comments {
  margin-top: 20px;
  padding: 0 20px;
  width: 920px;
}
#wrapper-1 #page-wrapper #page {
  /*             Welcome Screen After Login            */

  /*             Welcome Screen With Login             */

  /*****************************************************/

}
#wrapper-1 #page-wrapper #page .page-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
#wrapper-1 #page-wrapper #page .page-text.blue {
  color: #007596;
}
#wrapper-1 #page-wrapper #page .page-text.red {
  color: #A80532;
}
#wrapper-1 #page-wrapper #page .page-text.red a {
  color: #A80532;
  text-decoration: underline;
}
#wrapper-1 #page-wrapper #page .page-text.red a:hover {
  color: #A80532;
  text-decoration: none;
}
#wrapper-1 #page-wrapper #page .page-text.footer {
  margin-bottom: 0px;
  margin-top: 40px;
}
#wrapper-1 #page-wrapper #page.welcome-options img {
  margin-bottom: 22px;
}
#wrapper-1 #page-wrapper #page.welcome-options p {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
#wrapper-1 #page-wrapper #page.welcome-login {
  border: 2px solid #0056ab;
  padding: 20px;
  height: 320px;
  width: 916px;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text {
  margin-top:40px;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text h1,
#wrapper-1 #page-wrapper #page.welcome-login .page-text h2,
#wrapper-1 #page-wrapper #page.welcome-login .page-text h3 {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text h1 {
  color: #0056ab;
  font-size: 72px !important;
  font-style: italic;
  font-weight: bold;
  line-height: 72px;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text h2 {
  color: #e21f26;
  font-size: 24px !important;
  line-height: 24px;
  margin-bottom: 15px;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text h3 {
  color: #333333;
  font-size: 28px !important;
  line-height: 28px;
  margin-bottom: 8px;
}
#wrapper-1 #page-wrapper #page.welcome-login .page-text p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
#welcome-login-form-wrapper {
   width: 100%;
   text-align: center;
}
#welcome-login-form-wrapper .centering-div {
   width: 425px;
   margin: 0 auto;
   display: block;
}
#welcome-login-form-wrapper .centering-div p {
   color: #A1A1A1;
   text-align: center;
}
#userid-wrapper {
   text-align: left; 
   width: 200px;
   float:left;
   margin-right:20px;
}
#password-wrapper {
   text-align: left; 
   width: 200px;
   float:left;
}
#welcome-login-form input, #welcome-login-form label {
   display: block;
   width: 100%;
}
#welcome-login-form label {
   color: #A80532;
}
#welcome-login-form a {
   float: right;
}
#welcome-login-form .submit {
   clear:both;
   margin:20px auto;
   width:100%;
   height: 40px;
   width: 150px;
}
#footer-bg {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 0;
  min-height: 43px;
  background: #A1A1A1;
  overflow: hidden;
}
#footer-bg #footer {
  color: #FFFFFF;
  height: 12px;
}
#footer-bg #footer #footer-text {
  margin: 15px 0 0 18px;
}
#footer-bg #footer #footer-text div {
  font-size: 0.9em;
}
#footer-bg #footer #footer-text div a {
  color: #666666;
}
#footer-bg #footer #footer-text div a:hover {
  color: #ffffff;
}
#footer-bg #footer #footer-text div .admin {
  display: none;
  font-size: 1em;
}
#footer-bg #footer .back-to-top a {
  color: #666666;
  float: right;
  text-align: right;
  margin: 14px 10px 0 0;
  text-decoration: underline;
}
#footer-bg #footer .back-to-top a:hover {
  color: #ffffff;
}
#modal-wrapper {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9000;
  top: 0px;
  left: 0px;
  display: none;
}
#modal-wrapper #modal-bg {
  background-color: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9001;
  opacity: .25;
  display: none;
}
#modal-wrapper .modal {
  background-color: #A1A1A1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9002;
  padding: 10px;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8), transparent 0 0 0, transparent 0 0 0;
  -mozbox-shadow: 0 0 10px rgba(0, 0, 0, 0.8), transparent 0 0 0, transparent 0 0 0;
  -webkitbox-shadow: 0 0 10px rgba(0, 0, 0, 0.8), transparent 0 0 0, transparent 0 0 0;
}
#modal-wrapper .modal .modal-header-wrapper {
  color: #ffffff;
  height: 30px;
}
#modal-wrapper .modal .modal-header-wrapper .info {
  background-color: #A1A1A1 !important;
  background-image: url(../images/icon-info.png);
  background-repeat: no-repeat;
  background-position: top left !important;
  padding: 0 0 0 27px;
  float: left;
  font-weight: bold;
  color: #ffffff;
  border: none;
  width: auto;
  margin: 0;
}
#modal-wrapper .modal .modal-header-wrapper .modal-close {
  background-image: url(../images/icon-close.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  float: right;
}
#modal-wrapper .modal .modal-body-wrapper {
  background-color: #ffffff;
  width: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#modal-wrapper .modal .modal-body-wrapper th {
  /* padding: 0;*/ /* WHY ? */
}
.ajax-upload-dragdrop div.button {
  height: 12px;
}
.ajax-file-upload-statusbar {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
}
.ajax-file-upload-progress {
  margin: 0 10px 5px 10px;
  position: relative;
  width: 250px;
  border-radius: 6px;
  display: inline-block;
}
.ajax-file-upload-bar {
  background-color: #0056ab;
  width: 0;
  height: 20px;
  border-radius: 6px;
  color: #fff;
}

.red {
  color: #A80532;
}
.blue {
   color: #007596;
}
.login-error {
  color: #e21f26;
  font-style: italic;
}
.search-button {
   width: 85px;
}
#resultsheaderstuff {
   margin: 0;
   padding: 0;
   text-align: center;
}
#resultsheaderstuff .page-text {
  text-align: center;
  font-size: 22px;
  line-height: 100%;
}
#resultsheaderstuff .resultsreturned {
   color: #343434;
   font-style:italic;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 500;
   line-height: 100%;
}
#startsearch {
   padding: 20px 0;
}
#start-order-history-search {
   width: 340px;
   padding-top: 8px;
}
#start-order-history-search input {
   width:215px;
   height:18px;
   float:left;
}
#start-order-history-search button {
   float:right;
}
#resultsresults,
#resultsmorerecent {
   display: none;
}
table.full-width.style-02.searchresults tbody tr td,
table.full-width.style-02.searchresults thead tr th {
  width: 1px;
  white-space: nowrap;
  padding: 5px 20px;
  border: 0 none;
  line-height: 115%;
}
table.full-width.style-02.searchresults tbody tr td.padmargin,
table.full-width.style-02.searchresults thead tr th.padmargin {
  width: auto;
  padding: 0;
}
table.full-width.style-02.searchresults tbody tr td.button-left,
table.full-width.style-02.searchresults thead tr th.button-left {
  padding: 5px 0 5px 10px;
}
table.full-width.style-02.searchresults tbody tr td.button-right,
table.full-width.style-02.searchresults thead tr th.button-right {
  padding: 5px 10px 5px 10px;
}
.tenpx { font-size: 10px;}
.twelvepx { font-size: 12px;}
.italic { font-style: italic;}
input.edit, button.edit {
   width: 80px;
   float: left;
   font-size: 12px;
}
#applyshipping {
   margin-top: 10px;
   width: 340px;
   float: left;
   font-size: 12px;
}
#ReOrderForm #subheader {
   text-align: center;
   width: 100%;
}
#reorder-body-div {
   min-height: 325px;
   margin-left: 20px;
   text-align: left;
   display: inline-block;
}
#reorder-body-div .orderinfo,
#reorder-body-div .shipaddress,
#reorder-body-div .shipmethod {
   margin-bottom: 30px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}
#reorder-body-div .orderinfo,
#reorder-body-div .shipaddress {
   /*min-height: 250px;*/
   padding-right: 50px;
}
#email {
   margin-bottom: 5px;
}
#EmailSummary {
   line-height: 100%;
   padding: 5px 0;
}
#ShippingSummary {
   line-height: 24px;
   padding: 10px 0;
   font-size: 20px;
   white-space: nowrap;
}
#ShipMethod {
   margin: 8px 0 10px 0;
}
form.form-style-02 div.orderinfo .field-wrapper {
   margin: 0 0 20px 0;
}
form.form-style-02 div.shipaddress .field-wrapper {
   margin: 0 20px 6px 0;
}
#place-order-button, .admin-panel-main  {
   font-size: 16px;
   font-weight: 700;
   width: 200px;
   height: 40px;
}
#place-order-button { margin: 40px auto;}
.admin-panel-main { margin: 10px auto;}
#page-wrapper.order-confirmation {
   width: 100%;
   text-align:center;
}
#page-wrapper.order-confirmation #page {
   margin: 0 auto;
   width: 600px;
   text-align: center;
}
#page-wrapper.order-confirmation #thankyou {
   text-align:center;
   font-size: 48px;
   font-weight: 700;
   line-height: 125%;
   padding-top: 60px;
}
#page-wrapper.order-confirmation #emailsent {
   text-align:center;
   font-size: 24px;
   line-height: 125%;
   font-weight: 500;
   padding: 20px;
}
#page-wrapper.order-confirmation #place-order-button {
   margin-top:0;
}
#modal-ajax-loading { width: 150px;}
#modal-ajax-loading img {
   margin: 10px auto;
   height: 64px;
   width: 64px;
}
#modal-error { /*width: 590px;*/}
#modal-success { /*width: 590px;*/}
#modal-forgot-username { /*width: 590px;*/}
#modal-forgot-username .modal-body-wrapper .row-wrapper {
   margin: 0;
   padding: 0;
}
#modal-forgot-username .modal-body-wrapper .row-wrapper .input-wrapper input.email {
   width: 240px;
   float: left;
}
#modal-forgot-username .modal-body-wrapper .row-wrapper .input-wrapper input.submit {
   float: right;
   margin-right: 20px;
}

#modal-forgot-username .modal-body-wrapper .row-wrapper .input-wrapper input.UserID {
   width: 240px;
   float: left;
}

#modal-forgot-username #modal-forgot-password-form {
	margin-top: 35px;
}

#modal-change-password { /*width: 590px;*/}
#modal-change-password .modal-body-wrapper div.pass-must-contain {
   border-right:1px solid #ededed;
   float:left;
   margin-bottom:10px;
   padding:0 15px;
   text-align:left;
   width:160px;
}
#modal-change-password-form {
   float:right;
   padding-right:5px;
   width:390px;
}

#modal-change-password-form .row-wrapper label { width: 160px;}
#modal-change-password-form .row-wrapper .input-wrapper { width: 210px;}
#modal-change-password-form .row-wrapper .input-wrapper input { width: 208px;}

#modal-forced-change-password-form {
   /*float:right;*/
   display:inline-block;
   padding-right:5px;
   width:230px;
}
#modal-forced-change-password-form .row-wrapper {
	margin-left:12px;
	width: auto;
}
#modal-forced-change-password-form .row-wrapper label {
	width: 160px;
	float: none;
	display: block;
	text-align: left;	
}
#modal-forced-change-password-form .row-wrapper .input-wrapper { width: 210px;}
#modal-forced-change-password-form .row-wrapper .input-wrapper input { width: 208px;}



#modal-not-most-recent p {
   color: #A80532;
   font-size: 22px;
   text-align: center;
   padding: 0 15px 20px;
   max-width: 470px;
   line-height: 1.4;
}
#modal-not-most-recent button {
   width: 125px;
   margin: 0 !important;
}
#modal-transit-map { /*width: 664px;*/}
#modal-transit-map div.transit-map {
   background:transparent url(../images/TransitMap.png) no-repeat 0 100%;
   width:624px;
   height:417px;
   margin: 0 20px;
}
#modal-order-history-modify-search { /*width: 590px;*/}
#modal-wrapper #CustomerSearchParameter { 
   width:300px;
   float:left;
}
#modal-wrapper #CustomerSearchButton { float:right;}

#modal-order-history-more-detail { /*width: 940px;*/}
#modal-order-history-more-detail table thead tr th,
#modal-order-history-more-detail table tbody tr td {
  width: 1px;
  white-space: nowrap;
  padding: 4px 10px;
  border: 0 none;
  line-height: 115%;
}

div.pagination div {
   display: inline;
}
div.pagination div.dataTables_info {
   padding: 2px 6px;
   background-color: #ffffff;
   border: 1px solid #666;
   color: #666;
   margin-right: 10px;
}
div.pagination div.paging_full_numbers span {
   border: none;
}
div.pagination div.paging_full_numbers span span {
   border: 1px solid #666;
}
div.pagination div.dataTables_length {
   margin-left: 10px;
}
div.pagination a.current {
	border: 1px solid #fffffe;
	color: #000000 !important;
}
div.pagination a.current:hover {
	border: 1px solid #fffffe;
	color: #000000 !important;
	background-color: #ffffff;
	-moz-box-shadow: 0 0 0 #ffffff;
	-webkit-box-shadow: 0 0 0 #ffffff;
	background: -moz-linear-gradient(center top, #ffffff, #ffffff) repeat scroll 0 0 #ffffff;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffffff)) repeat scroll 0 0 #ffffff;
}
div.pagination a.hide-first,
div.pagination a.hide-last {
	visibility: hidden;
	display: none;
}
button.advanced-search span.ui-icon-gear,
button.cancel-search span.ui-icon-closethick { background-image: url(../images/ui-icons_ffffff_256x240.png);}
.advanced-search, .button.cancel-search { padding: 2px 0 !important;}
div#resultsresults button.modify-search { width: 125px;}
.pass-must-contain-error {
	color: #e21f26;
}
.pass-must-contain-error:after {
	border-color: transparent #e21f26;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: "";
	height: 0;
	left: 14px;
	margin-top: 5px;
	position: absolute;
	width: 0;
}

div.pagination div.dataTables_info,
div.pagination div.dataTables_length,
div.pagination div.paging_full_numbers a,
div.pagination div.paging_full_numbers span {
	white-space: nowrap !important;
}
div.wrapspace {
	font-size: 0.1pt;
	font-weight: 100;
	line-height: 0.1;
}

button.greyed-out.no-reorder {
	font-size: 10px !important;
	line-height: 8px !important;
	padding: 1px 5px 3px 6px !important
}
button.greyed-out.no-reorder.more-recent-exists {
	padding: 2px 2px 2px 3px !important
}

#new-user-form, #existing-user-form, #existing-user-find-user-form {
	width: 700px;
	padding: 0;
}
div.admin-modal div.modal-body-wrapper { padding-left: 20px;}

div.admin-modal div.row-wrapper {
	width: 330px;
	float: left;
	text-align: left;
	margin-right: 20px;
	padding-bottom: 10px;
}
div.admin-modal div.row-wrapper.margin-right-two { margin-right: 2px;}
div#modal-existing-user div.chunk-wrapper { margin-bottom: 20px;}
#modal-wrapper div#modal-existing-user.modal .modal-body-wrapper,
#modal-wrapper div#modal-new-user.modal .modal-body-wrapper { padding-bottom: 0;}
div.admin-modal div.admin-user-chunk {
	width: 330px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
}
div#modal-existing-user div.admin-user-chunk.chunk2 { text-align: center;}
div#modal-existing-user div.admin-user-chunk.chunk2 .button {
	font-size: 16px;
	height: 36px;
	width: 120px;
	margin: 0 7px;
}
div.admin-modal div.row-wrapper.width-small { width: 80px;}
div.admin-modal div.row-wrapper.width-big { width: 230px;}
div.admin-modal div.row-wrapper.width-one-half { width: 155px;}
div.admin-modal div.row-wrapper.width-one-third { width: 96px;}
div.admin-modal div.row-wrapper.width-two-third { width: 214px;}
div.admin-modal div.row-wrapper.no-margin-right { margin-right: 0;}
div.admin-modal hr { margin: 10px 20px 20px 0;}
div.admin-modal div.row-wrapper div.input-wrapper {
	width: 100%;
	display: table;
}
div.admin-modal div.row-wrapper div.input-wrapper > * { display: table-cell;}
div.admin-modal div.row-wrapper label { line-height: 1 !important;}
div.admin-modal div.row-wrapper label,
div.admin-modal div.row-wrapper div.input-wrapper input,
div.admin-modal div.row-wrapper div.input-wrapper select {
	width: 100%;
	text-align: left;
	margin-bottom: 2px;
}
div.admin-modal div.row-wrapper div.input-wrapper span { width: 1%;}
div.admin-modal div.row-wrapper div.input-wrapper span button {
	white-space: nowrap;
	padding: 0 3px !important;
	margin-left: 8px;
	margin-bottom: 3px;
}
button.create-user {
	width: 175px;
	height: 40px;
	margin-bottom: 20px;
}

#navigation-menu ul.sf-menu > li > a div.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #333333;
	display: inline;
	position: relative;
	top: 12px;
	left: 6px;
}
#navigation-menu ul.sf-menu > li > a:hover div.arrow-down { border-top-color:#0056AB;}

#alias-form, #alias-form div.row-wrapper, div#modal-alias div.admin-user-chunk { width: 350px; margin: 0;}
div#modal-alias hr { margin: 10px 0 20px 0;}
div#modal-alias div.modal-body-wrapper { padding: 20px 20px 0 20px !important;}
div#modal-alias div.admin-user-chunk { display: block;}
div#modal-alias div.admin-user-chunk span { display: block; padding: 0 12px 0 4px; white-space: nowrap; overflow: hidden;}
div#modal-alias div.admin-user-chunk input { width: 100%;}
div#modal-alias button.alias-edit { float: left; margin-bottom: 20px;}
div#modal-alias button.alias-remove { float: right;}
div#modal-alias button.alias-edit-done { padding-left: 5px !important; padding-right: 4px !important;}
div#modal-alias div.alias-email-wrapper { position: relative;}
div#modal-alias div.alias-email-wrapper button { margin-bottom: 8px;}
div#modal-alias div.alias-button-wrapper { text-align: center;}
div#modal-alias button.alias-delete { margin: 0 auto;}
div#modal-alias button.alias-new { float: right; width: 120px; margin: -3px 0 0;}
div#modal-alias button.alias-new { float: right; width: 120px; margin: -3px 0 0;}
div#modal-alias input#NewAliasName { float: left; width: 220px;}

.mono-spaced-font { font-family: "Courier New", Courier, monospace !important;}

/*@media screen and ( min-width: 720px ) and ( max-width: 959px ) {}*/

@media screen and (min-width: 740px) { #new-user-form, #existing-user-form, #existing-user-find-user-form, #modal-existing-user div.chunk-wrapper { width: 700px;}}
@media screen and (max-width: 739px) { #new-user-form, #existing-user-form, #existing-user-find-user-form, #modal-existing-user div.chunk-wrapper { width: 370px;}}

@media screen and (min-width: 960px) { .container_24 { width: 960px;}}
@media screen and (max-width: 959px) { .container_24 { width: 100%;}}

@media screen and (min-width: 750px) { #welcome-body-wrapper { width: 750px;}}
@media screen and (max-width: 749px) { #welcome-body-wrapper { width: 100%;}}

@media screen and (min-width: 720px) { #welcome-body-wrapper #naspo { display: inline-block;}}
@media screen and (max-width: 719px) { #welcome-body-wrapper #naspo { display: none;}}
@media screen and (min-width: 575px) { #welcome-body-wrapper #northstar { display: inline-block;}}
@media screen and (max-width: 574px) { #welcome-body-wrapper #northstar { display: none;}}

@media screen and (min-width: 530px) { #welcome-body .welcome-verbage { font-size: 18px;}}
@media screen and (min-width: 470px) and (max-width: 529px) { #welcome-body .welcome-verbage { font-size: 16px;}}
@media screen and (min-width: 330px) and (max-width: 469px) { #welcome-body .welcome-verbage { font-size: 14px;}}
@media screen and (max-width: 329px) { #welcome-body .welcome-verbage { font-size: 12px;}}

@media screen and (min-width: 425px) { #welcome-login-form-wrapper div.centering-div { width: 425px;}}
@media screen and (max-width: 424px) { #welcome-login-form-wrapper div.centering-div { width: 205px;}}

  /*             Admin Page                            */
  /*****************************************************/
  
.no-list-style {
	list-style-type: none;
}