/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

::selection {
	background: transparent;
	color: #a8d936;
}

::-moz-selection {
	background: transparent;
	color: #a8d936;
}

html {
	background-color: #111;
}

body {
	min-width: 955px;
	background: #1a1a1a url('../_images/body_bkg.jpg') repeat-x;
}

body#section_home {
	min-width: 955px;
	background: #1a1a1a url('../_images/body_bkg.jpg') repeat-x;
}

body, input, select, textarea {
	color: #777;
	font-family: 'arial';
	font-size: 13px;
}

#logo {
	float: left;
}

h1 {
	color: #fff;
	font-family: 'arial';
	font-size: 26px;
	font-weight: normal;
	text-shadow: #000 1px -1px 2px;	
}

h2 {
	color: #2781D0; 
	font-family: 'arial';
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	margin: 30px 0 10px 0;
}

h2 a:hover {
	color: #fff; 
}


h2 span {
	color: #c5c5c5; 
	display: block;
	font-size: 16px;
}

h3, h4, h5, h6 {
	color: #999; 
	font-size: 16px;
	line-height: 1.4;
	margin-top: 2.2em;
}


h4, h5, h6 {
	 color: #666; 
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	font-family: 'arial';
	line-height: 1.6;
	margin-top: 12px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	color: #bbb;
	font-size: 14px;
	margin-bottom: 5px;
}

body#section_home ul li {
	color: #2781D0;
}

ul ul {
	margin-bottom: 15px;
	padding-left: 15px;
}

body#section_home ul ul li{
	color: #727272;
	font-size: 12px;
	list-style-type: disc;
	margin: 0 0 2px 15px;
}

body #section_home ul ul li{
	color: #727272;
	font-size: 12px;
	list-style-type: disc;
	margin: 0 0 2px 15px;
}


ol {
	list-style-type: decimal;
	margin-left: 1.5em;
}

ol li {
	margin-bottom: 10px;
}

ol ol {
	list-style-type: lower-alpha;
	margin-top: 0;
	margin-left: 1.5em;
}

dd {
	margin: 0;
}

dt {
	font-weight: bold;
	margin-top: 1.5em;
}

blockquote {
	background: url('../_images/quote-l.png') no-repeat top left;
	margin: 0;
	padding: 0 37px;
	width: 315px;
}

cite.Source {
	line-height: 18px;
	background: url('../_images/quote-r.png') no-repeat top right;	
	padding-top: 25px;
}

blockquote p {
	font-family: georgia;
}

cite {
	display: block;
}

cite span{
	color: #BFBFBF;
}

cite:before {
    content: "- ";
}

em, q {
	font-style: italic; 
}

strong {
	font-weight: bold; 
}

a:link,
a:visited {
	color: #2781D0;
}

a:hover,
a:active {
	color: #A3A3A3;
}



/* FORMS
====================================================================== */
form {
	text-align: right;
	width: 400px;
	float: left;
	position: relative;
	top: 20px;
}

form div {
	overflow: auto;
	margin: 0 0 15px 0;
}

#honeypot {
	display: none;
}

input, textarea, select {
	background: #4a4a4a;
	border-width: 0;
	margin: 0;
	color: #111;
}

label {
	display: inline;
	line-height: 1.2;
	margin: 0;
	padding-bottom: .85em;
}

label span {
	position: relative;
	top: 5px;
}

input,
textarea {
	width: 300px;
	padding: 5px;
	vertical-align: text-top;
}

input.Send {
	width: 60px;
	cursor: pointer;
	color: #fff;
	background: #4a4a4a;
}

input.Send:hover {
	background: #666;
}

p.Msg {
	color: #fff;
	position: relative;
	left: 90px;
	top: 10px;
}

body#section_webcasting_sample p.Msg {
	color: #fff;
	position: relative;
	left: 70px;
	top: 10px;
}

/* CONTAINERS
====================================================================== */
#outer {
	margin: 0 auto;
	overflow: auto; 
	padding: 15px 15px 0 15px; 
	width: 925px; 
}

#header {
	clear: both;
	height: 99px;
}

#inner {
	background: url('../_images/interior_content_tile.jpg') repeat-y;
	margin-top: 16px;
	overflow: auto;
	position: relative;
}

#content {
	background: url('../_images/interior_content_bg.jpg') repeat-x;
	overflow: auto;
	position: relative;
	padding: 55px 22px 55px 22px;
}

body#section_home #inner,
body#section_videos #inner,
body#section_all_services #inner {
	background-image: none;
}

body#section_home #content {
	background-image: none;
	padding: 10px 10px 0 10px;
}

body#section_videos #content,
body#section_all_services #content {
	background: #1a1a1a url('../_images/interior_content_no_subnav_bg.jpg') repeat-x;
}


#left_column {
	padding-bottom: 25px;
	width: 525px;
}

/* NAVIGATION
====================================================================== */
ul#nav {
	float: right;
	list-style-type: none; 
	margin: 0; 
}

#nav li {
	float: left;
}

#nav li a:link,
#nav li a:visited {
	background: url('../_images/nav_bg.jpg') bottom left repeat-x;
	color: #2781D0;
	display: block;  
	display: inline-block; 
	font-size: 13px;
	margin-right: 3px;
	padding: 38px 10px 10px 10px;
}

#nav li a span {
	color: #A5A5A5;
	display: block;
	font-size: 11px;
}

#nav li a:hover,
#nav li a:active {
	color: #ED830A;	
}

#nav li a:hover span {
	color: #fff;
}


#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current a:hover {
	color: #0CBDFF;
	background: url('../_images/nav_bg.png') bottom left repeat-x;
	cursor: default;
}
	
div#right_col {
	float: right;
	margin: 33px 0 0 25px;
	padding-top: 22px;
	width: 285px;
}

#right_col li a:link,
#right_col li a:visited {
	display: block;  
	display: inline-block; 
	color: #FF9803;
	font-size: 13px;
	margin-right: 3px;
	padding: 5px 10px 10px 20px;
	width: 255px;
	background: url(../_images/subnav_dot.gif) 20px 90% no-repeat;
}

#right_col li a span {
	color: #A5A5A5;
	display: block;
	font-size: 11px;
}

#right_col li a:hover,
#right_col li a:active {
	background: #111 url('../_images/subnav_dot.gif') 20px 90% no-repeat;
	color: #2781D0;
}

#right_col li a:hover span {
	color: #E5E5E5;
}

#right_col li.Current {
	background: url('../_images/subnav_dot.gif') 20px 90% no-repeat;
}

#nav li.Current a:hover span {
	color: #A5A5A5;
}

#right_col li.Current a:link,
#right_col li.Current a:visited {
	background-color: transparent;
	background: url('../_images/subnav_on.gif') 0px 5px no-repeat;
	color: #2781D0;
	cursor: default;
}

#right_col li a:hover span {
	color: #A5A5A5;
}



/* FOOTER
====================================================================== */
#footer {
	background: #111;
	width: 100%;
}

#footer p {
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 20px; 
	text-align: right; 
	width: 910px;
}

a#testimonials {
	position: relative;
	right: 20px;
}

a#testimonials:active {
	color: #666 !important;
}

a.Current {
	color: #666 !important;
}

#footer,
#footer p#cgcraft,
#footer a:link,
#footer a:visited {
	 color: #333; 
}

#footer a:hover {
	 color: #666; 
}

#footer a:hover span {
	 color: #a8d936; 
}

#footer a:active {
	 color: #fff; 
}



/* HOME
====================================================================== */

body#section_home #inner {
	background: url('../_images/home_content_bg.jpg') repeat-x;
	margin-top: 16px;
	overflow: auto;
	padding: 18px 15px 15px 15px;
	position: relative;
}

#feature_box p.AboutText {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin: 185px 0 0 593px;
}

body#section_home h1 {
	background: url('../_images/home_callout.gif');
	height: 97px;
	position: absolute;
	right: 55px;
	opacity: .7;
	top: 21px;
	width: 262px;
}

body#section_home h1 span {
	left: -5000px;
	position: absolute;
	top: -5000px;
}

body#section_home p.Number {
	background: url('../_images/home_phone.gif');
	height: 21px;
	position: absolute;
	right: 160px;
	top: 140px;
	width: 156px;
}

body#section_home p.Number span {
	left: -5000px;
	position: absolute;
	top: -5000px;
}

#flash {
	float: left;
	height: 318px;
	width: 567px;
	border: 1px solid #000;
}

#feature_box {
	overflow: auto;
}

div.Section {
	background: url('../_images/home_section_border.png') no-repeat 205px 36px;
	float: left;
	width: 240px;
}

div.Section ul ul li a:link, div.Section ul ul li a:visited, div.Section address a:link, div.Section address a:visited {
	color: #999;
	text-decoration: underline;
}

div.Section ul ul li a:hover, div.Section ul ul li a:active, div.Section address a:hover, div.Section address a:active  {
	color: #fff;
	text-decoration: underline;
}

div.Section p {
	color: #2781D0;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
}

div.Section address {
	margin-bottom: 20px;
}

body#section_home blockquote {
	float:left;
}



/* SERVICES
====================================================================== */

.Row  {
	border-bottom: 1px solid #111;
	border-top: 1px solid #262626;
	clear: both;
	overflow: auto;
	padding-bottom: 40px;
}

#first {
	border-width: 0 0 1px 0;
}

#last {
	border-width: 1px 0 0 0;
}

.Unit {
	float: left;
	width: 420px;
}

.Second {
	margin-left: 41px;
}

.Unit img {
	position: relative;
	top: 4px;
	border: 3px solid #262626;
	float: left;
}

.Unit p {
	margin-left: 174px;
}

body#section_services form {
	left: 155px;
	position: absolute;
	top: 58px;
}

body#section_services #left_column h2 {
	white-space: nowrap;
}

body#section_services #left_column h3 {
	margin-top: 0;
}

body#section_services p {
	margin-bottom: 20px;
}

#left_column hr {
	height: 2px;
	width: 100%;
	margin-top: 20px;
	color: #212324;
	background: #212324;
	border: 0;
	clear: left;
	position: relative;
}

body#section_services #left_column table {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	border: 1px solid #212324;
}

body#section_services #left_column table.TableLarge {
	width: 100%;
	float: none;
	margin: 0 0 20px;
	
}

body#section_services #left_column table th {
	padding: 5px;
	color: #999;
}

body#section_services #left_column table td {
	padding: 3px 5px;
	vertical-align: middle;
}

.Odd {
	background: #212324;
}

body#section_services #left_column ul li span {
	color: #777777;
	display: block;
	margin:5px 0 20px;
}

ul.List {
	margin-top: 10px;
}

body#section_webcasting_sample #inner {
	background: #1a1a1a;
}

body#section_webcasting_sample #content {
	background: url(../_images/interior_content_no_subnav_bg.jpg) no-repeat 0 0;
}

body#section_webcasting_sample #left_column {
	padding-top: 55px;
	width: 385px;
	margin-right: 0;
}

body#section_webcasting_sample form {
	float: none;
	position: relative;
	top: 20px;
	left: -20px;
}

body#section_webcasting_sample #right_col {
	width: 466px;
	padding-left: 30px;
}

body#section_webcasting_sample #right_col li span {
	font-weight: bold;
	color: 
}

body#section_webcasting_sample h3 {
	color: #1f7fce;
	font-weight: normal;

}

ul.Options {
	list-style: disc;
	color: #777;
	margin-left: 17px;
	margin-bottom: 20px;
}

.Options li {
	color: #777;
}

.Links {
	float: left;
	width: 230px;
	margin-bottom: 20px;
}

.AlignRight {
	float: right;
	margin: 0 0 20px 20px;
}

.AlignLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.Block {
	margin: 0 auto 20px;
}

#wedding_packages {
	margin-top: 20px;
}

#wedding_packages li strong {
	color: #1f80cf;
}

#wedding_packages li strong span {
	display: inline !important;
	color: #d9d9d9 !important;
}

#wedding_packages ul {
	margin: 5px 0 20px;
}

/* VIDEOS
====================================================================== */

li.ListHeader {
	font-size: 16px;
	margin: 0 0 10px 19px;
}

body#section_videos h3 {
	position: relative;
	top: 20px;
}

body#section_videos #first {
	padding-top: 0;
}

body#section_videos .Row {
	padding-top: 30px;
}

div.Thumb {
	width: 420px;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}

div.Right {
	margin: 10px 0 0 40px;
}

.Thumb img {
	margin: 0 0 10px 0;
	border: 3px solid #262626;
}

.Thumb span {
	font-size: 14px;
	position: relative;
	top: 14px;
	font-weight: bold;
}

/* TESTIMONIALS
====================================================================== */

body#section_testimonials blockquote {
	width: 100%;
	margin: 20px 0 40px;
	background: none;
}

body#section_testimonials cite {
	background: none;
}

body#section_testimonials #left_column div {
	border-bottom: 1px solid #111;
	border-top: 1px solid #262626;
}

body#section_testimonials #left_column div#first {
	border-top: 0;
}

body#section_testimonials #left_column div#last {
	border-bottom: 0;
}



/* RENTALS
====================================================================== */



body#section_rentals #address_bar {
	position: absolute;
	right: 37px;
	top: 80px;
	width: 250px;
}

body#section_rentals #address_bar h2 {
	font-size: 16px;
}


/* CONTACT
====================================================================== */
body#section_contact h2 {
	margin-top: 24px;	
}

body#section_contact h3 {
	margin: 0 0 10px 0;
}

body#section_contact form {
	margin-right: 150px;
	margin-bottom: 40px;
}

body#section_contact #address_bar h2 {
	margin: 0;
}

body#section_contact #address_bar {
	position: absolute;
	right: 150px;
	top: 105px;
}

body#section_contact #left_column ul {
	padding: 15px;
	margin-top: 40px;
	background: #222222;
}

body#section_contact #left_column li {
	margin-bottom: 10px;	
}

body#section_rentals address span,
#address_bar address span {
	font-weight: bold;
}

#address_bar a:link,
#address_bar a:visited {
	position: relative;
	top: 15px;
}


/* CUSTOM CLASSES
====================================================================== */

.ClearBoth {
	clear: both;
}

h3.VideoHeader {
	padding: 25px 0 10px 0;
}
