@charset "utf-8";
/* CSS Document Screen*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	padding: 10px 10px 0px 10px;
	/*background: url(../images/bgShadow.png) center top no-repeat;*/
}
#banner {
	background:url(../images/logoBg.png) no-repeat;
	height: 80px;
}
#navigation {
	font-weight:bold;
	font-size: 11px;
	text-align:left;
	background:  url(../images/navBg.png) no-repeat;/*#ccff66*/
	width: auto;
	height: 35px;
	color:#1b3a43;
	text-decoration: none;
	line-height:33px;
	width: 700px;
	margin-left: 260px;
	padding: 0 5px 0 5px;
}
#navigation a:active, #navigation a:link, #navigation a {
	color:#1b3a43;
	padding:0px 3px 0px 3px;
}
#navigation a:hover {
	color:#FFFFFF;
}
#navigation ul, #footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navigation li, #footer li {
	padding:0px 0px 0px 0px;
	display:inline;
}
#body {
	text-align: left;
	height: 100%;
	clear:right;
}

#footer {
	color: #FFFFFF;
	clear: both;
	padding: 20px 0px 20px 0px;
	font-size: 10px;
	text-align: center;
	height: 50px;
}
#footer img{
	padding: 10px;
}
#footer  a:active, #footer  a:link, #footer  a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#ccff66;
}
#colOneOfThree {
	padding: 0px 10px 0px 0px;
	width: 216px;
	height: 100%;
	float: left;
	display: block;
}
#colTwoOfThree {
	padding: 0px 10px 0px 0px;
	width: 468px;
	height: 100%;
	float: left;
}
#colThreeOfThree {
	padding: 0px;
	width: 216px;
	height: 100%;
	float: left;
}

#colOneOfTwo {
	padding: 0px 10px 0px 0px;
	width: 250px;
	height: 100%;
	float: left;
}
#colTwoOfTwo {
	padding: 0px;
	width: 700px;
	height: 100%;
	float: left;
}
#colOneOfTwoWidth {
	padding: 0px 10px 0px 0px;
	width: 454px;
	height: 100%;
	float: left;
}
#colTwoOfTwoWidth {
	padding: 0px;
	width: 454px;
	height: 100%;
	float:left;
}
.step1{
	background:url(../images/process1img.jpg) no-repeat right;
	/*background:url(../images/process1imgXmas.jpg) no-repeat right;*/
	height: 300px;
}
.step1Loader{
	padding:50px;
	height:350px;
	text-align:center;
}
.processFlow{
	background:url(../images/processBg.gif) no-repeat;
	height:93px;
}
.processContent{
	height:350px;
	padding:10px;
}
.processNav{
	text-align:right;
	height: 40px;
	padding:10px;
	background:url(../images/processTitle.gif) no-repeat;
}
.rowBg{
	background:url(../images/subnavRepeat.gif) repeat-x bottom;
}
.rowBg td{
	height:22px;
	padding:0px 0px 0px 2px;
	margin:0px;
}
.bgRepeat {
	background: #1b3a43 url(../images/bgRepeat.gif) repeat;
}
.frame{
	border: #1b3a43 solid 1px;
}
.rule{
	border-bottom: #1b3a43 solid 1px;
}
.priceList td{
	border-bottom: #1b3a43 solid 1px;
}
.priceList table{
	width:100%;
}
.priceList{
	margin-right:15px;
}
.error{
	font-weight:bold;
	color:#990000;
}
.errorHighlight{
	font-weight:bold;
	color:#990000;
	border: 1px solid  #990000;
	padding:5px;
	margin:5px 0 5px 0;
}
html{
	/*height: 100%;*/
} 
body {
	font: 11px Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	/*height:100%;*/
}
h1 {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:100;
	color: #1b3a43;
	padding:0px;
	margin:0px;
	border-bottom: #1b3a43 solid 1px;
}
h2 {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:100;
	color: #1b3a43 ;
	padding:10px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	border-bottom: #1b3a43 solid 1px;
}
h3 {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:100;
	color: #1b3a43;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h4 {
	font-size: 12px;
	color: #1b3a43;
	padding:0px 0px 0px 0px;
	margin:0px;
}
h5 {
	font-size: 11px;
	color: #1b3a43;
	padding:0px 0px 0px 0px;
	margin:0px;
}
a:active, a:link, a {
	color: #1b3a43;
	text-decoration: none;
}
a:hover {
	color: #ccff66;
	text-decoration: none;
}
form{
	padding:0px;
	margin:0px;
}
input, textarea, select{
	font: 11px Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* border: #1b3a43 solid 1px;*/
}
/* SPRY ACCORDION */
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background:url(../images/subnavRepeat.gif) repeat-x #1b3a43;
	padding:3px;
	height: 15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.AccordionPanelContent {
	background:#efefef;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFF;
}
.AccordionPanelTabHover {
	color: #1b3a43;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
.AccordionContentContainer{
	margin:5px;
}

.newsHeadline{
	padding-top:10px;
	border-bottom: 0px;
	line-height:30px;
}
.newsImg{
	margin:5px 10px 5px 0px;	
}
#contentContainer{
	border-bottom: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	line-height:16px;
	padding:5px;
}
/*//////////////////// SUB NAVIGATION //////////////////////////*/
#subNav{
	/*border-left: solid 1px #ccff66;
	border-right: solid 1px #ccff66;
	padding: 10px;*/
	line-height:16px;
	clear:both;
}
#subNav li{
	padding:3px;
	border-bottom:#1b3a43 solid 1px;
	font-weight:bold;
}
#subNav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.subNavHeader{
	background:url(../images/subNavBg.gif) repeat-x left;
	clear:both;
}
.subNavHeaderLeft{
	background:url(../images/subNavHeaderLeft.gif) no-repeat left;
	width:8px;
	float:left;
	height:25px;
}
.subNavHeaderRight{
	background:url(../images/subNavHeaderRight.gif) no-repeat right;
	height:25px;
}
.subNavHeaderRight h2{
	font-weight:bold;
	font-size: 12px;
	line-height:25px;
	color:#1b3a43;
	margin:0px;
	padding:0px;
	border:0px;
}
.containerTopLeft{
	background:url(../images/bodyLftTopCor.gif) no-repeat;
	height:5px;
	width: 5px;
	float: left;

}
.containerTopRight{
	background:url(../images/bodyRgtTopCor.gif) no-repeat;
	height:5px;
	width: 5px;
	float: right;
}
.containerTopBgRepeat{
	background:url(../images/bodyTopRepeatBg.gif) repeat-x bottom;
	height: 5px;
	float: left;
  	width: 100%; 
	clear:both;
}
.containerBody{
	background: #FFFFFF;
	border-left: solid 1px #ccff66;
	border-right: solid 1px #ccff66;
	clear:both;
	height:100%;
	overflow:auto;
	height:auto !important; 
	padding: 10px 10px;
}
.containerBottomLeft{
	background:url(../images/bodyLftBtmCor.gif) no-repeat;
	height:5px;
	width: 5px;
	float: left;
}
.containerBottomRight{
	background:url(../images/bodyRgtBtmCor.gif) no-repeat;
	height:5px;
	width: 5px;
	float: right;
}
.containerBottomBgRepeat{
	background:url(../images/bodyBtmRepeatBg.gif) repeat-x;
	height: 5px;
	float: left;
	width: 100%;
	margin:0 0 10px 0;
}
/*//////////////////// END SUB NAVIGATION //////////////////////////*/

#memberStatus{
	color:#FFFFFF;
	text-align:right;
	padding:0px 0px 10px 0px;
}
#memberStatus a:active, #memberStatus a:link, #memberStatus a{
	color:#FFFFFF;
}
#memberStatus a:hover{
	color:#ccff66;
}
#galleryListView{
	text-align:center;
	width: 230px;
	height: 250px;
	float:left;
}
/* CMS styles */
/**/
#myTextArea td{
	padding:0px;
}
#myTextArea Table{
	width:0px;
}
#myTextArea{
	width:360px;
	height:320px;
}
.cms Table{
	width:100%;
}
.cms td{
	margin:0px;
	padding:3px;
}
.cms h3{
	margin:0px;
	padding:0px;
}
.cms form{
	font-weight:bold;
}
.cmsListView td{
	border-bottom:#1b3a43 solid 1px;
} 
#uploadingBlurBg{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:150%; 
	background-color: #000; 
	opacity:0.6;
	filter:alpha(opacity=60); 
	display:none;
}
#uploadingBox{
	background:#FFFFFF; 
	position:absolute; 
	width: 300px; 
	height:150px; 
	text-align:center; 
	opacity:1; 
	filter:alpha(opacity=100); 
	padding: 20px; 
	border:solid 1px #CCFF66;  
	display:none;
}
/* SPRY TABS */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height:22px;
	
}

.TabbedPanelsTab {
	/*position: relative;
	top: 1px;*/
	float: left;
	background:url(../images/tabDown.gif) repeat-x top;
	/*background: url(../images/tabUp.gif) #CCC no-repeat;*/
	width:70px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#1b3a43;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background:url(../images/tabDown.gif) repeat-x top;
	width:70px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#FFFFFF;
}

.TabbedPanelsTabSelected {
	background:url(../images/tabUp.gif) repeat-x top;
	width:70px;
	text-align:center;
	color:#1b3a43;
	height:24px;
	line-height:24px;
}

.TabbedPanelsTab a {
	color: #1b3a43;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	height:100%;
	height:auto !important; 
	width:268px;
	padding:5px;
	margin-top:2px;
	/*border-left: solid 1px #1b3a43;
	border-bottom: solid 1px #1b3a43;
	border-top: solid 1px #1b3a43;
	border-right: solid 1px #1b3a43;*/
}

.TabbedPanelsContent {
	/*padding: 10px;*/
}
.TabbedPanelsContent ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: right;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
