/* @override http://www.ccdj.net/public/css/styles.css */

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body a,
body a:link {
	color: #509cc5;
	text-decoration: none;
}

body a:hover {
	color: #000;
	text-decoration: underline;
}

div#container {
	width: 100%;
	min-width: 42.5em;
}

div.contentwidth {
	width: 67em;
	max-width: 67em;
	min-width: 55em;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	clear: both;
}

/* @group Misc Text Styles */

p {
	margin-bottom: 1em;
	color: #444;
	font-size: 1em;
	line-height: 2.2em;
}

h1 {
	margin-bottom: 1em;
	font: normal 2.0em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #509cc5;
}

h2 {
	margin-bottom: 0.7em;
	font: normal normal 1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #509cc5;
	margin-top: 2em;
}

h3 {
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 1.4em;
	font-style: normal;
	color: #509cc5;
	margin-top: 2em;
}

h4 {
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

h5 {
	margin-bottom: 1em;
}

h6 {
	margin-bottom: 1em;
}

div#content div#content-main h1 a,
div#content div#content-main h1 a:hover,
div#content div#content-main h2 a,
div#content div#content-main h2 a:hover,
div#content div#content-main h3 a,
div#content div#content-main h3 a:hover,
div#content div#content-main h4 a,
div#content div#content-main h4 a:hover,
div#content div#content-main h5 a,
div#content div#content-main h5 a:hover,
div#content div#content-main h6 a,
div#content div#content-main h6 a:hover {
	border-style: none;
	text-decoration: none;
	border-bottom-style: none;
}

ul,ol {
	margin-bottom: 1.5em;
	color: #474747;

}

blockquote {
	padding-left: 2em;
	padding-right: 2em;
	color: #474747;
}

/* @group Forms */

form fieldset {
	padding: 0.5em 2em 2em;
	margin: 0 0 2em;
	border: 1px solid #e7e7e7;
	width: auto;
}

form fieldset legend {
	padding: 0.5em 0.5em 0.75em;
}

form input.txt {
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-width: 1px;
}

form input#submit,
form input#cancel {
	font-size: inherit;
	width: auto;
	height: auto;
	margin: auto;
}
/* @end */

/* @end */

/* @group Navbar */

#nav {
	height: 3em;
	background-color: #fcfcfc;
	background: url(../img/nav_bg.gif) repeat-x center bottom;
}

div#nav a { text-decoration: none; text-transform: uppercase; font: normal normal 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #838383;
}

div#nav div.contentwidth { min-width: 900px; }

div#nav ul#sitenav {
	white-space: nowrap;
}

div#nav ul#sitenav li { list-style-type: none; font-size: 1em; float: left;
}

div#nav ul#sitenav li a { border-right: 1px solid #d9d9d9; border-left: 1px solid #ffffff; margin: 0; padding: 0 1.4em; line-height: 3em; display: inline; float: left; }

div#nav ul#sitenav li a:hover { background: url(../img/nav_bg_hover.gif) repeat-x center top; }

div#nav ul#sitenav li.active span {  }

div#nav ul#sitenav li.active span a {
	color: #509cc5;
	background: #fff url(../img/nav_bg_current.gif) repeat-x center top;
}

div#nav .header-nav,
div#nav .header-nav-container { margin: 0; padding: 0; }

div#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* @end */



/* @group Header */

div#header {
	height: 86px;
	max-height: 86px;
	background: black url(../img/header_bg.gif) repeat-x center top;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}

div#header div.contentwidth {

}

div#header div#logo {
	float: left;
	display: block;
	clear: none;
}

div#header div#logo h1 {
	margin: 0;
	padding: 0;
	position: relative;
	left: -68px;
}

div#header div#tagline {
	float: right;
	display: block;
	position: relative;
	clear: none;
}

div#header div#tagline h3 {
	margin: 0;
	padding: 35px 0 0;
	position: relative;
	right: 0;
}

/* @end */

/* @group Content */

div#content {
	background: #fff url(../img/content-bg-top.gif) repeat-x left top;
	padding-top: 4em;
	padding-bottom: 4em;
}

div#content div.contentwidth {

}

/* @group Sidebar */

div#content div#sidebar {
	width: 15em;
	min-width: 15em;
	position: relative;
	top: 4em;
	display: block;
	float: right;
}

div#content div#sidebar p {
	font-size: 0.9em	;
	line-height: 1.6em;
}

div#content div#sidebar div.item {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1.2em;
}
div#content div#sidebar h3 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div#content div#sidebar form#promsearch input.txt {
	margin-top: 0.5em;
	margin-right: 0.2em;
}

/* @end */

/* @group Main Content */

div#content div#content-main {
	line-height: 1.75em;
	padding-bottom: 3em;
	width: 48em;
}


div#content div#content-main a,
div#content div#content-main a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #5eaeab;
}

div#content div#content-main h1 {
}

div#content div#content-main ul,
div#content div#content-main ol {
	padding-left: 3.2em;
}

/* @end */

div#content div.quote {
	margin-top: 3em;
}

div#content div.quote blockquote {
}

div#content div.quote p.attribution {
	clear: right;
	text-align: left;
	text-transform: uppercase;
	color: #509cc5;
	font: 1.25em "Century Gothic", Arial, Helvetica;
	letter-spacing: 0.4em;
	margin-bottom: 0.5em;
}

div#photos {
	float: right;
	display: block;
	margin-left: 1em;
	margin-top: -1em;
}

div#photo-right {
	float: right;
	display: block;
	margin-left: 1em;
}

div#photo-left {
	float: left;
	display: block;
	margin-right: 1em;
}

.photo-top {
	margin-top: -1em;
}

/* @end */

/* @group Footer */

div#footer {
	background: url(../img/footer_bg.gif) repeat-x center top;
	font-size: 0.9em;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-top: 1em;
}

div#footer div.contentwidth {
	padding-top: 1.2em;
	padding-bottom: 2.2em;
}

div#footer a,
div#footer a:link {
	color: #a9a9a9;
	text-decoration: none;
}

div#footer p span.sep {
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #47473b;
}

div#footer a:hover {
	color: #fff;
	text-decoration: none;
}

div#footer div#info {
	padding-top: 2.2em;
}

div#footer div#info p {
	color: #a9a9a9;
	text-align: left;
	padding-left: 1em;
	line-height: 1.1em;
}

div#footer div#footernav {
	margin: 0;
}

div#footer div#footernav ul {
	list-style-type: none;
	text-align: left;
}

div#footer div#footernav ul li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

div#footer div#ADJA {
	float: right;
}

/* @end */

/* @group Common */

p.note {
	background-color: #fcfee3;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid #e7ea65;
	font-size: 0.85em;
	color: #948920;
	font-style: italic;
	line-height: 1.5em;
	padding: 0.8em 1em;
}

.inset {
	background-color: #f2f7ff;
	clear: both;
	text-align: center;
	padding: 0.6em 1em;
	border-bottom-color: #93b3c5;
	border-top-color: #93b3c5;
	border-width: 1px;
	border-right-style: hidden;
	border-left-style: hidden;
	border-style: dotted;
	border-right-width: 0;
	border-left-width: 0;
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}


/* @group For Price Lists */

div.heading {
	margin-top: 2em;
	display: block;
	width: 100%;
	height: 2.2em;
	padding-top: 0.5em;
}

div.heading h4 {
}

p.pricing {
	padding: 0 0 0 3em;
	width: 32em;
	text-align: left;
	margin: 0;
}

.startingat,
.add-on-price,
.stand-alone-price,
.additional {
	color: #575757;
	font: 0.9em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.price {
	color: #5f865b;
	font: 1.35em Georgia, "Times New Roman", 	Times, serif;
}

div.single {
	margin-bottom: 3em;
}

/* @end */

/* @end */

/* @group Individual Pages */

/* @group Home */

x-body#ccdj- div#content div#content-main {
	margin-right: 0;
}

x-body#ccdj- div#content div#sidebar {
	display: none;
	width: 0;
	height: 0;
}

body#ccdj- div#photos img {
	float: left;
}

/* @end */

/* @group Services Pages */

div#sidebar div#servicesmenu {
}

div#sidebar div#servicesmenu h3 {
	padding-left: 0.8em;
}

div#sidebar div#servicesmenu ul {
	list-style-type: none;
	border-bottom: 1px solid #d9ecf0;
	line-height: 2.8em;
}

div#sidebar div#servicesmenu ul li {
	border-top: 1px solid #d9ecf0;
}
div#sidebar div#servicesmenu ul li a {
	display: block;
	padding-left: 1.2em;
}
div#sidebar div#servicesmenu ul li a:hover {
	background-color: #fcfee3;
	text-decoration: none;
}
/* @end */

/* @group Our Guarantee */

body#ccdj-our-guarantee div#content div#content-main {
	margin-right: 0;
}

body#ccdj-our-guarantee div#content div#sidebar {
}

div#passage {
	margin-top: 3em;
	margin-left: 5em;
	margin-right: 5em;
}

div#passage p {
	line-height: 1.3em;
	font-size: 0.9em;
	color: #749bb4;
}

div#passage p.verse {
	text-align: right;
	font-weight: normal;
	font-style: normal;
	margin-right: 50px;
}

/* @end */

/* @group Price List */

body#ccdj-price-list div#Tabs {
	margin-top: 2.5em;
}

body#ccdj-price-list div.pricegroup {
	border-bottom: 3px solid #daebf7;
}

body#ccdj-price-list div.pricegroup h3.secondary {
	margin-top: 2em;
}

body#ccdj-price-list div.pricegroup h3 {
	margin-top: 1em;
	margin-bottom: 1.5em;
}

body#ccdj-price-list div.pricegroup h4 {
	text-align: left;
	padding: 0;
	margin-bottom: 0.1em;
}

body#ccdj-price-list div.pricegroup p {
	display: block;
	clear: both;
}

body#ccdj-price-list div.videopricing {
	display: inline-block;
}

body#ccdj-price-list div.videopricing ul {
	list-style-type: none;
}

body#ccdj-price-list div.videopricing ul li {
	clear: both;
	height: 2em;
	float: left;
}

body#ccdj-price-list div.videopricing ul li ul {
	float: left;
	clear: both;
}

body#ccdj-price-list div.videopricing ul li ul li {
	margin-left: 5em;
	height: inherit;
	position: relative;
	width: 9em;
	top: -1.7em;
}

/* @end */

/* @group Testimonials */

body#ccdj-testimonials blockquote {
	margin-bottom: 1em;
	border-bottom: 1px dotted #b4d0dc;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-top: 1em;
}

body#ccdj-testimonials blockquote p {
	line-height: 1.7em;
}

body#ccdj-testimonials blockquote p.who {
	text-align: right;
	color: #7aabc5;
	font-size: 0.85em;
	text-transform: uppercase;
}

/* @end */

/* @group Contact Us */

body#ccdj-contact-us form p label {
}

body#ccdj-contact-us form fieldset p label {
	margin-left: 0.5em;
}

/* @end */

/* @group Video Archive */

body#ccdj-videoarchive-pg table td a,
body#ccdj-videoarchive-pg table td a:link,
body#ccdj-videoarchive-pg table td a:visited {	
	border-style: none !important;
	border-width: 0;
}

body#ccdj-videoarchive-pg table tr td,
body#ccdj-videoarchive-pg table tr th {
	padding: 0.2em;
	border-top: 1px solid #e1e8fd;
}

body#ccdj-videoarchive-pg table tr.row {
} 

body#ccdj-videoarchive-pg table tr.row-alt {
	background-color: #fafcff;
}
 
body#ccdj-videoarchive-pg table.results tr:hover {
	background-color: #fefbe3;
}

body#ccdj-videoarchive-pg table th {
	border-style: none;
}

body#ccdj-videoarchive-pg table tr.page-row td{
	padding-top: 0.5em;
}

body#ccdj-videoarchive-pg table tr.page-row td table td {
	border-style: none;
}

body#ccdj-videoarchive-pg div#searchform {
	padding-top: 3em;
}

body#ccdj-videoarchive-pg table#requestdetails {
	padding-top: 3em;
}

body#ccdj-videoarchive-pg table#requestdetails td {
	border-top-style: none;
	padding: 5px 8px 8px 0;
}

/* @end */

/* @group Streaming Video */

body#ccdj-streamingvideo div#content-main {
	width: 100%;
}

div.videoclip-preview {
	width: 19em;
	float: left;
	display: block;
	margin-bottom: 1.5em;
}

div.videoclip-preview a img {
	padding: 6px;
	background-color: white;
	border: 1px solid #d2d2d2;
}

div.videoclip-preview a:hover img {
	background-color: #93b3c5;
	border-color: #509cc5;
}

div.videoclip-preview h3 {
	margin-top: 4px;
	font-size: 1.1em;
}
/* @end */



/* @end */

/* @group Misc */

.nobr {
	white-space: nowrap;
}

.no-display {
	display: none;
}

img.img-rt {
	margin-bottom: 0.8em;
	margin-left: 1.8em;
	margin-top: 0.8em;
	float: right;
}


/* @end */
