/***********************************************************
This is the primary CSS file for serifgroup
***********************************************************/

body {
	margin:0;
	padding:0;
	background-color: #727878;
	background-image: url('../images/back_tile.gif');
	font-family:tahoma,sans-serif;
	font-size: small !important; /* Styles for Mozilla, Safari, IE Mac */
	font-size: x-small; /* Styles for MS IE5 PC */
	font-size/**/:/**/small; /* Styles for IE6 PC */
	color:#7D8381;
	text-align:center;
}

body div#document	{
	width : 694px; /* sets overall content width */
	margin:0px auto;
	text-align : left;
}

/****************** IMPORTANT DEFAULTS *******************/

/* The following rule exists to fix an IE 5 PC bug */
body table { font-size: 100%; }

/* Zeroing element margins/padding */
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0;
	padding: 0;
}
/* Image defaults */
img {	
	border:0;
	display:inline;
}
/* Input adjustments */
input, select, textarea  {
	font-size: 100%;
	color:#7D8381;
	font-family:tahoma,sans-serif;
}
tr { vertical-align:top; }
p {
	margin:0;
	padding:0;
	padding-left:1px; /* remedies the "cut W" */
	padding-bottom: 1em;
}
ul,ol {
	margin-bottom: 1em;
}
h1 {
	font-size:125%;
	padding-bottom:10px;
}
h1.tight {
	padding-bottom:0px;
}
h2 {
	font-size:100%;
	color:#99cc66;
	padding-bottom:10px;
}
a,
a:link, 
a:active { color: #0099CC; }
a:visited,
a:hover { color: #FF9933; }


<style type="text/css">
img, div, a, input { behavior: url(iepngfix.htc) }
</style>



/****************** END IMPORTANT DEFAULTS *******************/



/****************** UTILITY *******************/
.bold { font-weight:bold; }
.italic { font-style:italic; }
.highlight { color:#FF9933;font-weight:bold; }

/******************* END UTILITY *******************/



/******************* TOPNAV *******************/
div#topnav {
	font-size:105%;
	padding-top:13px;
	padding-bottom:6px;
}

div#topnav a {
	background:10px .5em url('../images/bullet_topnav.gif') no-repeat;
	padding-left:20px;
	margin-right:10px;
	font-weight:bold;
	text-decoration:none;
}

div#topnav a,
div#topnav a:link, 
div#topnav a:visited { color:#ffffff; }
div#topnav a:active, 
div#topnav a:hover { color:#FF9933; }

div#topnav a.selected,
div#topnav a.selected:link, 
div#topnav a.selected:visited, 
div#topnav a.selected:active,
div#topnav a.selected:hover { color:#FF9933; }


/************ MAIN DESIGN ELEMENTS **************/
div#shadow_box {
	background-image: url(../images/bg_main.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding:0px 10px 0px 10px;
	font-size: 85%;
}
div#main_relative {
	position:relative;
	
}
div#logodiv {
	position:absolute;
	top:9px;
	left:-47px;
}
div#photodiv {
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
}

table#main2col {
	margin-top:4px;
}
table#main2col td#col_one {
	width:176px;
	border-right:1px solid #cccccc;
}
div#col_one_inner {
	padding:12px 12px 0px 12px;
}
div#col_two_inner {
	padding:12px 12px 0px 12px;
}

table#inner2col {
	margin-top:4px;
}
table#inner2col td.inner_one {
	width:50%;
	border-right:1px solid #cccccc;
	padding-right:12px;
}
table#inner2col td.inner_two {
	width:50%;
	padding-left:12px;
}



ul.arrows li {
	list-style:none;
	padding-bottom:.9em;
	padding-left:15px;
	background:0px .4em url('../images/bullet_arrows.gif') no-repeat;
}



div.image_text_lockup {
	position:relative;
}
div.image_text_lockup img {
	position:absolute;
	top:2px;
	left:0px;
}
div.image_text_lockup p {
	padding-left:90px;
}


/****************** COPYRIGHT ***************/
div#copyright {
	position:relative;
	float:left;
	font-size:85%;
	color:white;
	margin-top:10px;
	margin-left:5px;
}


/****************** BOTTOMNAV ***************/
div#bottomnav {
	text-align:right;
	font-size:85%;
	margin-top:10px;
	margin-bottom:1em;
	padding-right:8px;
	color:#FF9933;
}

div#bottomnav a {
	font-weight:bold;
	text-decoration:none;
}

div#bottomnav a,
div#bottomnav a:link, 
div#bottomnav a:visited { color:#ffffff; }
div#bottomnav a:active, 
div#bottomnav a:hover { color:#FF9933; }


a.links2,
a.links2:link, 
a.links2:visited, 
a.links2:active { color:#FF9933; }
a.links2:hover { color:#7D8381; }



