/*

This stylesheet was created by doublegdesign
exclusively for the xcelcomm.com web interface.
Copyright (c) Xcel Communications Int'l Inc.
All rights reserved.

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bold;
}

/* @end */

/* @group Structure */

body {
	color: #333;
	font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background: #e1e1e1 url(../images/container.png) center 0 repeat-y;
	border-top: 5px solid #fff;
}

#container {
	width: 900px;
	text-align: left;
	background-color: #fff;
	margin: 0 auto;
}

#header, #top-nav, #layout, .add-image, #footer {
	display: inline-block;
}

#header, #top-nav, #layout, .add-image, #footer {
	display: block;
}

#header:after, #top-nav:after, #layout:after, .add-image:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

#header {
	color: #fff;
	font: 93.75% "Lucida Grande", Verdana, Arial, sans-serif;
	width: 870px;
	height: 175px;
	padding: 0 15px;
	background: #2d2d2d url(../images/header.png) 0 0 repeat-x;
}

#logo {
	width: 436px;
	height: 152px;
	margin-top: 12px;
	background: url(../images/logo.png);
	float: left;
}

#logo a {
	height: 0;
	padding-top: 152px;
	display: block;
	overflow: hidden;
}

#top-nav {
	float: right;
}

#top-nav li {
	display: inline;
}

#top-nav li a {
	color: #fff;
	text-decoration: none;
	padding: 14px 0 0 20px;
	display: block;
	background: url(../images/top-nav.png) 15px bottom no-repeat;
	float: left;
}

#top-nav li a:hover, #top-nav li.active a {
	color: #c6d2fb;
}

/* @end */

/* @group Layout */

#layout {
	padding: 5px 15px 10px;
	border-top: 5px solid #000;
}

#sidebar {
	color: #2d2d2d;
	font-family: Verdana, Arial, sans-serif;
	width: 175px;
	padding-right: 30px;
	float: left;
}

#sidebar ul {
	padding-top: 75px;
	margin-bottom: 50px;
}

#sidebar li {
	margin-bottom: 15px;
	text-align: right;
	border-bottom: 1px solid #2d2d2d;
}

#sidebar li:hover, #sidebar li.active {
	border-bottom: 1px solid #113cc9;
}

#sidebar li a {
	color: #2d2d2d;
	text-decoration: none;
}

#sidebar li a:hover, #sidebar li.active a {
	color: #113cc9;
	text-decoration: none;
}

#side-quote {
	height: 215px;
	background: url(../images/quote-ballon.png) 0 0 no-repeat;
}

#side-quote #quote {
	font-style: italic;
	height: 100px;
	width: 135px;
	padding: 20px 0 0 15px;
	margin-bottom: 12px;
}

#side-quote #quote p {
	font-size: 75%;
}

#side-quote p#author {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
}

#main-layout {
	font-family: Myriad, Helvetica, Verdana, Arial, sans-serif;
	width: 640px;
	float: left;
}

#layout-top {
	height: 25px;
	text-indent: -9999px;
	background: url(../images/sidebar-top.png) 0 0 no-repeat;
}

#layout-main {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-left: 20px;
	background: url(../images/sidebar.png) 0 0 repeat-y;
}

#layout-main .paragraph {
	padding-bottom: 30px;
}

#layout-main h1 {
	font-size: 137.5%;
	padding-bottom: 5px;
}

#layout-main h2 {
	font-size: 112.5%;
	padding-bottom: 5px;
}

#layout-main p {
	font-size: 87.5%;
	line-height: 1.28em;
	padding-bottom: 2px;
}

#layout-main p.indent {
	text-indent: 15px;
}

#layout-main .continue {
	color: #294294;
}

#layout-main a {
	color: #294294;
	text-decoration: none;
}

#layout-main a:hover {
	text-decoration: underline;
}

.add-image {
	padding: 0 10px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/*add-image*/ #last {
	margin-bottom: 0px;
	border-bottom: none;
}

.add-image:hover {
	background-color: #eff2fc;
}

.add-image h2 {
	padding-top: 5px;
}

.add-image ul.image {
	height: 140px;
	width: 200px;
	float: left;
}

.add-image ul.photo {
	height: 185px;
	width: 142px;
	float: left;
}

.add-image ul.staff {
	padding-bottom: 7px;
}

.add-image ul.staff li {
	padding-bottom: 3px;
}

li.no-display {
	display: none;
}

.add-image ul.image img, .add-image ul.photo img {
	background-color: #9c9c9c;
	margin: 3px 10px 0 0;
	padding: 5px;
}

.add-image .image img:hover, .add-image .photo img:hover {
	background-color: #536bbb;
}

#layout-bottom {
	height: 24px;
	text-indent: -9999px;
	background: url(../images/sidebar-bottom.png) 0 0 no-repeat;
}

/* @end */

/* @group Contact */

#contact {
	margin-top: 15px;
	padding-bottom: 15px;
}

#contact li {
	padding: 5px 0;
}

#contact li strong {
	padding-right: 10px;
}

/* @end */

/* @group Jobs */

p#no-jobs {
	font-style: italic;
}

#layout-main .paragraph .job-title {
	margin-top: 15px;
	font-size: 92.5%;
	font-weight: bold;
}


/* @end */

/* @group FAQ */

#faq {
	padding: 10px 0 20px;
}

#faq li {
	padding-bottom: 5px;
}

#answers h2 {
	text-decoration: underline;
}

#answers p {
	line-height: 1.3em;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url(../images/answer-border.jpg) no-repeat left bottom;
}

#answers p.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

/* @end */

/* @group Testimonials */

.testimonial {
	padding: 20px 10px;
	margin-top: 10px;
	background: url(../images/quotes.png) no-repeat 0 0;
}

#layout-main .testimonial .quote, #layout-main .testimonial .quote-alt {
	font-size: 120%;
	font-style: italic;
	font-variant: small-caps;
	padding-bottom: 3px;
	margin-bottom: 5px;
	background: url(../images/quotes-end.png) no-repeat right bottom;
}

.testimonial .quote {
	color: #6785BD;
}

.testimonial .quote-alt {
	color: #999;
}

.testimonial .quoted {
	text-align: right;
}

/* @end */

/* @group Links */

#links {
	padding: 15px 0;
}

#links li {
	padding-bottom: 10px;
}

#links li strong {
	padding-right: 10px;
}

/* @end */

/* @group Footer */

#footer {
	color: #f8f8f8;
	font-size: 82.5%;
	height: 100px;
	width: 870px;
	padding: 0 15px;
	border-top: 5px solid #000;
	background: #9c9c9c url(../images/footer.png) 0 0 repeat-x;
}

#footer-left {
	padding-top: 5px;
	float: left;
}

#footer-left p {
	line-height: 1.3em;
}

#footer-right {
	float: right;
}

#footer-right li {
	display: inline;
}

#footer-right li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 20px;
	display: block;
	background: url(../images/top-nav.png) 15px bottom no-repeat;
	float: left;
}

#footer-right li a:hover, #footer-right li.active a {
	color: #c6d2fb;
}

/* @end */