/* These sytles are only used by the current theme. The can be adjusted in any way.*/

*{
	padding:0;
	margin:0;
}

body{
	background-color: #FFF;
	font-size:0.75em; 
	font-family:Arial,Helvetica,Verdana,sans-serif; 
	color:#524542;
	text-align:center; 
}
h1,h2,h3,h4,h5{
	 text-decoration: none;
	 font-weight:normal; 
	 font-family:"Arial Black",Arial,Helvetica,Verdana,sans-serif; 
	 color:#00467F;
}
h1{font-size: 2em; line-height:1em; letter-spacing:-0.05em; padding-bottom:20px;}
h2{font-size: 2em; line-height:1em; letter-spacing:-0.05em; padding-bottom:20px;}
h3{font-size: 2em; line-height:1em; letter-spacing:-0.05em; padding-bottom:20px;}
h4{font-size: 1.5em; color:#a6a09f;}
h5{font-size: 1em;}
p,table{margin: 0 10px}
p{padding-bottom:1em}
img {border:0;}
form{margin:0;padding:0;}

div#content ul{
	list-style:outside;
	margin-left:15px;
}

a:link,a:visited,a:active  {
	text-decoration: none; 
	color: #524542; 
	font-weight:bold;
} 
a:hover {text-decoration: underline; color: #ff4000;}

div#container{
	border: 0px dotted blue;
	width:925px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	top: 0px;
}

div#header{	
	width: 925px;
	height:200px;
	margin:0px;
	background: url(/views/theme/custom/images/header.jpg) no-repeat top left;
}

#homepage div#contentwrap{
	background-image:url(images/bg-home.jpg); 
	height:535px;
	overflow:visible;
	padding-left:622px;
	padding-top:50px;
	background-repeat:no-repeat;
}
#homepage div#content{ 	
	width:288px; 
	height:185px;
	overflow-x:hidden;
	overflow:auto;
}

#homepage div#sidebar{
	margin-top:25px;
	width:285px;
}

#contentpage div#contentwrap{
	background-image:url(images/bg-content.jpg); 
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:35px;
}
#contentpage div#content{ 
	width:570px; 
	float:left;
}
#contentpage div#sidebar{
	float:left;
	margin-top:0px;
	margin-left:25px;
	padding-top:120px;
	width:285px;
}

.newstitle{
	font-weight:bold;
	padding-top:5px;
	}
.newscontent{
	padding-bottom:5px;
	border-bottom:1px dotted #524542;
}
.newscontent a:link,.newscontent a:visited{
	font-weight:bold;
	color:#ff4000;
	text-decoration:none;
}
.newscontent a:hover{
	text-decoration:underline;
}
div#login{
	margin:0;
	padding:0px;
	font-size: 8pt;
	border: 0px solid #DDD;
	z-index:100;
}
div#logincell{
	text-align:center;
	width:925px;
	position:relative;
	margin-bottom:-15px;
	}
div#loginformcell{
	border: 1px dotted #DDDDDD;
	text-align:right; 	
	padding:3px;	
	height:35px; 
	margin:0; 
	background-color:#FFFFCC;
	font-size: 8pt;
}
.podHeader{
	color:#524542;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.9em;
	padding:0 0 5px 5px;
	margin:5px 5px 0;
}
	
div#footer{
	width:100%;margin:10px 0 0; font-size:10px; 
	text-align:left;border:0px solid;color:#cccccc;
	}
div#footer a:link,div#footer a:visited{
	color:#cccccc;
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}
div#login a:link,div#login a:visited{
	color:#f7f3e8;
	text-decoration:none;
}
div#login a:hover{
	color:#524542;
	text-decoration:underline;
	}
.thumbnail{
	padding: 3px 3px 10px 3px;
	background-color: #f5f1e6;
	border: 1px solid #a6a09f;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}		
.clearfloat{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

