body {
	background-color: #939393;
	padding: 0; margin: 0;
	overflow-y: scroll !important;
	
	font-family: verdana,helvetica,geneva,arial,sans-serif;
	font-size: 12px;
}

#page img {
	border: none;
	text-decoration: none;
	
	padding: 5px;
}

#page a.imagelink,#page a.imagelink:hover {
	border: none !important;
	text-decoration: none !important;
}

.hidden { display: none; }
.clear { clear: both; height: 0; }

#page * { padding: 0; margin: 0; }

#page {
	width: 1024px;
	margin: auto;
	
	position: relative;
	
	color: #5d5b5a;
	line-height: 150%;
	
	background-color: white;
}

#page h2, #page h3, #page h4, #page h5 {
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

#page h2 {
	font-size: 18px;
	color: #333;
	
	width: 35%;
	
	padding-bottom: 15px;
	margin-bottom: 15px;
	
	border-bottom: 1px solid #ccc;
}

#page h3 {
	padding-bottom: 15px;
}

#page a {
	color: #393939;
	text-decoration: none;
	outline: 0;
}

#page a:hover {
	color: #5d5b5a;
	text-decoration: underline;
}

#page .portrait {
	padding-bottom: 30px;
}

#page .portrait img {	
	/* width: 121px;
	height: 161px; */
}

#page #central p a {
	color: #ffa900;
	/* text-decoration: underline; */
	border-bottom: 1px solid #ffa900;
}

#page #central p a:hover {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

#header,#central {
	padding: 0 40px 5px 20px;
}

#header {
	padding-top: 40px;
	padding-bottom: 25px;
}

#header #logo {
	text-align: right;
}

#header #logo .ccm-image-block {
	display: inline-block;
}

/* #header a {
	height: 100px;
	display: block;
	background: url(images/logo2016.png) no-repeat center right;
}

#header h1 span {
	display: none;
} */

#page #wrapper {
	float: right;
	width: 78%;
}

#page #central {
	background: url(images/cubes.png) white no-repeat right bottom;
	padding-bottom: 30px;
	min-height: 530px;
}
#page #content {
	overflow: auto;
}

#page #central ul {
	padding: 0 0 10px 30px;
	list-style-type: none;
}

#page #central ul li {
	padding: 0 0 5px 12px;
	background: url(images/square_medium.png) no-repeat 0px 6px;
}

#page #central p {
	color: #393939;
	padding-bottom: 15px;
}

#content .square {
	background: url(images/square_small.png) no-repeat center;
	color: #ffa900;
	height: 5px;
	width: 5px;
}

#sidebar {
	padding-top: 165px;
	background-color: #ffa900;
	width: 22%;
}

#nav ul {
	padding: 0 10px 50px 40px;
	background-image: none;
	list-style-type: none;
}

#nav ul li {
	padding: 0 0 25px 0;
}

#nav ul li ul {
	padding: 5px 0px 5px 20px;
}

#nav ul li ul li {
	padding: 0 0 5px 0;
}

#page #nav a:hover {
	font-weight: bold;
	text-decoration: none;
}

#nav ul li .nav-selected  {
	font-weight: bold;
}

#footer {	
	height: 30px;
	font-size: 10px;
	
	position: absolute;	
	bottom: -40px;
	right: 0;
}

#page #dp-tab-nav li{
	list-style-type: none;
	background: transparent !important;
	padding-bottom: 0 !important;
}

#page #dp-tab-nav{
	padding: 0 !important;
}

#background{
	background-image: url("images/rai-bg.jpg");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

#mobileNav{
	display: none;
	height: 0px;
    overflow: hidden;
    transition: all 1s;
}

.mobileToggle{
	display: none;
}
@media (max-width: 1023px){
	#page {
		width: auto;
	}

	#header, #central {
	    padding: 10px;
	}
}

@media (max-width: 600px){
	#mobileNav{
		background: #ffa900;
		display: block;
	}

	#mobileNav.show{
		display: block;
		height: 252px;
	}

	#mobileNav h3{
		padding: 1em;
	}

	#page .mobileToggle{
		display: block;
		background: none;
	    border: none;
	    padding: 2em;
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	    font-weight: 700;
	    border-bottom: 2px solid white;
	    background: #ffa900;
	}

	#sidebar{
		display: none;
	}

	#header {
	    background: white;
	}

	#header #logo .ccm-image-block {
    	width: 100%;
    	height: auto;
	}

	#page #wrapper {
    float: none;
	width: 100%;
	}

	#header #logo {
	    margin-bottom: 1em;
	}

	#page #ccm-layout-wrapper-236 *, #ccm-layout-wrapper-260 *, #ccm-layout-wrapper-262 *, #ccm-layout-wrapper-263 *{
		width: auto!important;
	}

	#page .ccm-layout *{
		width: auto!important;
	}

	#page #ccm-layout-wrapper-235 *, #page #ccm-layout-wrapper-234 *{
		width: 100%!important;
	}
}