@charset 'UTF-8';
@import url(../defaults.css);
@import url(menu.css);

html {
	color: #ccc;
/*	background: #555 url('bodybg2.png') 0 0 repeat;*/
	background: #555 url('bodybg4.png') 50% 0 repeat-y;
}

/* ----------------- Layout Boxes -------------- */

#boxtop {
	position: relative;
	width: 740px;
	color: silver;
/*	background: url('bar1-8.png') top left no-repeat;*/
	background: url('cimg1592_sm.jpg') 0 0 no-repeat;
	border-bottom: 2px solid #444;
	height: 180px;
	margin: 0 auto;
}
#boxtop h1 { display: none; }

#boxmenu {
	position: absolute;
	width: 740px;
	bottom: 0;
/*	background: transparent url('bar.png') top left repeat-x;*/
}

#boxmain {
	position: relative;
	z-index: 10;
	width: 740px;
/*	border: 2px solid #0f0f0f;
	border-top-width:0;*/
	background: #060606;
	margin: 0 auto;
	line-height: 1.2em;
}

#subnav {
	float: right;
	line-height: 300%;
	padding-right: 20px;
}

/*
#sidebar {
	background: #505;
	border: 1px dashed #5e5eff;
}
*/

#footer {
	text-align: right;
	width: 740px;
	font-size: small;
	padding: 5px;
	color: #fff;
	margin: 0 auto;
}

#footer a img {
	margin: 2px;
}

/* -------------- Content Boxes ------------- */
*.boxcontent {
	border: 0px solid #555;
	margin: 0;
	padding: 0;
	color: #aaa;
	line-height: 150%;
	background: #060606;
	/*background-color: rgb(53,58,44);*/
}

div.field {
	margin: 0 20px 5px 20px;
	padding-bottom: 4px;
/*	border-bottom: 1px solid #666;*/
}


/* ---------------- Icon Box --------------- */

.iconbox {
	width: 45%;
	float: left;
	padding: 5px;
	margin: 0;
/*	border: 0px solid #fff;*/
}
.iconbox img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}

a.thumb {
	display: block;
	float: left;
	text-align: center;
/*	border: 0px dashed #fff;*/
}

a.thumb img {
	margin: 0 12px 12px 0;
	background-color: #063249;
/*	border: 1px outset #063249;*/
}

/* ----------------- Headlines ---------------------- */
.boxcontent h2 {
/*	font: bold 1.3em/1.7em arial,sans-serif;*/
	/*font: normal small-caps 120%/120% fantasy
	font: oblique 2em "Helvetica Nue", serif; font-stretch: condensed;*/
	font-size: 160%;
	color: #f927a3;
	padding-left: 20px;
	margin: 4px 0 10px 0;
	line-height: 260%;
	letter-spacing: .5em;
	word-spacing: .1em;
	border-bottom: 0px solid #333;
}

.boxcontent h3 {
	font-family: "Georgia", serif;
	font-size: 140%;
/*	color: #4694e9;*/
	color: #60a0dc;
	margin: 0 0 .5em 0;
}
.boxcontent h3 a {
	color: #60a0dc; /* IE Fix */
}
.boxcontent h4 {
	color: #8dc63f;
	margin: 0 0 .5em 0;
}


/* ----------- 2 Columns definition list ----------- */

.boxcontent dl {
	position: relative;
	float: left;
	width: 310px;
	margin: 10px 20px 30px 20px;
}
.boxcontent dt {
	color: #4694e9;
	font-family: "Georgia", serif;
	font-size: 140%;
	line-height: 160%;
	border-bottom: 1px solid #666;
	margin-bottom: .5em;
}
.boxcontent dd {
	margin-left: 0;
}
.boxcontent dd a {
	display: block;
	margin: 1px;
	padding: 2px 3px;
	border: 1px solid #060606;
}
.boxcontent dd a:hover {
	text-decoration: none;
	font-weight: bold;
	background: #333;
	border: 1px solid #444;
}

/* ----------------- Buttons & Forms ------------------ */
.boxcontent input, .boxcontent textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	/*background-color: #c0d6ed;*/
	border: 1px solid #000;
}

.boxcontent input[type=input]:hover, textarea:hover {
	background-color: #dcdcdc;
}

.boxcontent input:focus, textarea:focus {
	background-color: #eee;
}

.boxcontent input, .boxcontent textarea {
	/*-moz-border-radius: .4em; */  /* Moz stuff */
	padding: 2px;
}

/* --------------- Default Tags -------------------- */

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}
a:link:hover{
	text-decoration: underline;
}

a.ln, a.ln:link, a.ln:visited,
a.xl, a.xl:link, a.xl:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
a.ln:hover,
a.xl:hover {
	text-decoration: none;
	border-bottom: 1px dotted #60a0dc;
}

hr {
	border: 1px solid #333;
	background: #333;
	margin: 10px 20px;
}
