body  {
	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: #333;
	background-color: #000;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 100%;
}
h1 {
	text-transform: uppercase;
	color: #333333;
	font-size:24px;
	margin-top:28px;
}
h2 {
	text-transform: uppercase;
	color: #53626f;
	font-size: 16px;
	margin: 5px;
}

h2 a{
	color: #53626f;
text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 16px;
	color: #ccc;
	background-color: #999;
	width:100%;
	margin-top: 0;
}
.twoColFixLtHdr #container #sidebar1 p {
	padding-right: 4px;
	padding-left: 4px;
}



a {
	color: #216402;
}

.twoColFixLtHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 2em auto;
	max-width: 1000px;
	position: relative;
	z-index:1;
} 
.twoColFixLtHdr #header {
	position:absolute
	z-index:3;
	/*padding: 0 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. */
} 

.twoColFixLtHdr #header img{width:1000px; height:142px;}
.twoColFixLtHdr #header h1 {
	margin-left: -200px; /* 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 */
}
.twoColFixLtHdr #sidebar1 {
    background-image: url("images/grayside.png");
    background-repeat: repeat-y;
    left: 695px;
    margin-left: 5px;
    margin-right: 0;
    margin-top: -10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-top: 0;
    position: absolute;
    width: 300px;
    z-index: 2;
}

#mainContent { 
	/*margin: 20px 0 0 0; */
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 30px; */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px 350px 0 20px;
	width: 700px;

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #454b59; 
} 
.twoColFixLtHdr #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 */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:800px;
	height:33px;
	z-index:1;
	left: 54px;
	top: 108px;
}
}
.whitetext {
	font-size: 12px;
	color: #FFF;
}
#container #footer .whitetext a {
	color: #FFB41D;
	text-decoration: none;
}
.divider {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 100%;
	margin: 10px;
}

.sideTop
{
	padding: 7px;
	color: #000;
	font-size: 10px;
	letter-spacing: .2em;
	font-weight:bold;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxtitles
{color: #001275;
text-transform:uppercase;
font-size:10px;
}
.sideBottom
{
	/* [disabled]border: 1px solid #CDD3DA; */
	padding: 7px;
	border-top: 0px;
	font-size: 11px;
	padding-bottom: 15px;
	color: #000;
}

.sideHeadTop
{
	border: 1px solid #CDD3DA;
	padding: 10px;
	COLOR: #001275;
	font-size: 17px;
	font-weight: bold;
	background-image: url(/images/shared/bg_tabletop.jpg)
}
.photocaption {
	font-size: 11px;
}
.smallstory {
	color: #FFF;
	background-color: #999;
	padding: 8px;
	float: right;
	width: 260px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.grayboxright {
	color: #FFF;
	background-color: #999;
	padding: 8px;
	float: right;
	width: 180px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.photoright_border {
	border: thin double #CCC;
	padding: 5px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photoleft_border {
	border: thin double #CCC;
	padding: 5px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.25;
}

#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
/*	clear: both;*/
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



/* Links */
a {
	color: #216402;
	text-decoration: none;
}

#navbar_holder {
	background-image: url(images/button_back_wide.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 610px;
	position: absolute;
	z-index: 6;
	left: 61px;
	top: 130px;
}


