/*NRRPT*/


.clrfix{zoom:1;}
.clrfix:after{
	content:".";
	display:block;
	height:0;
	width:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
.clr{clear:both;}

html,
body {
	margin:0;
	padding:0;
	background: #f8f9fd;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 25px;
	margin: auto;
}

p {
	margin: 1em 0;
}


h1 {
	font-size: 24px;
	color: #1f3c84;
}
h2 {
	font-size: 18px;
	color: #4067ae;
	margin-top: 20px;
}

a:link, a:visited {
	color: #4167ae;
}
a:active, a:hover {
	color: #6ba3de;
}

#header {
	width: 100%;
	background: #1a3069;
	position: relative;
}

#siteHeader {
	margin: auto;
}
@media only screen and (max-width: 810px) {
    #siteHeader img {
		width: 150%;
		margin-left: -70px;
	}
}

/*
#preContent a.m1, #topNavMenu .current a.m1 {
	display: block;
	width: 30px;
	height: 26px;
	background:url(images/home_icon.png) no-repeat 0 0;
}
#preContent .m1 span {
	position: relative;
	left: -100000;
	
}*/


#footer {
	background: #52596b;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:active, #footer a:hover {
	color: #4167ae;
}

.innerFooter {
	text-align: center;
	width: 100%;
	padding: 10px;
}

.innerFooter span {
	padding: 10px;
}

#pageWrapper {
	width: 100%;
	margin: auto;
	background: #dbdee7;
}

#preContent {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}

#contentWrapper {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: auto;
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 500px; /* Will be AT LEAST 20em tall */
}

.content {
	width: 100%;
	padding-top: 20px;
}

.content ul li, .content ol li {
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
.content ul li li, .content ol li li {
	margin-bottom: auto;
}

.content #slideShow ul li{
	margin: 0;
	padding: 0;
}

.greeting {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #073600;
	line-height: normal;
}

.content .leftColumn {
	float: left;
	width: 45%;
	border-right: 1px solid #ccc;
	margin-right: 2%;
}


#skipNav {
	position: absolute;
	left: -5000px;
}

.headerRight {
	float: right;
	padding-right: 20px;
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 80px;
	
}

#login {
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 0;
	width: 75%;
	margin-left: 20px;
	border: 2px solid #52596b;
}


.socialLinks {
	
}

.loginLink1, .loginLink2 {
	display: block;
	background: #6aa3de;
	border: 1px solid #4168af;
	padding: 10px;
	z-index: 1000;
	font-weight: bold;
}
    .loginLink2 {
		display: none;
	}
@media only screen and (max-width: 990px) {
	.socialLinks {
		display: none;
	}
    .loginLink1 {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 900px) {
    .loginLink1 {
		display: none;
	}
    .loginLink2 {
		display: block;
	}
}
.loginLink a {
	color: #fff;
	text-decoration: none;
	padding: 20px;
}

.loginLink a:hover {
	color: #4168af;
}

.sidebar {
	width: 35%;
	background: blue;
	background: #fff;
	padding: 10px;
}


/* = Top Nav
-------------------------------------------------------------- */

nav.main {
	background: #52596b;
	max-width: 1300px;
	margin: auto;
	z-index: 10000;
}

.wrapper {
	background: #52596b;
	border-bottom: 2px solid #4167ae;
}

nav.main ul {
	font-weight: bold;
	margin: 0; padding: 0;
	margin-left: 20px;
}

/* user list */

table#userList th {
	background: #c7dcf2;
}
table#userList td {
	padding: 10px;
}



#quickNavIcons {
	font-size: 80%;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 10px;
	background: #dbdee7;
	border-radius: 20px;
	width: 90%;
	
}

#quickNavIcons td {
	padding: 8px;
}

#quickNavIcons img:hover, #siteHeader .socialLinks img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#quickNavIcons a:link,  #quickNavIcons a:link {
}
	


.mainCol {
	width: 65%;
}



<!---other site special styles--->

.definitionBox {
	border:1px solid black;
	padding:10px;
	font-size:.8em;
}


p.more {
    display:none;
}
a.readmorebtn {
    cursor:pointer;
	padding: 5px;
	background: #eee;
    border-top:1px black solid;
	padding: 5px;
}
a.readmorebtn:hover {
    border-bottom:1px black solid;
}


/* user table display */
#userTableDisplay .userGridDisplay {
}

table.l41 {
}
table.l41 td {
	width: 33%;
	padding: 10px;
	text-align: center;
	border: 1px solid #dadee7;
}

table.l41 td .displayImage {
	display: block;
	margin: auto;
	margin: 5px auto;
}
table.l41  img.imageDisplay {
	width: 70%;
}

span.field208 {
	font-weight: bold;
}

/* user status : START */

#userStatus {
	font-size: 14px;
}

/* user status : END */

/** generic table**/

#cmtTableDisplay {
	clear: both;
  overflow: scroll;
}

#cmtTableDisplay caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}
#cmtTableDisplay {
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
}

#cmtTableDisplay th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 0 .2em;
}

#cmtTableDisplay th a:link, #cmtTableDisplay th a:visited {
	color: #990000;
}
#cmtTableDisplay th a:active, #cmtTableDisplay th a:hover {
	color: #666;
}
#cmtTableDisplay td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
	vertical-align: top;
}

