/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
padding:0;
margin:0;
}

body { color: #a7879e; font-size: 14px; font-family: Arial, Helvetica, sans-serif; background: #ffffff url("../images/m3Logo2.jpg") repeat-x right top; padding-bottom: 20px }

a{
color:#5a1f49;
text-decoration:none;
}

a:hover, a:active{
color:#0066CB;
text-decoration:underline;
}

#header{
margin:15px;
}

#menu
 { background: url("images/menu.gif") no-repeat; margin-bottom: 20px; margin-left: 30px; padding-left: 50px; width: 443px; height: 42px }

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
padding: 10px;
float: left;
height: 42px;
color: #ffffff;
}

#menu a:hover
 { color: #ffffff; background: url("images/menu_r.gif") repeat-x; display: block; padding: 10px; height: 42px; float: left }

#main
{
float: left;
border: 5px solid #ffffff;
width:430px;
margin-left: 30px;
margin-top: 20px;
}

#wrapper { background: #ffffff; margin-top:-510px; padding: 5px; width: 516px; float: left; border: solid 2px #eecc08  }

#logo h1
{
font-size: 22px;
padding-left: 20px;
font-weight: bold;
color: #6c385c;
}

#logo h2 a
{
font-size: 14px;
padding-left: 20px;
font-weight: bold;
color: #6c385c;
}


#text{
min-height:460px;
padding:10px;
}

#text p{
padding:5px;
}

h1, h2, h3{
padding:5px;
color:#6c385c;
}

h1{
font-size:1.2em;
}

h2{
font-size:1.05em;
}

h3{
font-size:1em;
}

#text ul, ol{
padding-left:12px;
margin-left:12px;
}


.meta{
text-align:right;
color:#6c385c;
font-size:0.79em;
}

.meta a{
text-decoration:underline;
}

#footer{
font-size:0.79em;
text-align:center;
margin:10px;
border-top:1px solid #6c385c;
}

#footer a{
text-decoration:underline;
}
.standout { color: #6c385c; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: white }

/*i added this*/
img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		top:12px;
		left:520px;
		text-align:left;
		width:1010px;
		background:#fff;		
		margin-bottom:2em;
		}	
		
	/*#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}	*/			
	#content{
		position:relative;
		left:575px;
		top:60px;
		width:630px;
		background-color:#FFF;
		
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:429px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:230px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:1010px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
