* {
	margin: 0;
	padding: 0;
}
html, body {
	font:11.5px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	background: #f1f1f1;
	color:#666;
}
p {
	margin: 0 0 10px 0;
}

#block
{
	float:left;
	width:300px;
}

#block h2 { 
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:10px;
	color:#900;

}


#citations h2 { 
	font-size:13px;padding-left:15px;
}
b { 
	color:#900;
}
.dif
{
		border-bottom:1px dashed #F3F3F3;padding:4px;
}
.highlighttext
{
	padding:10px;
	line-height:19px;
}

img {
	vertical-align:middle;
}
a {
	color: #007aa1;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	background: inherit;
	text-decoration: underline;
}
#content {
	width: 940px;
	margin: 0 auto;
	margin-top:25px;
	background-color:#FFFFFF;
	border:1px solid #ccc;
}
#header {
	height:70px;
}
#separator {
	background-color:#007aa1;
	height:3px;
}
#home_animation {
	height:140px;
	width:940px;
	padding:0px;
	background-color:#DEDEDE;
}
#inner_animation {
	height:100px;
	width:940px;
	margin:0px;
	padding:0px;
	background-color:#FFF;
}
/** 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:#036;
	font-size:20px;
	font-weight:200;
	line-height:35px;
}
h2 {
	color:#900;
	font-size:14px;
	font-weight:400;
	line-height:27px;
}
.emphasis { 
	font-size:12px;
	font-weight:bold;
}
.optionlink {
	font-size:12px;
}
/** Layout **/

#block
{
	width:270px;
	padding-left:12px;
	padding-right:14px;
	float:left;
}

#pane {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#left {
	width:220px;
	float:left;
	padding-right:25px;
}
#right {
	float:left;
	width:600px;
	padding-left:35px;
}

#left_large {
	width:390px;
	float:left;
	padding-right:25px;
}
#right_small {
	float:left;
	width:350px;
	padding-left:35px;
}


#highlight { 
	background-color:#F7F7F7;
	border:1px solid #ABABAB;
	padding:10px;
}
/** Navigation **/
#navigation {
	height:41px;
	width:940px;
	padding:0px;
	background-color:#007aa1;
}
/** Interface Controllers **/
.clear {
	clear:both;
}
.hline {
	border-bottom:1px dashed #069;
	padding-right:20px;
}
.vline {
	border-left:1px dashed #BEBEBE;
}
.icon {
	height:37px;
	width:37px;
	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: #orange;
}

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: #fff;
}
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: 213px;
	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:#fff;
}
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;
}

.stdtxt
{
	width:98%;
	border:1px solid #D3D3D3;
	height:30px;
	padding:6px;
	font-size:12px;
}

.stdtextarea
{
	width:98%;
	border:1px solid #d3d3d3;
	height:120px;
	padding:6px;
	font-size:12px;
}

select {
	border:1px solid #D3D3D3;
	height:30px;
	padding:2px;
	font-size:12px;
}


/***************************************************************************************
--CUSTOMERS/TESTIMONIALS--
****************************************************************************************/
.daquotes{margin-bottom:21px;width:100%;float:left;}
.daquotes h4{font-weight:bold;color:#147a02;margin:4px 0 4px 0;padding:10px 13px 0;float:left;font-size:16px;}
.daquotes blockquote{margin:0 0 7px 0;font-size:12px;padding:0 13px 5px;float:left;}
.daquotes strong{color:#444;}
.daquotes cite{background:url(../images/arr.gif) top left no-repeat;padding-top:15px;float:left;}
.testimonial_bubble{width:100%;float:left;background:#eefce4;-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:#eee;}
.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: 90%; /*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;
}





