@charset "utf-8";
@import url("ricorocksStyle.css");
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #EBF0D7;
}

.twoColElsLtHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-bottom:20px;
} 
.twoColElsLtHdr #header { 
	background: #DDDDDD; 
	height:159px;
	background-image:url(img_layout/bannerTop.gif)
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColElsLtHdr #navBar { 
	background: #DDDDDD; 
	height:40px;
	background-image:url(img_layout/navBar.gif);
	margin:0px;
} 
.twoColElsLtHdr #navBar #navInsert {
	width:450px;
	float:right;
}
.twoColElsLtHdr #navBar #navInsert #flags {
	display:block;
	width:55px;
	padding:10px;
	margin-left:10px;
	float:left;
}


.twoColElsLtHdr #bannerAdd {
	background: #DDDDDD;
	height:180px;
	background-image:url(img_layout/bannerAdd.gif);
	margin:0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4E5C12;
} 


.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF;
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-top: 50px;
	margin-left: 10px;
	background-image:url(img_layout/sideBarBack.gif);
	background-repeat:no-repeat;
	height:400px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin-top: 50px;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 215px;
	padding: 15px 0;
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(img_layout/bottomBar.gif);
	background-repeat:0;
} 
.twoColElsLtHdr #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 */
	margin-top:40px;
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
}

/* Miscellaneous classes for reuse */
.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;
}

/* For Front Page */
.twoColElsLtHdr #mainContent #barForThree {
	margin:0 auto;
	margin-top:30px;
}
.twoColElsLtHdr #mainContent #barForThree .insert {
	width:200px;
	height:220px;
	background-color:#8EAB22;
	float:left;
	margin-right:10px;
	padding:5px;
}

.anyInsetSquare {
	background-color: #EBF0D7;
	padding: 10px;
	margin:40px;
}
