/* =================================== */
/* AJ Self Storage - ajselfstorage.com */
/* Author: Martin Haynes							 */
/* Design: Function(x) Consulting      */
/* Web: http://www.functionx.ca/       */
/* Version: 1.0                        */
/* Release Date: September 15, 2005    */
/* =================================== */

/* =================== */
/* page level elements */
/* =================== */

body {
    padding: 0;
    background: url(../images/bg.gif) #f4f4f4 repeat-y center top;
    margin: 0px auto;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
}
h2 {
	font-size: 1.6em;
	margin: 0px 0px 0.5em;
}
h3 {
    font-size: 1.3em;
    margin: 0px 0px 10px;
}
a {
    color: #68450d;
    text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

a img {
    border: 0;
}
li {
		list-style-image: url(../images/li.gif);
		list-style-type: disc;
		margin: 0 0 10px 10px;
		padding: 0;
		font-weight: bold;
    font-size: 1.1em;
}

/* ========================== */
/* define primary content area*/
/* ========================== */


#stage {
    background: #ffffff;
    margin: 0 auto 0 auto;
    width: 780px;
    color: #303030;
}


/* ===================== */
/* header and navigation */
/* ===================== */

#header {
    padding: 0;
    margin: 0;
    /*height: 45px;*/
    border-bottom: #909090 1px solid;
    background-color: #d68452;
    /*background: url(../images/headerbg.gif) #d68452 repeat-x center center;*/
}
#header h1 {
    float: right;
    margin: 0px 0px 10px;
    width: 350px;
    text-align: right;
}
#header p {
    font-size: 0.8em;
    float: left;
    margin: 0px 0px 10px;
    width: 400px;
    color: #a0a0a0;
    line-height: 1.2em;
    text-align: left;
}
#bannerimage {
    border: 0;
    margin: 0;
}


#topnav {
    float:left;
    width:100%;
    background:#f0f0f0 url("../images/navbg.gif") repeat-x top left;
    font-size:93%;
    line-height:normal;
    margin: 0 0 10px;
}
#topnav ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#topnav li {
    float:right;
		list-style-type: none;
		list-style-image: none;
    background:url("../images/norm_right.gif") no-repeat right top;
    margin:0;
    padding:0;
}
#topnav a {
    display:block;
    background:url("../images/norm_left.gif") no-repeat left top;
    padding:5px 15px 4px;
    text-decoration:none;
    font-weight:bold;
}
#topnav li.current {
    background-image:url("../images/norm_right_on.gif");
}
#topnav li.current a {
    color: #d68452;
    background-image:url("../images/norm_left_on.gif");
    padding-bottom:5px;
}


/* ============= */
/* content areas */
/* ============= */

#about {
    clear: both;
    padding: 14px 30px 0 30px;
    margin: 0;
    line-height: 1.6em;
    text-align: left;
}
#about a {
    color: #cccccc;
}
#about a:hover {
    color: #d68452;
}
#about h2 {
	font-size: x-large;
	margin: 0;
	padding: 0;
	color: #EA8E13;
	text-align: left;
}
#about h3 {
	font-size: 1.4em;
	margin: -0.5em 0 0.5em;
}
#subhdr {
	font-size: 1.6em;
	margin: 0 0 0 -.1em;
	padding: 0;
	color: #68450d;
	text-align: left;
}
#phonenumber {
    font-size: .6em;
    margin: 2.0em 0 0 0;
    padding: 0;
    text-align: left;
}
#about img {
    padding: 1px 1px 1px 1px;
    border: #f0f0f0 4px solid;
    display: inline;
    background: #cccccc;
}
#about img.map {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    background: #ffffff;
}
#about ul {
		margin-top: 5px;
}
#about li {
		list-style-image: none;
		font-weight: normal;
		margin: 0;
}



#contact {
    display: block;
    padding: 30px 10px 30px 180px;
/*
    margin-left: auto;
    margin-right: auto;
*/
}
#contact h2 {
		border-bottom: 1px solid #c0c0c0;
}
#contact p {
		font-size: 1.0em;
		padding-right: 50px;
}

#content {
    padding: 10px 30px 0 30px;
    margin: 0 0 0 185px;
    border-left: #f0f0f0 1px solid;
    line-height: 1.6em;
    text-align: left;
}
.announce {
    float: left;
    margin: 10px 0 0 5px;
    padding: 10px 10px 10px 10px;
    width: 145px;
    color: #68450d;
    line-height: 1.3em;
    background-color: #efe9d1;
}
#content img {
    padding: 0px;
    margin-right: 15px;
    display: inline;
    background: #cccccc;
}


#highlights {
		width: 90%;
		text-align: left;
}
#highlights li {
		margin-top: -10px;
		padding: 0;
    font-size: 0.9em;
}
#highlights h2 {
	color: #E47200;
}
#highlights h3 {
    font-size: 1.2em;
    border-bottom: #e0e0e0 1px dashed;
}



/* ============== */
/*  success page  */
/* ============== */

#success {
    clear: both;
    padding: 14px 30px 0 30px;
    margin: 0;
    line-height: 1.6em;
    text-align: left;
}
#success h2 {
    font-size: 1.7em;
    margin: 0;
    padding: 0;
    color: #000000;
}


/* ============= */
/* common footer */
/* ============= */

#footer {
    padding: 23px 0 23px 0;
    font-size: 0.9em;
    margin: 0;
    width: 100%;
    color: #808080;
    text-align: center;
    background: url(../images/footerbg.gif) #f4f4f4 no-repeat center top;
}
#footer a {
    color: #808080;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
}


/* ============== */
/* common classes */
/* ============== */

.left {
    float: left;
    margin: 10px 25px 5px 0px;
}
.right {
    float: right;
    margin: 10px 0px 5px 10px;
}
.textright {
    text-align: right;
}
.center {
    text-align: center;
}
.small {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: right;
}
.medium {
    font-size: 1.0em;
    margin: 0;
    padding: 0 30px 0;
}
.logo {
	color: #E47001;
	font-size: x-large;
}
.bold {
    font-weight: bold;
}
.hide {
    display: none;
}
.tooltip {
border-bottom: 2px dotted;
cursor: help;
}


/* ============= */
/* form elements */
/* ============= */

.fieldset {
	font-size: 80%;
	font-family: Verdana;
	width: 400px;
}
.fieldset label {
    float: left;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin: 0.5em 1.3em 0px 0px;
    width: 86px;
    text-align: right;
}
.fieldset .nobr {
    display: none;
}
.fieldset .selectlist {
    margin: 3px;
    width: 150px;
    height: 20px;
}
.fieldset .smalltextfield {
    margin: 3px;
    width: 150px;
    height: 16px;
}
.fieldset .textfield {
    margin: 3px;
    width: 250px;
    height: 16px;
}
.fieldset .textarea {
    margin: 3px;
    width: 250px;
    height: 165px;
}
.fieldset .submit {
    margin: 0 0 0 100px;
}
#Container #Main #Content h1 {
	font-size: 3em;
}
#Container #Main #Content p {
	font-size: 16px;
}
#box1 {
	background-color: #7C530E;
}
