* {
	margin: 0;
	padding: 0;
}
html, body {
	font:11.5px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	background: #570000;
	color:#343434;
}
p {
	margin: 0 0 10px 0;
}
img {
	vertical-align:middle;
}
a {
	color: #570000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	background: inherit;
	text-decoration: underline;
}

.con { 
	background-color:#F9F9F9;
	padding:10px;
}

.off { 
	background-color:#fff;
padding:10px;
}	

.date { 
	font-size:9.5px;
}


.errors {
	background-color:#000033;
	color:#FFFFFF;
	font-size:12px;
	padding:10px;
}
#error {
	background-color:#900;
	color:#FFF;
	font-size:13px;
	padding:10px;
	font-weight:100;
}
#content {
	width: 940px;
	margin: 0 auto;
	margin-top:25px;
	background-color:#FFFFFF;
}
#header {
	height:80px;
}
#separator {
	background-color:#570000;
	height:4px;
}
#home_animation {
	height:160px;
	width:940px;
	padding:0px;
	background-color:#FFF;
}
#inner_animation {
	height:40px;
	width:940px;
	padding:0px;
	background-color:#DEDEDE;
}
.homeImage {
	padding:3px;
	border:1px solid #999999;
}
.homeColText {
	padding-top:0px;
	padding-left:10px;
	padding-right:15px;
}



/** Widgets **/

#widget {
	width:100%;
	border:0;
}
#widget .header {
	width:100%;
	height:33px;
	background:url(../images/bheader.png) repeat-x;
}
#widget .wood {
	width:100%;
	height:33px;
	background:url(../images/wood.png) repeat-x;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	
}

#widget .emphasis {
	width:100%;
	height:33px;
	background:url(../images/emphasis.jpg) repeat-x;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
#widget .emphasis h1 {
	font-size:13px;
	font-weight:100;
	color:#fff;
	padding:6px;
	padding-left:10px;
}


#widget .header h1 {
	font-size:13px;
	color:#FFF;
	padding:5px;
	padding-left:5px;
}
#widget .wood h1 {
	font-size:13px;
	color:#900;
	padding:3px;
	padding-left:5px;
}
#widget .body {
	padding:10px;
}
/** Font and Text Attributes **/
.text {
	font:11.5px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.subtext {
	font-size:10.5px;
}
.sublink {
	font-size:10.0px;
	vertical-align:middle;
}
h1 {
	color:#570000;
	font-size:19px;
	font-weight:400;
	line-height:25px;
	padding-bottom:6px;
}
h2 {
	color:#300;
	font-size:15px;
	font-weight:400;
	line-height:25px;
}
h3 {
	color:#069;
	font-size:14px;
	font-weight:100;
	line-height:22px;
}
.emphasis {
	font-size:12px;
	font-weight:bold;
}
.optionlink {
	font-size:12px;
}
/** Layout **/
#pane {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#searchpane {
	border:1px solid #ccc;
	height:50px;
	background-color:#eeeae2;
}
#searchpane h1 {
	padding-left:5px;
	padding-top:15px;
}
#left {
	width:279px;
	float:left;
	padding-right:5px;
}
#leftsearch {
	width:279px;
	float:left;
	background-image: url(../images/searchbar.png);
	height:"100%";
	margin:0;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#right {
	float:left;
	width:590px;
	padding-left:10px;
}
#rightsearch {
	float:left;
	width:660px;
}
#highlight {
	background-color:#F7F7F7;
	border:1px solid #ABABAB;
	padding:10px;
}
/** Navigation **/
#navigation {
	height:41px;
	width:940px;
	padding:0px;
	background-color:#570000;
}
/** Interface Controllers **/
.clear {
	clear:both;
}
.hline {
	border-bottom:1px dashed #BEBEBE;
	padding-right:20px;
}
.vline {
	border-left:1px dashed #BEBEBE;
}
.icon {
	padding:3px;
	border:1px solid #C4C4C4;
}
.fence {
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:10px;
}
/** Menu **/

div#menu {
	height:41px;
	background:url(../images/main-bg.png) repeat-x;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
div#menu ul.menu {
	padding-left: 15px;
}
div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}
div#menu li:hover>ul {
	left: -2px;
}
div#menu a {
	position: relative;
	z-index: 10;
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none;
	font: normal 11.5px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span {
	color: #fff;
}
div#menu li.current a {
}
div#menu span {
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
}
div#menu ul ul a.parent span {
	background-position:95% 8px;
	background-image: url(../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
	background-image: url(../images/item-pointer-mover.gif);
}
/* menu:level1 */
div#menu a {
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #e5e5e5;
}
div#menu span {
	margin-top: 5px;
}/**@replace#1*/
div#menu li.last {
	background: none;
}
/* menu::level2 */
div#menu ul ul li {
	background: none;
}
div#menu ul ul {
	position: absolute;
	top: 38px;
	left: -999em;
	width: 163px;
	padding: 5px 0 0 0;
	background: rgb(45,45,45);
	margin-top:1px;
}
div#menu ul ul a {
	padding: 0;
	height: 24px;
	float: none;
	display: block;
	line-height: 24px;
	color: rgb(169,169,169);
}
div#menu ul ul span {
	margin-top: 0;
	color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
	color: #fff;
}
div#menu ul ul li.last {
	background: none;
}
div#menu ul ul li {
	width: 100%;
	text-indent: 15px;
}
/* menu::level3 */
div#menu ul ul ul {
	padding: 0;
	margin: -38px 0 0 163px !important;
	margin-left:172px;
}
/* colors */
div#menu ul ul ul {
	background: rgb(41,41,41);
}
div#menu ul ul ul ul {
	background: rgb(38,38,38);
}
div#menu ul ul ul ul {
	background: rgb(35,35,35);
}
/* lava lamp */
div#menu li.back {
	background: url(../images/lava.png) no-repeat right -44px !important;
	background-image: url(images/lava.gif);
	width: 13px;
	height: 44px;
	z-index: 8;
	position: absolute;
	margin: -1px 0 0 -5px;
}
div#menu li.back .left {
	background: url(../images/lava.png) no-repeat top left !important;
	background-image: url(images/lava.gif);
	height: 44px;
	margin-right: 8px;
}
/** Form elements **/
.btn {
	font: normal 1.0em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	padding:5px;
	font-weight:600;
	background: url(../images/diag.png);
	border:1px solid #AAA;
	cursor:pointer;
}
.btn:hover {
	color:#fff;
	background:#8b0e13;
	border:1px solid #AAA;
	cursor:pointer;
}

.submitbtn {
	font: normal 1.0em "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px;
	font-weight:600;
	background: url(../images/sbtn.png);
	height:23px;
	width:25px;
	background-color:#000;
	border:1px solid #AAA;
	cursor:pointer;
}
.submitbtn:hover {
	color:#fff;
	background:#8b0e13;
	border:1px solid #AAA;
	cursor:pointer;
}



.stdtxt {
	width:98%;
	border:1px solid #D3D3D3;
	height:30px;
	padding:6px;
	font-size:12px;
}
.regfield {
	width:300px;
	border:1px solid #D3D3D3;
	height:17px;
	padding:6px;
	font-size:11px;
}
.regfield_small {
	width:120px;
	border:1px solid #D3D3D3;
	height:17px;
	padding:6px;
	font-size:11px;
}
.searchfield {
	width:90%;
	border:1px solid #D3D3D3;
	height:22px;
	padding:6px;
	font-size:12px;
}
.smalltxt {
	width:18%;
	border:1px solid #D3D3D3;
	height:30px;
	padding:6px;
	font-size:12px;
}
.stdtextarea {
	width:98%;
	height:120px;
	padding:6px;
}
select {
	border:1px solid #D3D3D3;
	height:30px;
	padding:2px;
	font-size:12px;
}
.daquotes {
	margin-bottom:11px;
	width:210px;
	float:left;
}
.daquotes h4 a {
	font-weight:bold;
	color:#FFC;
	margin:4px 0 4px 0;
	padding:2px 13px 0;
	float:left;
	font-size:11px;
}
.daquotes blockquote {
	margin:0 0 7px 0;
	font-size:11px;
	padding:0 13px 5px;
	float:left;
	color:#fff;
}
.daquotes strong {
	color:#fff;
}
.daquotes cite {
	background:url(../images/arr.png) top left no-repeat;
	padding-top:15px;
	float:left;
}
.testimonial_bubble {
	width:100%;
	float:left;
	background:#175a80;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
}
.case_study_content {
	width:100%;
	float:left;
	border-bottom:1px dotted #d6d6d6;
	padding-bottom:20px;
	margin-bottom:20px;
}
.case_study_left {
	width:220px;
	float:left;
	margin-right:30px;
}
.case_study_right {
	float:left;
	width:370px;
}
.case_study_content h3 {
}
.case_study_right p {
	margin:0 0 0 0;
}
.case_study_content a img {
	padding:2px;
	border:1px solid #d3d3d3;
	background:#c69c6d;
}
.casestudy-img {
	float:right;
	margin:0 0 10px 15px;
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
/* Showcase */
#customer-showcase h3 {
	margin-bottom:1em;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	font-size:16px;
}
#customer-showcase ul {
	overflow:hidden;
}
#customer-showcase ul li {
	float:left;
	list-style:none;
	margin-left:0;
	margin-right:20px;
}
#customer-showcase ul li a img {
	border:2px solid #ccc;
}
#customer-showcase ul li a {
}
#customer-showcase ul li a:hover img {
	border:2px solid #FF6600;
}
.facebox-pop img {
	padding-top:10px;
	border-top:1px dotted #ccc !important;
}
.facebox-pop h4 {
	font-size:20px;
	color:#CC6600 !important;
}
.arrowlistmenu {
	width: 180px; /*width of menu*/
}
.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #A70303;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding:4px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 11.5px;
 //font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.arrowlistmenu ul li a:visited {
	color: #A70303;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
/* Search box */
form {
	margin: 0;
}
#search_box {
	width: 179px;
	height: 38px;
	background: url(../images/sbg.png);
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: 0px;
	width: 120px;
	height:17px;
	background: none;
	font-size:10.5px;
	color:#00476c;
}
#search_box #go {
	float: right;
	margin: 0px 0px 0 0;
}

#demotip {
	display:none;
	background:transparent url(../images/black.png);
	font-size:11px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	
}
/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
