@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
		background-image: url(portal/images/_body_bg.gif);
		background-repeat: repeat-x;
		background-attachment: fixed;
		margin: 0px;
		padding-top: 58px;
		background-color: #003371;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.thumb { padding: 10px; }
.calc_cell { background: url(portal/images/calc.jpg) no-repeat right bottom; height: 280px;
}
p {
		font-size: 10px;
		color: #666666;
		text-align: justify;
		margin-bottom: 10px;
		padding-bottom: 5px;
		line-height: 18px;
}

p.colleague {
		color: #003371;
		font: 30px "Times New Roman", Times, serif;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #CCCCCC;
}


p.visited {
		display: none;
}

H1 {
		color: #002F69;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
}
h1.cursive {
		font: italic 50px "Times New Roman", Times, serif;
		margin: 0px;
		padding: 0px;
}



H2 {
		font-size: 12px;
		border-bottom: 1px solid #003371;
		padding-top: 10px;
		padding-bottom: 2px;
		margin-bottom: 5px;
}
h3.title_grey {
		display: block;
		background: url(portal/images/_title_bg.gif);
		height: 20px;
		width: 195px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-align: center;
		padding-top: 5px;
		margin-right: auto;
		margin-left: auto;
		font-size: 9px;
}
h3.calculator {
		display: block;
		background: url(portal/images/_calc_bg.gif);
		height: 20px;
		width: 195px;
		text-transform: uppercase;
		color: #FFFFFF;
		text-align: center;
		padding-top: 5px;
		margin-right: auto;
		margin-left: auto;
		font-size: 9px;
}


H4 {
		color: #666666;
		font-size: 10px;
}



img.portrait { margin-right: 10px; }

a {
		color: #00306A;
		text-decoration: none;
}
		.button {
			display: block;
			width: 20px;
			height: 19px;
			float: left;
			background: no-repeat;
		}

		a.home{
		background-image: url(portal/images/_icon_home.gif);
		margin-top: 10px;
		margin-right: 5px;
		}
		a.home:hover {
			background-image: url(portal/images/_icon_home-hover.gif);
		}
		a.mail {
		background-image: url(portal/images/_icon_mail.gif);
		margin-top: 10px;
		margin-right: 5px;
		}
		a.mail:hover {
			background-image: url(portal/images/_icon_mail-hover.gif);
		}
a.link_list {
		display: block;
		background: url(portal/images/_list_item.gif) no-repeat left center;
		padding-left: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		color: #666666;
		font-size: 10px;
}
a.link_list:hover { color: #002F69; }
a.lawonline {
		display: block;
		background: #00326F;
		color: #FFFFFF;
		font: 25px "Times New Roman", Times, serif;
		text-align: center;
		margin-top: 10px;
		margin-right: -5px;
		margin-left: -5px;
		padding-top: 5px;
		padding-bottom: 5px;
}
a.lawonline:hover { background: #002655; }
a.searchresult {
		display: block;
		background: url(portal/images/_list_item.gif) no-repeat left center;
		padding-left: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		color: #333333;
}
a.searchresult:hover { color: #002C60; 		padding-left: 13px; }

a.archive_view {
		text-align: right;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
}

ul, ol {
		margin: 0 0 0 20px;
		color: #333333;
		line-height: 20px;

}
ul.linklist { margin-left: 30px; }

ul.linklist li A {
		font-size: 12px;
		color: #003270;
}
	input.search {
		display: block;
		background-color: #54749a;
		border: 1px solid #000000;
		height: 15px;
		font-size: 11px;
		padding: 0 5px;
		margin: 0 5px;
		width: 120px;
		color: #FFFFFF;
		float: left;
		text-align:right;
	}

input.newsletter {
		border: 1px solid #00316D;
		padding-left: 5px;
		margin-left: 20px;
		margin-right: 5px;
		padding-right: 5px;
		margin-top: 15px;
		height: 15px;
		font-size: 10px;
		width: 150px;
}


#container {
	width: 760px;
	position: relative;
	margin: 0px auto;
}
#content {
		background-color: #FFFFFF;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px;
}

#header {
		height: 163px;
		padding-bottom: 10px;
		background: #FFFFFF url(portal/images/_austensmith_plate.jpg) no-repeat 400px;
}
#platelogo {
		background: url(portal/images/_austensmith_plate.jpg);
		float: right;
}

		#topcorners {
			background-image: url(portal/images/_content_corner_TL.gif);
			background-repeat: no-repeat;
			height: 10px;
			background-color: #FFFFFF;
		}
		#botcorners {
			background-image: url(portal/images/_content_corner_BL.gif);
			background-repeat: no-repeat;
			height: 10px;
			background-color: #FFFFFF;
		}
                #disclaimer {
                        background-color: #FFFFFF;
                        float: center;
                        font-weight: bold;
                }
		#rightcorner_top {
			background-image: url(portal/images/_content_corner_TR.gif);
			height: 10px;
			width: 10px;
			float: right;
				margin-bottom: -10px;
		}
		#rightcorner_bot {
			background-image: url(portal/images/_content_corner_BR.gif);
			height: 10px;
			width: 10px;
			float: right;
			margin-bottom: -10px;
		}


#menu {
	border-bottom: 1px solid #21426b;
	height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px !important;
	padding-bottom: 0px;
}

#navbar, #searchbar {
	padding: 10px 0 0 0;

}
#navbar {
	float: left;
}
#searchbar {
	float: left;
}
#footer {
	text-transform: uppercase;
	text-align: right;
	font-size: .6em;
	color: #878693;
	font-weight: bold;
	padding-right:10px;
}
#slogan {
        color:#003471;
        font: 25px "ptbarnmn bt",;
}
#footer a {
	color: #878693;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

