html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #878787; 
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #101010;
}

h2 {
	padding-bottom: 30px;
	letter-spacing: -1px;
	font-size: 2em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #576D22;  /* was #39C2F0; */
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 900px; /* orig 750 + 300 sidebar plus 50 gap = 1100 */
	padding: 0px 50px;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	padding: 20px 0px;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;  /* was 400 */
	margin: 0;
	padding: 0;
}

#logo h1, #logo p {
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h1 a {
	color: #101010;
	/*text-transform: uppercase;*/
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	color: #8E8E8E;
}

#logo p a {
	color: #D6D6D6;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #12212F;
}

#logo img {
        margin-left: 0px;
    
}

/** MENU */

#menu {
	float: right;
	width: 600px;  /* was 700 */
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #585858;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background:#566F1B; /*  was originally blue: #2AA8D2;  */
	border-radius: 5px;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 20px 0px 0px 0px;   /* was 50 */
	border-top: 1px solid #DEDEDE;
}


#page img.icons {

        margin-left: 50px;
        text-align: right;

}


/** Service Categories **/
#categSvc {

	list-style: none;
	line-height: normal;
    
} 

#categSvc a.subjTags {

        margin-left: 10px;
        line-height:100%; 
        vertical-align:70%;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #999; 
}


/** CONTENT */

#content {
	float: left;
	width: 550px;  /* was 750 in template */
}

#content #cbox1 {
	margin-bottom: 40px;
}

img.p_caption {
        border: none;
        margin-top: 10px;
    }


/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar #box1 {  /* ross */
	margin-bottom: 50px;
}

#sidebar #box2 {  /* ross */
	margin-bottom: 50px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px;
	border-top: 1px solid #DEDEDE; 
        color: #c1c1c1; 
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
        color: #d8d8d8; 
}

/** BANNER */

#banner {
	overflow: hidden;
	padding-bottom: 10px;  /* was 40 */
}

/** TWO COLUMN */

#two-column {
	overflow: hidden;
	padding: 40px 0px;
	border-top: 1px solid #DEDEDE;
}

#two-column h2 {
	font-size: 1.5em;
}

#two-column #tbox1 {
	float: left;
	width: 250px;  /* was 350 orig */
}
/* A date tag for entries*/

.date_tag {
    position: relative;
    text-align: right;
    margin-top: -18px;
    margin-bottom: 0px;
    font-size: 0.8em;
    color: #c5c5c5;
    }

/** One title, column two is pushed down a bit for single title */
#two-column #tbox2 {
	float: right;
	width: 250px;   /* was 350 orig */
        Margin-top: 53px;
}

/* Button style 1 */

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #000;
	text-decoration: none;
	color: #FFF;
}


/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 5px 0px 5px 0px;
	border-top:none; /* 1px solid #E6E7DC;   a solid line above ea list item */
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

 

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top:1px solid #E6E7DC;   /*   a solid line above the entry */
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}


/* List style 4 */

ul.style4 {
	margin: 20px;
	padding: 0px;
	list-style-type: square;
}

ul.style4 li {
	padding: 5px 0px 5px 0px;
	border-top:none; /* 1px solid #E6E7DC;   a solid line above ea list item */
}

ul.style4 .first {
	padding-top: 0px;
	border-top: none;
}
 

/* List style 5 */

ol.style5 {
	margin: 20px;
	padding: 0px;
        list-style-type:decimal ;
}

ol.style5 li {
	padding: 5px 0px 15px 0px;
	border-top: 1px solid #E6E7DC; /*  a solid line above ea list item */
}

ol.style5 .first {
	padding-top: 0px;
	border-top: none;
}
 
