@charset "utf-8";
/* CSS Document */

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: #FFFFFF;
	background-color: #637991;
	background-image: url(images/bg_main.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35;
}
a {
	color: #FFCC00;
}
a:link {
	color: #FFCC00;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #FFCC00;
}
.bottomBrdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAF9F5;
}

#container #header #nav {
	background-image: url(images/bg_nav.gif);
	height: 31px;
	width: 622px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 20px;
} 
#header {
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#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 */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 321px;
	background-image: url(images/bg_sideBar.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: repeat;
	height: 600px;
  	min-height: 600px;
  	height: auto !important;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 1px;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
} 
#container #sidebar1 .devs {
	padding: 10px;
}

#container #mainContent h2 {
	margin-top: 25px;
}
.twoColFixRtHdr  #container  #mainImg {
	height: 300px;
	width: 640px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAA626;
}
#container #mainContent #featuredone {
	background-image: url(images/bg_featured1.jpg);
	height: 402px;
	width: 280px;
	margin-right: 5px;
	margin-left: 15px;
	padding: 10px;
}
#container #mainContent #featuredone h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #576A80;
}
.twoColFixRtHdr #container #mainContent #featuredone img {
	border: 1px solid #FFFFFF;
}
.twoColFixRtHdr #container #mainContent #featuredtwo img {
	border: 1px solid #FFFFFF;
}



#container #mainContent #featuredtwo {
	background-image: url(images/bg_featured1.jpg);
	height: 402px;
	width: 280px;
	margin-right: 15px;
	margin-left: 5px;
	padding: 10px;
}

#footer {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBA624;
	margin-top: 15px;
} 




#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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
#container #mainContent #featuredtwo {
	background-image: url(images/bg_featured1.jpg);
	height: 402px;
	width: 280px;
	margin-right: 5px;
	margin-left: 10px;
	padding: 10px;
}
#container #mainContent #featuredtwo h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #576A80;
}
#subMainContent {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBA527;
}
#container #subMainContent h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}
#container  #subMainContent  p  {
	font-size: 12px;
	line-height: 1.5;
}


.twoColFixRtHdr #container #subMainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.twoColFixRtHdr #container #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #D3A22B;
}
.twoColFixRtHdr #container #subMainContent h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.aboutImg {
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #D9A627;
}
.twoColFixRtHdr #container #subMainContent h4 {
	color: #DBA626;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
.leftBrdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8194A9;
	padding-left: 20px;
}
.twoColFixRtHdr #container #subMainContent h5 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 35px;
	color: #B4BECB;
}
#cleft{
	margin-top: -15px;

}
.shadetabs{
	position: relative;
	z-index: 5;
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15;
	padding-bottom: 0;
	padding-left: 0;
}

.shadetabs li{
	display: block;
	font-size: 10pt;
	padding-bottom: 1px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.shadetabs li a{
	text-decoration: none;
	color: #C6CFD9;
}

.shadetabs li a:visited{
	color: #C6CFD9;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.shadetabs li.selected{
	color: #C49C3C;

}

.shadetabs li.selected a{ /*selected main tab style */
	color: #DBA527;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFFFFF;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
#cright{
	float: none;
	width: 100%;
	padding-bottom: 10px;
}
#container #mainContent #featuredtwo a {

}
#container #mainContent #featuredtwo a:link {
	color: #000000;
}
#container #mainContent #featuredtwo a:hover {
	color: #333333;
}
#container #mainContent #featuredtwo a:active {
	color: #000000;
}
#container #mainContent #featuredtwo a:visited {
	color: #333333;
}
#container #mainContent #featuredone a {

}
#container #mainContent #featuredone a:link {
	color: #000000;
}
#container #mainContent #featuredone a:hover {
	color: #333333;
}
#container #mainContent #featuredone a:active {
	color: #000000;
}
#container #mainContent #featuredone a:visited {
	color: #333333;
}
#textbox {
	width: 620px;
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-left: 20px;
}
