/* CSS Document */

	html{
		height:100%;
	}
	
	body {
	text-align:center;
	background-image:url("../images/sidecards.jpg");
	background-repeat:no-repeat;
	background:#5e5a5b;
	color:#000;
	min-width:720px;
	}
	
	
	
	body{
		font-family:verdana;
		font-size: 100%;
		line-height: 1.5;
		/*font-size:0.8em; */
		}
		
	a{
	color: #A19271;
	text-decoration:underline;
		/*font-weight:none; */
	}
	a:hover{
		/*border-bottom:1px dotted #317082; */
		color: #5e5a5b;
	}
   		
	h1, h2, h3, h4, p {margin: 1em 0;}
	
	#outer {
		background-image:url("../images/sidecards.jpg");
		background-position:left;
		background-repeat:no-repeat;
		
		width:872px;
	}
	
	#wrapper { /* also holds the left "sliding" tab */
		background: url("../images/sideleft2.jpg") repeat-y 0 0;
		text-align: left;
		width: 700px; /* this can fixed or fluid */
		margin:0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
		font-size: 80%;
		border: 0px solid #000000;
		margin-top:-9px;
	}
	
	#header, #footer {
 	clear:both;
	width: 100%;
	}
	
	#topleftheader{
		width:510px;
		text-align:left;
	}
	
	#header{
		width:700px;
		text-align:center;
	}
	
	#footer {
	text-align: center;
	color: #000;
	width:700px;
	height:217px;
	background: url("../images/footl2.jpg") no-repeat 0 0px;
	}

	#footer div {
	padding: 0px 0;
	height:217px;
	background: url("../images/footr2.jpg") no-repeat 100% 0px;
	}
	
	
	#contentfloatholder {/* also makes the right "sliding" tab */
	background:url("../images/sideright2.jpg") repeat-y 100% 0;
	float:left;
	width:100%;
	position: relative;
	margin-top:0px;
	}
	
	#contentfloatholder:after {
	 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
	}
	
	#container{
		width:510px;
		float:left;
		color:#303030;
		font-family: trebuchet ms;
		/* font-size:11px; */
		margin-left:0px;
		margin-top:0px;
		display:inline;
	}
	
	#container_content{
		width:438px;
		color:#303030;
		font-family: trebuchet ms;
		/* font-size:11px; */
		margin-left:39px;
		margin-top:0px;

	}
	
	#container_content2{
	width:438px;
	color:#9F9270;
	font-family: "trebuchet ms";
	/* font-size:11px; */
		margin-left:39px;
	margin-top:0px;
	text-decoration: blink;

	}
	
	#rightContainer{
	width: 180px;
	float:right;
	}
	
	
	
	#menuright{
		width:180px;
		padding-right:10px;
		margin-top:0px;
		float:right;
		padding-bottom:0px;
	}

	/* All A tags - i.e menu items. */
	
	#mia_menu a{
	color: #e1dabd;
	text-decoration:none;
	display:block;
	clear:both;
	text-align:left;
	border-bottom:1px dotted #AAAAAA;
	background-image:url("../images/bulletx1.jpg");
	background-position:left center;
	background-repeat: no-repeat;
	/* font-weight:bold; */
		font-size:0.8em;
	line-height: 20px;
	text-indent: 20px;
	margin-left: 20px;
	width: 150px;
	}
	
	#mia_menu a:hover{
		color: #303030;
		background-image:url("../images/bulletx.jpg");
		background-position:left center;
		background-repeat: no-repeat;
	}
	
	/*************       For IE Mac           **************/
	/* IE/Win is also using these rules, but it doesn't mind */
	
	* html div#header {margin-top: 9px;}
	* html div#container {margin-left: 0px;}
	* html div#menuright {padding:0;}
	
	#container h3, #container p,
	#right h3, #right p
	{padding: 0 20px;}
	
	/*
	General rules
	*/

	img.floatLeft { float: left;
		margin-right: 8px;
		margin-bottom: 4px;
		margin-top: 4px;
		margin-left: 0px; }

	img.floatRight { float: right;
		margin-left: 10px;
		margin-bottom: 4px;
		margin-top: 4px; }
	
	.rolldown_header{	/* Styling question */
	width:510px;
	overflow:hidden;
	cursor:pointer;
}
.rolldown_content{	/* Parent box of slide down content */
	
	width:438px;
	margin-left:39px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.rolldown_content_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9 em;	
	position:relative;
	width:438px;
}
