@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	margin:0 auto;
	background:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #000;
}

img {
	border:none;
}

p {
 text-align:justify;
 padding:2px;
}

h1,h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	padding:0 0 10px 0;
	color:#3399cc;
	text-align: left;
}

h1 a,h2 a{
	color:#3399cc;
	text-decoration:none;
}

h1 a:hover,h2 a:hover {
	text-decoration:underline;
}

h3 {
	text-align:left;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align: left;
}

h3 a{
	color:#999;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

a {
	color: #000;
}

dl {
	text-align:left;
}

dt {
	padding-left:15px;
	background:url(../images/news_icon.gif) no-repeat center left;
}

dd {
	padding-left:15px;
	padding-bottom:5px;
}

address {
	color: #fff;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	font-style:normal;
}


.leftBox {
border:#ccc solid 1px;
padding:15px;
margin:0 0 20px 0;
background:url(../images/leftBox-bg.gif) repeat-x top left;
overflow: auto;
height: 1%;
}

.featured{
	clear: both;
}

.rightBox {
border:#ccc solid 1px;
padding:15px;
margin:0 0 20px 0;
background:url(../images/leftBox-bg.gif) repeat-x top left;
}

.heading {
text-align:left;
}

#leftContent .smallBox {
	float:left;
	width:120px;
}


#rightContent .smallBox {
	float:left;
	width:225px;
}

#rightContent .smallBox ul{
	list-style:none;
	padding:0 0 0 5px;
}
#rightContent .smallBox ul li {
	color: #fff;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	background:url(../images/bullet_1.gif) no-repeat center left;
	padding:0 0 5px 15px;
}


#leftContent .leftBox ul{
	list-style:none;
	padding:0 0 20px 5px;
}
#leftContent .leftBox ul li {
	color: #fff;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	background:url(../images/bullet.gif) no-repeat center left;
	padding:0 0 5px 15px;
}

#leftContent .leftBox ul li:hover{
	background:url(../images/bullet_hover.gif) no-repeat center left;

}

.more {
padding:0 0 0 10px;
background:url(../images/bullet.gif) no-repeat left center;
text-align: left;
}

.intro {
border-top:#000 solid 2px;
}

.introContainer {
	padding:5px;
}

.leftIntroContainer {
	padding:5px;
	height:auto;
}

#photoContainer{
	padding-top:4px;
}

#photoContainer .introContainer {
	padding:0 10px;
	height:298px;
	width:353px;
	overflow:hidden;
}

#photoContainer .introContainer img{
}

/* Ajax Loader */

.loading {
	background:url(../images/ajax-loader.gif) no-repeat center center;
	height:298px;
	width:363px;
}

fieldset {
	border:none;
	padding:0;
}

.input {
	display:block;
	text-align:left;	
}

label {
	display:block;
}

input {
	text-align:left;
}

#small_map {
cursor:pointer;
}


/* generic classes */

.clear {
clear:both;
}

/* main content box - using sliding doors of css - done with gif instead of png */

.dialog {
color:#fff;
margin:20px 10px;
min-width:5em;
}
.dialog .hd .c, .dialog .ft .c {
font-size:1px;
height:16px;
}
.dialog .ft .c {
height:16px;
}
.dialog .hd {
background:transparent url(../images/tl.gif) no-repeat scroll 0px;
}
.dialog .hd .c {
background:transparent url(../images/tr.gif) no-repeat scroll right 0px;
margin:0px 0 0 16px;
}
.dialog .bd {
background:transparent url(../images/ml.gif) repeat-y scroll 0px;
}
.dialog .bd .c {
background:transparent url(../images/mr.gif) repeat-y scroll right 0px;
}
.dialog .bd .c .s {
background:#242424;
margin:0px 16px 0px 16px;
padding:0;
}
.dialog .ft {
background:transparent url(../images/bl.gif) no-repeat scroll 0px;
}
.dialog .ft .c {
background:transparent url(../images/br.gif) no-repeat scroll right 0px;
margin:0px 0 0 16px;
}
.dialog h1 {
font-size:2em;
margin:0;
padding:0px;
}
.dialog p {
font-family:arial,tahoma,"sans serif";
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
margin:0.5em 0px 0px;
padding:0px;
}

.box {
	padding:10px;
	background:#737d87;
	height:auto;
	overflow:auto;
	margin:5px;
}

.box img {
	float:left;
	margin:0 10px 0 0;
}

.question {
	padding:5px;
	text-align:left;
	text-transform:capitalize;
	background:#242424;
	border-bottom:#545d66 solid 1px;
	cursor:pointer;
}

.answer {
	padding:5px;
	text-align:left;
}

.button{
	height:36px;
	width:158px;
	background:url(../images/start_here.gif) no-repeat top left;
	text-indent:-3000px;
}

.ad {
	cursor:pointer;
}

.submit{
	text-align: right;
}

.message {
	padding: 5px;
	margin: 10px 0;
	border: #cc0000 dotted 1px;
	color: #cc0000;
	font-weight: bold;
}

.error-message {
	padding: 2px;
	margin: 5px 0;
	color: #cc0000;
}

.form-error {
		border: #cc0000 solid 1px;
}

.error {
	padding: 2px;
	margin: 5px 0;
	color: #cc0000;
	}

.count {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}

.featuredBox{
	overflow: auto;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	margin-right: 20px;
	text-align: right;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

.package {
	padding: 10px 0;
	text-align: left;
}

.package label {
	width: auto;
	display: inline;
}

.packageFooter{
	background:#d2d4d4;
	clear:both;
	margin:10px 0;
	overflow:hidden;
	padding:10px 15px;
}

.package input {
	margin: 0 5px 0 0;
}

.saving{
	font-size: 100%;
	border:#cc0000 dotted 1px;
	padding:10px;
}

.total {
	text-align: right;
	padding: 10px;
}

/* custom design box */

#some_extra_stuff{
	clear: both;
	overflow: auto;
	}

#custom_design_wrapper{
	float: left;
	width: 434px;
	margin: 10px 30px 10px 0;
}

.cd_top{
	background: url("../img/custom_design_top.gif") no-repeat top left;
	height: 71px;
}

.cd_body {
	background: url("../img/custom_design_bg.gif") repeat-y top left;
	padding: 10px 20px 10px 35px;
	color:#fff;
}

.cd_bottom{
	background: url("../img/custom_design_bottom.gif") no-repeat top left;
	height: 12px;
}

#i_need_help{
	float: left;
	width: 434px;
	margin: 10px 0 10px 10px;
}

.inh_top{
	background: url("../img/inh_top.gif") no-repeat top left;
	height: 71px;
}

.inh_body {
	background: url("../img/inh_bg.gif") repeat-y top left;
	padding: 10px 20px 10px 35px;
	color:#fff;
}

.inh_bottom{
	background: url("../img/inh_bottom.gif") no-repeat top left;
	height: 12px;
}

.toll_free_number {
	padding: 10px 0 0 0;
}
