﻿/* Copyright, 2007, Aloha Personal Information Management, Dong-Wan Kang & Jacob Rosen */

/* layout  - container {sidebar + content {header) + footer} */
#container{
  	width:769px;
  	margin-top:15px;
	background:#DCE967;
	text-align:left;
}
#content{
	width:639px;
	font-size:0.9em;
	background: #fff url("../content-bg.gif") repeat-x top left;
	text-align:left;
	float:left;
	padding-bottom:7px;
}
#header {
	width:769px;
	height:120px;
	float:left;
	margin:0px auto;
	font-family:Papyrus, Georgia, serif;	
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
}
#header h1 {
    dispaly:block;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 50px;
	color:white;
	font-size:48px;
}
#header h3{
    dispaly:block;
	text-align:right;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 20px;
	font-size:20px;
	letter-spacing: 0.1	cm;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:yellow;
/*	font-style:italic; */
	font-weight:lighter;
} 
#content h2{
	display:block;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	padding:0 3% 0% 3%;
}
#container p{
	padding: 0 4% 0 4%;
}
#content h2 a{font-weight:normal;}
#content h3{padding:2% 3% 0 4%; font-size:1.4em;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content img a {text-decoration:underline;}

#content .noline a {text-decoration:none;}

#sidebar{
	width:130px;
	float:left;
	padding-top:0px;
}
#sidenav {
	background:#DCE967;
}
#sidenav a, #sidenav a:visited {
	display: block; /* this makes the link look like a block element - we could give it margins, etc. */
	text-decoration: none;
	color: #850d0f;
	padding: 5px;
	border: solid;	
	font-weight: bold;
}
#sidenav a:hover {
	display: block;
	background-color: #d77d25;
	text-decoration: none;
	color: black;
	padding: 5px;
	border: solid;
	font-weight: bold;
}
#sidenav .urhere, #sidenav .urhere:visited	{
	background-color: #850d0f;
	color: white;
}
#sidenav .urhere:hover	{
	background-color: #850d0f;
	color: black;
}

#footer {
	width:769px;
	font-size:0.9em;
	color:#333;
	font-weight:bold;
	text-align:center;
	background:#d77d25;
    /* background:#a47054 url(footer-bg.jpg) top left repeat-x; */
	padding-top: 4px;
    clear:both;  /* cleared from both content sidebar floating */
}
#footer a {color:#333; font-weight:bold; text-decoration:none;}

/* elements */
body{
 	font:85% Verdana,Tahoma,Arial,sans-serif;
	margin-top:0px;
	background: #E5D3C1; /* url(watermark.png);  */
	line-height:1.4em;
	text-align:left;
    color:#303030;
}
img { border: 0;}
.line{
	margin:0 auto;
	border-bottom: rgb(204,204,204) 1px solid;
}
.dotted{
	margin:0 auto;
	border-bottom: #333 1px dotted;
}
.hide{
  visibility: hidden;
  position:absolute;
  width:330px;
  min-width:330px;
}
.show {
  width:330px;
  padding-left:15px;
}
/* Box design */
.box{
	float:none;
	width:600px;
	margin: 0px 20px 10px 20px;
	background:#dce967;
	color:#000000;
	line-height:1.5em;
}
.boxtitle{
    font: Georgia, "Times New Roman", Times, serif;
    background-color:#d77d25;
	color: #ffffff;
	padding-bottom: 5px;
	padding-top: 0px;
}
.boxcontent {} /* match the width of your corner graphic */
.boxtitle h3 {margin: 0px; padding:0px; font:100% Verdana,Tahoma,Arial,sans-serif;}
.boxtitle a {text-decoration:none; color: #ffffff;}
.box p {padding:0 3% 0 3%; margin-top:6px; margin-bottom:5px;}

/* Rounded corner */
.top div { background: url("../topleft.gif") no-repeat top left; }
.top { background: url("../topright.gif") no-repeat top right; background-color:#850d0f; }
.bottom div { background: url("../bottomleft.gif") no-repeat bottom left; }
.bottom { background: url("../bottomright.gif") no-repeat bottom right; background-color:#850d0f;}
/* each image-holding div is set to the full width of the container */
.top div, .top, .bottom div, .bottom {
	width: 100%;
	height: 8px; /* match the width of your corner graphic */
	font-size: 1px;
}

/* Rounded footer */
.ftbottom div { background: url("../containerbt-left.gif") no-repeat bottom left; }
.ftbottom { background: url("../containerbt-right.gif") no-repeat bottom right;}
.ftbottom div, .ftbottom {
	width: 100%;
	height: 5px; /* match the width of your corner graphic */
	font-size: 1px;
}

/* fonts definition */
.papyrus {
	font-family: Papyrus, 'Comic Sans MS';
	color: #850d0f;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #850d0f;
}
.forums {
	width: 95%;
	margin-left: 4%;
  	line-height: 1.5em;
	background: #cccccc;
  	}
.forums table {
  	width: 99%;
  	position: relative;
  	top: -5px;
  	left: -1px;	
  	border-left: 1px solid #c8c8c8;
  	background: #fff; 
  	}
.forums table caption {
  	margin: 0;
  	padding: 3px 20px;
  	text-align: left;
/* 	border: 1px solid #999;   */
 	background: #ffd980;
  	border-bottom: none;
	font-weight:bold;
	color:#000;
	font-size:14px;
  	}
.forums table th, table td {
  	margin: 0;
  	padding: 0px 10px;
  	text-align: left;
  	}
.forums table th {
  	color: #999;
  	}
.forums table .name {
  	text-align: left;
  	}
.forums table tr {
/*  	background: #fff280; #ffd980; */
  	}
.forums table tr.alt {
/*  	background: #ffecbf; */
  	}
.forums table td a {
  	display: block;
  	font-weight: bold;
  	}
	
/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
.imagecontainer{
	float:left;
	clear:left;
/*	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right; */
	margin: 20px 0 10px 10px !important;
	margin: 20px 0 10px 5px;
	}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	}	
.imagecontainer1 {				  
     float:left;
	 clear:left;
	 background: url("shadowAlpha.png") no-repeat bottom right !important;
	 background: url("shadow.gif") no-repeat bottom right;
	 margin: 10px 0 10px 10px !important;
	 margin: 10px 0 10px 5px;
}

.comingsoon {
	color: #d77d25;
	font-weight: bold;
}
.counter {
  border:  #E5D3C1 1px solid;
  text-align:center;
  background: #E5D3C1;
  color: #E5D3C1;
}
.policyAddress {
	margin-left: 100px;
	display: block;
	font-weight: bold;
	font-style: normal;
}

