@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/main_background1_notile.jpg);
	background-color:#fff;
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
}
html, body {
	min-height:100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; /* Change as needed */
}

/* Begin site specific CSS */
#outer_wrapper {
	position:relative;
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top_links {
	position:absolute;
	background-image:url(../../elements/trans_small_tile_x.png);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	right: 15px;
	top: -1px;
	height: 25px;
	color: #000;
}

#top_links a {
	color:#000;
	text-decoration:underline;
	font-size:12px;
	padding: 5px;
	line-height: 25px;
}

#logo {
position: absolute;
top: 40px;
left: 0px;
}

#navbar { 
	width:auto;
	position:absolute;
	top: 150px;
	left: 0px;
}

#cta {
height: 183px;
width: 1000px;
position: absolute;
top: 140px;
overflow:hidden;
margin: 0px;
padding:0px;
}

#navbarlinks a:link, #navbarlinks a:visited, #navbarlinks a:active {
	text-decoration:none;
	color: #000;
	font-size:14px;
	background-image:url(../../elements/trans_small_tile_x.png);
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	color:#000;
	padding: 8px;
	margin-right: 10px;
}

#navbarlinks a:hover {
	text-decoration: underline;
} 

#wrapper {
	width: 1000px;
	position:absolute;
	border: 1px solid #CCCCCC;
	top: 180px;
	background-image: url(../../elements/trans_long_tile_x.png);
	background-repeat:repeat;
	margin: 0px;
	padding:0px;
}

#columnA {
	width: 710px;
	float:right;
	padding-left: 18px;
	margin-right: 10px;
	margin-top: 10px;
}

#main_content {
	background-image:url(../../elements/white_bg_tile_10.png);
	background-repeat:repeat;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;	
	}
	
.extra_content {
	background-image:url(../../elements/white_bg_tile_10.png);
	background-repeat:repeat;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;	
		}
		
#main_content p, .extra_content p {
	text-align:justify;
	margin: 5px;
	padding-bottom: 10px;
	font-size:12px;
}

#main_content td p, .extra_content td p {
	text-align:justify;
	margin: 0px;
	padding-bottom: 5px;
	font-size:12px;
}

#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: 10px;
	margin-left: 5px;
	}
	
#main_content h2, .extra_content h2 {
	font-size:14px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
#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 {
color: #630;
text-decoration:none;
font-weight:bold;
}

#columnA p a:hover {
text-decoration:underline;
}

#columnB {
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
}

.form_button {
display:block;
background-color: #99CCFF;
border: 1px solid black;
padding: 2px;
padding-left:5px;
padding-right:5px;
}

.button { margin: 0px; }

.button a {
text-decoration: none;
color: #fff;
font-size:12px;
display:block;
margin: 3px;
background-color: #F60;
border: 1px solid black;
padding: 1px;
padding-left:5px;
padding-right:5px;
}

.button a:hover {
background-color: #C30;
text-decoration: none;
}

.button a:active {
background-color: #333333;
text-decoration: none;
}

/* FOOTER CSS */
#footer {
	height: 25px;
	width:1000px;
	color: #000000;
	background-image:url(../../elements/trans_small_tile_x.png);
	background-repeat:repeat-x;
	border-top:#CCCCCC 1px solid;
	font-size:11px;
	line-height: 25px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#000;
}
#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;
}
