@charset "utf-8";
/* CSS Document */

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #222;
}

.colora {
	color: #700;
}

.i {
	font-style: italic;
}

.c {
	text-align: center;
}

.u {
	border-bottom: #aaa solid 2px;
}

.b {
	font-weight: bold;
}

.r {
	text-align: right;
}

.bb {
	border-bottom: #eee solid 1px;
}

.big {
	font-size: 150%;
}

.color1 {
	color: #5c7c98;
}

.color2 {
	color: #888;
}

.color3 {
	color: #55B235;
}

img {
	border: none;
}

.imgl, .imgl2 {
	float: left;
	border: #ddd 3px solid;
	padding: 6px;
	margin: 10px;
	width:auto; /*rich-edit*/
}


.imgr, .imgr2 {
	float: right;
	border: #ddd 3px solid;
	padding: 6px;
	margin: 10px;
	width:auto; /*rich-edit*/
}

.imgl2, .imgr2  {
	border: 0px none;
}


a.imgr:hover, a.imgl:hover {
	border: #aaa 3px solid;
}


/*&lt;/group&gt;*/

/*&lt;group=Layout&gt;*/

.clearer {
	clear: both;
}


/*&lt;/group&gt;*/

/*&lt;group=Global Classes&gt;*/
p {
	line-height: 1.5em;
	font-size: .9em;
}


H1 {
	font-weight: bold;
	color: #700;

	font-size: 140%;
	padding-left: 70px;
	background-image: url('../_images/back-h1.png') ;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position:  left 50%;; margin-left:0px; margin-right:20px; margin-top:20px; margin-bottom:20px
}

H2, H4 {
	
	padding: 15px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	color: #444;
	color: #5c7c98;
}


H3 {
	margin: 5px;
	font-weight: bold;
	color: #aaa;
}


span#lo, span.lo  {
	font-size: 0.8em;
	font-weight: normal;
}

H2 {
	font-size: 95%;
}

H3, H4 {
	font-size: 1.0em;
}

H5 {
	font-size: 90%; 
	margin: 15px;
	margin-bottom: -10px;
	font-weight: bold;
	color: #aaa;
	font-style: italic;
}


* html H1 { margin-top: 15px; }


hr {
	width: 75%;
	text-align: center;
	height: 1px;
	border-bottom: #900 1px solid;
	
}


/*	content high lights 	*/

.content {
	margin: 10px 15px 15px 15px ; 
	font-size: 85%;
}

.content a  {
	color: #900;
}


.sudtle  {
	color: #888;
	font-style: italic;
	margin: 20px;
	text-align: center;
	padding: 10px;
}

.halfleft h3, .halfright h3, .halfleft150 h3, .halfright150 h3, .box3 h3 { 
	font-size: .8em;
	margin: 0;	
	padding: 2px 4px;
	background: #eee;
}

.halfleft, .halfleft150 {
	width: 48%;
	float: left;
	padding: 2px;
	border-top: #efefef 2px solid;
	border-right: #eee 2px solid;
}


div.halfright, div.halfright150 {
	padding: 2px;
	width: 46%;
	float: right;
	border-top: #efefef 2px solid;
	border-left: #eee 2px solid;

}

p.halfleft, p.halfright, .halfleft150 p, .halfright150 p, .box3 p {
	font-size: .8em;
	padding: 5px;
	color: #777;
	border: 0px none;
}

.half  {
	width: 250px;
}

.halfright150, .halfleft150 {
	height: 220px;
	overflow: auto;
}


.box3 {
	width: 150px;
	background: #fff;
	float: left;
	padding: 1%;
	margin: 5px; 
	border: 4px solid #5c7c98;
	}


/*	common list setup 	*/
ul.list, ul.list2 {
	list-style-position: outside;
	list-style-image: url('../_images/bullet-check.gif');
	list-style-type: circle;
	color: #7282AD;
	margin: 10px ;
	padding: 15px;
	text-align: left;
}

ol.list {
	font-size: 13px;
	list-style-position: outside;
	list-style-type: decimal;
	color: #333;
	margin: 5px ;
	padding: 4px 15px 10px 15px;
	text-align: left;
	line-height: 1.5em;
}

ol.list ol {
	list-style-type: lower-alpha;
	list-style-position: outside;
}

ol.list ol.list ol.list {
	list-style-type: upper-roman;
}

ol.list ol.list ol.list ol.list {
	list-style-type: lower-roman;
}


ol.list li {
	margin: 0px 0 10px;
}


ol.list p.content{
	font-size: 100%;
}
ul.list2 {
	list-style-image: url('../_images/bullet-arrow3.gif');
}

ul.list LI {
	margin-left: 15px;
	margin-top: 10px;
	line-height: 19px;
	font-size: 80%;
	color: #777; 
}

.list .lid {
	font-weight: normal;
	font-size: .9em;
	font-style: normal;
}
ul.list a {
	padding: 3px 35px 3px 5px ;

}

ul.list a.tipper {
	padding: 0px ;

}

ul.list a.tipper:hover {
	background: #fff;
	border: 0;

}

ul.list a:hover {
	background-color: #eee;
	background-image: url('../_images/important-back.png') ;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd; 
	background-position: bottom;

}

ol.list2 {
	list-style-position: outside;
	list-style-image: url('../_images/bullet-plus.gif');
	list-style-type: circle;
	color: #777;
	margin: 8px;
	font-size: 120%;
	text-align: left
}

ol.list2 LI {
	margin-left: 10px;
	margin-top: 0px;
	line-height: 10px;
	color: #777; 
}

#listACCORD .content {
	font-size: 8pt;
	color: #777;
}

#listACCORD2 .content {
	font-size: 13px;
	color: #777;
}

#listACCORD ul.list a {
	padding: 3px 5px 3px 5px ;
	font-weight: bold;
	color: #888;

}


/*	common Table setup 	*/

.table {
	margin: 10px;
	width: 95%;
	font-size: .8em;	
}

.table2 {
	margin: 15px 5px;
	width: 795px;
	font-size: .8em;	
	
}

.titlerow {
	background: #48637E url('../_images/back-title3.png') top ;
}

.titlerowa {
	background: #48637d url('../_images/back-title3a.png') top ; /*rich-edit*/
}

.titlerowa .tabletitle {
	color: #48637E;	
}

.titlerow2 {
	background: #ddd ;
}

.tabletitle {
	text-align: center;
	font-weight: BOLD;
	color: #eeeeed;	 /*rich-edit*/
	padding: 5px;
}

.titlerow2 .tabletitle {
	text-align: center;
	font-weight: BOLD;
	color: #5c7c98;	
	padding: 5px;
}

.cnrl {
	background: url('../_images/back-title-crnl.gif') no-repeat top left;
}

.cnrr {
	background: url('../_images/back-title-crnr.gif') no-repeat top right;
}

.cnrla {
	background: url('../_images/back-title-crnla.gif') no-repeat top left;
}

.cnrra {
	background: url('../_images/back-title-crnra.gif') no-repeat top right;
}

.tabledata, .tabledata2 {
	padding: 3px;  
	background: #fff url('../_images/back-shader.png') repeat-x bottom;
	
	border-right: 1px dotted #ccc;	
	border-bottom: 1px solid #ccc;	
	font-size: 0.9em;	
	text-align: left;
	font-weight: normal;
	color: #444
}

.flydata {
	padding: 0 5px;  
	border-left: 1px #ccc dotted;	
	border-right: 1px #ccc dotted;	
	border-top: 0px #ccc dotted;	
	border-bottom: 0px #ccc dotted;	
	text-align: left;
}

.flydata .box3 {
	border: 0px none;
	width: 220px
}

.flydata h4 {
	margin: 0;
	padding: 0;
	line-height: 10px;
}

.tabledata2 {
	background: #fff;
	text-align: center;
	COLOR: #407584;
	font-weight: bold;
}

.tabledata img {
	padding: 0 15px 0 10px;
	
}

.tabledata2 img {
	
}

.tablebottom {
	padding: 5px;
	background: #fff;
	border-bottom: 3px #ccc double;	
	font-weight: bold;
	font-size: 0.9em;
	color: #5c7c98;
}


.note {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: .9em;
	padding-top: 30px;
	color: #333;
	margin-bottom: 25px;
	background: url('http://yourownsite.com/_templates/_images/wgwfade_20.png') repeat-x top;; margin-left:2px; margin-right:2px; margin-top:2px; padding-left:20px; padding-right:20px; padding-bottom:20px

}

div.note2 {
	background: #eee url('../_images/back-lined.gif') ;
}

.note2 p {
	font-size: .9em;
	color: #7384A5;
	margin-bottom: 25px;
	font-weight: normal;
	background: url('http://yourownsite.com/_templates/_images/note_img2.gif') no-repeat 20px 15px;; margin-left:2px; margin-right:2px; margin-top:2px; padding-left:70px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

.alert {
	color: #565656 ;
	font-size: .9em;
	text-align: left;
	background: #eee url('http://yourownsite.com/_templates/_images/alert_img2.gif') no-repeat 20px center;
	border-top: 1px solid #ccc; 
	border-bottom: 2px solid #ccc; 
	margin-bottom: 25px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	width: 450px; padding-left:70px; padding-right:10px; padding-top:10px; padding-bottom:10px
 }

.error {
	color: #BE4254 ;
	font-size: .9em;
	background: #F4CCD2 url('http://yourownsite.com/_templates/_images/error_img2.gif') no-repeat 25px center;
	border-top: 2px dashed #EF847B; 
	border-bottom: 2px dashed #EF847B; 
	font-weight: normal;
	margin-bottom: 25px;
	font-style: italic;
	margin: 0px;
	width: 450px; padding-left:80px; padding-right:20px; padding-top:10px; padding-bottom:10px
}

.cont {
	background: #eee url('../_images/back-contact2.png') no-repeat 20px center;
	margin: 0px;
	width: 450px
}

.savesend {
	background: #eee url('../_images/back-savesend.png') no-repeat 20px center;
	margin: 0px;
	width: 450px
}

.send {
	background: #eee url('../_images/back-send.png') no-repeat 20px center;
	margin: 0px;
	width: 450px
}

.save {
	background: #eee url('../_images/back-save.png') no-repeat 20px center;
	margin: 0px;
	width: 450px
}

.blockquote {
	font-size: .9em;
	background: #f5f5f5 url('http://yourownsite.com/_templates/_images/blockquotea.gif') no-repeat 25px 20px;
	margin-bottom: 25px;
	color: #585858; margin-left:2px; margin-right:2px; margin-top:2px; padding-left:80px; padding-right:10px; padding-top:10px; padding-bottom:10px

}

.blockquote2 {
	font-size: .9em;
	background: url('http://yourownsite.com/_templates/_images/blockquotea.gif') no-repeat 20px 25px;
	margin-bottom: 25px;
	border-top: 2px solid #ddd; 
	border-bottom: 2px solid #ddd; 
	color: #555; margin-left:2px; margin-right:2px; margin-top:2px; padding-left:80px; padding-right:10px; padding-top:10px; padding-bottom:10px
}


/*	common form setup 	*/

.col2 {
	margin-left: 35px;
	width: 700px;

}

input.submit {
	text-align: center;
	padding: 5px; 
	background: #fff url('../_images/back-submit3.png') no-repeat top center; 
	color: #efefef; 
	font-weight: bold; 
	border: 0px none; 
	height: 32px;
	width:150px;
	background-color:#fff
}



.form {
	margin-left: 65px;
	width: 300px;
	padding: 20px; 
}


.form h4, .inner-form h4 {
	font-size: .9em;
	margin: 0;
	padding: 0;
}

.captcha {
	padding: 10px;
	border: 3px #ccc solid;
}

.input, .textarea, .select, .phone3 , .phone4  {
	border: 3px #ddd solid;
	width: 300px;
	padding: 5px;
	margin-top: 5px;
}

.phone3 {
	width: 40px;
}

.phone4 {
	width: 60px;
}

.required {
	background: url('../_images/back-required8.png') no-repeat top left;
	padding-left: 20px;
	width:285px
}

.select {
	width: 315px;
}


.textarea2 {
	border: 3px #ddd solid;
	width: 650px;
	padding: 5px;
	margin: 5px;
}

.form textarea {
	font-weight: normal;
}



.trackr .select {
	float: right;
	width: auto; /*rich-edit*/
	margin: 0px 20px -20px 0;
}


.miniform textarea, .miniform select {
	border: 3px #ddd solid;
	width: 300px;
	height: 60px; 
	padding: 5px;
	margin-top: 5px;
}

.miniform select {
	height: 28px; 
	padding: 2px;
}


.miniform .date-input {
	border: 3px #ddd solid;
	width: 150px;
	height: 20px; 
	padding: 2px;
	margin-bottom: 10px;
}



.trackr select {
	border: 5px #ddd solid;
	width: 200px;
	padding: 5px;
}

#trackr-form {
	float: right;
	width: 450px;
}

#trackr-form span {
}

#trackr-form img, #trackr-form .img  {
	float: right;
	width:auto; /*rich-edit*/
	margin-top: 15px;
}


input.complete {
	background: url('../_images/back-submit2.png') no-repeat bottom left; 
	width:170px;
	height: 50px;
	padding-left:45px; padding-right:0; padding-top:10px; padding-bottom:0
}

input.cancel {
	background: url('../_images/back-submit-cancel.png') no-repeat bottom left; 
	width:170px;
	height: 45px;
	padding-left:45px; padding-right:0; padding-top:10px; padding-bottom:0
}

input.lock {
	background: url('../_images/back-submit-lock2.png') no-repeat bottom left; 
	width:180px;
	height: 50px;
	padding-left:20px; padding-right:0; padding-top:15px; padding-bottom:0
}

input.back {
	background: url('../_images/back-submit-back.png') no-repeat bottom left; 
	width:122px;
	height: 50px;
	margin: 0; padding-left:30px; padding-right:0; padding-top:15px; padding-bottom:0
}

input.next {
	margin: 0;
	background: url('../_images/back-submit-next.png') no-repeat bottom left; 
	width:122px;
	height: 50px;
	padding-left:0px; padding-right:30px; padding-top:15px; padding-bottom:0
}

input.save {
	margin: 0;
	background: url('../_images/back-submit-save.png') no-repeat bottom left; 
	width:120px;
	height: 55px;
	padding-left:30px; padding-right:0px; padding-top:15px; padding-bottom:0
}

input.sendsave {
	margin: 0;
	background: url('../_images/back-submit-sendsave.png') no-repeat bottom left; 
	width:170px;
	height: 55px;
	padding-left:44px; padding-right:0px; padding-top:17px; padding-bottom:0
}

input.send {
	margin: 0;
	background: url('../_images/back-submit-send2.png') no-repeat bottom left; 
	width:150px;
	height: 55px;
	color: #eeeeed; padding-left:60px; padding-right:0px; padding-top:15px; padding-bottom:0
}

input.another {
	text-align: center;
	background: url('../_images/back-another2.png') no-repeat bottom center; 
	color: #efefef; 
	font-weight: bold; 
	border: 0px none; 
	height: 40px;
	width:170px; padding-left:45px; padding-right:0; padding-top:5px; padding-bottom:0
}


.exp {
	line-height: 1.4em;
	font-size: .8em; 
	color: #888;
	margin: 5px 0 0 0;
	padding: 0;
}

.up1 {
	font-size: 1.2em; 
	color: #888;
	margin-left: 8px;
}

.captchadiv {
	border: 3px #48637e solid; 
	padding: 0 10px 10px 10px;
	width: 288px;
	color: #777;
}

#captchaimg {
	margin-left: 25px;
}

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

/*
span.dropcap,
span.dropcap-color,
span.dropcap-color2 {
	display: block;
	font-size: 2.8em;
	float: left;
	margin: 0px 4px 0 0;
	line-height: 1em;
	color: #5c7c98;
	color: #700;
}
*/


#mini_form {
	padding-bottom: 10px;
	margin: 0px 0 10px 8px;
	height: 30px;
	text-align: center;
	
}

.mini_search {
	color: #777;
	border: 0px none;
	background: #fff url('../_images/mini_back3a.png') no-repeat left ;
	padding-left: 15px;
	padding-top: 8px;
	margin-left: 8px;
	width: 175px;
	float: left;
	font-weight: bold;
	height: 16px; padding-right:8px; padding-bottom:8px
}



.mini_button {
	margin: 0px;
	border: 0px none;
	float: left;
	width:auto
}

#look_box, #featured_box, .look_box, .featured_box  {
	margin-top: 15px;
	border: #48637e 5px solid;
	color: #777;
	padding: 0;
	width: 250px;
	height: 220px; 
	
}

#look_box H2, #featured_box H2, .look_box H2, .featured_box H2 {
	height: 25px;
	font-size: 1.2em;
	margin: 0;
	text-align: CENTER;
	color: #55b235 ;
	width: 100%;
	background: #fffffe url('../_images/lookfade.png') repeat-x; /*rich-edit*/; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:0
}


#look_box p, #featured_box p, .look_box p, .featured_box p {
	font-size: 9pt !important;
	text-align: LEFT;
	color: #48637e ;
	margin:  0 6px;
	margin-top: 5px;
	font-weight: normal;
}

#look_box a.link, #featured_box a.link, .look_box a.link, .featured_box a.link {
	margin-left: 0px;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #dddddc; /*rich-edit*/

}

p.hr {
	width: 100%;
	height: 25px;
	background-image: url('../_images/hr-image.gif') ;
	background-position:  center 50% ;
	background-repeat: no-repeat;
	margin-bottom: 30px
}


div.important, div.important2, div.important3 {
	border: 2px solid #eee; 
	padding: 10px;
	background-image: url('../_images/important-back2.png') ;
	background-repeat: repeat-x; 
	background-position: bottom;
}

div.important2 {
	width: 805px;
}

div.important3 {
	width: 455px;
	margin-left: -70px;
}

DIV.important h4 {
	margin-bottom: 10px;
}

.important p {
	border: none; 
	padding: 5px;
	margin: -15px 0 20px 0;
	font-size: 85%;
}


.important-title {
	position: relative;
	top: -22px;
	font-weight: bold;
	background: #fff;
	padding: 2px 25px 2px 5px;
}

/*			*/

#Preview {
	position: relative;
	background: #5c7c98;
	background: #fff;
	height: 275px;
	margin-top: -5px;
	width: 530px;
}


#previewIMG1, #previewIMG2, #previewIMG3, #previewIMG4, #previewIMG5, #previewIMG6, #previewIMG7, #previewIMG8, #previewIMG21, #previewIMG22, #previewIMG23, #previewIMG24, #previewIMG25, #previewIMG26, #previewIMG27, #previewIMG28, #previewIMG29, #previewIMG210, #previewIMG211, #previewIMG212 
{
	position: absolute;
	top: 0px;
	left: 0px ;
	height: 275px;
}


#previewIMG1, #previewIMG21 { 	z-index: 109; }  
#previewIMG2, #previewIMG22 { 	z-index: 108; } 
#previewIMG3, #previewIMG23 { 	z-index: 107; }  
#previewIMG4, #previewIMG24 { 	z-index: 106; }  
#previewIMG5, #previewIMG25 { 	z-index: 105; } 
#previewIMG6, #previewIMG26 { 	z-index: 104; }
#previewIMG7, #previewIMG27  { 	z-index: 103; }
#previewIMG8, #previewIMG28  { 	z-index: 102; }
#previewIMG9, #previewIMG29  { 	z-index: 101; }
#previewIMG10, #previewIMG210  { 	z-index: 100; }
#previewIMG11, #previewIMG211  { 	z-index: 99; }

.space {
	margin: 20px;
}

a.clink {
	color: #777;
	font-weight: bold;
}

a.clink:hover {
	background: #eee;
	border-bottom: #111 solid 1px;
}

.formcomment {
	width: 300px; 
	background: #fff url('../_images/back-diag.gif'); 
	padding: 15px; 
	margin-left: 0px;
	color: #999
}

.button {
    font-size: 10pt;
    font-weight: bold;
    width: 185px;
    color: #336697;
    font-family: Verdana;
    height: 35px;
    font-style: normal;
    background: #FCE2AC url('../_images/back-payment.png') ;
    border: 2px solid #F79739;
    margin-left: 80px

}

.checks {
	width: 290px;
	padding: 10px;
	border: 3px #ddd solid;
	font-size: 10pt;
	line-height: 1.5em;
	font-weight: bold;
	color: #888;
}


select.select selected {
	color: #900;
}

.toprow, .toprowa {
	border-top:0px none; border-bottom:0px none; border-left:1px solid #ddd; border-right:1px solid #ddd; background-image: url('../_images/ct-fader2.png') ;
	background-repeat: repeat-x;
	padding-top: 10px
}

.save-button {
	margin-top: -5px;
	float: right;
	width:auto; /*rich-edit*/
	margin-right: 0px;
}

div.miniform-container  {
	width: 342px;
	float: right;
}

div.miniform-note  {
	width: 340px;
	padding: 2px;
	overflow: auto;
	height: 130px;
}

div.miniform-note2  {
	width: 315px;
	float: left;
	padding: 2px;
	margin: 5px 0 5px 5px;
}

div.miniform-note p {
	margin-bottom: 10px;
}

p.miniform-notes {
	padding: 5px;
	border-top: 1px dotted #ccc;
}

.note-name {
	font-weight: bold;
	font-size: 1.2em;
}

.note-time {
	font-weight: normal;
	color: #999;
	font-size: .8em;
}

.note-note {
	font-size: 1.1em;
}

.note-lnkTo {
	font-weight: normal;
	color: #999;
	font-size: .8em;
}

.delete-confirm {
	padding: 15px;
	font-size: 1.5em;
	color: #600; 
	text-align: left;
	width: 90%;
}


.flydelete .checkbox {
	margin-left: 15px;
	border: 3px #aaa solid;
	height: 18px;
	width: 18px;
}

.emailcheck {
	border: 2px #aaa solid;
	height: 12px;
	width: 12px;
}

.delete-this  {
	width: 100px;
	background: #edeaea; /*rich-edit*/
	border: 1px #ccc dotted;
	color: #000900; /*rich-edit*/
	padding: 3px 10px;
	margin-left: 25px;
	font-size: 11pt;
	font-weight: bold;
}

.hide-this  {
	background-image: url('../_images/back-ct-hide2.png');
	border: 0px none ; 
	height: 35px;
	width: 100px;
	font-weight: bold;
}
	
#masthead_image {
	position: absolute; 
	width: 830px;
	height: 200px;
	float: left;
	background-color: #fff ;
	z-index: 98
}

.tip {
	display: none;
	position: absolute;
	background-image: url(../images/back-popup.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 310px;
	height: 150px
}

div.tip div {
	position: relative;
	width: 235px;
	height: 95px;
	overflow: scroll;
	font-size: 12px;
	margin: 10px 25px 15px 35px;
	padding: 5px;
}


.tip h3 {
	font-size: 16px;
	margin: 0;
	color: #5c7c98;
}

.tip p {
	color: #777; 
	font-size: 12px;
	margin: 0;
}

.larger {
	font-size: 120%;
}

div.business-block {
	width: 240px;
	margin: 20px auto;
	border: #ddd double 3px;
	border-width: 3px 0;
	font-size: 12px;
	padding: 10px 75px ;
	color: #777;
}

div.inner-form {
	width: 350px;
	margin: 0 auto;
}

