/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:10px auto;
	width:760px;
}
#Header {
	background:url(../images/rmig-logo.png) no-repeat;
	clear:left;
	height:224px;
}
#Header h1 {
	color:#312e2f;
	font-size:1.5em;
	line-height:4.5em;
	padding-left:20px;
}
#Menu1 {
	border-top:#ffb300 solid 3px;
	border-bottom:#ffb300 solid 3px;
	padding:3px 0 32px 0;
}
#Menu1 li {
	float:left;
}
#Menu1 li.current,
#Menu1 li.section {
}
#Menu1 li a {
	display:block;
	color:#312e2f;
	font-weight:bold;
	font-size:1.7em;
	text-decoration:none;
	padding:5px 15px;
}
#Menu1 li a:hover {
	color:#ffb300;
}
#Menu1 li.current a,
#Menu1 li.section a {
	color:#c16575;
}

#ContentContainer {
	padding-top:20px;
	padding-bottom:20px;
	overflow: auto;
}

#Banner {
	text-align: center;
}

#Menu2 {
	width: 17em;
	float:left;
	background:#f0f0f0;
	border-bottom:#ffb300 solid 3px;
	padding:5px 10px 5px 10px;
}
#Menu2 li {
	float:left;
	padding-left:15px;
}
#Menu2 a {
	color:#312e2f;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
	text-decoration:none;
}
#Menu2 a:hover {
	color:#ffb300;
}
#Menu2 li.current a,
#Menu2 li.section a {
	color:#c16575;
}


#LangSwitch{
	text-align:right;
	size:16px;
	color:#ffb300;
	font-weight:bold;
}
#LangSwitch a{
	color:#ffb300;
	text-decoration:none;
}

#Content {
	float: left;
	margin: 0px 20px;
	width:740px;
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	font-weight:normal;
	color:#312e2f;
	clear:both;
	text-align:right;
	padding-right:10px;
	border-top:#ffb300 solid 3px;
}
#Footer span {
	color:#312e2f;
	font-size:1.1em;
	line-height:2em;
	padding-left:20px;
}
#Footer a {
	color:#ffb300;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:none;
}


/* staff */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
#NewsList li.newsDateTitle span {
	color:#666;
	line-height:2em;
}
#NewsList li.newsDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	color:#0083C8;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/treeicons/news-file.gif) no-repeat left center;
}
#NewsList li.newsDateTitle a:hover {
	border-bottom:1px dotted #0083C8;
}
		
#NewsList li.newsSummary {
	margin-bottom:20px;
}
#NewsList li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}
#NewsList li.newsSummary a.readMoreLink {
	color:#0083C8;
	text-decoration:none;
}
#NewsList li.newsSummary a.readMoreLink:hover {
	border-bottom:1px dotted #0083C8;
}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
#PageComments li {
	list-style:none;
	padding:5px;
	margin:0;
	font-size:1em;
	border-bottom:1px dotted #bbb;
}
#PageComments li p span {
	font-style:italic;
}
#PageComments a.deletelink {
	font-weight:bold;
}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
#PageNumbers a:hover {
	text-decoration:underline;
}

		
/* map for network stuff */
#MapArea{
	margin-left:-15px;
}


#MapArea img{
	border:0
}


