/*	-------------------------------------------------------------
	angieyoo.com 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	autor         Angie Yoo
	version       1.0
	url       Patterson Dental Mission Project
	timestamp       April/09/2009 
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Body
	2. Floats & clears
	3. Links
	4. Typography
	5. General Properties
	6. Footer
    7. Layout
   


/*  -------------------------------------------------------------
	1. BODY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

     body {      
		background-color: #d9d9d9;
		margin: 0px;;
		padding: 0px;
		border: 0px;
		color: #2d3d24; 
		font-family: "Verdana", "Arial", Helvetica, sans-serif;
		font-size: 11px;
		line-height:18px;
		    
		}
		
/*	-------------------------------------------------------------
	2. FLOATS & CLEARS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 
	 .clear-both{
		clear:both;
		}
	 
	 .clear-left{
		clear: left;
		}
		
	 .clear{
	  	width: 780px;
	  	height: 1px;
	  	background: url('../images/clear.gif') repeat;
		}
		
	 .spacer{
	  	padding-left:8px;
	  	height:100px;
		}
	 .align_r {
	 	text-align:right;
		float:right;
		margin-right:25px;
		}
	 
	
/*	-------------------------------------------------------------
	3. LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 
	 a:link, a:visited {
		text-decoration: none;
		color: #085e2d;
		}

	 a:hover {
		text-decoration: underline;
		color: #085e2d; 
		}

	 a:active {
		text-decoration: underline;
		color: #085e2d; 
		}

	 a img {
		border:none;
		}
	
/*	-------------------------------------------------------------
	4. GENERAL PROPERTIES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.photo {
		padding:5px;
		border-color: #c4c4c4;
		border-width: 1px;
		border-style: solid;
		background: #fff;
		margin:5px;
	}
	
/*	-------------------------------------------------------------
	5. FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 
	 .footer {
	 	font-size:9px;	
	 	line-height:14;
	 	margin: 15px;
	 	vertical-align: bottom;
	 	
	 }        
	 
/*	-------------------------------------------------------------
	6. LAYOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 #site {
	 	
	 	width:760px;
	 	position:relative;
	 	margin:0px;
	  
	 }
	 
	 #menu {
		width: 760px;
		line-height:0px;
		text-align:right;
		
		background-color: #fff;
		}
		
	 #content {
		width: 760px;
		text-align:left;
		margin-top:0px;
		margin-bottom:0px;
		margin-right: auto;
		margin-left: auto;
		background-color:#fff;
		line-height:0px;
		vertical-align: top;
		
		}
	 
	 #sidebar{
  		width: 235px;
  		float:left;
  		text-align:left;
  		line-height:12px;
  		
  		}
  		
  	 #logo {
  	 	width:760px;
  	 	height:76px;
  	 	text-align:left;
  	 	float:left;
  	 	
  	 	background-color: #fff;
  	 }
  	 
  	 #top {
  	 	margin:0;
  	 	width:760px;
  	 }
  	 
  	 #hr {
  	 	background-color: #fff;
  	 	width: 760px;
  	 }
  	 
  	 #r_content {
  	 	width: 760px;
  	 	height:auto;
  	 	text-align:left;
  	 	float:left;
  	 	background-color: #fff;
  	 }
  	 
  	 #left {
  	 	width:160px;
  	 	height:auto;
  	 	float:left;
  	 	margin-left:30px;
  	 	line-height:24px;
  	 	font-size:13px;
  	 }
  	 
  	 #right {
  	 	width:480px;
  	 	height:auto;
  	 	float:right;
  	 	background-color: #fff;
  	 	margin:15px;
	 }
  	 
  	 #flash {
  	 	width:450px;
  	 	height:265px;
  	 	background-color: #fff;
		
  	 }
  	 
  	 #right_a {
  	 	width:230px;
  	 	background-color: #fff;
  	 	margin-top:20px;
  	 	line-height:17px;
  	 	float:left;
  	 }
  	 
  	 #right_b {
  	 	margin-top:20px;
  	 	width:160px;
  	 	float:left;
  	 	margin-left:30px;

  	 }

	 #sponsors {
  	 	margin-top:20px;
  	 	width:160px;
  	 	float:right;
  	 	

  	 }
  	 
  	 #shortcuts {
  	 	margin-top:20px;
  	 	width:160px;
  	 	float:right;
  	 }
  	 
  	 #contactus {
  	 	margin-top:20px;
  	 	width:160px;
  	 	float:right;

  	 }
  	 
  	 #footer {
  	 	background-color:#095b2c;
  	 	text-align:right;
  	 	line-height:18px;
		color:#fff;
		font-size:11px;
		padding-right:10px;
		padding-top:10px;
  	 	
  	 }
	
/*	-------------------------------------------------------------
	7. HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

         
/*	-------------------------------------------------------------
	8. IMGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	10. BUTTONS: RSS-FEED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	-------------------------------------------------------------
	13. TYPOGRAPHY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	 		
	  h1{
	  	font-family: 'Georgia';
	  	color:#515151;
	  	font-size: 27px;
	  	margin-left: 33px;
	   	
	  	text-align: left;
	  	font-weight:normal;
	  	}
	  
	  h2{
	  	font-family: "Arial", Helvetica, sans-serif;
	  	color:#515151;
	  	font-size: 18px;
	  	margin-left: 33px;
	  	margin-bottom:10px;
	  	margin-top:10px;
	  	text-align: left;
	  	font-weight:normal;
	  	}
	  	
	   h3{
	  	font-family: "Arial", Helvetica, sans-serif;
	  	color:#515151;
	  	font-size: 18px;
	  	margin-left: 33px;
	  	margin-bottom:10px;
	  	margin-top:10px;
	  	text-align: left;
	  	font-weight:normal;
	  	}
	  	
	   h4{
	  	font-family:"Arial", Helvetica, sans-serif;
	  	font-size: 17px;
	  	margin-left: 33px;
	  	margin-bottom:10px;
	  	margin-top:10px;
	  	text-align: left;
	  	font-weight:normal;
	  	}
	  	
	  	h5{
	  	font-family:"Arial", Helvetica, sans-serif;
	  	font-size: 15px;
	  	margin-left: 33px;
	  	margin-bottom:10px;
	  	margin-top:10px;
	  	text-align: left;
	  	font-weight:normal;
	  	}
	   
	  
	   	
	 .caption {
	 	font-family: 'verdana';
	  	color:#959695;
	  	font-size: 10px;
	  	text-align: left;
		}
	
	 .indent {
		margin-left:12px;
		}
		
	 li {
		 list-style:none;
		 margin:0px;
		 display:inline;
		 margin-bottom: 10px;
		 clear: both;

		}

	 ul {
		margin:0px;
		}
	
/*	-------------------------------------------------------------
	13. FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	form {
	font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif;
	font-size:12px;
	}
	
	input, select, option, textarea{
	margin:5px 0px 5px 0px;
	font-size:12px;
	font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif;
	border: 1px solid #777;
	}

