/* Code for making a full height layout */
* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
/* fixes IE6 */
* html #container {
	height: 100%;
}
#container {
	min-height: 100%;
}
/* end full height layout code */

body {
}

div, table, tr, th, td, form, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative; /* fixes issue in IE6 when headers some times disappear */
}

/* header styles */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* a styles */

a {
	text-decoration: none;
}

/* p styles */

p {
	line-height: 1.5em;
	margin: 10px 0 10px 0;
}

/* hr styles */

hr {
	margin: 5px 0 5px 0;
}

/* list styles */

ul, ol {
	margin: 0px;
	padding: 5px;
}
li {
	margin: 0px, 5px, 5px, 20px;
}

/*********************/
/* appearance styles */
/*********************/

/* 
bg color: #ECE8DC
sidebar bg color: #BEB7A4
ribbon bg color: #920001
logo blackish color: #302D2F

top picture bottom border: #D4D0C5
sidebar picture border: #D4D0C5

highlighted text color: #EF4036
text color: #474749
*/


/*--------------*/
/* color styles */
/*--------------*/

/* background-color styles */

body {
	background-color: #ECE8DC;
}

/* border styles */
hr {
	border: 1px solid #BEB7A4;
}
#content img {
	border: 5px solid #D4D0C5;
}
#content #form img {
	border: 0;
}

/* color styles */

body {
	color: #474749;
}
h1, h3, h5
{
	color: #EF4036;
}
h2, h6 {
	color: #474749;
}
 h4{
	 color:#55503F;
	 }

a {
	color: #920001;
}

strong {	
/*	color: #EF4036;*/
}
#sidebar_ribbon_top h2,
#sidebar_ribbon h2 ,
#sidebar_ribbon_top h2 a,
#sidebar_ribbon h2 a {
	color: #FFF;
}
h1.pageHdr,
h1.pageHdr a {
	color: #FFF;
}

/*------------------*/
/* font/text styles */
/*------------------*/

/* font styles */

body div, table, tr, th, td, form, img,
#webdevelopment
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
h5.breadcrumb {
	font-size: 12px;
}
h1.pageHdr,
h1.pageHdr a {
	font-size: 14px;
	font-weight: bold;
}
#submenu {
	font-size: 12px;
	font-weight: bold;
}


/* letter styles */

/* text styles */

#page div,
div#webdevelopment,
#page div#webdevelopment {
	text-align: left;
}
#page,
#page div #content_bg #submenu,
#page div #footer_address { 
	text-align: center;
}
#page div .pinticon,
#page div#header_top {
	text-align: right;
}


/*****************/
/* layout styles */
/*****************/

#container {
	padding-left: 26px;
	width: 835px; /* 861px (total width) - 26px (padding left) */
}

#page {
}

#page, #header, #main, #footer {
	clear: both;
	width: 835px;
}

/*---------------*/
/* header styles */
/*---------------*/

#header {
	height: 88px;
}

#header_logo {
	float: left;
	height: 88px;
	width: 325px;
}
#header_arrow {
	background-image: url(../images/header_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 88px;
	width: 510px; /* 835px (#header total width) - 325px (#header_logo width) */
}
#header_slogan {
	color: #EF4036;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}



/*-------------*/
/* main styles */
/*-------------*/

#main {
	margin-top: 8px;
}

#home_content,
#inside_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 553px;
}
#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin-left: 12px;
	padding: 0 6px 0 6px;
	width: 529px; /* 553px (total width) - 12px (margin right) - 6px (padding right) - 6px (padding left) */
}
.menu_link {
	float: left;
	height: 18px; /* 36px (total height) - 11px (margin top) - 11px (margin bottom) */
	padding: 11px 6px 7px 6px;
}
.hMenu {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	height: 14px; /* 18px (total height) - 4px (padding bottom) */
	line-height: 14px;
	padding-bottom: 4px;
}

#hSelected {
	border-bottom: 2px solid #FFF;
	padding-bottom: 2px;
	height: 14px; /* 18px (total height) - 2px (border bottom) - 2px (padding bottom) */
}

#content_bg {
	background-image:url(../images/content_btm_bg.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-left: 12px;
	width: 541px; /* 553px (total width) - 12px (margin right) */
}
#content {
	clear: both;
	padding: 20px;
	width: 501px; /* 541px (#content_bg width) - 20px (padding right) - 20px (padding left) */
}


.readmore {
	float: right;
}
.pageNav {
	float: left;
	width: 301px;
}
.pinticon {
	float: left; 
	margin-right: 5px; 
	position: relative; 
	width: 230px; /* 235px (total width) - 5px (margin right) */
	z-index:105;
}


/* home content */

#home_header {
	border-bottom: 3px solid #D4D0C5;
	margin-left: 12px;
	height: 232px;
	width: 541px; /* 553px (total width) - 12px (margin right) */
}
#inside_header {
	background-image: url(../images/page_header/default.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 3px solid #D4D0C5;
	height: 116px;
	margin-left: 12px;
	width: 541px;
}
#page_header {
	background-image: url(../images/pagehdr_ribbon_short_red.png);
	background-repeat: no-repeat;
	clear: both;
	height: 29px;
	left: -36px;
	margin-top: 0;
	padding-top: 5px;
	padding-left: 50px;
	position: relative;
	width: 251px; /* 301px (total width) - 50px (padding left) */
}
.listing_date{
	font-weight:bold;
}
/*
*/

/* inside content */

h5.breadcrumb {
	margin-left: 14px;
}

#submenu {
	height: 16px;
	line-height: 16px;
	margin: 5px 0 10px 0;
	width: 541px;
}

.sMenu {
	display: inline-block;
	padding: 0 10px 0 10px;
}
.sMenu {
	color: #474749; /* B4AC96 #BFB8A5; */
}
#sSelected {
	text-decoration: underline;
}

/* sidebar */

#sidebar {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	color: #FFF;
	float: right;
	margin-left: 10px;
	width: 272px; /* 835px (#main width) - 553px (#content width) - 10px (margin left) */
}

#sidebar_top {
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 240px;
}
#sidebar_ribbon_top {
	background-image: url(../images/sidebar_ribbon_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 272px;
}
#sidebar_ribbon {
	background-image: url(../images/sidebar_ribbon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 28px;
	width: 272px;
}

.divider_dots {
	padding: 10px 20px 10px 20px;
}

#sidebar_ribbon_top h2,
#sidebar_ribbon h2 {
	font-size: 16px;
	padding: 4px 20px 4px 20px;
}

#sidebar_bottom {
	background-image: url(../images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	width: 240px;
}

.sidebar_content {
	margin-right: 26px;
	padding: 10px 20px 10px 20px;
}

.sidebar_content img {
	border: 5px solid #D4D0C5;
}
.sidebar_content hr {
	border: 1px solid #fff;
	border-bottom:none;
	}
.sidebar_content h5 {
	font-size:15px;
	color: #930000;
	}
#templinks a{
	color:#fff;
	}


/*---------------*/
/* footer styles */
/*---------------*/

#footer {
}

#footer_address {
	background-color: #ECE8DC;
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-align: center; 
	width: 541px; /* 553px (#content_bg width) - 12px (padding left) */
}

#webdevelopment {
	margin: 0;
	margin-left: 15px;
	width: 267px; /* 835px (#main width) - 553px (#content width) - 15px (margin left) */
}

/* content style */
#content ul {
	margin-left:20px;
	
	}

#content .clusters li{
	padding-bottom:5px;
	}
	
#content li {
	line-height: 1.5em;
	padding: 5px 0 5px 0;
}

#contactlisting td {
	padding: 5px 0 10px 0;
}

/* tiny MCE styles */

.red_bold{
	color: #EF4036;
	font-weight:bold;
}

