@charset "UTF-8";
/* CSS Document */

/* ensure relatively uniform spacing between browsers */
p {
	/*padding:0px;*/
	margin-top:15px;
	margin-bottom:15px;
}

hr {
	padding:0px;
	margin:0px;
}

h1 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

h3 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

body {
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	/*background-position:bottom; - do not use this as breaks firefox*/
	/*background-color:#0085ce;*/
}

/* must be in this order to work correctly link, visited, hover, active */
a:link {
	color:#ffffff;
	border:0;
	text-decoration:none;
}
a:visited {
	color:#ffffff;/* #4c657b; stops hover from changing the color next time */
	border:0;
	text-decoration:none;
}
a:hover {
	color:#1d2bb4;
	border:0;
	text-decoration:none;
}
a:active {
	color:#1d2bb4;
	border:0;
	text-decoration:none;
}

a.blacklink:link {
	color:#000000;
	border:0;
	text-decoration:none;
}
a.blacklink:visited {
	color:#000000;
	border:0;
	text-decoration:none;
}
a.blacklink:hover {
	color:#000000;
	border:0;
	text-decoration:underline;
}
a.blacklink:active {
	color:#000000;
	border:0;
	text-decoration:underline;
}

a.bluelink:link {
	color:#0000ff;
	border:0;
	text-decoration:none;
}
a.bluelink:visited {
	color:#0000ff;
	border:0;
	text-decoration:none;
}
a.bluelink:hover {
	color:#0000ff;
	border:0;
	text-decoration:underline;
}
a.bluelink:active {
	color:#0000ff;
	border:0;
	text-decoration:underline;
}

#cennoxMain {
	position:absolute;
	left: 50%;
	width: 760px; /* was 800px but shortened to fit horiz accordion - 760 is width of accordion */
	/* needs to be a min height to ensure content fits on white box */
	height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify;
	background: url(images/dropshadow.png) repeat-y;
	margin-left: -420px;	/* should be half of width of cennoxMain + 20 if left and right padding is set to 20 each*/
	padding-left:40px;
	padding-right:40px;
}

#cennoxLogoBox {
	padding-left:15px;
	padding-top:13px;
	padding-bottom:18px;
}

#cennoxNavigationBox {
	height:28px; 
	background-color:#0085ce;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
	font-weight:bold;
}

#cennoxPictureBox {
	height:250px;
	margin-top:20px; /* was 30px with bigger menu */
}

#cennoxTextBoxLeft {
	margin-top:20px; /* for consistency with gap above */
	float:left;
	width:600px;
}

#cennoxTextBoxRight {
	margin-top:20px;
	float:left;
	margin-left:20px;
	width:140px;
}

#cennoxBioPhoto {
	width:110px;
	float:left;
	border-width:thin;
	border:solid;
	border-color:#CCCCCC;
}

#cennoxBioText {
	width:630px;
	float:right;
}

#cennoxBioContainer {
	width:760px;
	padding:0px;
	margin:0px;
	float:none;
	/*font-size:8pt;*/
}