/* BEGIN CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1.25em;
}

div {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
cite {
	font-style: italic;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul li {
	list-style-type:disc;
}
ol li {
	list-style-type:decimal;
}
ol ol li {
	list-style: upper-alpha;
}
ol ol ol li {
	list-style: lower-roman;
}
ol ol ol ol li {
	list-style: lower-alpha;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
	vertical-align:super;
	font-size:50%;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}

/* END CSS RESET */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heading1,.heading2,.heading3,.heading4 {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6,.heading1,.heading2,.heading3,.heading4 {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 10px 0 5px 0;
}

h1, .heading1 {font-size:30px; margin-top:0; line-height:34px;}
h2, .heading2 {font-size:20px; line-height:24px;}
h3, .heading3 {font-size:15px; line-height:19px;}
h4, .heading4 {font-size:14px; line-height:18px;}
h5 {font-size:13px; line-height:17px;}
h6 {font-size:12px; line-height:16px;}
ol,ul { padding-left:10px; }
li { margin-bottom:10px; }
a img { border:0; }
a {
	color:#C87800;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
}
.orange-heading {
	color:#C87800;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.rounded-box {
	width:80%;
	margin: 10px auto;
	padding: 20px;
	background:#d9d8d8 url(../images/box-bw-gradient-bg.png) repeat-x;
	text-align:center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}
.box-arrow {
	display:block;
	position:absolute;
	top:-16px;
	left:45%;
}
.col1-2 {
	float:left;
	background:url(../images/5black.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:420px;
	margin-right:20px;
}
.col2-2 {
	float:left;
	width:500px;
	margin-top:20px;
}
.col1-1 {
	float:left;
	width:950px;
	margin-top:20px;
}
.clearer {
	clear:both;
}
#wrapper {
	width:1024px;
}
.hidetext {
	text-indent:-9999px;
}
#header {
	background-image:url(../images/quest-header-05262010.jpg);
	background-repeat:no-repeat;
	height:266px;
}
#navigation {
	padding-top:50px;
	padding-right:10px;
	text-align: right;
	font-size: 10px;
	color: #999999;	
}
#navigation ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
}
#navigation ul li {
	padding:0;
	margin:0;
}
#navigation ul li {
	/*float:left;*/
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0 0 0 0px;
	border-right:1px solid #000;
	color:#000000;
}
#navigation a {
	text-decoration:none;
	color:#545C5C;
	padding:0px 3px 0px 3px;
	font-weight: normal;
}
#navigation ul li .active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#f89c38;
}
#navigation a:hover {
	text-decoration:none;
	color:#FF9900;
}
.nav {
	text-align:right;
	padding-right:15px;
}
.nav a{
	font-family: verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #545C5C;
	text-decoration: none;
}
.nav a:active {
	font-family: verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
.nav a:hover {
	font-family: verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
.nav-delimiter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
#buttons {
	margin-top:10px;
	padding-right:10px;
	white-space: nowrap;
	text-align:right;
}
#main {
	background-image:url(../images/main-bg-05262010.jpg);
	background-repeat: repeat-y;
}
#capabilities {
	list-style:none url(../images/orange-bullet.png);
}
#orangebar {
	float:left;
	width:52px;
	margin-right:22px;
}
#footer {
	height:46px;
	background-color:#9c9ba0;
}
#footer .right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	padding:10px 10px 0 0;
	color:#fff;
	line-height:16px;
}
#footer .right a {
	color:#fff;
	text-decoration:none
}
#footer .right a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer-nav {
	float:left;
	width:300px;
	line-height:45px;
}
#footer-nav ul {
	list-style:none;
	padding:0;
	padding:0 0 0 30px;
}
#footer-nav ul li {
	padding:0;
	margin:0;
}
#footer-nav ul li {
	/*float:left;*/

	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin:0 0 0 0px;
	border-right:2px solid #fff;
	color:#fff;
}
#footer-nav ul li a {
	text-decoration:none;
	color:#fff;
	padding:0px 7px 0px 5px;
}
#footer-nav ul li a:hover {
	text-decoration:none;
	color:#f89c38;
}
.btm {
	float:left;
	width:1014px;
	background-repeat:no-repeat;
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	padding:10px 10px 0 0;
	color:#000;
	font-weight:bold;
}
.post-title {
	font-size:18px;
}
.post-date {
	color:#777;
	font-size:10px;
	font-style:italic;
}
/* SUCCESS STORY SLIDER */
#successSlider ul, #successSlider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#successSlider, #successSlider li{ 
	width:420px;
	height:200px;
	overflow:hidden; 
	}
span#prevBtn{padding-left:20%;}
span#nextBtn{padding-left:20%;}
.successImage {float:left; width:200px; text-align:center;}
.successText {float:left; width:200px; padding-right:20px; color:#666;}


/* CLIENT APPLICATION */
#clientapp th {
	text-align:left;
}
table.data tbody tr:nth-child(odd) { background-color:#E5E5E5; }
table.data tbody tr:nth-child(even) { background-color:#FFFFFF; }
.messages {
	padding:5px;
	margin:5px auto;
	background-color:#FF6;
	width:540px;
	border:1px solid #DDD;
	color: #000;
	font-size:14px;
}
.messages ul {
	margin:0;
}
.messages li {
	list-style:none;
	padding-left:10px;
}

/* JQUERY TOOLS */

ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-radius-topleft: 4px;
	border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topright: 4px;
	border-radius-topright: 4px;
	position:relative;
	top:1px;	
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background: url(../images/tab-current-bg.png) repeat-x;
	border-bottom:2px solid #FFF;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.panes > div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#fff;	
}

/* JQUERY LOADING PLUGIN */

.loading {
    background: #FFC129;
    color: black;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
.loading-img, .loading-element {
    background: transparent;
    padding: 0px;
}
.loading.top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.loading.left {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.loading.bottom {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading.right {
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading-masked { overflow: hidden; }
.loading-error {
    color: #FFF;
    background: red;
}
