@charset "utf-8";
/* CSS Document */

/**
* Font Sizing
* -----------
*
*/

body { font-size:62.5%;}	/* Targets Internet Explorer - Windows */
html>body {font-size:11px;}	/* Targets other browswers */

#content		{font-size:1.2em;}
#rightColumn	{font-size:1.1em;}
#leftColumn		{font-size:1.1em;}
#pathway		{font-size:0.8em;}
#footer			{font-size:0.9em;}
#pagetitle		{font-size:3.25em;}
#content h2		{font-size:1.25em;}
#rightColumn h2	{font-size:1em;}
#leftColumn h2	{font-size:1em;}

/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}		

a { text-decoration: none } 

a { 
    text-decoration: none;
	color : #1D6963;
} 

a:hover {
	color: #CC7E55;  
}

p {
	line-height: 1.35em;
} 				

h1 { 
	font: 155%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.50em; 
	font-weight: bold; 
} 

h2 { 
	font: 110%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.1 em; 
	font-weight: bold; 
	border-bottom: 1px solid #408080;
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image:url(../Images/BulletIcon.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 120%;
	text-align: left;
}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 
 
#container {
	width:860px;
	margin-left:20px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}

#rightColumn {
	float : right;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 2px dotted #cccccc;
	text-align:left;
}	  
  
#leftColumn {
	float : left;
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-right: 2px dotted #cccccc;	
	text-align:left;
}	    
  
#content {
	padding: 1em; 	
	margin-right: 175px; 
	margin-left: 175px;
	text-align:left;
	background-color:#FFFFFF;
	min-height: 550px; 
}


#header {
	width:860px;
	margin:0 auto;
	background-image:url(Images/DSC_00141.JPG);
	background-repeat:no-repeat;
/*	background-color:#59A09A;	
	background-color:#1D6963;	*/		
	background-color:#FFFFFF; 
	text-align:left;
	height : 100px; 	
}

#pathway {
	width: 440px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
/*	color: #666666;  */
	color:#669;
}
	
#footer {
    clear: both; 
	text-align: left;
	margin: 0px auto;
	margin-top:0px; 
	width: 840px;
	height: 40px;
	line-height: 1.0em; 
	background-color:#FFFFFF;	
	padding: 1em 0 ; 
	padding-left: 10px; 
	padding-right: 10px; 
}


#pageheading {
	font-size:3.00em;
	font-weight:bold;
	padding-top:20px;
	color:#699;
	padding-bottom:20px;
}

#headingspacer {
	margin: 0 0 0 0;
	height:22px;
	background:url(Images/pagetitlespacer.gif);
	background-repeat:no-repeat;
}
*/


#topBorder {
	margin: 0 auto;
	margin-top: 10px; 
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background:url(Images/bordertop.gif) no-repeat center bottom
}	

#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background: transparent url('file:///C|/DOCUME~1/Me/LOCALS~1/Temp/Temporary Directory 4 for Ch08_HomePage.zip/Ch08 (Home Page)/makeover_08_01_after/images/borderbot.gif') no-repeat center top;
}


#leftColumn p, #rightColumn p {
	margin: .5em 0 1em 0;
	font-size: 0.9em;
}

#leftColumn h2, #rightColumn h2 { 
	font: 100%/1em Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0; 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
	line-height: 1.35em;
}
#leftColumn li {
	font-size: 1em;
}
#rightColumn ul { 
	margin: .5em 0 1em 0; 
}

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 

#rightColumn a:hover {
  background:#DCF8F6;   
}



/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	font-weight: bold; 
	padding-left: 2px; 
	margin-bottom: 10px;
}
.pink {
	color: #8E2F91;
}
#container #content table tr th p br {
	color: #9CC;
}
