@charset "utf-8";

/* CSS Document */

body {
	width:900px;
	margin:3em auto 1em;
	background-color: #68BA8E;
}

#nav {
	text-align:center;
	margin:2em auto;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #31639C
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #990099
}

.hilite {
	color: #990099;
	font-weight: bold
}

.warning {
	font-weight: bold;
	color: #CC0000
}

#social { margin-top:-52px !important; }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#313267;
	font-size:9px;
	padding:2em 0;
	text-align:center;
}

a { color:#313267; }

a:hover { color:#990099; }

#uix {
	float:right;
	height: 0 !important;
	padding:0 !important;
	position:relative;
	top:10px;
}

#linkHome { display:none !important; }

#UPRN { font-size:20px; }

#global_Footer ul { padding:0; }

#global_Footer ul a { font-size:9px; }

#global_Footer ul a, #global_Footer li { overflow:visible !important; }

#global_Footer ul li span.img {
	height: 59px !important;
	width: 59px !important;
}

#global_Footer ul li a { width: 65px !important; }

div#LeftCol {
    width: 210px;
    font-weight: bold;
    color: #036;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

div#RightCol {
    width: auto;
    float: none;
    overflow: hidden;
    margin-right: 20px;
}

div#RightCol h1 {
    font-size: 150%;
    color: #036;
}


#LeftCol ul, #LeftCol li {
    margin: 0px;
    padding: 0px;
}

#LeftCol li {
    list-style: none;
    margin-bottom: 3px;
}

#LeftCol a {
    text-decoration: none;
}

.pbox {
    padding: 10px 20px 20px;
    margin: 10px 0;
}

.pbox h3 {
    margin: 3px 0;
    padding: 0;
    border-bottom: solid 2px #fff;
}

.green { background-color: #68BA8E; }

.blue { background-color: #9D9FDA; }

.yellow { background-color: #fbe7b6; }

.container {
    width: 100%;
    background: #FFFFCE;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    -moz-box-shadow: 0 0 25px 10px #252B23;
    -webkit-box-shadow: 0 0 25px 10px #252B23;
    box-shadow: 0 0 25px 10px #252B23;
}

.content {
    padding: 10px 0;
    overflow: hidden;
}

.header a img {
    width: 100%;
}

.flyer {
    background: #CCCCFF;
    padding-bottom: 10px;
}

.centered {
    text-align: center;
    margin: auto;
    padding: 10px;
}

.centered ol {
    text-align: left;
}

.centered ol li {
    margin-bottom: 5px;
}

.button {
    -moz-box-shadow:inset 0px 1px 0px 0px #B8BDFF;
    -webkit-box-shadow:inset 0px 1px 0px 0px #B8BDFF;
    box-shadow:inset 0px 1px 0px 0px #B8BDFF;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9D9FDA), color-stop(1, #8B83E0) );
    background:-moz-linear-gradient( center top, #9D9FDA 5%, #8B83E0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9D9FDA', endColorstr='#8B83E0');
    background-color:#9D9FDA;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #8893DE;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #665BE0;
    margin: 5px;
    width: 500px;
}
.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8B83E0), color-stop(1, #9D9FDA) );
    background:-moz-linear-gradient( center top, #8B83E0 5%, #9D9FDA 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B83E0', endColorstr='#9D9FDA');
    background-color:#8B83E0;
    color:#ffffff;
}
.button:active {
    position:relative;
    top:1px;
    color:#ffffff;
}
