/*
Theme Name: aokpropmgmt
Theme URI: www.a-okpropertymanagement.com
Description: Default theme for A O.K. Property Management
Author: Charles Nazario
Author: URI:
*/


/* Page Layout Section */
html,body {
	width:100%; height:100%;
	margin:0px; padding:0px;
	background-color:#CCCCCC;
	text-align:center;
}

#header {
	width:100%; height:200px;
	background-color:#003366;
}

#header-pane {
	position:relative;
	width:800px; height:200px;
	margin:0 auto;
	z-index:inherit;
}

#header-pane-background {
	float:right; position:absolute;
	right: 15px; bottom:0px;
	border-width:0px;
	z-index:1;
}

#header-pane-A {
	float:left; position:absolute;
	left:3px; bottom:-32px;
	border-width:0px;
	z-index:2;
}

#header-pane-OK {
	float:left;
	position:absolute;
	left:101px; bottom:12px;
	border-width:0px;
	z-index:2;
}

#menubar {
	width:100%; height:33px;
	background-color:#999966;
	background-image:url(images/menubar-background.png);
	background-repeat:repeat-x;
}

#menubar-pane {
	position:relative;
	width:790px; height:33px;
	margin:0 auto;
	padding-right:10px;
	text-align:right;
}

#menubar-pane-companyname {
	position:absolute;
	left:39px; top:14px;
	border-width:0px;
}

#menubar-pane-menu {
	position:absolute;
	bottom:0px; right:20px;
	z-index:2;
	color:#0066CC;
}

#menubar-pane-menu a {
	font-size:10pt;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
}

#menubar-pane-menu a:hover {
	font-size:10pt;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-weight:bold;
	color:#CC0033;
	text-decoration:none;	
}

#content {
	width:800px;
	background-image:url(images/content-background.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
}

#content-pane {
	padding:10px 25px 0px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:10pt;
	line-height:150%;
	color:#666666;
}

#footer {
	width:800px; height:20px;
	margin:0 auto;
	padding-top:25px;
	background-position:top left;
	background-image:url(images/footer-background.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:10pt;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#666666;
}

/* Default tag behaviors */
p {
	margin:0px;
	padding-bottom:0px;
	padding-top:10px; 
}

li {
	padding-top:5px;
	padding-bottom:5px;
}

/* Custom Tags */
.pagetitle {
	font-size:12pt;
	font-weight:bold;
	color:#333333;
}

img.stockphoto-floatright {
	padding:5px;
	margin: 0px 0px 5px 5px;
	border:1px solid #CCCCCC;
	float:right;
}

img.stockphoto-floatleft {
	padding:5px;
	margin: 5px 25px 0px 0px;
	border:1px solid #CCCCCC;
	float:left;
}

p.clear {
	clear:both;
}

div.propertyName {
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	background-color:#FFCC00;
	color:#333333;
	font-weight:bold;
}