/* CSS Document */

/* site-wide defs */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}

h1 {
	font-style: italic;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0px 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 780px;		
	position: relative;
	text-align: left;
}

/* header */

#header {
	background: #455372 url("../images/header.png") no-repeat left top;
	position: relative;
	height: 65px;
	width: 775px;
}

	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		z-index: 90; /* below the H1 */
	}
	#header li {
		float: right;
		background: transparent url("../images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("../images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }


.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 6px; height: 6px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -6px 0px 0px 0px; }
.borderBR { margin: -6px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCCCCC;
}

.topBox {
	padding: 0px;
	border: 0px;
	margin: 5px 0px;
	width: 775px;
	background-color: #FFFFFF;
	background-image: url(..images/grad_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.detailBox {
	padding: 0px;
	width: 775px;
	margin: 5px 0px;
	float:left;
}

.detailBox h1 {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.detailBox p {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.announcementBox {
	width: 370px;
	float: left;
	margin: 5px 20px 5px 0px;
}

.announcementBox td {
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.contentText {
	float: right;
	margin-right: 10px;	
	width: 70%;
}

.contentText h1 {
	font-style: italic;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0px 0px;
	padding: 0px;
}

.contentText h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 5px;
	padding: 0px;
	color: #000066;
}

.leftNavigation {
	float: left;
	width: 25%;
	margin: 10px 0px 0px 0px;
}

.leftNavigation h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 5px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	text-align: right;	
}

.leftNavigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px 0px 0px 15px;
	margin: 3px 5px 3px 10px;
	background-image: url(../images/bullet_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-align: left;
}

.onehalfTextContainer {
	float: left;
	margin-right: 10px;	
	width: 50%;
}

.productBox {
	padding: 0px;
	border: 0px;
	margin: 5px 5px 5px 0px;
	width: 190px;
	float: left;
	text-align: center;
}

.productBox h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px 0px;
	padding: 0px;
	font-style: normal;
	text-align: center;
	border: none;
}

.productBox p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.productBox h1 a {
	text-decoration: none;
}

#acq {
	position: relative;
	height: 65px;
	width: 765px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 5px;
	border: thin solid #990000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}