@charset "utf-8";
/* CSS Document */
/* City Apartments - Alex Ward*/
/* ClientID: CA-0109-02 */
/* http://www.swarmmultimedia.com */
/* Date Created 26/01/09 */

/* All section's in this document are prefixed by a "=" to make searching easier, therefore if you wanted to find the 'Global' section you could search for "=global" which would take you right to the top of the appropriate section. */

/** =Zero's & Standard Functions**/
/* In order to get FireFox and IE behaving in a similar fashion it is often useful to set up a standard in the CSS rather than let the browsers have any control, to this end I always set the height of the browser's viewport and I remove any default margins or padding by setting the values to zero.
*/

html, body, a, p, img, strong, em, ul, br, fieldset, form, object, span, embed {
	margin: 0px;
	padding: 0px;
}
html { /* Forces FireFox to display the scrollbar holder */
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-x:hidden;
}
a:link { /* Remove this funtion if you want links to be underlined by default */
	text-decoration:none;
}
img { /* Remove this funtion if you want linked images to have a border */
	border: 0px;
}
input, select, textarea {
	background-color:#FFFFFF;
	border:#000000 1px solid;
}
/* Begin Structural CSS */

html {
	background-image:url(../../elements/day-mode.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #7ac14e;
}
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif; /* Change as needed */
}
/* Begin site specific CSS */
#outer_wrapper {
	position:relative;
	height: 100%;
	margin: 0px;
	padding:0px;
	width: 100%;

}
#top_links {
	position:absolute;
	right: 12px;
	top: 2px;
	color: #0CF;
}
#top_links a {
	text-decoration:none;
	line-height: 16px;
	color: #9CF;
	font-size:12px;
	font-weight:bold;
	margin: 1px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(../../elements/blue_bg_tile_20.png);
	background-repeat:repeat;
}
#top_links a:hover {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
}
#navbar {
	width:auto;
	position:absolute;
	top: 195px;
	left: 6px;
	color:#000066;
	line-height: 52px;
	padding-left: 10px;
	padding-right: 10px;
}
#navbarlinks a:link, #navbarlinks a:visited, #navbarlinks a:active {
	text-decoration:none;
	line-height: 16px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin: 2px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(../../elements/white_bg_tile_20.png);
	background-repeat:repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navbarlinks a:hover {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
}
#wrapper {
	width: 1000px;
	position:relative;
	margin-top: 10px;
	padding-top: 240px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
#columnA {
	width: 730px;
	padding-left: 18px;
}
#main_content {
	background-image:url(../../elements/white_bg_tile_50.png);
	background-repeat:repeat;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-tradius: 5px;
}
.extra_content {
	background-image:url(../../elements/white_bg_tile_20.png);
	background-repeat:repeat;
	margin-bottom: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#main_content p, .extra_content p {
	text-align:justify;
	margin: 5px;
	padding-bottom: 10px;
	font-size:14px;
	line-height: 22px;
}
#main_content li, .extra_content li {
	text-align:justify;
	margin-right: 5px;
	padding-bottom: 10px;
	font-size:12px;
}
#contactbox {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	padding: 10px;
}
#main_content h1, .extra_content h1 {
	font-size:16px;
	margin-top: 0px;
	background-image:url(../../elements/white_bg_tile_20.png);
	background-repeat:repeat;
	width: 724px;
	padding: 3px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#main_content ul, .extra_content ul, #main_content ol, .extra_content ol {
	list-style-position:inside;
	margin-left: 5px;
}
#columnA h2 {
	font-size:14px;
	margin-top: 0px;
}
#columnA p a:link, #columnA p a:active, #columnA p a:visited {
	color: #006600;
	text-decoration:none;
	font-weight:bold;
}
#columnA p a:hover {
	text-decoration:none;
	color:#009900;
}
#columnB {
	width: 220px;
	float:right;
	margin-right: 20px;
	margin-bottom: 5px;
}

#columnB #navigation {
	background-image:url(../../elements/white_bg_tile_30.png);
	background-repeat:repeat;
	padding: 2px;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#columnB #navigation h1 {
	font-size: 14px;
	width: 212px;
	padding: 2px;
	margin: 2px;
	text-align:center;
	background-image:url(../../elements/white_bg_tile_30.png);
}
#columnB #navigation ul {
	list-style-type:none;
}
#columnB #navigation a {
	display:block;
	width: 212px;
	background-image:url(../../elements/white_bg_tile_20.png);
	padding: 2px;
	margin: 2px;
	line-height: 14px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
#columnB #navigation a:hover {
	display:block;
	width: 212px;
	background-image:url(../../elements/white_bg_tile_60.png);
	padding: 2px;
	margin: 2px;
	line-height: 14px;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.form_button {
	display:block;
	background-color: #33CC33;
	border: 1px solid black;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
}
.button a {
	text-decoration: none;
	color: #fff;
	height: 21px;
	display:none;
	margin: 1px;
	background-color: #C00;
	padding: 0px;
	padding-left:3px;
	padding-right:3px;
		border: 1px solid #000;
}
.button a:hover {
	background-color: #F00;
	text-decoration: none;
}

/* All sites with Socket v1.4 will contain the 'socket bar' instead of just the 'edit' button, this is the CSS to control the style of that bar */

.socket_bar {
	display:none;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	float:right;
	height: 25px;
	background-color: #900;
	border: 1px solid #000;
	padding: 0px;
	color: #FFF;
}

/* FOOTER CSS */
#footer {
	height: 20px;
	width: 995px;
	color:#FFF;
	background-color: #693;
	font-size:11px;
	line-height: 20px;
	margin-top: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
#swarm_tag {
	display: inline;
	margin-right: 10px;
	float:right;
}
#bottom_links {
	display: inline;
	text-align:left;
	margin-left: 10px;
}

