@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  margin-bottom: 0px;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: 130%;
	background-image: url(reskinimages/PrimusBack1.jpg);
	background-repeat: repeat-x;
	background-color: dcdcdc;
}
/*****************************************/
/*** STUPID SAFARI HACK ***/
/*****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: 130%;
background-image: url(reskinimages/PrimusBack1.jpg);
background-repeat: repeat-x;
background-color: dcdcdc;
}
}

* {
margin: 0; padding: 0;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #770000;
	text-decoration: none;
	font-weight: normal;
}

p { 
	margin-top: 0px; 
	margin-bottom: 12px; 
}
ol {  }
ul {
	list-style-type: square;
} 
li {
	margin-left: 40px;
	padding-bottom: 6px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 40px;
	padding-top: 10px;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clr {
	clear: both;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

.page {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.page #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.page #front {
	margin-top: 0px;  /* Change to position overlay layer - set to 0*/
	position: absolute;
	width: 900px;
	text-align: left;
	z-index: 1;
		background-image: url(reskinimages/primuslogo_back1.png);
	background-repeat: no-repeat;
	background-position: top center
}
.contentx3 {
	background-image: url(reskinimages/primus_content3cols_back1.png);
	background-repeat: repeat-y;
	} 
.contentx3-back {
	background-image: url(reskinimages/primus_content3cols_back2.png);
	background-repeat: no-repeat;
	} 
.contentx3-text {
	padding: 14px;
	padding-top: 46px;
	padding-right: 28px;
	text-align: left;
	} 
h1 {
	padding-top: 0px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #770000;
	text-align: left;
	width: 100%;
}
.largertext {
font-size: 14px;