/* CSS Document */

* {margin: 0; padding: 0;}

html>body{  
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: small;
}

body {
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	background:url(../images/body_bkgd.gif);
}
/******************link styles******************/
a, a:link {	
color:#996666;
}

a:hover {
	text-decoration:underline;
	}

/*a:visited {
	color:
	}*/
/*********************font styles*******************/
p {
	font-size: 100%;
	line-height:130%;
	color:#369;
	margin-bottom:10px;
	}
	
/****heading styles****/	
H1 {
	font-size:110%;
	color:#996666;
	margin-bottom:5px;	
	}
H2 {
	font-size:100%;
	color:#996666; 
	padding-top:10px;
	margin-bottom:5px;
}
H3{
	font-size:90%;
	color:#336699;
	padding-top:10px;
	}

/*****************div styles*******************/

/*box contains all page content in blue rounded box*/
#box {
	margin: 0px auto;
	width:820px;
	background: url(../images/middle_bkgd.gif) repeat-y;
	}
/*adds rounded edge to bottom of box*/
#box .last {
	background: url(../images/bottom_bkgd.gif) no-repeat left bottom;
	padding-bottom:20px;
	}
#box h1, #box h2, #box h3, #box p {
	padding-left: 20px;
	padding-right:20px;
}
/*banner contains logo and banner photo*/
#banner {
	margin: 0 auto;
	position:relative;
	width: 100%;
	height: 100px;
	padding-bottom: 0px;	
	background: url(../images/bannerContent.gif);
	}
/*#banner h1 {	
	background: url(../images/banner_top_bkgd.gif) no-repeat left top;	
	padding-top:20px;
	color:#FFFFFF;
	}*/
	
/*this div holds the navigation links*/
#navigation {
	float:left;
	padding-left:8px;
	text-align:center;
	}
	
/************content div styles************/
/*wraps content divs*/
#content_wrap {
	width:100%;
}	
/*adds rounded edges to bottom of content_wrap div	
#content_wrap .last {
	background: url(../images/bottom_bkgd.gif) no-repeat left bottom;
	padding-bottom:20px;
	}*/
	
/*one-column content div*/	
#content {
	float:left;
	padding-left:10px;
	width: 90%;
	margin-top:10px;
	}
/*content div on portfolio pages and any other page with left side box*/
#content_right {
	float:left;
	width: 74%;	
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:15px;		
	}
/*second content div on portfolio page- stonehill college and any other page with left side box*/
#content_right2 {
	float:left;
	width: 40%;	
	/*margin-left: 10px;*/
	margin-top:10px;
	margin-bottom:15px;		
	}
/****defines styles of opposite-rounded-corner box within content_wrap div****/
#side_links {
	float:left;
	width: 22%;		
	background-color:#CEEEEE;
	margin-top:10px;
	margin-left:10px;
	}
.box2 {
	padding-bottom:10px;
	background:url(../images/right_bottom.gif) no-repeat right bottom;
	}
.box2-outer {
	background:url(../images/top_left.gif) no-repeat left top;
	padding-top:10px;
	}
.box2 h2, .box2 p {	
	margin-bottom:5px;
	margin-left:30px;
	padding-left: 5%;
	padding-right: 5%;
	}
.box2 h2 {
	color:#336699;
	font-weight:bold;
	}
/*holds login table*/
#table_wrap {
	width:70%;		
	background-color:#CEEEEE;
	margin-top:10px;
	margin-left:130px;
	margin-bottom:20px;
	}
/*holds next and previous arrow buttons- portfolio pages*/
#nextnav	{
	float:right;
	text-align:center;
	width:70%;
	}
/*first column of content divs*/
#columnone {
	float:left;
	width: 65%;	
	border-right:dotted;
	border-color: #006699;
	border-width: 1px;
	margin-right: 10px;
	margin-top:10px;	
	padding-left:10px;	
	}
/*second column of content divs*/
#columntwo {
	float:left;
	width: 30%;		
	background-color:#CEEEEE;
	margin-top:10px;
	}
	
/*just need this to clear floats*/
#clear
	{
	clear: both;
	padding-bottom:0px;
}

/*footer contains footer info*/
#footer
	{
	clear: both;
	width: 100%;
	margin-top:10px;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000;
	text-align: center;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#hva_slideshow {
	width:430px;
	height:511px;
	background: url(../client/HVA/bg-center.jpg) right top;
}