	
/* ----- COLUMN ----- */

#column1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}

/*#column1 p, #column1 li {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000000;
}
*/
#column1 ul, #column1 ol {
	padding: 0;
	margin: 0 0 1.125em 1.125em;
}

/* ----- FOOTER ----- */

/*#footer a:hover, #footer a:active {
color: #788054;
}*/

.twoColFixLtHdr #footer p, .twoColFixLtHdr #footer li, .twoColFixLtHdr #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .9em;
	line-height: 1.1em;
}

.twoColFixLtHdr #footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p#copyright {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #666666;
	}
p#websiteby {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9BA1A9;
	margin: 0;
	padding: 0;
	}

p#websiteby a {
color: #9BA1A9;
}

p#websiteby a:hover {
color: #fff;
}


/* ----- BREADCRUMB ----- */

.breadcrumb {
	font-family: "Courier New", Courier, monospace;
}


/* ----- TABLES ----- */

table {
	border-collapse: collapse;
	margin-top: .5em;
	/*clear: left; left-over from complex css example*/
}

th, td {
	vertical-align: top;
	padding: 4px;
	border-bottom: 1px solid #ccc; /* 12x0.083=1px */
	line-height: 1.2em; /* 12x1=12px */ 
}

/* rather than give the table a font size, use contextual selectors to target the th and td elements within */

th {
	font-weight: bold;
	text-align: right;
	 font-size: 1em; /* 16x0.875=14px */
	/*padding: 0.333em 0.75em 0.417em 0.75em;  12*0.333=4px 12*0.75=9px 12x0.417=5px */
	/* padding:0 0.643em 0.571em 0.643em; 14x0.643=9px 14x0.571=8px */
}

td {
	text-align: left;
	 font-size: 1em; /* 16x0.875=14px */
	/* font-size: 0.75em;  16x0.75=12px */
	/* padding: 0.333em 0.75em 0.417em 0.75em;  12*0.333=4px 12*0.75=9px 12x0.417=5px */
}


/* ----- PULLQUOTE with quotes on top and bottom  ----- */

/* ----- RULE is a centered image  ----- */

/* ----- SIDEBAR ----- */

/* rather than give the sidebar itself a font size, use contextual selectors to get at the elements within */

.sidebar {
	width: 230px;
	/* margin: 0 1.125em 0 0;  16x1.125=18px */
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 10px; /* 16x0.5625=9px */
	background:#ddd;
	color: #000;
}

.sidebar h3 {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 0 0 0.643em 0; /* 14x0.643=9px */
	color: #000;
}

.sidebar p {
	/*font-size: 0.75em; */
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.sidebar ul {
	padding: 0;
	margin: 0 0 .5em 1.125em; 
}

.sidebar li {
	font-size: 0.75em;
	line-height: 1.2em;
}

/* ----- subcontent ----- */

div.subcontent {background-image:
url(../above/aassets-cn/subcontent/subcontent-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px;
	margin: 5px 0 5px 0;
	/*border-bottom: 1px solid #eee;*/
	}

div.subcontent h2 {
	padding-left: 30px;
	margin: 4px 0 5px 0;
	}

/* ----- PHOTOBOX ----- */

/* rather than give the sidebar itself a font size, use contextual selectors to get at the elements within */

.photobox {
	width: 250px;
	/* margin: 0 1.125em 0 0;  16x1.125=18px */
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	border-bottom: 1px solid #ccc; /* 12x0.083=1px */
	text-align: center;
}

.photobox p {
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: .2em;
	margin-bottom: .5em;
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
text-decoration: none;
}
img a:hover{
border: 0px;
text-decoration: none;
}

