/* Reset
--------------------------------------------- */

/* Normalizes margin, padding */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


body {
	margin: 0 auto;
	padding: 25px 5px 5px 5px;
	text-align: center;
	background-image: url(../images/bgpattern.gif);
	background-repeat: repeat;
	text-align: center;
	background-position: left top;
}
body a {
	color: #b953be;
	text-decoration: underline;
}
body a:hover {
	color: #b953be;
	text-decoration: none;
}
p {
	margin: 0;
	padding-top: 5px;
}
br {
line-height: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    list-style-position: outside;
}

.hidden {
	visibility: hidden;
}

#topdiv {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 940px;
	height: 148px;
	background-image: url(../images/background-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#maindiv {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 940px;
	text-align: left;
	background-image: url(../images/background-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 0px 12px 0px;
}

.clearblock {
	display: block;
	clear: both;
}


#navdiv {
	display: block;
	float: left;
	width: 135px;
	font-family: "trebuchet MS", Verdana, sans-serif;
	text-transform: lowercase;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #a0a0a0;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 130px;
}
#navdiv a {
	display: block;
	color: #a0a0a0;
	text-decoration: none;
}
#navdiv a:hover {
	color: #b953be;
	text-decoration: none;
}
#navdiv .active {
	color: #b953be;
	text-decoration: none;
}





.subnavbox {
display: block;
margin-bottom: 9px;
}
.subnav a {
	color: #a0a0a0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0px 2px 0px;
	white-space: nowrap;
}
.subnav a:hover{
	color: #b953be;
	text-decoration: none;
}



#textdiv {
	width: 400px;
	display: block;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #888888;
	text-align: justify;
	padding: 0px;
	margin-left: 275px;
}

#textdiv-gallery {
	width: 500px;
	display: block;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #888888;
	text-align: left;
	padding: 0px;
	margin-left: 275px;
}

h1 {
	color: #b953be;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	display: block;
	padding-bottom: 9px;
	text-transform: lowercase;
}

h2 {
	color: #b953be;
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	padding: 0px 0px 4px 0px;
	text-transform: lowercase;
}


.bodytext {
	display: block;
	margin: 0px 0px 0px 2px;
}
.sectiondiv {
	display: block;
	margin: 0px 8px 0px 2px;
}




/* =For temp holding page only...
------------------------------------------------------------------*/
#imagediv {
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #888888;
	text-align: left;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.picture1 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 240px;
	border: 5px solid #FFFFFF;	
}
.picture2 {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	height: 240px;
	border: 5px solid #FFFFFF;	
}


/* =Right side links
------------------------------------------------------------------*/
.sublinkbox {
	margin: -50px -175px 9px 20px;
	text-align: center;
	float: right;
	position: relative;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}

.subnav-right a {
	color: #a0a0a0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 6px 0px 4px 0px;
	white-space: nowrap;
}
.subnav-right a:hover{
	color: #b953be;
	text-decoration: none;
}

.imageSmall-right { 
padding: 0px;
margin: 0px 0px 4px 0px;
border: none; }


.portrait-right {
	height: 220px;
}
.landscape-right {
	width: 220px;
}


/* =Easyedit Specific styles
------------------------------------------------------------------*/
.subheads {
	line-height: 16px;
	color: #777777;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin: 0px 0px 4px 0px;
}
.sectionspacer {
	display: block;
	clear: both;
	margin: 0px 0px 6px 0px;
}




/* SECTION PICTURES				
/* ========================================== */

.picture-top {
	display: block;
	margin: 8px 0px 11px 0px;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}
.picture-left {
	margin: 4px 15px 13px 0px;
	float: left;
	position: relative;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}
.picture-right-landscape {
	margin: -60px -175px 26px 25px;
	float: right;
	position: relative;
	width: 220px;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}
.picture-right-portrait {
	margin: -60px -175px 26px 25px;
	float: right;
	position: relative;
	height: 200px;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}
.picture-bottom {
	display: block;
	margin: 2px 0px 15px 0px;
		border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 2px;
}

.twoimagediv {
	margin: -60px -200px 26px 25px;
	float: right;
	position: relative;
	height: 200px;
	border: 5px solid #ccc;
	background-color:#FFFFFF;
	padding: 3px 0px 3px 3px;
}
.twoimage {
	float: left;
	position: relative;
	padding-right: 4px;
	height: 200px;
}


/* GALLERY STYLES		
/* ========================================== */


.gallerylink a {
	color: #b953be;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 11px 0px 0px 12px;
	white-space: nowrap;
}
.gallerylink a:hover{
	color: #a0a0a0;
	text-decoration: none;
}

div.imageSmall { 
float: left; }


div.imageSmall table { 
padding: 0px;
margin: 10px 5px 0px 10px;
border: none; }

.imagetd {
	vertical-align: middle;
	text-align: center;
	width: 110px;
	height: 110px;
	border: none;
	background-image: url(../images/thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#fff;
}

.texttd { 
vertical-align: top;
text-align: center;
width: 110px;
height: 26px;
border: none;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
line-height: 10px; }

.portrait{
	height:100px;
}
.landscape{
	width: 100px;
}




.signinform {
display: block;
margin: 12px 0px 8px 4px;
}

.signintextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 120px;
}


#creditdiv {
	margin: 0 auto;
	display: block;
	clear: both;
	text-align: right;
	width: 940px;
	height: 137px;
	background-image: url(../images/background-base.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.credittext {
	font-family: "trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #a8afb0;
	display: block;
	padding: 18px 160px 0px 0px;
}

#socialmediaholder {
	display: block;
	padding: 0px;
	width: 260px;
	height: 100px;
}

.link-blogger, .link-twitter, .link-facebook {
	display: block;
	padding: 0px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.link-blogger a, .link-twitter a, .link-facebook a {
	display: block;
	background-image: url(../images/socialmedialogos.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 56px;
	text-decoration: none;
}
.link-blogger a:hover, .link-twitter a:hover, .link-facebook a:hover {
	text-decoration: none;
}

.link-blogger a {
	background-position: 0px 0px;	
}
.link-blogger a:hover {
	background-position: -232px 0px;	
}
.link-twitter a {
	background-position: 0px -72px;	
}
.link-twitter a:hover {
	background-position: -232px -72px;	
}
.link-facebook a {
	background-position: 0px -141px;	
}
.link-facebook a:hover {
	background-position: -232px -141px;	
}