/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Centers the page content container in IE 5 browsers. */
	background: #3E4953;
	background-image: url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/bg-slices/nav-bg.gif);
	background-repeat: repeat;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #156BE0;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #156BE0;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #D46B28;
	text-decoration: underline;
	border-bottom-color: #D46B28;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.galleryleft {
	float:left;
	border:solid 5px #000;
	margin:10px 10px 0 0;
}	

/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
	height: 75px;
	padding-left: 30px;
	background: #3E4953;
}

#subbannerlinks {
	color: #C2CAD1;
	text-align: right;
	padding: 0px 15px 0 0;
}

#subbannerlinks a, #subbannerlinks a:link, #subbannerlinks a:visited, #subbannerlinks a:active {
	color: #C2CAD1;
	border-bottom:.125em dotted #C2CAD1;
}

#subbannerlinks a:hover {
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D46B28;
}

#footerlinks {
	text-align:right;
	color: #C2CAD1;
	padding:0px 15px 0 0;
}
#footerlinks a, #footerlinks a:link, #footerlinks a:visited, #footerlinks a:active {
	color: #C2CAD1;
}
#footerlinks a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer {
	background: url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/bg-slices/footer.gif) no-repeat left top;
	height: 38px;
	color: #FFF;
	clear: both;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
}

.logoSpace {
	padding-top: 5px;
	padding-bottom: 10px;
}

.footer-right {
	text-align: right;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}


/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position:relative;
	height:40px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 23px;
	background-image: url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/bg-slices/nav-container-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li {
	display:block;
	float:left;
	margin:0px;
}
#nav ul li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 20px;
	height:40px;
}
#nav ul li a span {
	padding:12px 20px 0 0;
	height:28px;
	float:left;
}
#nav ul li a:hover {
	color:#fff;
	background:transparent url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/bg-slices/nav-bg-over.gif) repeat-x left bottom;
}
#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#nav ul li a.current, #nav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/nav-left-on.gif) no-repeat top left;
	line-height:325%;
}
#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(file://///citrix/Users/allen/My%20Documents/My%20Webs/Plains%20Technolology/images/nav-right-on.gif) no-repeat top right;
	height:40px;
	color: #9C0;
}
/* ---------- Typography CSS ---------- */

h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #D46B28;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	text-align: left;
}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #690;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
	text-align: center;
	font-weight: bold;
}
.spaced ol, .spaced ul, .spaced li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	text-align: left;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	font-weight: normal;
	text-align: left;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
li > p {
	margin-top: 0.2em;
	text-align: left;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}
.narrow1 {
	line-height:1.1em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}


/* ---------- These are the styles are for the forms ---------- */

.formanswer {
	font: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #102F86;
}

.formasterisk {
	font: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #D46B28;
}

.formbutton {
	font: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyright .spaced {
	font-size: 12px;
}
.draft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.bulletlist1 {
	height: 8px;
}
