/*
Title:		AnnBerg.com
Author:		Daniel Kinsella
written:	09 25 2008 by DPKgraphics, Inc.
*/

/* universal tags
----------------------------------------- */

body {
	font-size: 12px;
	line-height: 18px;
	font: "Times New Roman", Times, serif;
	color: #404040;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5bbad6;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #404040;
	padding: 0px;
	margin: 0px;
	}
	
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #909090;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
	
sup {
	vertical-align: top;
	line-height: normal;
	}

ul {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type: square;
	}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	display: list-item;
	border: 0px;
	}
	
/* matot colors and class + id tags
----------------------------------------- */

#AnnBergBlue {
	color: #5bbad6;
	}

/* class tags
----------------------------------------- */

#topbanner {
	vertical-align: top;
	position: relative;
	background-image: url(images/topborder.png);
	background-repeat: repeat-x;
	padding: 2px 0px 10px 10px;
	margin: 0px;
	}
	
#BodyCopy {
	vertical-align: top;
	position: relative;
	margin: 0px;
	padding: 10px 35px 10px 35px;
	width: 568px;
	float: left;
	background-image: url(images/bodybackground.gif);
	background-repeat: repeat;
	}

#BodyCont {
	vertical-align: top;
	padding: 30px 0px 100px 0px;
	width: 638px;
	margin: 0px auto;
	}
	
#bottombanner {
	vertical-align: top;
	position: relative;
	background-image: url(images/bottomborder.gif);
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	height: 450px;
	}

/* special navigation id tags
----------------------------------------- */

#photo {
	vertical-align: top;
	width: 123px;
	height: 131px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	}
	
#publist {
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
	width: 566px;
	border-bottom: solid 1px;
	border-bottom-color: #a4b9bf;
	position: relative;
	}
	
#nav {
	font-size: 14px;
	line-height: 20px;
	font: "Times New Roman", Times, serif;
	vertical-align: top;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	float: left;
	width: 435px;
	border-bottom: solid 1px;
	border-bottom-color: #a4b9bf;
	border-top: solid 1px;
	border-top-color: #a4b9bf;
	}

#nav a {
	color: #404040;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#nav a:hover {
	color: #5bbad6;
	}

#caption {
	font-size: 10px;
	line-height: 14px;
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: #909090;
	vertical-align: top;
	width: 123px;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	border: 0px;
	float: left;
	position: relative;
	}
	
#captionright {
	font-size: 10px;
	line-height: 14px;
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: #909090;
	vertical-align: top;
	width: 212px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	border: 0px;
	float: right;
	}
	
#logo {
	vertical-align: top;
	width: 72px;
	height: 71px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	border: 0px;
	float: right;
	}

/* navigation
----------------------------------------- */

a:link, a:visited { 
	text-decoration: underline;
	color: #404040;
	border: none;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	color: #5bbad6;
	border: none;
	}

a.image-buttons:link, a.image-buttons:visited,
a.image-buttons:hover, a.image-buttons:active {
	text-decoration: none;
	border: 0px;
	}