/* Start of CMSMS style sheet 'RLM Style' */
@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:12px;
}

html, body {
	font-size:75.01%;
	font-family:Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0 auto;
}

img {
	border:none;
}


#container {
	margin:0 auto;
	width:955px;
	height: auto;
	background: #666666 url(../uploads/images/core/page_bg.jpg) top center repeat-y;
	overflow:hidden;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	font-size:1.1em;
	font-weight:bold;
	color:#0066cc;
	margin: 0 0 5px 0;
}

/* BANNER */

#banner {
	height:123px;
	width:955px;
	background: url(../uploads/images/core/banner.jpg);
}
#contact-info {
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin: 15px 30px 0 0;
	}

/* MAIN PAGE */

#page {
	width:955px;
	height: auto;
}

#menu {
	width: 95px;
	height: auto;
	float: left;
	margin: 0 0 0 25px;
	}
		#menu a, a:visited {
			text-decoration:none;
			color:#ffffff;
			border:none;
		}

		#menu a:hover {
			text-decoration:none;
			color:#cc3333;
		}
	        menu ul{
                        padding: 0;
                        Margin: 0;
                        list-style-type: none;
               }  
               menu ul a a:visited{
                       text-decoration:none;
			color:#ffffff;
               }
               menu ul a:hover{
                       text-decoration:none;
			color:#cc3333;
               }
#mainpage {
	width: 795px;
	height: auto;
	float: right;
	margin: 0 32px 0 0;
	background: #ffffff;
	}
		#searchcrumbs {
			width: 795px;
			height: 23px;
			margin: 0 0 10px 0;
                        font-size: small;
			}
		#content {
			width: 410px;
			height: auto;
			margin: 0 0 20px 0;
			float: left;
			}
                #content-wide{
                        width: 100%;
                        height: auto;
                        margin: 0 0 10px 0;
                       }
		#content-right {
			width: 385px;
			height: auto;
			margin: 0 0 10px 0;
			float: right;
			}
				#image-text {
				width: 378px;
				height: auto;
				}
				#image-text-top{
				background: url(../uploads/images/page_right/top.jpg) top center no-repeat;
				height: 250px;
				}
				#image-text-middle {
				background: url(../uploads/images/page_right/middle.jpg) top center repeat-y;
				color: #ffffff;
				padding: 0 15px 0 16px;
				width: 348px;
				}
				#image-text-bottom {
				background: url(../uploads/images/page_right/bottom.jpg) top center no-repeat;
				text-align:center;
				height: 42px;
				}
			 
/* FOOTER */

#footer {
	height:30px;
	width:795px;
	text-align:right;
	font-size:10px;
	padding: 5px 0 0 0;
	border-top: #666666 2px solid;
}

#footer a, a:visited {
	color: #0066cc;
	font-size: 10px;
}


/* End of 'RLM Style' */

