/* ------   Basic Styling ----- */
@charset "utf-8";

* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	color: #00FF00; */
}
body {
	background-color: #ccc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/* 	font-size: .8em;	*/
}
#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #ccc;
}
#clear {
	clear:both;
}

/*  -----  Container elements ---- */
#header {
	position:relative;
	height: 220px;
	background-position: 10px 10px;
	background-color: #CCCCCC;
	background-image: url(../images/rath_logo.jpg);
	background-repeat: no-repeat;
}
#header h1{
	margin-left: -9000px;
}
#subhead {
	position: absolute;
	top: 140px;
	left: 52px;
}
#content {
	position: relative;
	height: 380px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000099;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	width: 780px;
}
#images {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	float:left;
	padding: 5px;
	width: 757px;
}
#sidebar {
	width: 518px;
	height: 27px;
	position:absolute;
	left: 112px;
	top: 331px;
}
#aboutusbox {
	float: left;
	padding-left: 5px;
	border: thin none #0F0F82;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 370px;
}
#servicesbox {
	width: 370px;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0F0F82;
	border-right-color: #0F0F82;
	border-bottom-color: #0F0F82;
	border-left-color: #0F0F82;
}
/* -- Main Navigation -- */
#navigation {
	position: absolute;
	left: -4px;
	bottom: 7px;
	height: 35px;
	width: 780px;
	background-color:#0F0F82;
	margin-top: 2em;
}

#nav1 {
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}
#nav2 {
	float: left;
	margin-left: 80px;
	margin-top: 5px;}
#nav3 {
	float: left;
	margin-left: 80px;
	margin-top: 5px;}
#nav4 {
	float: left;
	margin-left: 80px;
	margin-top: 5px;
}


/* ------ Footer -------*/
#footer {
	color: #FFFFFF;
	background-color: #0F0F82;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	clear: both;
	margin-top: 2em;
}
/* #footer p {
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 10px; 
}  */

/* ------- Styles ---------- */

h2 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serifs ;
	font-size: 20px;	
}
p.clear {
	clear: both;
}
#aboutus p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	border: thin none #000099;
	font-weight: bold;
}
#services p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	border: thin none #000099;
	font-weight: bold;
}
.footer_img {
	float: left;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#aboutusbox img {
	float: left;
}
#aboutusbox img {
	float: right;
	padding-bottom: 2px;
	padding-left: 2px;
}
#aboutus #wrapper #aboutuscontent {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

