/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
}

p{
font-size: 105%;
font: Footlight MT Light;
clear : both;
padding : 1px 0;
text-align : left;
}

b{font-size: 110%;}
em{color: #c00000;}

.unsabbrev{
color: #c00000;
font: bold 1em Papyrus;
 }

.unsabbrev2{
color: #c00000;
font: bold 1em Papyrus;
text-align: center;
 }
 
.unsabbrev3{
color: #400040;
font: bold 1em Papyrus;
text-align: center;
 } 

#maincontainer{
width: 834px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid #000000;
	overflow: auto;

}

#topsection{
background: #EAEAEA;
height: 85px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 50px;
}

#contentwrapper{
float: left;
width: 834px;
}

#contentcolumn{
margin-right: 260px; /*Set right margin to RightColumnWidth*/
margin-top: 0px; 
}

#rightcolumn{
float: left;
width: 260px; /*Width of right column*/
margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
margin-top: 0px; 
background: transparent;
}

#contentwrapper2{
float: left;
width: 90%;
}

#contentcolumn2{
margin-right: 580px; /*Set right margin to RightColumnWidth*/
margin-top: 0px; 
}

#rightcolumn2{
float: left;
width: 580px; /*Width of right column*/
margin-left: -580px; /*Set left margin to -(RightColumnWidth) */
margin-top: 50px; 
background: transparent;
}

#rightcolumn3{
float: left;
width: 290px; /*Width of right column*/
margin-left: -290px; /*Set left margin to -(RightColumnWidth) */
margin-top: 55px; 
background: transparent;
}

.listitems2 {
	font-style: normal;
	list-style-position: outside;
	list-style-type: none;
	font-size: medium;
}

#footer{
clear: left;
width: 100%;
background: #a891a6;
color: #FFF;
text-align: center;
padding: 10px 0;
font: bold;
}

#footer a{
color: #FFFFFF;
font: bold;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#addressbar{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}

#invertedtabs a{
float:left;
color: white;
background: #400040 url('../../../../UNS/css/media/color_tabs_left2.gif') no-repeat left bottom;
text-decoration:none;
letter-spacing: 1px; margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
}

#invertedtabs a span{
float:left;
display:block;
background: url('../../../../UNS/css/media/color_tabs_right2.gif') no-repeat right bottom;
padding-left:6px; padding-right:9px; padding-top:3px; padding-bottom:3px
}

#invertedtabs a span{
float:none;
}

#invertedtabs a:hover{
background-color: #a891a6;
}

#invertedtabs a:hover span{
background-color: #a891a6;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #a891a6;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #400040;
background: transparent;
} 

.listitems {
	font-style: normal;
	color: #400040;
	list-style-position: outside;
	list-style-type: square;
	font-size: medium;
}

a:link {
	color: #ac6c56;
	text-decoration: underline;
}
a:visited {
	color: #a891a6;
	text-decoration: underline;
}
a:hover {
	color: #4000040;
	text-decoration: underline;
}

/* Gallery Styles */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height: 405px;
	top: 7px;
	width: 341px;
	left: 10px;
}

p a {
background : inherit;
color : #ffe6ff;
}
p a:hover {
background : inherit;
color : #000;
}
.hoverbox {
cursor : default;
list-style : none;
}
.hoverbox a {
cursor : default;
}

.hoverbox a .preview {
display : none;
}

.hoverbox a:hover .preview {
display : block;
position : absolute;
	top: -33px;
	left: -45px;
z-index : 1;
}

.hoverbox img {
background : #ffe6ff;
border-color : #a891a6;
border-style : solid;
color : inherit;
padding : 0px;
vertical-align : top;
width : 80px;
height : 110px;
}

.hoverbox li {
	background : #ffe6ff;
	color : inherit;
	display : inline;
	float : left;
	margin : 0px;
	padding : 0px;
	position : relative;
	top: 0px;
}

.hoverbox .preview {
width : 163px;
height : 228px;
}