@charset "utf-8";
.rule {
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: -8px;
	margin-bottom: 15px;
}

body  {
	font: 100% Arial, Helvetica, Verdana, 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;
	background-image: url(images/BackTile.gif);
	text-align: center;
}
p   {
	font-size: 0.85em;

}
h1    {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 0px;
}
h2   {
	font-size: 1.1em;
	color: #87371D;
}
h3   {
	font-size: 1.1em;
	color: #021732;
}
.twoColFixRtHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333; /* this overrides the text-align: center on the body element. */
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 12px;
	width: 1024px;
} 
.twoColFixRtHdr #body_container {
	background: #FFFFFF;
	margin-top: -10px;
	float: none;
}

.twoColFixRtHdr #header {
	height: 160px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/Mast_2.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 32px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 34px;
	padding-right: 34px;
	margin-right: 0px;
	margin-left: 24px;
}
.twoColFixRtHdr #sidebar1 a {
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: underline;

}

.twoColFixRtHdr #sidebar_contact {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 32px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F2743;
	margin-bottom: 34px;
	padding-right: 34px;
	margin-right: 0px;
	margin-left: 24px;
}
.twoColFixRtHdr #sidebar_jobs {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 10px;
	padding-right: 24px;
	margin-right: 0px;
	margin-left: 24px;
	margin-top: 20px;
}
.twoColFixRtHdr #sidebar_jobs p {
	margin-top: -8px;

}
.twoColFixRtHdr #sidebar_jobs a {
	text-decoration: none;
	padding-left: 8px;
	color: #000;

}
.twoColFixRtHdr #sidebar_jobs a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #039;
	padding-left: 4px;
	color: #000;

}


.twoColFixRtHdr #sidebar1  ul li {
	font-size: 0.85em;
	margin-left: -22px;
	margin-bottom: 8px;
}



.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-bottom: 34px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
	margin-right: 0px;
	clear: none;
} 
.twoColFixRtHdr #mainContent iframe{
	height: 520px;
	width: 690px;
	margin-top: 0px;
}





.twoColFixRtHdr #footer {
	background-image: url(images/background.jpg);
} 
.twoColFixRtHdr #footer td {
	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 */
	color: #CCC;
	font-size: 0.7em;
}

.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;
}
.news_box {
	border: 1px solid #999;
}
#Main_Menu {
	background-color: #87371D;
	height: 24px;
	margin-top: 18px;

}
#Logo {
	margin-left: 40px;
	padding-top: 10px;
}
#anim {
	height: 280px;
	background-image: url(images/71st_Pano.jpg);
}
.rt_pic {
	margin-left: 20px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.left_pic {
	border: 1px solid #999;
	margin-right: 20px;
	margin-bottom: 10px;
}
.cntr_pic {
	border: 1px solid #999;
}

#news {
	width: auto;
}
#news ul li {
	font-size: 0.85em;
	margin-left: -22px;
	margin-bottom: 8px;
}
#projects {
	padding: 16px;
	border: 1px solid #CCC;
	width: 180px;
}
.border_box {
	border: 2px solid #87371D;
	padding: 8px;
}
#profile {
	height: 280px;
	background-image: url(images/Roslyn-Road.jpg);
}
#contact {
	height: 280px;
	background-image: url(images/contact.jpg);
}
.red_text {
	color: #7D0000;
}
