/* CSS Document */


/* ******************* BunjysLair Pages Styles **************************/
.center {
	padding:5px;
	text-align:center;
	display:block;
}
em {
	color:#600;
}
p, h1, h2, h3 {
	cursor:default;
	line-height:18px;
}
acronym {
 cursor:pointer;
}
img {border:0px;}

.lightbrown {
	background-color:#A5736E;
}
.hand {
	cursor:pointer;
}

body {
	background-color:#000000;
	background-image: url("/images/background.png");
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;

	color:#666;
	font-size:small;
	
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;*/
}
.validationtags {
	position:absolute;
	top:0px;
	left:0px;
}
.pagebodyhdr {
/*
	background-image:url("/images/underconstruction.png");
	background-repeat:no-repeat;
	background-position:top center;
*/
	text-align:center;
	margin:0px;
	padding:0px;
}
.pagebody {
	/*	
	background-image: url("/images/header.png");
	background-position:top right;
	background-repeat:no-repeat;
	*/
	text-align:left;

	width:780px;	

	margin:0px;
	padding:0px;
	padding-top:0px;
	margin-top:7%;
	margin-left:auto;
	margin-right:auto;
}
.header div {
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #600;
}
.header {
	border-bottom:1px solid #600;

	text-align:center;
	overflow:visible;
	border-bottom:1px solid #600;
	font-size:larger;
}
.navbar {
	overflow:visible;
	text-align:left;

	margin-left:auto;
	margin-right:auto;
	
	height:172px;
}
.navbar a {
	color:#000;
	float:left;
	margin:25px 0px 0px 40px;
}
.navbar a:hover {
	text-decoration:none;
	color:#fff;
}
.navbar a img {
}

.maincontent {
	/*background-image: url("/images/maincontent.png");
	background-position:top;
	background-repeat:repeat-y;
	*/
		
	clear:left;
	padding:10px 60px 10px 60px;
	
	text-align:left;
	
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:small;
	font-weight:normal;
}

.footer {
	clear:both;
	
	border-top:1px solid #600;
	/*
	background-image:url("/images/footer.png");
	background-repeat:no-repeat;
	background-position:top center;
	*/
	text-align:center;
/*	font-size:small; /* now inherited from body */
	
	padding:0px;
	margin-top:10px;
	padding-top:15px; /* personal space */
}

/* styling for majority of links */
/* - unless explicity overwritten all links inherit from these styles */
a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dashed #600;
}
a:hover {
	color:#fff;/*666;*/
	border-bottom:1px dashed #999;
}

/* styling for menu links and images */
.menu a {
	color:#aaa;
	display:block;
	padding:5px;
}
.menu a:hover {
	color:#fff;
}
a img {
 	border:1px solid #600;
}
a:hover img {
 	border:1px solid #900;
}
.clientlink {
	font-size:small;
	font-weight:normal;
}
/* styling for alternative links */
.linktype1 a {
	font-weight:bold;
	color:#aaa;
	border:none;
}
.linktype1 a:hover {
	color:#900;
	border:none;
}


p {
	padding:5px 5px 5px 15px;
	
	margin:0px;
}
.lightgrey {
	color:#aaaaaa; /* 999999;*/
}
h1 {
	color:#660000; /*#89bCdF; /*#99CCFF;*/
	font-weight:normal;
	font-size:x-large;
	
	padding:15px 0px 15px 0px;
	margin:0px;
	
	/*
	border-bottom:1px dashed #99CCFF;

	background-image: url("/images/bigblueline.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	*/
}
h1.hasundertitle {
	padding-bottom:5px;
	margin-bottom:0px;
}
h2 {
	color:#660000;
	font-size:medium;
	font-weight:bold;
	padding:15px 0px 5px 0px;
	margin:0px;
}
h2.undertitle {
	font-size:14px;
	padding-top:0px;
	padding-bottom:15px;
}
ul {
	margin-top:0px;	
}
ul li {
	margin-top:15px;
}
ul.nospacing li {
	margin-top:3px;
	letter-spacing:1px;
}
ul li ul li {
	margin-top:5px;
}
.toppadmedium {
	padding:20px 0px 5px 0px;
}
.space {
	line-height:18px;
}
.indent {
	margin-left:15px;
}
div.divider {
	overflow:hidden;
	height:1px;
	margin:20px 0px 20px 0px;
	
	background-image: url("/images/blueline.png");
	background-repeat:no-repeat;
	background-position:top center;
}
.spacer {
	padding:0px 5px 0px 5px;
	color:#800;
}
.emailaddress {
	letter-spacing:2px;
}
#display {
	clear:left;
	text-align:center;
	height:15px;
	
	padding-bottom:5px;
}
.imageholder {
	float:right;
	overflow:visible;
	margin:15px;
}
.thumbnail {
	float:right;
	height:90px;
	margin:5px 85px 5px 0px;
	padding:4px;
	border:1px solid #222;
}

.menu {
	float:right;
	overflow:visible;
	/*width:250px;*/
	margin:0px 0px 15px 15px;
	letter-spacing:2px;
}
.thin {
	width:120px;
}

.adholder {
	margin-top:20px;
	text-align:right;
	margin-right:30px;
}
.ad {
	width:468px;
	text-align:right;
	margin-left:auto;	
}

.column {
	float:left;
	width:48%;
	padding:0px 5px 0px 5px;
}

/*
body {
	background-color:#000000;
}

a {
text-decoration:none;
color:gray;
}

a:hover {
color:darkgray;
font-weight:bold;
}

.whitetxt {
    color:#ffffff;
    font-size:14;
    background-color:#dedede;
    font-weight:bold;

}

.greytxt {
    color:#c1c1c1;
    font-size:14;
    font-weight:bold;
    text-decoration:none;
}


.div
{
    background-color:#cccccc;
    color:#ffffff;
    font-size:10;
}

.div1
{
    background-color:#ededed;
    color:#ffffff;
    font-size:10;
}

white {
    background-color:#ffffff;
    color:#cccccc;
}

.listMirror {
	position: relative;
    background-color:#fcfcfc;
	height: 6px;
	width: 10px;

	font-size:0px;
}


*/