/* Start of CMSMS style sheet 'BlueCity : BlueCity' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #4166C7;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #4166C7;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #4166C7;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #5C5B5B;
	background: #fff;
}
div#pagewrapper {
width:960px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #fff;
	color: black;
}
/* top banner*/
h1.toph1
{
	background: #fff url(uploads/BlueCity/bluecity_top.jpg) no-repeat left top;
	width:470px;
	height:95px;
	font-size:14px;
	font-weight: bold;
	padding:135px 465px 0 25px;
	color:#fff;
	line-height: 1.6em;

display:block;
float:left;
border-bottom:3px solid #fff;
} 

div#header {
	height: 55px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	background: #fff;
}
div#header h3 a {
	background: url(uploads/BlueCity/bluecity_logo.jpg) no-repeat left top;
	display: block;
	height: 55px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h3 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(uploads/BlueCity/bluecity_logo.jpg) no-repeat left top;
}
div#header h2 {
	float: left;
	line-height: 1.2em;
	font-size: 1.8em;
	margin: 25px 65px 0px 5px;
	color: #f4f4f4;
}

div#header h2 a
{
color:#0D3094;
text-decoration: none;
display:block;
float:left;
}

div#header h2 a:hover
{
text-decoration: none;
}
div.breadcrumbs {
	padding: 0em 0em 0.5em 1em;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 350px;
	text-align: right;
	padding: 30px 5px 2px 0;
	margin: 0;
}

input.search-button {
	border: 1px solid #CCC;
	height: 20px;
	margin-left: 5px;
	padding: 0px 15px 2px 15px;
	cursor: pointer;
}
div#content {
	margin: 0pc;
	padding: 0px;
	background: url(uploads/BlueCity/bluecity_content.jpg) repeat-y 0 0;
display:block;
float:left;
width:960px;
color: #333;
}
div.back1 {
width:731px;
	padding:10px;
	background: url(uploads/BlueCity/bluecity_back1.jpg) repeat-x 0 0;
display:block;
float:left;
}

div#main {
	padding: 10px 15px;

}
div#sidebar {
	width: 206px;
	margin: 0px;
	padding: 0px;
	background: #4166C7;
display:block;
float:left;
}

div#footer {

color:#fff;
	background: #908E8E;
	padding: 0;
	clear: both;
width:960px;
height:38px;
float:left;
text-align:center;
display:block;

}

div#footer p {
width:960px;
	font-size: 0.8em;
	padding: 0;
	text-align: center;
	margin: 8px 0 0 0;
color:#fff;
vertical-align:middle;
text-align:center;
height:26px;
display:block;
float:left;

}

div#footer p a {
	color: #FFF000;
}

div#footer img
{
vertical-align:middle;
display:inline;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #5C5B5B;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #5C5B5B;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #5C5B5B;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #5C5B5B;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #5C5B5B;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'BlueCity : BlueCity' */

