@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2E2C2D;
	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;
}

a:link,
a:visited,
a:hover,
a:active
{
	color:#2177a0;
	text-decoration:none;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 7px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear:both;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#logo {
	float:left;
}

img {
	border:0;
}

/* Reset the defaults */
ul {
	margin:0px;
	padding:0 0 0 4px;
}

/* Let's have sensible bulleted lists */
li {
	list-style-position:inside;
	list-style-image:url('images/dot.gif');
}

/* Use the first menubar to do the vertical offset */
#menubar {
	width:100%;
	display: block;
	padding-top:33px;
}

/* Use the inner to do the blue stretch bar */
#menubar-inner {
	background: #fff url('images/blue.gif') 0 0 repeat-x;
	display:block;
}

/* Everything in the bar, needs height and line-height setting */
#menubar-inner, #menu, #menu li {
	height:26px;
	line-height:26px;
}

/* Where to start the menu from the left of of the blue-bar
	 note: the logo has some blue bar we can't travel into */
#menubar-inner {
	padding:0 0 0 150px;
}

#menu {
	color:#fff;
	width:100%;
	padding:0;
}

/* Make the menu bar inline */
#menu li {
	display:inline;
	/*height:100%;*/
	text-align:center;
	margin:0;
	padding:0;
	float:left;
}

li.active a {
	background: #fff url('images/grey.gif') 0 0 repeat-x;
}

li.primary {
	width:110px;
}

li.primary a {
	width:100%;
	height:100%;
	display:block;
	margin:0 0 0 1px;
	padding:0;
}

li.primary {
	background: url('images/white.gif') 0 0 no-repeat;
}

#menu a:link,
#menu a:visited,
#menu a:active
{
	color:#fff;
}

/* Blue for the hover text */
#menu a:hover {	color: #2177a0;	}
/* Not if we're active */
#menu li.active a:hover {	color: #fff; }


#menu a:hover,
#menu li.active a
{
	font-weight: bold;	
}

.bold
{
	color:#2177a0; 
	font-weight: bold;	
}

/* Now let's deal with the content */
#leftbar {
	display:inline-block;
	width:450px;
}

#rightbar {
	display: inline;
	float: right;
}

#rightbar img {
	display:block;
	padding:0 0 20px 0;
}

p {
	margin:0;
	padding:0 0 1em;
}

/* Contact page */
#apDiv9 {
	float:right;
	display:block;
	width:262px;
}

#apDiv10 {
	clear:both;
}

br {
	margin:0;
	padding:0;
}

.copyright {
	color:#2177a0;
	font-size:xx-small;
	text-align:center;
}
