@charset "utf-8";

/*smyth and mason web content page styles*/ 

/* clear the default margin and set base font */
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
/******************link styles******************/
a, a:link {	
	color:#000066;
}

a:hover {
	color:#0099CC;
	}

/*********************font styles*******************/
p {
	font-size: 105%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:200%;
	margin-top:90px;
	margin-right:40px;
	margin-left:30px;
	}
	
/****heading styles****/	
H1 {
	font-size:110%;
	color:#000066;
	margin-bottom:5px;
	padding-top:10px;
	}
H2 {
	font-size:100%;
	color:#CCCC99;
	margin-bottom:5px;	
	padding-top:10px; 
}
H3{
	font-size:90%;
	color:#006699;
	margin-bottom:5px;
	padding-top:10px;
	}
	
/*********************div styles*******************/
/*holds all page content*/
#wrap {
	position:relative;
	margin: 30px auto;
	width:755px;
	background:url(../images/bkgd1.jpg) repeat-y;
	}
/*holds logo and top navigation divs*/
#banner {
	float:left;
	width:100%;	
	padding-bottom:5px;	
	background:#fff;
	}
/*styles for logo div*/
#logo {
	float:left;
	width:207px;
	margin:0;
	}
/*styles for top navigation*/
#navigation {
	float:left;	
	margin-top:30px;
	margin-bottom:10px;
	margin-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
}
/*styles for navigation links*/	
#navigation a {		
	color:#000066;
	margin-right:15px;
	text-decoration:none;
}
/*styles for navigation links hover*/
#navigation a:hover {
	color:#0099CC;
	}
/*holds blue gradated bar above content area*/
#blue_bar {
	float:left;
	background-image:url(../images/blue_bar_home.jpg);
	height:7px;
	width: 100%;
	}
/*holds right side text*/
#text { 
	float:left;
	width:320px;
	padding-left:40px;
	padding-top:40px;
	}

/*holds left side photo*/
#photo {
	float:left;
	width:340px;
	margin-left:7px;
	}

/*holds boilerplate info at bottom of page*/
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;	
	padding-top:5px;
	background:#fff;
	}
	
/*just need this to clear floats*/
#clear {
	clear: both;
}
/*********************class styles*******************/

.box {
	width:755px;
	background:url(../images/bottom1.jpg) no-repeat left bottom;
	padding-bottom:10px;
	}
/*sets style of current mark*/	
#level2 a#current {
	color:#0086B3;
	}