﻿/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
/*-------------------------------------------------- */
/* GENERAL */
/*-------------------------------------------------- */
html {
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align: left;
	outline:0;
}
body {
	min-width:960px;
}
#masterContent {
	width: auto;
	overflow: visible;
}
#contentPanel {
	margin: 0;
	width: 100%;
}
#pageContent {
	width: 100%;
	margin-left: 40px;
}
.centerText {
    text-align: center;
}
.basicText {
	margin-left: 10px;
}
.cityviewBrand {
    text-align: center;
	clear: both;
	float: none;
	margin-left: 0px;
    padding:10px;
	width: 100%;
}
.controlBar {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.controlBar a {
    padding: 3px;
}
.container_12 {
    margin: 0 auto;
	width:920px;
    padding: 0 20px;
}
.container_12 .grid_12 {
    margin: 0 auto;
	width:100%;
}
.container_12 .grid_12 .grid_12content {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}
.clear {
	clear:both;
}
/*-------------------------------------------------- */
/* Header */
/*-------------------------------------------------- */
#header, #footer {
	position:relative;
	z-index:2;
}
#header {
	height:120px;
    overflow:hidden;
    color:#000;
	display: block;
	background: #005b82;
	background: -moz-linear-gradient(top, #005b82 0%, #93b1d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005b82), color-stop(100%, #93b1d7));
	background: -webkit-linear-gradient(top, #005b82 0%, #93b1d7 100%);
	background: -o-linear-gradient(top, #005b82 0%, #93b1d7 100%);
	background: -ms-linear-gradient(top, #005b82 0%, #93b1d7 100%);
	background: linear-gradient(top, #005b82 0%, #93b1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b82', endColorstr='#93b1d7', GradientType=0 );
	padding-top:20px;
    border-bottom: 8px solid #4d4d4d;
}
#header .headerContainer {
	height:120px;
	max-height:120px;
	overflow:hidden;
}
#header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    color: #000000;
    text-shadow: none;
    margin: 0 0 5px 0;
    white-space:nowrap;
}
#header .homeHeader {
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#header .homeItem {
	display:block;
	margin:0;
	padding:0;
}
#header .homeItem a {
	color:#fff;
	font-size: 24px;
	line-height:30px;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
    text-shadow: 1px 1px 1px #000;
	-moz-user-select: none;
	-webkit-user-select:none;
	user-select:none;
	outline:0;
	margin:0;
	padding:0;
	display:inline-block;
	overflow:hidden;
}
#header .homeItem a:hover, #header .homeItem a:focus {
	-webkit-transition:opacity 0.25s ease-in;
	-moz-transition:opacity 0.25s ease-in;
	-o-transition:opacity 0.25s ease-in;
	transition:opacity 0.25s ease-in;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
/*-------------------------------------------------- */
/* CONTENT */
/*-------------------------------------------------- */
#contentPanel {
	background: #ffffff;
	min-height:500px;
    width: 100%;
}
.welcomeText {
    display: inline-block;
}
#brandPanel {
	background: #ffffff;
    width: 100%;
}
/*-------------------------------------------------- */
/* FOOTER */
/*-------------------------------------------------- */
#footer {
	color:#fff;
}
#footer #footerCon {
	color:#fff;
	background-color:#4d4d4d;
	padding:20px 0;
}
#footer .Pad {
	padding:20px 0;
}
#footer h2 {
	font-size:20px;
	text-shadow: 1px 1px 1px #333; /* Text shadow for newer browsers */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:26px;
	color:#dddddd;
}
#footer h2 a {
	text-decoration:none;
}
#footer p {
	margin-bottom:10px;
}
#footer .logoDiv {
	padding:20px;
	text-align:center;
}
#footer .footBorder {
	border-radius: 4px;
}
#yourLogo {
	display:inline-block;
	zoom:1;
	border:0;
	margin-bottom:5px;
	outline:0;
	width:60px;
	height:60px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
#yourLogo:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
	-webkit-transition:opacity 0.25s ease-in;
	-moz-transition:opacity 0.25s ease-in;
	-o-transition:opacity 0.25s ease-in;
	transition:opacity 0.25s ease-in;
}
#yourLogo img {
	border:0;
	margin:0;
	outline:0;
	display:inline-block;
	zoom:1;
	width:60px;
	height:60px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#yourLogo:hover img, #yourLogo:focus img {
	background-image:none;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover, #footer a:active, #footer a:visited {
	color:#fff;
}
#footer a:hover, #footer a:focus {
	text-decoration:none;
}