/* div{
	max-width:1000px !important;
} */
#header{
	background: url("images/backgroundheader.png") repeat-x scroll 0 0 #7A885D;
    	padding-top:25px;
	color:#ffffff;
}

a {
    	color: #7A885D;
}

.top-bar .name h1 a{
color:#111111;
}

a:hover, a:focus {
    	color: #7A885D;
}

#header a, #header a:hover, #header a:focus{
	color:#ffffff;
	text-decoration:underline;
}

caption, .label, form h3 {
    	background-color: #7A885D !important;
    	color: #FFFFFF !important;
    	margin-bottom: 5px !important;
    	margin-top: 5px !important;    
}

p.synopsis {
    	color: #7A885D !important;
	font-weight: bold;
}

#tdLightColor em{
	color:#7A885D;
}

caption em{
	color:#ffffff;
}

#content3 img{
	max-width:100%;
	height: auto;
}


/* .basicText{
	width:100%;
} */

input[type="text"]{
	min-width:100px;
}

#tdHeader{
	background:#7A885D;
	color:#ffffff !important;
}

#common-content{
	width:100%;
}

#rightside2{
	width:100%;
}

#mainmenu{
	margin-bottom:20px;
}

table {
	margin: 0;
    	border-collapse:collapse;
    	border-spacing:0;
	/* width:100%; */
}

table tr td {
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

body{
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	background: url("images/background.jpg") repeat scroll 0 0 transparent;
}

.row{
	background:url("images/bg-container.png") repeat-y scroll 0 0 transparent;
	background-size:100%;	
   	width:100%;
}

#bodyContent{

	background-size:100%;
	margin-top: -16px;
}

.rowHeader{
	margin: 0 auto;
  	max-width: 62.5em;
    	width: 100%;
}




/* adjusting the padding below will adjust the foundation width for all columns */
.column, .columns{
	/*  padding-left: 0;
	padding-right: 0;*/
}

/* Breadcrumbs css code found in "foundation.css" */


#breadCrumbs{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    	float: right;
    	margin-left: 0;
    	margin-right: 23px;
    	text-align: right;
    	width: 96%;
}

/* This enables the menu elements to be seen over other rows*/
#cssmenu ul li ul, ul li ol{
	z-index: 100;
}

#pagetype table{
	width: 100%;
}

#contactus {
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 5px;
    	padding: 0;
    	width: 98%;
}
#contactus div {
    	padding: 3px;
}
#contactus td {
    	vertical-align: top;
}
#contactus td.address {
    	width: 49%;
}
#contactus div.physicalAddress {
    	margin-bottom: 1em;
}
#contactus div.physicalAddress > h3 {
    	margin-bottom: 0.5em;
}
#contactus div.mailingAddress {
    	margin-bottom: 1em;
}
#contactus div.mailingAddress > h3 {
    	margin-bottom: 0.5em;
}
#contactus td.map {
    	width: 49%;
}
#contactus td.map div.map {
    	border: 1px solid #808080;
}
#contactus #contactusForm {
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 1em;
    	/* width: 95%; */
}
#contactus .mapLink {
    	font-size: small;
}
#contactus .mapFrame {
    	border: 0 none;
    	height: 100%;
    	margin: 1%;
    	padding: 3px;
    	width: 96%;
}
#contactus #contactusForm tr#name td {
    	padding-top: 1em;
}
#contactus .label {
    	text-align: right;
}
/* #contactus #contactusForm input[name="userName"] {
    	width: 50%;
}
#contactus #contactusForm input[name="userEmail"] {
    	width: 50%;
} */
#contactus #contactusForm textarea {
    	height: 150px;
/*  	width: 50%; */
}
#contactus #contactusForm input[type="submit"] {
    	margin-bottom: 25px;
    	margin-right: 50px;
    	margin-top: 15px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    	margin:0;
    	padding:0;
}
html,body {
    	width:  100%;

    	*height: auto;
    	*width: auto;
    	margin: 0px;
    	padding: 0px;
}