/* CSS Document */

body {
margin: 0px;
background: url(images/background.jpg) repeat-x;
background-color: #ff520f;
}

#nav {


}

#menu, #menu ul {
 width: 697px;                /* sets the size of the menu blocks */
 padding-left: 0px;           /* stops the usual indent from ul */
 cursor: default;             /* gives an arrow cursor */
 list-style:none;  			  /* removes bullet points */

margin: 0px;
padding: 0px;
}



#menu li {
background:url(/images/tab-button.gif); /* sets background */

margin: 0px;
padding: 0px;
line-height:21px; /* Sets text to sit in middle of button */ 
float:left;     /* IE Whitespace Bug */
width: 100%;	/* IE Whitespace Bug */
}

#menu li #active {
background:url(/images/tab-button-active.gif); /* sets background */
height: 40px;
line-height:21px; /* Sets text to sit in middle of button */ 
}



#menu a {
display: block;
height: 21px;
padding-left:37px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration: none;
color: #FFFFFF;
}



#menu li a:hover {
color: #FFFFFF;
background:url(/images/tab-button-over.gif);  /* overstate */
}

#main
{

width: 700px;
height:auto;
background-color: #FFFFFF;
border-right:3px solid #af590d;
border-bottom: 3px solid #af590d;
margin-left: auto;
margin-right: auto;
overflow: auto;

}

#logo {
margin-top: 50px;
margin-left:auto;
margin-right:auto;
width: 700px;
height: 65px;

background:url(images/rsr-logo.gif) no-repeat;


}

#left {
float:left;

width:430px;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 19px;
color: #333333;
background-color: #FFFFFF;
text-align:justify;

}

#left a {
color: #662C00;
text-decoration: underline;
}

#left a:hover {
color: #FB5F00;
text-decoration: none;
}

#left img {
float:right;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 10px;
}


#left h1{
font-family: trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:bold;
color: #5E331A;
padding-top: 10px;
margin-bottom: 5px;
}

#left h2{
font-weight: bold;
font-size:12px;
font-family: trebuchet ms, Arial, Helvetica, sans-serif;
color: #000000;
border-bottom: 1px dotted #999999;
margin-bottom: 5px;
padding-top: 10px;
}

#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-align:justify;
	width:150px;
	padding-left: 30px;
	padding-right: 30px;
	float:left;
	background-color: #EFEFEF;

}

#right h1{
font-family: trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight:bold;
color: #5E331A;
padding-top: 10px;
margin-bottom: 5px;
}

#right h2{
font-weight: bold;
font-size:12px;
font-family: trebuchet ms, Arial, Helvetica, sans-serif;
color: #000000;
border-bottom: 1px dotted #999999;
margin-bottom: 5px;
padding-top: 10px;
}

#right a {
color: #662C00;
text-decoration: underline;
}

#right a:hover {
color: #FB5F00;
text-decoration: none;
}

.profiles {

float:right;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 5px;
border: 1px solid #CCCCCC;
padding: 5px;
}
