/* Robotic Paradigm Systems */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #EEEFE4;
	background-image:url(images/background_2.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 960px;
}

#header
{
/*height:85px; */
height:150px;
width:960px;	
}

#header h1
{
position:absolute;
text-align:left;
#color:#FFFFFF;
color:#EC0707;
font-size:43px;
#color:#FFF;	
left:140px;
top:10px;
}

#header h2
{
position:absolute;
text-align:right;
#color:#A9D1FA;
color:#EC0707;
/* left:510px;
top:38px;
width:400px; */
left:450px;
top:60px;
width:400px;
}

#mainpic
{
background-image:url(images/main.jpg);
background-repeat:no-repeat;
width:900px;
height:354px;	
}

.off
{
color:#163870;
}

#menu
{
display:block;
float:left;
clear:both;
width:1200px;
/*height:54px;*/
height:50px;
/*float:left;
clear:both;*/
}

#content
{
display:block;
float:left;
width:900px;
height:auto;
padding-left:10px;
padding-top:15px;
padding-right:10px;
padding-bottom:5px;
}

#content_top
{
	background-image:url(images/main_top_3.png);
	background-repeat:no-repeat;
	width:920px;
	height:33px;
}

#content_main
{
background-image:url(images/main_back_3.png);
background-repeat:repeat-y;
width:860px;
padding-left:30px;
padding-right:30px;
font-size:16px;
}

#content_bottom
{
background-image:url(images/main_bottom_3.png);
background-repeat:no-repeat;
width:920px;
height:33px;
}

#footer
{
width:inherit;
height:auto;
}

#footer h3 a,#footer h3 a:visited
{
display:inline; 
text-align:center;
font-size:12px;
text-decoration:none;
color:#7198E1;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
/*	width:960px; */
        width:850px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 	
}

#menu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding-left:40px;
        padding-right:40px;
	height: 100% ;  /* position of blue box */
}

#menu a:hover{
	color:#86AEF9;
	background-image:url(images/linkbackground.35.jpg);
	background-repeat:repeat-x;
        background-position:45% 45% ;
        background-size: auto;
}

#content p
{
	
}


html, body {
text-align: center;
}
p {text-align: left;}
