/*------------------------------------------------------------------------

Z3 Partners - hand coded by Robert L. Michaels

-------------------------------------------------------------------------*/


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

body { 
	background: black url(../images/bkg.jpg) top center no-repeat; 
	color:#333333;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: normal; 
	vertical-align:top;
}

/* COMMON STYLE

--------------------------------------------------------- */
a:link, a:visited {
	color: #347798;
	text-decoration: none;
}


a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

li {
		margin: 0px 0px 10px 0px;
}


hr {
	background: url(../images/bg-sep.jpg) repeat-x top center;
	height: 28px;
	margin: 0px 0px 0px 0px;
	border: none;
}

hr.seperator2 {
	background: url(../images/bg-sep2.jpg) repeat-x top center;
	height: 28px;
	margin: 0px 0px 0px 0px;
	border: none;
}


/* LAYOUT STYLES

--------------------------------------------------------- */


#all {
	width: 922px;
	margin: 47px auto 0px auto;
}

/*----- HEADER STYLES -----*/

#header {
	background: url(../images/bg-head.jpg) top center #CCCCCC;
	height: 105px;
}

#logo {
width: 374px;
float: left;
margin: 15px 0px 0px 15px;

}

#navwrap {
	font-family: "Trebuchet MS", Arial, Verdana;
	width:500px;
	float: left;
	margin: 25px 0px 0px 50px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}


/*----- SUBNAV STYLES -----*/ 


#subnav {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/bg-callout1.png) #FFFFFF no-repeat top left;
	border: solid 1px #CCCCCC;
}

#subnav ul {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	border: solid 1px #FFFFFF;
}


#subnav li {
	text-align: left;
/*	display: block;
	line-height: 15px;*/
	margin: 0px 0px 0px 0px;
	background: url(../images/bg-subnav.jpg) no-repeat top center;
}


#subnav li a {
	background: url(../images/arrow.png) no-repeat 5px 12px;
	color: #347798;
	font-weight: bold;
	display: block;
	/*margin: 5px 0px 5px 0px;*/
	border: dotted #999999 1px;
	outline: none;
	padding: 5px 0px 3px 20px;
	text-decoration: none;
	height: 25px;
}


/* SECOND-TIER SUBNAV */

#subnav ul ul {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}


#subnav li li {
	text-align: left;
	display: block;
	margin: 0px 0px 5px 0px;
	padding:0px;
	text-decoration: none;
/*	height: 20px;
	background: url(../images/bg-subnav.jpg) no-repeat top center #CCCCCC;*/
}


#subnav li li a {
	background: url(../images/arrow.png) no-repeat 15px 12px;
	color: #347798;
	font-weight: bold;
	display: block;
	margin: 0px;
	outline: none;
	margin: 5px 0px 5px 0px;
	padding: 8px 0px 3px 30px;
	text-decoration: none;
	height: 20px;
}



#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	background: url(../images/arrow-over.gif) no-repeat 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#333333;
}


#subnav li li a:hover, #subnav li li a:active, #subnav li li a:focus {
	background: url(../images/arrow-over.gif) no-repeat 20px 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#333333;
}



#subnav li a.on {
	background: url(../images/arrow.png) no-repeat 10px 12px;
	color: #000000;
	border: solid 1px #999999;
}

#subnav li li a.on {
	color: #000000;
	background: url(../images/arrow.png) no-repeat 15px 12px;
	border: solid 1px #999999;
}


/*#subnav li li a.on:hover, #subnav li li a.on:active, #subnav li li a.on:focus {
	background: url(../images/arrow-over.gif) no-repeat 20px 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#333333;
}
*/



/*.subnav {
	padding: 20px; 
	margin: 20px 20px 10px 0px; 
	border: dotted 1px #333333;
}



.subnav ul {
}

.subnav ul li a {
		display: block;
		border: solid 1px #999999;
}*/


/*----- TOP HILITE STYLES -----*/ 

#top-hilite {
	background: url(../images/bg-slider.jpg) top center #CCCCCC;
	height: 352px;
	padding: 20px 0px 0px 0px;
}

#main {
	display: none;
}

/*----- SPECIAL LAYOUT STYLES -----*/

.alliance {
		border: dotted 1px #999999;
		padding: 30px;
		margin: 0px 0px 20px 0px;
}

.alliance .title {
	font-weight: bold;
	font-size: 14px;
}


/*----- HOME TAGLINE STYLES -----*/


#home-tag {
	background: url(../images/bg-hm-tag.jpg) repeat-x top center #CCCCCC;
	padding: 15px 0px 20px 20px;
	color: #000000;
}

#home-tag h1 {
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}


#breadcrumb {
	padding: 3px 0px 3px 10px;
	background-color:#FFFFFF;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}


#breadcrumb a {
	color: #347798;
	text-decoration: none;
	text-transform: uppercase;
}


#breadcrumb a:hover {
	color: #000000;
	text-decoration: none;
}


/* PAGE CONTENT

--------------------------------------------------------- */



#pagecontent {
	/*width: 922px;*/
	padding: 20px 20px 20px 20px;
	/*background: url(../images/bg-content.gif) #FFFFFF top center repeat-x;*/
	background-color: #FFFFFF;
}

#pagecontent h1 {
	border-bottom: dotted 1px #999999;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #000000;
}

#pagecontent h2 {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	color: #000000;
}

#pagecontent h3 a {
	text-decoration: none;
}

#pagecontent h3 a:hover {
	text-decoration: none;
}

#LeftContentColumn {
	visibility: visible;
	border-right: dotted 1px #999999;
	background-color: #FFFFFF;
	float: left;
	padding: 20px 10px 0px 0px;
	width: 270px;
	margin: 0px 10px 0px 0px;	
	height:100%;
}

#CenterContentColumn {
	visibility: visible;
	margin: 0px 0px 0px 0px;
	/*border: solid 1px #000000;*/
	float: left;
	/*width: 564px;*/	
	background-color: #FFFFFF;
	padding: 20px 0px 0px 0px
}

.CenterNOne { width: 580px; /*background: black; color: white;*/ }
.CenterNBoth{ width: 300px; /*background: red; color: white;*/ }



#RightContentColumn {
	visibility: visible;
	border-left: dotted 1px #999999;
	float: right;
	width: 260px;
	padding: 20px 0px 0px 20px;
	margin: 0px 0px 0px 10px;	
}


#RightContentColumn h2 {
	font-size: 18px;
	margin: 15px 0px -10px 0px;
	/*text-transform:uppercase;*/
}


/*#pagecontent {
	background-color:#FFFFFF;
	padding: 20px;
	font-size: 15px;
	line-height: 25px;
}*/

.seperator1 {
	background: url(../images/bg-sep.jpg) repeat-x top center;
	height: 28px;
	margin: -10px 0px 0px 0px;
}


/* BOTTOM HIGHLIGHT
--------------------------------------------------------- */

#bothlt-wraper {
background-color:#FFFFFF;
	/*background: url(../images/bg-bot-hlt.gif) repeat-x top center #0075BE;*/
	clear: both;
	min-height: 160px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;

}

#bothlt {
	/*width: 960px;*/
	margin: 0px auto 0px auto;
	min-height: 160px;
	padding: 20px 0px 20px 0px;
	color: #000000;
		background-color: #FFFFFF;

}

#bothlt h2 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	/*text-transform:uppercase;*/
	width: 100%;
}


#bothlt h3 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}


#bothlt #box1 {
	width: 190px;
	float: left;
	padding: 0px 20px 0px 20px;
	height: 190px;
	
}

#bothlt #box1 img, #bothlt #box2 img, #bothlt #box3 img, #bothlt #box4 img {
	float:left;
	margin: 0px 10px 0px 0px;
}



#bothlt #box2 {
	width: 190px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-left: dotted 1px #999999;
	height: 190px;
	
}


#bothlt #box3 {
	width: 190px;
	/*height: 190px;*/
	float: left;
	padding: 0px 15px 0px 20px;
	border-left: dotted 1px #999999;
	height: 190px;
}

#bothlt #box4 {
	width: 190px;
	/*height: 190px;*/
	/*border-left: solid #003160 1px;*/
	border-left: dotted 1px #999999;
	height: 190px;
	float: left;
	padding: 0px 0px 0px 20px;
}





/*----- TESTIMONIAL STYLES -----*/


.testimonial {
	border: solid 1px #CCCCCC;
	/*width: 275px;
	float: right;*/
	margin: 0px 0px 20px 0px;
	background: url(../images/bg-quote.jpg) #CCCCCC no-repeat -5px 0px;
	min-height: 200px;
}

.testimonialTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0px  0px 20px;
}


.testimonialText {
	margin: 20px 10px 20px 20px;
	font-size: 12px;
	line-height: normal;
}

.testimonialQuoted {
	font-weight: bold;
	font-size: 11px;
	margin: 20px 10px 20px 20px;
}


/*----- QUOTE STYLES -----*/


.quote {
	border: solid 1px #CCCCCC;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	background: url(../images/bg-quote.jpg) #CCCCCC no-repeat 0px 0px;
	min-height: 120px;
}


.quoteTitle {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0px  0px 20px;
	font-weight: bold;
}



.quoteText {
	margin: 20px 10px 20px 20px;
	font-size: 14px;
	line-height: normal;
}

.quoteQuoted {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 10px 20px 20px;
}

/*----- HIGHLIGHT STYLES -----*/

.highlight2 {
	border: solid 1px #CCCCCC;
	/*width: 275px;
	float: right;*/
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	/*min-height: 200px;*/
}


.highlight2 .whitespace {
	border: solid 1px #FFFFFF;
	/*min-height: 198px;*/
	padding: 20px;
	background: url(../images/bg-callout1.png) #CCCCCC repeat-y top left;
	line-height: 25px;
}

/*----- QUOTEBOX STYLES -----*/

.quote .inner {
	padding: 10px;
	background: url(../images/bg-quote.jpg) top center #CCCCCC;
	min-height: 200px;
}

.quote .inner h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

.quotetext {
	margin: 20px 10px 0px 20px;
	font-size: 12px;
	line-height: normal;
}


/*----- NEWSLETTER STYLES -----*/


.newsLetterMasthead {
		/*border: solid 1px #000000;*/
}

.newsLetterDate {
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
}

.newsLetterAuthor {
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
}

/* Readon links ---*/
a.readon {
	background: url(../images/readon-arrow.png) no-repeat 0px 0px;
	border: 1px solid #003160;
	font-weight: bold;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	margin: 20px 0px 0px 0px;
	width: 80px;
	clear: both;
	font-size: 10px;
	
/*	border-radius: 5px;
	behavior: url(http://www.z3partners.com/border-radius.htc);*/
}

a.readon:hover, a.readon:active, a.readon:focus { 
	background: url(../images/readon-arrow-over.png) #FFFFFF no-repeat 0px 0px;
	border: 1px solid #000000;
}


/*----- FOOTER STYLES -----*/


/* FOOTER
--------------------------------------------------------- */

#footer {
	/*width: 980px;*/
	font-size: 10px;
	margin: 0px auto 0px auto;
}

#footer a, #footer:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 3px;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
	background-color: #000000;
}

#footer ul {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#footer li {
	background: none;
	border-right: 1px dotted #CCCCCC;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#footer li.lastitem {
	border-right: none;
}

#footer .footermenu {
	float: left;
	margin: 0px 0px 0px -3px;
	padding: 8px 0px 0px 0px;
}

#footer .copyright {
	float: right;
	padding: 10px 0px 0px 0px;
	font-size: 9px;
	color: #CCCCCC;
}


/*#footernav {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	width: 500px;
	float: left;
}

#footernav a {
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

#footernav a:hover {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

#copyright {
	margin: 7px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	width: 400px;
	float: right;
	text-align: right;
}*/



/*----- ACCESSIBILITY SKIP MENU STYLES -----*/

.skiplist {
	margin: 0; 
	padding: 0;
} 
.skip {
	display: none; 
	font-family: verdana, sans-serif; 
	text-align: left; margin: 0; 
	padding: 0; 
	position: absolute;
} /*All incl Opera*/


/* * html */ .skip {
	display: block;
} /*Seen by IE*/

:root .skip {
	display: block;
} /*Seen by Moz, FF and Safari*/

.skip a {
	padding: 0 0.5em; 
	display: inline; 
	z-index: 2; 
	text-decoration:none; 
	position: absolute; 
	width: 14em; 
	left: -200em; 
	color: #fff;
}

.skip a:focus, .skip a:active {
	position: absolute; 
	left: 0.5em; 
	border: solid #333 2px; 
	color: #fff; 
	background: #555;
}

.skip a:hover {
	cursor: default;
}


/* CMS STYLES
--------------------------------------------------------- */


.adminMenuLinkDiv {

	float:left;
	width:auto;
	float: left;
	margin: 5px 0px 0px 0px;
	
}
.adminMenuLinkDiv a {
	padding: 8px;
	border: solid 1px #000000;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color:000000;
	float: left;
	width: auto;
	background-color:#CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.adminMenuLinkDiv a:hover {
	background-color:#FFFFFF;
}


.directivesDiv
{
	float: right;
	padding: 8px;
	border: solid 2px #CCCCCC;
	margin: 20px;
	width: 200px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color:000000;
}
.directivesDiv h3 {
	margin: 0px;
}



.formMainHtmlTextarea {
	width: 900px;
	height: 400px;
	font-family: Arial, sans-serif;
	border: solid #000000 1px;	
	margin: 0px 0px 5px 0px;
}
.blockTextarea {
	width: 200px;
	height: 200px;
	font-family: Arial, sans-serif;
	border: solid #000000 1px;	
	margin: 0px 0px 5px 0px;

}

div.input {
	margin: 15px;
	text-align: left;
}

div.input label {
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

div.input input, div.input textarea, div.input select {
	/*margin-left: 100px;*/
}

.inputGroup {
	margin: 0px;
	padding: 0px;
	/*border: solid 1px #003160;
	background-color: #EDEDED;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/

}

.inputGroup1 {
	margin: 10px;
	padding: 10px;
	border: solid 1px #003160;
	background-color: #EDEDED;
	/*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/

}

.inputGroup2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	/*border: solid 1px #003160;
	background-color: #EDEDED;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/

}

.rowLvl1 {
	background-color: #EEEEEE;
	width:auto;
}

.rowLvl2 {
	background-color: #D2D2D2;
}

.rowLvl3 {
	background-color: #BDBDBD;
}



.cms-wrapper {
	border: solid 1px #CCCCCC;
	margin: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color:000000;
}

.cms-header {
	height: 67px;
	padding: 2px 0px 0px 10px;
}


.cmsNav {

}

.listlink {
	text-align:center;
	float:right;
	width: 100px;
	/*padding: 10px 10px 10px 10px;*/
	/*height: 22px;*/
	margin: 10px;
	border: none;
	}



.listlink a {
	display: block;
	color: #000033;
	font-size: 10px;
	padding: 8px 2px 2px 2px;
	background: url(../images/cms/cms-button.png) no-repeat 0px 0px;	
	width: 96px;
	height: 18px;
	text-decoration: none;
	border: none;
}

.listlink a:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/cms/cms-button.png) no-repeat 0px -28px;
	text-decoration: none;	
	border: none;
}

.add-top-page {
	width: 140px;
	float:left;
	margin: 0px 0px 20px 0px;
	height: 28px;
}


.add-top-page a {
	background-color: #CCCCCC;
	display: block;
	color: #000033;
	font-size: 10px;
	padding: 8px 5px 5px 5px;
	/*border: solid #000000 1px;*/
	text-decoration: none;
	background: url(../images/cms/cms-button2.png) no-repeat 0px 0px;	
	height: 15px;

	
}

.add-top-page a:hover {
	background: url(../images/cms/cms-button2.png) no-repeat 0px -28px;
	color: #000000;
}

.GoodMessage {
	color: green;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width:600px;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.BadMessage {
	color: red;
	font-size: 16px;
	font-weight: bold;
	float: right;
	width:600px;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.error-message {
	color: red;
	font-weight: bold;
}

a.closepanel {
	border: 1px solid #003160;
	font-weight: bold;
	padding: 1px 0px 1px 20px;
	text-decoration: none;
	text-transform: uppercase;
	/*float: right;*/
	margin: 0px 0px 0px 0px;
	width: 80px;
}

a.closepanel:hover, a.closepanel:active, a.closepanel:focus { 
	border: 1px solid #000000;
}


/*  END CMS STYLES
--------------------------------------------------------- */