@charset "utf-8";
/* CSS Document */

/* Tags */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #01394d;
}
body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CDCED0;
}
a:link {
	color: #28A3D3;
}
a:visited {
	color: #28A3D3;
}
a:hover {
	color: #E7A725;
}
a:active {
	color: #28A3D3;
}

p {
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #0279A6;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	color:#D39F03;
	}
	
h3 {
	font-size: 18px;
	font-weight: 400;
	color:#000000;
	}
	
h4 {
	font-size: 22px;
	font-weight: lighter;
	color: #014661;
	padding-left: 24px;
	margin: 0;	
}

hr { 
	border-top: 1px #0279A6 solid;
	border-left: 0px;
	width: 85%;
	}
	


/* Classes */

.nav {
	padding-bottom: 20px;
	padding-right: 5px;
	}

.nav a {
	color: #176888;
	text-decoration: none;
	}
	
.nav a:hover{
	color: #E7A725;
	
	}

.header1 {
	background-image: url(images/index_chambers_03.png);
	background-repeat:no-repeat;
	width: 316px;
	height: 127px;
	vertical-align: top;
	}
	
.header2 {
	background-image: url(images/index_chambers_04.png);
	background-repeat:no-repeat;
	width: 616px;
	height: 127px;
	vertical-align: bottom;
	}

.content {
	background-image: url(images/index_chambers_07.png);
	background-position: top;
	background-repeat:no-repeat;
	background-color: #E5E5E5;
	width: 932px;
	height: 567px;
	vertical-align: top;
	}
	
.content-padding {
	padding: 12px;
	}

.homepage-padding {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 4px;
	}
	
.border-left {
	background-image: url(images/border-left.png);
	background-repeat:repeat-y;
	vertical-align: top;
	}
	
.border-right {
	background-image: url(images/border-right.png);
	background-repeat:repeat-y;
	vertical-align: top;
	}
	
.footer {
	background-image: url(images/index_chambers_09.png);
	background-position: top;
	background-repeat:no-repeat;
	width: 1000px;
	height: 53px;
	padding-left: 33px;
	font-size: 11px;
	}
	
.learn-more {
	background-image: url(images/index-content_07.png);
	background-position: top;
	background-repeat:no-repeat;
	width: 361px;
	height: 189px;
	padding-top: 45px;
	padding-left: 50px;
	vertical-align: top;
	}
	
.learn-more a {
	color: #176888;
	font-size: 18px;
	}
	
.learn-more a:hover{
	color: #ffffff;
	font-size: 18px;
	}
	
.calendar-days {
	background-color: #B6C6CC;
	width: 100px;
	}
	
.calendar-dates {
	background-color: #CCD7DB;
	width: 100px;
	}
	
.calendar-content {
	background-color: #ffffff;
	width: 100px;
	}
	
.box-content { 
	background-image: url(images/box_03.png);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #EEC624;
	width: 348px;
	height: 115px;
}

.box-left {
	background-image: url(images/box_02.png);
	background-position: right;
	background-repeat:repeat-y;
	width: 10px;
	
}

.box-right {
	background-image: url(images/box_04.png);
	background-repeat:repeat-y;
	width: 8px;
	}
	
.box-header {
	background-image: url(images/box_01.png);
	background-repeat:no-repeat;
	width: 366px;
	height: 58px;
	vertical-align:middle;
}

.box-padding {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.box-content a {
	color: #176888;
	font-size: 18px;
	}
	
.box-content a:hover{
	color: #000000;
	font-size: 18px;
	}
	
