﻿/* CSS Document */

body{
	background:#DEDBBB url(/img/bgwords.jpg);
	margin:0;
	padding:0;
	text-align:center;
}

#pageinfo{
	visibility:hidden;
	display:none;
}

#container{
	text-align:left;
	margin:0 auto;
	width:750px;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	padding:0;
}


/* Tabs Class */
#tabs{
	line-height:1.5em;
}

#tabs ul{
	float:left;
	margin:0;
	list-style-type:none;
	background:#BDB879 url(/img/tab_bottom.gif) repeat-x bottom left;
	width:705px;
	padding:10px 0 0 45px;
}

#tabs li{
	float:left;
	padding:0;
	margin:0;
}

#tabs a{
	float:left;
	color:#747334;
	display:block;
	margin:0 1px 0 0;
	padding:4px 8px;
	text-decoration:none;
	border:1px solid #979066;
	border-bottom:none;
	background:#D1CCB9 url(/img/tab_off.gif) repeat-x top left;
}

#tabs a:hover, #selected a{
	color:#747334;
	padding-bottom:5px;
	background: #e6e5c7 url(/img/tab_on.gif) repeat-x top left;
	
}

/* Header Class */
#header{
	clear:left;
	background:#e6e5c7;
	padding:15px 0 10px 0;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
}

#header a{
	color:#747334;
	text-decoration:none;
	border-bottom:none;
}

#header a:hover{
	color:#747334;
}
/* Images Class */
#images{
	border-top:5px solid #979066;
	border-bottom:5px solid #979066;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
	background:#e6e5c7 url(/img/loading.gif) 50% 50% no-repeat;
}

/* Preamble Class */
#preamble{
	padding:15px 10px 10px 75px;
	color:#B05800;
	background:#e6e5c7 url(/img/creativewall.jpg) no-repeat left top;
	line-height:2em;
	height:120px;
	border-bottom:1px solid #979066;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
}

#preamble h1{
	font-size:14px;
	font-weight:bold;
	margin-top:0;
}

#preamble ul{
	float:left;
	margin:0;
	list-style-type:none;
	padding:10px 0 0 35px;
	font-size:10px;
	width:90%;
}

#preamble li{
	float:left;
	padding:0;
	margin:0;
}

#preamble a{
	float:left;
	color:#747334;
	display:block;
	text-decoration:none;
	padding-right:15px;
}

#preamble a:hover, #preamble #selected a{
	color:#747334;
	text-decoration:underline;
}

#preamble .inlinelink{
	color:#747334;
	display:inline;
	float:none;
	padding:0;
	text-decoration:underline;
}

#preamble .inlinelink:hover{
	color:#747334;
	display:inline;
	float:none;
	padding:0;
	text-decoration:none;
}

#preamble span {
	color: #000000;
	display: block;
	font-size: 18px;
	text-align: center;
}

/* Main Class */
#main{
	background-color:#e6e5c7;
	float:left;
	padding-top:15px;
	border-right:1px solid #979066;
	border-left:1px solid #979066;
	width:748px;
}

#main h2{
	line-height:2em;
	font-size:11px;
	margin:10px 10px 5px 0;
	padding-left:20px;
	background:#DEDBBB url(/img/h2.jpg) no-repeat right top;
	border:1px solid #979066;
}

#main p{
	margin:0 0 5px 20px;
	font-size:10px;
	line-height:1.5em;
}

#main a{
	display:block;
	padding:3px 0 0 0;
	margin:0;
	color:#747334;
	background-color:#e6e5c7;
	text-decoration:none;
	width:100%;
}

#main a:hover{
	color:#B05800;
	background-color:#DEDBBB;
	text-decoration:none;
}

#main ul{
	list-style:none;
	margin:5px 10px 15px 20px;
	padding:0;
}

#main ul li{
	border-bottom:1px solid #DDD7B3;
	padding:5px 0 0 0;
}

#maincols{
 float:right; 
 width:500px;
}

#mainleft, #maincenter, #mainright{
	float:left;
	width:225px;
	padding-right:10px; 
	padding-left:10px;
}

#mainright{
	float:right;
}

#info{
	padding:10px 25px 10px 25px;
}

#info p{
	line-height:2em;
	font-size:11px;
	padding:10px 0 10px 0;
}

#info a{
	display:inline;
	padding:3px 0 0 0;
	margin:0;
	color:#747334;
	background-color:#e6e5c7;
	text-decoration:underline;
	width:50px;
}

#info a:hover{
	color:#B05800;
	background-color:#DEDBBB;
	text-decoration:none;
}

/* Footer Class */
#footer{
	clear:both;
	background-color:#e6e5c7;
	font-size:9px;
	text-align:center;
	padding:10px;
	border-bottom:1px solid #979066;
}

.txt, .radio
{
	border:1px solid #979066;
	font-family:Verdana;
	font-size:10px;
}


