@charset "utf-8";
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: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #CFF;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000066;
} 
.twoColFixRtHdr #header {
	background-color: #000066;
	background-image: url(../Images/Metasonics-Banner-2011a.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 980px;
} 
.twoColFixRtHdr #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 */
	background-color: 000066;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #036;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 20px;
}
.twoColFixRtHdr #mainContent {
	background-image: none;
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #036;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
}
.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;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #6CF;
	line-height: normal;
	letter-spacing: -1px;
	text-align: left;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #6CF;
	letter-spacing: -1px;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 1.3;
	color: #FFF;
	text-align: left;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #0FF;
	font-style: italic;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
p .featuretitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #6CF;
	text-align: left;
}
.leftbox {
	width: 300px;
	border: thin solid #06C;
	float: left;
	height: 220px;
	margin-right: 25px;
	margin-left: 20px;
}
.rightbox {
	height: 220px;
	width: 300px;
	border: thin solid #06C;
	float: right;
}

.middlebox {
	height: 220px;
	width: 300px;
	border: thin solid #06C;
	float: left;
}
.box-middle {
	height: 220px;
	width: 290px;
	border: thin solid #36C;
	clear: none;
	margin-right: auto;
	margin-left: 25px;
	float: left;
}
.box-right {
	float: right;
	height: 220px;
	width: 290px;
	border: thin solid #36C;
	margin-right: 20px;
}

#box-container div {
	background-color: #000062;
	float: left;
}
.box-left {
	height: 220px;
	width: 290px;
	margin-left: 20px;
	border: thin solid #36C;
	float: left;
}
.homefeatureboxes {
	font-size: 13px;
	padding-top: 10px;
	line-height: 14px;
	padding-bottom: 20px;
	color: #FFF;
}
.homefeatureboxes p {
	padding-right:10px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 10px;
	color: #FFF;
	text-align: left;
}

.homefeatureboxes img {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	display: block;
	padding-left: 10px;
	float: right;
}
.homeleft-box {
	float: left;
	width: 300px;
	background-color: #036;
	border: 1px solid #18ABF8;
	margin-left: 20px;
}
.homemiddle-box {
	float: left;
	width: 300px;
	margin-right: 17px;
	background-color: #036;
	border: 1px solid #18ABF8;
	margin-left: 17px;
}
.homeright-box {
	float: left;
	width: 300px;
	background-color: #036;
	border: 1px solid #18ABF8;
}
.homefeaturetitle {
	font-size: 23px;
	font-weight: lighter;
	color: #6CF;
	line-height: 10px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: normal;
	color: #FFF;
	font-weight: lighter;
	font-style: normal;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: 16px;
}
.source {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CF;
}
.smalltitle {
	font-size: 24px;
	font-style: italic;
}
.smallertitle2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.h1-italics {
	font-style: italic;

}
.p-italics {
	font-style: italic;
	font-size: 14px;
}
.navbar-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 20px;
	
}
.twoColFixRtHdr #container .navbar-container ul {
	background-color: #000062;
	padding: 0px;
	list-style-type: none;
	background-image: url(../Picture%20Assetts/nav-background.jpg);
	height: 35px;
	width: 940px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

li {
float: left;
}

ul a {
	background-image: url(../Picture%20Assetts/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 29px;
	padding-left: 29px;
	display: block;
	line-height: 34px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}

ul a:hover {
	color: #6FF;

}
.yellowtext {
	color: #FFF;
	font-size: 18px;
}
a {
	color: #9FC;
	text-decoration: none;
}
a:hover {
	color: #6FF;
	text-decoration: underline;
}

.twoColFixRtHdr #container #sidebar1 .yellowtext {
	color: #FC9;
}
#rtcolumn2 {
	margin-right: 360px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixRtHdr #container #rtcolumn2 p {
	text-align: left;

}
#sidebar2 {
	float: right;
	width: 300px;
	background-color: #036;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 .source .yellowtext .yellowtext {
	color: #FFF;
}
.tmblue {
	font-size: 16px;
}
.twoColFixRtHdr #container #mainContent h2 .fltlft {
	font-family: Arial, Helvetica, sans-serif;
}
.tm {
	font-size: 16px;
}
.tm {
	font-size: 16px;
}
.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

