

* { outline: none; }
input:-moz-focus-inner { border: 0; }
.clear { clear: both; }
.clearleft { clear: left; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
strong, b { font-family: 'DroidSansBold'; font-weight: normal !important; }

::selection { background: #AEEFD9; }
::-moz-selection { background: #AEEFD9; }

a { color: #aeefd9;  text-decoration: none; }
a:hover { text-decoration: none; color: #5ddeb2; }

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


 
#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}

#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: normal;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	font-family: 'BebasNeueRegular', Georgia, Times, serif;
} 

h2 {
margin: 0px;
padding: 0px;
}

h3 {
font-size: 26px;
margin: 0px;
padding: 0px;
line-height: 28px;
}

h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	font-family: 'DroidSansBold', Arial, Trebuchet MS, sans serif;
	font-weight: normal !important;
}

#logo {
	font-family: 'BebasNeueRegular';
	background: none;
	text-indent: 0px;
	color: #707070;
	font-size: 30px;
	line-height: 34px;
	text-shadow: 1px 1px 3px #000;
	padding: 0px;
	float: left;
}

#logo a {
	color: #959595;
	font-size: 48px;
	line-height: 52px;
	margin-top: -10px;
	height: 44px;
	display: block;
	width: 250px;
}

#logo a:hover {
	color: #d7d7d7;
	text-decoration: none; 
}

			
#moment {
	display: block;
	width: 500px;
	height: 55px;
	background: url(../images/moment.jpg) no-repeat;
	text-indent: -3333px;
	overflow: hidden;
}


body {
margin: 0px;
padding: 0px;
background: #333;
font-family: 'DroidSansRegular', Arial, Trebuchet, sans serif;
font-size: 14px;
line-height: 20px;
color: #eaeaea; 
}

#wrapper {
	width: 1020px;
	background: black;
	margin: 0px auto;
	position: relative;
}  

#oldwrapperbg {
		background: url(../images/bg.jpg) top repeat-y;
}

#innerpadding {
padding: 5px 40px 20px 40px;
}

#banner_div {
height: 105px;
}

.blogbutton {
background: url(../images/upgrade/blog.png) no-repeat;
width: 77px;
height: 25px;  
margin: 20px 0px 0px 5px;
display: block;
float: right;
}

.blogbutton a {
display: block;
width: 77px; 
height: 25px;
}

.blogbutton a:hover {
color: #d90909;
text-decoration: none;
}

.checkout {
width: 160px !important; 
height: 25px !important;
margin: 0px -6px 2px 2px;
display: block;
float: right; 
}

a.checkout{
display: block;
width: 160px !important; 
height: 25px !important;
background: url(../images/checkout.gif) no-repeat top center;
opacity: 0.5;
filter: alpha(opacity=50);
}

a.checkout:hover {
text-decoration: none;
background: url(../images/checkout.gif) no-repeat bottom center;
opacity: 1.0;
filter: alpha(opacity=100);
}

.contactinfo {
float: right;
text-align: right;
padding: 20px 40px 10px 0px;
width: 360px;
font-size: 14px;
}


#tagline {
background: url(../images/upgrade/itsamoment.png) no-repeat;
height: 34px; 
width: 541px;
position: absolute;
right: 0px;
top: 60px;
}

#socialmedia {
margin: 15px 0px 0px 5px;
display: block;
float: right; 
width: 180px;
}  

#socialmedia a {
width: 25px;
height: 25px;
display: block;
float: right;
margin-left: 5px;
} 

#socialmedia h2 {
display: block;
float: left; 
color: #898989;
margin-top: 1px;
} 


#twitter {
	background: url(../images/twitter.png) no-repeat top center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#twitter:hover {
	background: url(../images/twitter.png) no-repeat bottom center;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#facebook {
	background: url(../images/facebook.png) no-repeat top center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#facebook:hover {
	background: url(../images/facebook.png) no-repeat bottom center;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#linkedin {
	background: url(../images/linked.png) no-repeat top center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#linkedin:hover {
	background: url(../images/linked.png) no-repeat bottom center;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#content_div {
	padding: 0px;
}

#footer_div {
border-top: 1px solid #484848;
padding: 20px 0px 10px 40px;
color: #eaeaea;
font-size: 14px;
}

#footer_div a { 
color: #878787;
}

#footer_div a:hover { 
color: #eaeaea;
}


.bottom_link {
float: left;
font-size: 12px;
width: 160px;
}

.bottom_link3 {
float: left;
font-size: 11px;
line-height: 12px;
width: 130px;
}

.bottom_link_container {
border-top: 1px solid #484848;
padding: 10px 0px;
}

.bottom_link_container a {
float: left;
display: block;
margin-right: 10px;
opacity: 0.5;
filter: alpha(opacity=50);
}

.bottom_link_container a:hover {
opacity: 1.0;
filter: alpha(opacity=100);
} 

#BCA-2010 {
	background: url(../images/BCA-2010.gif) no-repeat top center;
	width: 50px;
	height: 49px;
}

#BCA-2010:hover {
	background: url(../images/BCA-2010.gif) no-repeat bottom center;
}

#BCA-badge {
	background: url(../images/BCA-badge.gif) no-repeat top center;
	width: 50px;
	height: 58px;
}

#BCA-badge:hover {
	background: url(../images/BCA-badge.gif) no-repeat bottom center;
}

#theknot {
	background: url(../images/theknot.gif) no-repeat top center;
	width: 50px;
	height: 50px;
}

#theknot:hover {
	background: url(../images/theknot.gif) no-repeat bottom center;
}

#ido {
	background: url(../images/ido.png) no-repeat top center;
	width: 85px;
	height: 60px;
}

#ido:hover {
	background: url(../images/ido.png) no-repeat bottom center;
}

#wired {
	background: url(../images/wired.jpg) no-repeat top center;
	width: 48px;
	height: 48px;
}

#wired:hover {
	background: url(../images/wired.jpg) no-repeat bottom center;
}

#bbb {
	background: url(../images/bbb.png) no-repeat top center;
	width: 108px;
	height: 41px;
}

#bbb:hover {
	background: url(../images/bbb.png) no-repeat bottom center;
}




#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
}

#sidemenu a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #01a2da;
	background: -moz-linear-gradient(90deg,#277ebc,#01a2da);
	background: -webkit-gradient(linear, left bottom, left top, from(#277ebc), to(#01a2da));
	border: 1px solid #277ebc;
	text-shadow: 1px 1px 1px #277ebc;
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #333333;
}

#sidemenu a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #277ebc;
	background: -moz-linear-gradient(90deg,#08588d,#277ebc);
	background: -webkit-gradient(linear, left bottom, left top, from(#08588d), to(#277ebc));
	border: 1px solid #08588d;
	text-shadow: 1px 1px 1px #08588d;
}
#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 700px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}
.text_image img {
	border: 1px solid #c1c1c1;
}
.text_image_right p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_left p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}
.text_image_right img {
	border: 1px solid #c1c1c1;
}
.text_image_left img {
	border: 1px solid #c1c1c1;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}

.textholder {
	padding: 10px 0px;
	margin: 0px;
}

.lefttextimage {
float: left; 
margin-right: 10px; 
border: 1px solid #c1c1c1;
}

.righttextimage {
float: right; 
margin-left: 10px; 
border: 1px solid #c1c1c1;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #01a2da;
	background: -moz-linear-gradient(90deg,#277ebc,#01a2da);
	background: -webkit-gradient(linear, left bottom, left top, from(#277ebc), to(#01a2da));
	border: 1px solid #277ebc;
	text-shadow: 1px 1px 1px #277ebc;
}

.submit_button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #277ebc;
	background: -moz-linear-gradient(90deg,#08588d,#277ebc);
	background: -webkit-gradient(linear, left bottom, left top, from(#08588d), to(#277ebc));
	border: 1px solid #08588d;
	text-shadow: 1px 1px 1px #08588d;
}

#contactright {
	float: right;
	width: 600px;
}

#contactleft {
	float: left;
	padding: 10px;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 600px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 0px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	margin: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.imagetable5 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.subcat_text {
}
.subcat_images {
float: right;
width: 300px;
}



#all_docs {
width: 940px;
}

.left_docslistings {
width: 430px;
background: #222222;
margin: 5px;
padding: 10px;
}

.right_docslistings {
width: 450px;
background: #222222;
margin: 5px;
padding: 10px;
float: right;
}

#left_docs {
float: left;
}

#right_docs {
float: right;
}

.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
float: left; 
width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}


div.blogimageholder {
width: 600px;
}

img.entry_image {
border: none;
}

#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 400px;
	width: 960px;
}

#blogleft {
float: left;
}

#sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	float: right;
	top: 0px;
	right: 0px;
	width: 220px;
	background: #131313;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
	margin-left: 20px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 30px;
	white-space: pre-wrap;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	width: 720px;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: left;
}

.date { color: #878787; }

.comment1 {
	margin: 5px 0px;
	padding: 10px 10px;
	width: 690px;
	background: #131313;
}

.comment2 {
	margin: 5px 0px;
	padding: 10px 10px;
	width: 690px;
	background: #131313;
}

.entry_image {
height: 200px;
float: left;
}



.donation_form {

}



.doclink {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 9px;
}



input.hp_field {
    border: solid 1px #000000;
    background-color: #000000;
    color: #000000;
    height: 0px;
    width: 0px;
    }



#navbar_div { 
	font-family: 'BebasNeueRegular';
	text-shadow: 1px 1px 1px black;
	float: right;
	color: #898989;
	border-top: 1px solid #898989;
	border-bottom: 1px solid #898989;
	padding: 0px;
	width: 940px;
	list-style-type: none;
	text-align: right;
	height: 28px;
}

#navbar_div a {
	text-decoration: none;
	background: transparent;
	font-family: 'BebasNeueRegular';
	font-size: 20px;
	font-weight: normal;
	color: #898989;
	padding: 5px 10px; 
	text-align: left;
} 
  
#navbar_div a.current {
color: #d7d7d7;
background: transparent; 
}  

#navbar_div a:hover {
	color: #d7d7d7;
}

.bullet_time {
	float: right; 
	padding: 5px 0px;
}

ul.tabs {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 100;
	font-size: 14px; 
}

ul.tabs li {
	margin: 0;
	padding: 0px 0;
	list-style: none;
	display: table-cell;
	position: relative;
	float: left;
}

ul.tabs a {
	position: relative;
	display: block;

}

ul.tabs li a:hover {
	color: #e8941a;
}

ul.dropdown {
	background: url(../images/dropbg2.png) repeat;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	display: block;
	position: absolute;
	z-index: 200;
	top: 100%;
	display: none;
	left: 0;
	font-size: 14px;
	width: 130px;
	text-align: center;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
}

ul.dropdown ul.dropdown {
	top: 0;
	left: 100%;
}

ul.dropdown li {
	margin: 0;
	padding: 3px 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;   
} 

ul.dropdown li a {
	display: block; 
	padding: 3px 0;
}
ul.dropdown li a:hover {color: #e8941a;}

.menuoption {
	float: left;
	padding: 0;
	margin: 0;
}

.sm_btn {
	background: url(../images/sm_btn.png) no-repeat top center;
	width: 172px;
	height: 48px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-family: 'BebasNeueRegular';
	color: #d7d7d7;
	text-shadow: 1px 1px 1px black;
	margin-bottom: 15px;
}

.sm_btn:hover {
	background: url(../images/sm_btn.png) no-repeat bottom center;
	text-decoration: none;
	color: #898989;;
}

.innerpadding {
display: block;
padding: 10px 0px;
text-align: center;
}

.left {
	float: left;
}

.center {
	margin: 0 auto;
}


.lg_btn {
	background: url(../images/lg_btn.png) no-repeat top center;
	width: 253px;
	height: 48px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-family: 'BebasNeueRegular';
	color: #d7d7d7;
	text-shadow: 1px 1px 1px black;
	margin-bottom: 15px;
}

.lg_btn:hover {
	background: url(../images/lg_btn.png) no-repeat bottom center;
	text-decoration: none;
	color: #898989;;
}

#review_box {
background: #313131;
border: 6px solid #404040;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
height: 107px;
width: 193px;
font-size: 12px;
color: #aeaeae;
position: relative;
float: right;
}

#review_box_padding {
padding: 10px;
border: 1px solid gray;
height: 85px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

#review_box a {
color: #aeaeae; 
margin-left: 5px;
}

#review_box a:hover {
color: white; 
}

#reviewtitle {
text-transform: uppercase;
margin-left: 5px;
font-family: 'DroidSansBold';
}

#home_maincallout {
	height: 622px;
	margin-bottom: 24px;
	border: 2px solid black;
	background: transparent;
	position: relative;
	width: 940px;
}

#home_maincallout_overflow {
	overflow: hidden;
	width: 940px;
	height: 622px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_maincallout_slides {
	height: 430px;
	width: 938px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slide {
	width: 940px;
	height: 622px;
	float: left;
	position: relative;
}

.slide_image {
	height: 622px;
	width: 940px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: black;
	text-align: center;
}

.slide_image img {
	height: 622px;
}

#home_maincallout_title {
	position: absolute;
	background: url(../images/callouttextbg.png) top right no-repeat;
	top: 23px;
	left: 29px;
}

#home_maincallout_title h2 {
	color: #ffffff;
	padding: 0px 72px 0px 20px;
}

#nextarrow {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 890px;
	top: 300px;
	background: url(../images/nextarrow.png) center center no-repeat;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#nextarrow:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#previousarrow {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 890px;
	top: 300px;
	background: url(../images/previousarrow.png) center center no-repeat;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#previousarrow:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#home_maincallout_thumbs {
	position: relative;
	background: url(../images/calloutthumbbg.png) top left no-repeat;
	height: 53px;
	text-align: center;
	margin: 0 auto;
}
#home_maincallout_thumbwrap {
	text-align: center;
	margin: 0 auto;
}
#home_maincallout_thumbs img {

	margin: 0px 5px 0px 0px;
	border: none;
	cursor: pointer;
}



