@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFD980;
	background-image: url(rtimages/rs_natural_bg.jpg);
}
#container { 
	width: 860px;
	margin: 10px auto; 
	padding: 0;
	text-align: left;
} 
#header {
	color: #030;
	font: 80% Helvetica, Verdana, Arial, sans-serif;
	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. */
} 
div#header h3, div#header h4 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #92000A;
	text-decoration: none;
}
a:visited {
	color: #92000A;
	text-decoration: none;
}
a:focus {
	color: #FDFDFD;
	text-decoration: underline;
}
a:hover {
	color: #B7410E;
}
a:active {
	color: #B7410E;
}

#navbar {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	padding: 0 10px 0 20px;
}
div#navbar ul {
	padding: 0;
  	margin: 0;
  	list-style: none;
}
div#navbar li {
	float: left;
  	position: relative;
  	width: 131px;
	padding: 3px;
}
div#navbar li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
}
div#navbar li > ul {
	top: auto;
	left: auto;
}
div#navbar li li {
	width: 185px;
	padding: 3px;
	background-color: #F7EDCA;
}
div#navbar li:hover ul, li.over ul{ display: block; }


div#navbar a:link {
	color: #92000A;
	text-decoration: none;
	font-weight: bolder;
	padding: 3px;
}
div#navbar a:visited {
	color: #92000A;
	text-decoration: none;
	font-weight: bolder;
}
div#navbar a:focus {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	background-color: #030;
}
div#navbar a:hover {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	background-color: #030;
}
div#navbar a:active {
	color: #CCC;
	text-decoration: none;
	font-weight: bolder;
	background-color: #030;
}


/*end new navmenu */

#sidebar1 {
	clear: left;
	color: #030;
	font: 90% Helvetica, Verdana, Arial, sans-serif;
	float: left; 
	width: 420px;
	padding: 25px 0 15px 20px;
	margin: 0;
}
div#sidebar1 img, div#mainContent img {
	border: 1px solid #030;
	margin: 0;
}
#mainContent {
	color: #030;
	font: 90% Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 0 450px; /* 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: 25px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
div#mainContent p {
	text-align: justify;	
}

/* Start Projects menu css */

 ul.projects {
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 2em
}
li.double {
	line-height: normal;
}
/* end Projects menu css */
/* Start Articles Page css */
#article1 {
	color: #030;
	font: 90% Helvetica, Verdana, Arial, sans-serif;
	padding: 10px 10px 0 20px;
}
div#article1 p {
	text-align: justify;
}
#article2 {
	color: #030;
	font: 90% Helvetica, Verdana, Arial, sans-serif;
	padding: 10px 10px 0 20px;
}
div#article2 img {
	border: 1px solid #030;
	margin: 0;
}
/* End Articles Pages css */

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#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 */
	color: #030;
	font: 70% Helvetica, Verdana, Arial, sans-serif;
}
#footer img {
	margin: 3px 10px 3px 0;
	border-style: none;
}
.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 {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
