/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
------------------------------------------------------------------------------*/

html {
	font-size: 20px;
    color: black;
}

body {
	/* color: #000; */
	font: 75%/1.5em "trebuchet ms", tahoma, sans-serif;
    /*font-family: "trebuchet ms", tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;*/
}

h1, h2, h4, h5, h6 {  /* CarlJ - 10-5-13 - Removed h3 from this list because it was messing up the menu */
	color: #000;
	font: 1.9em/1em "trebuchet ms", tahoma, sans-serif;
    /*font-family: "trebuchet ms", tahoma, sans-serif;*/
}

h1 {

}

h2 {
	color: #E15C2E;
}
/*
h3 {
	color: #E15C2E;
	font-size: 2em;
	font-weight: bold;
}
*/
h4 {
	font-size: 1.35em;
    color: #38261E;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: black;
	/*color: #60514B;*/
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: black !important;
	/*color: #38261E !important; */
	font-weight: bold;
}

a {
	color: #E15C2E;
	text-decoration: none;
}

/*a:link {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #42BDC8;
	text-decoration: underline;
}

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

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 0px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
------------------------------------------------------------------------------*/

html {
	/* background: url(../images/background.png) repeat;
    background-color: #EDE9C1; */
	padding: 0px 0px 40px 0px;
	/* text-align: center; */
}

body {
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#content {
    max-width: 960px;
    margin: auto;
    border: 1px solid black;
}

#logoTxt {
	background: url(../images/logo.png) center center no-repeat;
	width: 100%;
	height: 130px;
	border: none;
    padding-top: 20px;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
	width: 124px;
	z-index: 9;

}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 197px; */
    /* background: url(../images/header_bg.png) top right repeat-x; */
    background-color: #7A6B75;
    /*width: 100%;*/
    max-width: 960px;
    /* CarlJ */
    height: 256px;
    margin: 0 auto;
    /*border: 1px solid black;
    border-left: 1px solid red;
    border-right: 1px solid red;*/
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 0px;
	text-align: left;
	border: none;
}

.hdrImage {
    float: left;
    width: 417px;
    height: 256px;
/*    border-top: 1px solid black;
    border-left: 1px solid black; */
}

.hdrTop {
    height: 38px;
    /* width: auto; */
    background-color: #7A6B75;
    font-family: "trebuchet ms", tahoma, sans-serif;
    text-align: left;
    padding-top: 162px;
    padding-left: 427px;
    font-size: 30px;
    font-weight: bold;
    color: white;
/*    border-left: 1px solid black;
    border-right: 1px solid black; */
}

.hdrBtm {
    height: 35px;
    border-top: 1px solid white;
    background-color: #574F68;
    font-family: "trebuchet ms", tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: left;
	padding-top: 20px;
    padding-left: 427px;
/*    border-left: 1px solid black;
    border-right: 1px solid black; */
    border-bottom: 1px solid black;
}

#headerBottom {
    height: 40px;
    background-color: #9999CC;
    /*
    border-right: 1px solid black;
    border-left: 1px solid black; 
    border-top: 1px solid black;
    border-bottom: 1px solid black;*/
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

#nav-top #navcontainer div, #nav-top #navcontainer div h3
{
  float: left;
  display: block;
  cursor: pointer;
}

#nav-top #navcontainer
{
  float: left;
  width: 999px;
  z-index: 1000;
}

#nav-top #navcontainer div a:link, #nav-top #navcontainer div a:active, #nav-top #navcontainer div a:visited
{
  float: left;
  border-right: 1px solid white;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  white-space: nowrap;
  margin-top: -39px;
}

#nav-top #navcontainer div a:hover
{
  border-left-width: 0px;
  border-left-style: none;
}

#navcontainer div a h3
{
  font-family: "trebuchet ms", tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: black;
  font-style: normal;
}

#navcontainer div a:hover h3
{
  font-weight: normal;
  color: white;
  font-style: normal;
  background-color: #7a6b75;
}

#navcontainer div a:hover
{
  font-weight: normal;
  color: white;
  font-style: normal;
  background-color: #7a6b75;
}

#content a:link
{
  font-family: "trebuchet ms", tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #cf7745;
  font-style: normal;
}

#content a:hover
{
  font-weight: normal;
  color: #7a6b75;
  font-style: normal;
  text-decoration: none;
}

nav {
    /* position:relative;
     top: -32px; */
    background-color: #9999CC;
/*    padding-top: 10px;
    padding-bottom: 1px;
    border: none;
    height: 45px; */
}

nav ul {
	clear: left;
	list-style: none;
	width: 100%;
	margin-left: 0;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 1px 0 0;
	border-right: 1px solid white;
}

nav ul li a {
	color: #38261E;
	width: 12.5%; /* 120/960 */
	font-size: 1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	padding: 10px 4.1666666667% 15px 4.16666666667%;
	text-transform: uppercase;
	border: none;
}

nav ul li a:hover {
	color: #E15C2E;
	text-decoration: none;
    background: url(../images/button_hov.png) no-repeat;
    background-position: bottom;
   
}

nav ul li a.selected {
	color: #38261E;
    /* background: url(../images/button_sel.png) no-repeat; */
    background-position: bottom;
}

nav ul li a.selected:hover {
	color: #E15C2E;
}

#mainRight, #mainRight2 {
    /*background: url(../images/main_bg.png) repeat;*/
	width: 100%;
	max-width: 960px;
	text-align: left;
    margin: auto;
/*    border: 1px dotted black; */
}

.pageImg {
 	width: 100%;
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/


.columns {
	/*margin: 10px 0;
	padding: 2.08333%;*/ /* 20/960 */
	margin-top: 41px;
	padding: 2.08333%; /* 20/960 */
	border: none;
    background-color: #E4E4E9;
    /*border-left: 1px solid black;
    border-right: 1px solid black;
    border: 1px solid black;*/
}

.colSingle {
 	/*float: left;*/
	width: 95%; /* 460/960 */
	border: none;
    text-align: left;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px 0px 0px 30px;
/*     margin-right: 3.125%; 
    border: 1px dashed blue;*/
}
.colLeft {
	float: left;
	width: 47.91666667%; /* 460/960 */
    width: 55%;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 20px;
    border: none;
}

.colRight {
	float: right;
	width: 47.91666667%; /* 460/960 */
    width: 35%;
	border: none;
}

#homeLeft {
    width: 45%;
}

#homeRight {
    width: 45%;
}

.col1 {
	float: left;
/*	width: 29.16666667%; */ /* 280/960 */
/*	width: 30.434782%; */
    width: 40%;
	border: none;
    margin-bottom: 10px;
    margin-right: 3.125%;
    text-align:center;
    border: 1px dashed blue;
}
.col2 {
	float: left;
/*	width: 29.16666667%;
	width: 33.33333333%; */
/*	width: 30.434782%; */
    width: 40%;
	border: none;
    margin-bottom: 10px;
    margin-right: 3.125%;
    text-align:center;
    border: 1px dashed blue;
}
.col3 {
	float: left;
/*	width: 29.16666667%; */ /* 280/960 */
/*	width: 33.33333333%; */
/*	width: 30.434782%; */
    width: 12%;
	border: none;
    margin-bottom: 10px;
    text-align:center !important;
    border: 1px dashed blue;
}
    
#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: right;
}

footer {
	clear: both;
	/*background: url(../images/footer_bg.png) repeat-x;*/
	padding-top: 10px;
    /*height: 78px;*/
	border: none;
    background-color: #E4E4E9;
    margin: 0;
    width: auto;
    padding: 20px 40px 20px 40px;
    text-align: center;
}

footer .colSingle {
    text-align: center;
}

footer p {
	float: none;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.8em;
    color: #EDE9C1;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 34.375%; /* 330/960 */
	padding-top: 3px;
	text-align: right;
    margin-right:1.041666666667%; /* 10/960 */
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 1.5151515152%; /* 5/330 */
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #EDE9C1;
}

@media screen and (max-width:768px)
{
	nav ul li a {
		padding: 10px 2% 15px 2%;
		width: 12.5%;
	}
	.colLeft, .colRight {
		float: left;
		width: 90%;
		margin-bottom: 20px;
        margin-right: 10px;
	}
    #homeLeft {
        width: 90%;
    }
    #homeRight{
        width: 90%;
    }
	.col1, .col2, .col3 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	footer p {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	footer ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	footer ul li {
		padding-left: 0;
	}
	p, dl, hr, h1, h2, h4, h5, h6, ol, ul, pre, table, address, fieldset { /* CarlJ - 10-5-13 - h3 removed from this list */
		margin-bottom: 5px;
	}

    header {
  	/*height: 197px;*/
      /* background: url(../images/header_bg.png) top right repeat-x; */
  	  /* width: 100%; */
      /* CarlJ */
      height: 370px;
      /*border: none;*/
      /*border-top: 1px solid black;
      border-right: 1px solid black;
      border-left: 1px solid black;*/
    }
    .hdrImage {
        height: 256px;
        /* width: 417px; */
        /* border-bottom: 1px solid black; */
        float: none;
        
    }
    .hdrTop {
        height: 45px;
        background-color: #7A6B75;
        text-align: left;
        padding-top: 10px;
        padding-left: 20px;
        border: none;
        float: none;
        font-size: 28px;
        line-height: 30px;

    }
    .hdrBtm {
        height: 38px;
        /*border: none;
        border-top: 1px solid white;*/
        background-color: #574F68;
        text-align: left;
        padding-left: 20px;
        font-family: "trebuchet ms", tahoma, anas-serif;
        font-size: 14px;
        font-weight: bold;
        color: white;
    	padding-top: 20px;
        float: none;
    }
}

@media screen and (max-width: 480px)
{
	header {
		/* background: url(../images/header_bg_cp.png) top right repeat-x;
		background-color: rgba(255, 255, 255, 0.6); */
	}
	#mainRight, #mainRight2 {
		width: 100%;
	}

	nav ul {
		height: 100%;
	}
	nav ul li {
		display: block;
		text-align: center;
		width: 100%;
		padding: 8px 0;
	}
	nav ul li a {
		padding: 0;
		font-size: 1.4em;
	}
	nav ul li a.selected {
		background: none;
		border-bottom: 2px solid green;
	}
}
