/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}
body {
	/*background: #EEE url(img/bg.gif);000066-DFD3BA*/
	background: #EEE url(img/g6lt01.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}


input,select,textarea {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #367EA6;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: auto;
        padding-top: 0px;
	padding-bottom: 2px;
	width: 790px;
        background: #fff;
	/*background: url(img/bg.jpg) repeat-y;*/ 
       border: 2px solid #000;
       }


.header {
        color: #FF7D0C;
	font: normal 3em Verdana,sans-serif;
	line-height: 150px;
	margin: auto;
	text-align: center;
        height: 100px;
        width: 767px;
        background-image: url(img/header.png);
	
       
}

/* title */



.title {
        color: #FF7D0C;
	font: normal 3em Verdana,sans-serif;
	line-height: 150px;
	margin: auto;
	text-align: center;
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 160px;
        width: 767px;
	line-height: 150px;
	text-align: center;
        background-image: url(img/banner.png);
        margin-bottom: 10px;
        border: 2px solid #F0F0F0;


}

/* title */

.bantop {
	color: #666;
	font: normal 3em Verdana,sans-serif;
	height: 5px;
        width: 767px;
	line-height: 150px;
	margin: auto;
	text-align: center;
        background-color: #666;

}

/* style */

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(media/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}




/* main upper*/

.halfmoon{
margin-right: 15em;
margin-left: 15em;


}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 11px;
background: #ECEEEC url(img/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}


/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
    padding: 0px 0px;
    

	}

/* main left */


.sidenav h1,.sidenav ul {
	padding-left: 12px;
}


.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 180px;
        margin-left:2em;
}
.sidenav h1 {
	color: #000;
	font-size: 1.4em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #323fbd;
	display: block;
	font-size: 1.0em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #000;
}

/* content */
.content {
	float: right;
	width: 560px;
        padding-right: 15px;
        margin-bottom: 1em;
}
.content .item {
        padding: 0px 10px;
	border: 1px solid #EEE;
	background: url(img/pic1.png);
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 0;
}
}/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}


/* title */

.bantitle {
	color: #666;
	font: normal 3em Verdana,sans-serif;
	height: 1px;
        width: 100%;
	line-height: 150px;
	margin: auto;
	text-align: center;
        background-color: #666;

}

/* bottom*/

.halfmoon1{
margin-right: 2.5em;
margin-left: 1.5em;
margin-bottom: 1em;


}

.halfmoon1 ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
/* border-bottom: 1px solid #929492*/
}

.halfmoon1 li{
display: inline;
margin: 0;
}

.halfmoon1 li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 10px;
background: #EEE /*#ECEEEC url(img/tabright.gif) top right no-repeat*/;
}

.halfmoon1 li a:visited{
color: black;
}

.halfmoon1 li a:hover{
background-color: #CDDADA;
color: navy;
}




/* footer */
.footer {
        width: 100%;
	margin: auto;
	text-align: center;

	background: #EEE;
	border: 1px solid #EEE;
	color: #000;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}