/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
	display: none;
    }
}

/* Skin */
.tabs-nav {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.tabs-nav li#living,
.tabs-nav li#living a 
  { 
	width: 137px;
	background-image: url(../images/navigation/living.gif);}
.tabs-nav li#divorce,
.tabs-nav li#divorce a 
  {width: 137px;
	background-image: url(../images/navigation/divorce.gif);
	height: 38px;}
.tabs-nav li#children,
.tabs-nav li#children a 
  {width: 137px;
	background-image: url(../images/navigation/children.gif);
	height: 38px;}
.tabs-nav li#property,
.tabs-nav li#property a 
  {width: 137px;
	background-image: url(../images/navigation/property.gif);
	height: 38px;}
.tabs-nav li#general,
.tabs-nav li#general a 
  {width: 137px;
	background-image: url(../images/navigation/general.gif);
	height: 38px;}
.tabs-nav li#agreements,
.tabs-nav li#agreements a 
  {width: 137px;
	background-image: url(../images/navigation/agreements.gif);
	height: 38px;}


.tabs-nav li a:hover {
	background-position: 0 -38px;
}


.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

.tabs-nav li a, .tabs-nav li a span {
	display: block;
	padding-top: 0;
	padding-bottom: 0px;
	height: 0px !important;
	height /**/:38px; /* IE 5/Win hack */
	padding: 38px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	border: none;
}
.tabs-nav a {
	position: relative;
	top: 0px;
	z-index: 2;
	padding-left: 0;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.tabs-nav a:hover {
}
.tabs-nav .tabs-selected a {
	color: #7A003C;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0;
	
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}
.tabs-nav a span   { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 8px;
	background-color: #FFFFFF;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-color: #999999;
	height: 21px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.padside {
	padding-right: 16px;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

/* TABS */

.tabs-container {
	width: 274px;
	float: right;
	height: 265px;
	background-image: url(../images/graphics/roundcorner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	

}

.tabs-container p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;	
	
}

.tabs-container h2 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
	padding-bottom: 15px;
	font-variant: small-caps;
}


.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.pad {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.overflow {
	overflow: auto;
	height: 234px;
}
#fragment-10 {
	background-color: #7B104E;
}

#fragment-10 p {
	color: #E4E0D5;
}

#fragment-10 h2 {
	color: #f7d585;
}




#fragment-11 {
	background-color: #F5D384;
}
#fragment-11 p {
	color: #424242;
}



#fragment-12 {
	background-color: #668F72;
}

#fragment-12 p {
	color: #E4E0D5;
}

#fragment-12 h2 {
	color: #f7d585;
}



#fragment-13 {
	background-color: #376B89;
}

#fragment-13 p {
	color: #E4E0D5;
}

#fragment-13 h2 {
	color: #CBECCE;
}


#fragment-14 {
	background-color: #170F1E;
}

#fragment-14 p {
	color: #E4E0D5;
}

#fragment-14 h2 {
	color: #9A1006;
}



#fragment-15 {
	background-color: #9A1006;
}

#fragment-15 p {
	color: #E4E0D5;
}

#fragment-15 h2 {
	color: #F5D384;
}

