

#adminbar {
	padding: 3px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
	margin-bottom: 24px;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}

/* ----- *\
	RESET
\* ----- */

* { outline: none; }
input::-moz-focus-inner { border: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0px;
}
address, caption, cite, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0px;
}

.clear { clear: both; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.divider { height: 1px; background: #0066a4; margin: 0px 0px 23px 0px; }

/* ----- *\
	MAIN HTML AND BODY
\* ----- */

html {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 0.875em;
    color: #222222;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}

/* ----- *\
	TYPOGRAPHY
\* ----- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Times New Roman, serif;
	margin-bottom: 24px;
	color: #5d0068;
	font-weight: normal;
}

h1, h2, h3 {
	font-size: 1.5em;
	line-height: 1em;
}

h4, h5, h6 {
	font-size: 1.3125em;
	line-height: 1.143em;
	color: #222222;
}

p {
	padding-bottom: 24px;
}

ul, ol {
	padding: 0px 0px 24px 60px;
}
ul {
	list-style: square outside;
}
ul ul,
ol ol {
	padding: 0px 0px 0px 60px;
}

blockquote {
	margin: 0px 60px 24px 40px;
	border-left: 5px solid #0066a4;
	padding-left: 20px;
	text-indent: -0.4em;
}
blockquote b {
	display: block;
	text-indent: 0px;
}

a {
	color: #0066a4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.twocolumn {
	-moz-column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap: 20px;
}

/* ----- *\
	MAIN BODY CONTAINERS
\* ----- */

#wrapper {
	width: 940px;
	margin: 0px auto;
}

#banner_div {
	height: 168px;
	position: relative;
}

#content_div {
	padding: 33px 0px 0px 0px;
}

#footer_div {
	border-top: 1px solid #0066a4;
	padding: 23px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}

#footer_div a {
	color: #222222;
}

/* ----- *\
	MAIN NAVIGATION
\* ----- */

#navbar_div {
	border-top: 1px solid #0066a4;
	border-bottom: 1px solid #0066a4;
	text-align: center;
	padding: 11px 0px;
}

#navbar_div a {
	padding: 0px 6px 0px 6px;
}
#navbar_div a:hover {

}
#navbar_div a.current {
	color: #5d0068;
	text-decoration: underline;
}

/* ----- *\
	HEADER ELEMENTS
\* ----- */

#logo {
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

#contactdiv {
	position: absolute;
	top: 24px;
	right: 0px;
	text-align: right;
	width: 360px;
}

/* ----- *\
	HOME
\* ----- */

#home_toppics {
	float: left;
	width: 458px;
	height: 334px;
	border: 1px solid #0066a4;
	margin-bottom: 24px;
	position: relative;
}

#home_toppics img {
	position: absolute;
	top: 5px;
	left: 5px;
}

#home_picmessage {
	position: absolute;
	top: 224px;
	left: 5px;
	width: 448px;
	padding: 24px 0px 0px 0px;
	text-align: center;
	background: url(../images/whitebg.png);
	font-style: italic;
}

#home_toptext {
	float: right;
	width: 460px;
}

#home_bottomsection {
	border: 1px solid #0066a4;
	background: url(../images/bottombackbg.png) top center repeat-y;
	margin-bottom: 22px;
}
#home_bottomsectionbg {
	background: url(../images/bottombg.jpg) top center no-repeat;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#bottom_purplesection {
	float: right;
	width: 344px;
	color: #ffffff;
	margin: 23px 25px 0px 0px;
}

#bottom_bluesection {
	float: left;
	width: 344px;
	color: #ffffff;
	margin: 23px 0px 0px 25px;
}

#home_bottomsection h4 {
	color: #ffffff;
}
#home_bottomsection h2 {
	color: #ffffff;
}

#bottom_bluesection a {
	color: #73d3ff;
}

/* ----- *\
	ADMIN IMAGES
\* ----- */

.text_image_left {
	float: left;
	margin: 0px 21px 10px 0px;
	background: #ffffff;
	border: 1px solid #0066a4;
	padding: 8px;
}

.text_image_right {
	float: right;
	margin: 0px 0px 10px 21px;
	background: #ffffff;
	border: 1px solid #0066a4;
	padding: 8px;
}
.text_image_left div {
	margin: 8px 0px 0px 0px;
	font-size: .75em;
	line-height: 2em;
}

.text_image_right div {
	margin: 8px 0px 0px 0px;
	font-size: .75em;
	line-height: 2em;
}

/* ----- *\
	BLOG
\* ----- */

#sidebar {
	float: right;
	width: 220px;
	background: #af7fb5;
	padding: 23px 0px 0px 0px;
}

#blogcontent {
	float: left;
	width: 700px;
}

.sidedivider {
	height: 1px;
	background: #925e98;
	margin: 0px 10px 23px 10px;
}

#sidebar h4 {
	padding-left: 20px;
	color: #5d0068;
}

#sidebar .rssfeed a {
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	display: block;
	padding: 0px 0px 0px 30px;
	color: #ffffff;
}

#commentform label {
	display: block;
	color: #222222;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 0px 0px 23px 0px;
	
}
.firstentry {
	
}
.readmore {
	text-align: right;
}

.date { color: #af7fb5; font-style: italic; }

.comment1 {
	background: #e5d2e7;
	padding: 24px 20px 0px 20px;
	margin-bottom: 24px;
}

.comment2 {
	background: #f1e5f3;
	padding: 24px 20px 0px 20px;
	margin-bottom: 24px;
}

.submit_button {
	background: #af7fb5;
	border: 1px solid #925e98;
	padding: 6px 10px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
.submit_button:hover {
	background: #925e98;
}

/* ----- *\
	CONTACT US
\* ----- */

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #0066a4;
}

#contactleft p {
	padding-right: 20px;
}

#contactleft h2 {
	padding-right: 20px;
}

#contactleft h4 {
	padding-right: 20px;
}

.textinput {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 220px;
}

.smallinput {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 120px;
}

.phoneinput {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 220px;
}
.codeinput {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 80px;
}

#contactform label {
	display: block;
	color: #222222;
}

#contactform select {
	color: #222222;
}

#contactform textarea {
	background: #ffffff;
	border: 1px solid #e5d2e7;
	padding: 3px;
	width: 300px;
	height: 75px;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #e5d2e7;
}

/* ----- *\
	SIDENAV AND TEXT SECTION
\* ----- */

#sidemenu {
	float: left;
	width: 220px;
	background: #af7fb5;
	padding: 0px 0px 0px 0px;
	margin-bottom: 24px;
}

#sidemenu a {
	display: block;
	padding: 12px 10px;
	color: #ffffff;
}

#sidemenu a:hover {
	background: #925e98;
	text-decoration: none;
}
#sidemenu a.current {
	background: #925e98;
	text-decoration: none;
}

#textsection {
	float: right;
	width: 700px;
}

/* ----- *\
	GALLERIES
\* ----- */

.imagetable {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #0066a4;
}

/* ----- *\
	SND HOUSES
\* ----- */

.householder {
	float: left;
	height: 144px;
	width: 200px;
	margin-right: 20px;
}

.social {
	float: right;
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.social img {
margin-bottom: -6px;
margin-right: 4px;
}


