/**/
/* tag styling */
/**/

body {
	color: #FFF;
	background-color: #000;
	margin: 0px;
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #d6d2a7;
}

a:active {
	text-decoration: none;
	color: #d6d2a7;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AEA64F;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	color: #AEA64F;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
	font-weight: normal;
}

h3 {
	color: #AEA64F;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
	font-weight: normal;
}
slide_title {
	color: #fff;
	font-size: 1em;
	line-height: 1.2em;
	display: inline;
	font-weight: bold;
}

/**/
/* background images */
/**/

body.family {
	background-image: url(../images/bg-family.jpg);
	background-repeat: no-repeat;
}

body.pink {
	background-image: url(../images/bg-pink.jpg);
	background-repeat: no-repeat;
}

body.darkblue {
	background-image: url(../images/bg-darkblue.jpg);
	background-repeat: no-repeat;
}

body.darkgreen {
	background-image: url(../images/bg-dark-green.jpg);
	background-repeat: no-repeat;
}

body.black {
	background-image: url(../images/bg-black.jpg);
	background-repeat: no-repeat;
}

body.aqua {
	background-image: url(../images/bg-aqua.jpg);
	background-repeat: no-repeat;
}

body.red {
	background-image: url(../images/bg-red.jpg);
	background-repeat: no-repeat;
}

body.gold {
	background-image: url(../images/bg-gold.jpg);
	background-repeat: no-repeat;
}

body.blue {
	background-image: url(../images/bg-blue.jpg);
	background-repeat: no-repeat;
}

body.brown {
	background-image: url(../images/bg-brown.jpg);
	background-repeat: no-repeat;
	}

body.green {
	background-image: url(../images/bg-green.jpg);
	background-repeat: no-repeat;
	}

body.orange {
	background-image: url(../images/bg-orange.jpg);
	background-repeat: no-repeat;
	}

body.purple {
	background-image: url(../images/bg-purple.jpg);
	background-repeat: no-repeat;
	}

body.white {
	background-image: url(../images/bg-white.jpg);
	background-repeat: no-repeat;
}

/**/
/* #id styling */
/**/

#stage{
	width: 880px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#footer{
	color: #FFF;
	height: 60px;
	padding: 0px;
	margin-top: 20px;
	background-color: #000;
	clear: both;
}

.clboth {
	clear: both;	
}

#content{
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_width{
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer_living{
	background-image: url(../images/living-photography.gif);
	background-repeat: no-repeat;
	float:left;
	width: 240px;
	height: 60px;
}

#footer_content{
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.2em;
	width: 480px;
	height: 50px;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
}

#footer_copyright{
	font-size: 0.9em;
	line-height: 1.2em;
	width: 160px;
	height: 50px;
	margin-top: 10px;
	float:left;
}

/**/
/* #id styling nav white*/
/**/

#nav_top {
	font-size: 1.6em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#nav_top li {
	display: inline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav_top a:link, #nav_top a:visited {
	text-decoration: none;
	color: #fff;
}
#nav_top a:hover, #nav_top a:active {
	text-decoration: none;
	color: #d6d2a7;
}

#nav_top li a.active:link, #nav_top li a.active:visited, #nav_top li a.active:active, #nav_top li a.active:hover {
text-decoration: none;
color: #AEA64F;
}

#nav_sub {
	font-size: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#nav_sub li {
	display: inline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav_sub a:link, #nav_sub a:visited {
	text-decoration: none;
	color: #fff;
}
#nav_sub a:hover, #nav_sub a:active {
	text-decoration: none;
	color: #d6d2a7;
}

#nav_sub li a.active:link, #nav_sub li a.active:visited, #nav_sub li a.active:active, #nav_sub li a.active:hover {
text-decoration: none;
color: #AEA64F;
}

.logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.button_home {
	position: absolute;
	z-index: 10;
	left: 675px;
	float: left;
	top: 106px;
}


.link_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AEA64F;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.content_text{
	float:left;
	width: 340px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.content_terms{
	float:left;
	width: 680px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.content_site_map{
	float:left;
	width: 180px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px:
}

.content_bot{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/opac80.png);
	background-repeat: repeat;
}

.content_top{
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/opac80.png);
	background-repeat: repeat;
}

.news_twitter{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-repeat: repeat;
	border: 1px solid #AEA64F;
}

.news_stories{
	float:left;
	width: 640px;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.column_340{
	float:left;
	width: 360px;
}

.column_160{
	float:left;
	width: 180px;
	
}

.column_640{
	float:left;
	width: 640px;
	
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.quote_name {
	color: #AEA64F;
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
}

.link_level2 {
	margin: 0px 0px 0px 20px;
}

.bodymain {
	font-size: 1.1em;
}

.bodymain a:link {
	text-decoration: none;
	color: #AEA64F;
}
.bodymain a:visited {
	text-decoration: none;
	color: #AEA64F;
}
.bodymain a:hover {
	text-decoration: none;
	color: #d6d2a7;
}
.bodymain a:active {
	text-decoration: none;
	color: #d6d2a7;
}

/**/
/* twitter styling */
/**/


#twitter_div {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AEA64F;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.twitter_header {
	font-size: 2.2em;
	padding: 0px 0px 0px 0px;
}
ul#twitter_update_list {
	padding: 0px;
	list-style: none;
	font-size: 14px;
}
ul#twitter_update_list li {
	margin-bottom: 10px;
	padding: 0px;
	color: #fff;
	background: url(images/transpBlue.png);
}

ul#twitter_update_list a {
	color: #AEA64F;
	display:inline-block;
}

#form_box {
	float: left;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.form_content {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.form_text {
	width: 190px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}

.form_field {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}
