@charset "utf-8";

/* HTML elements */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/backgrounds/GRANITEB.JPG);
	margin-bottom: 50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2 {
	color:#C7B05B;
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
}

a {
	color:#C7B000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:visited {
	color:#B95073;
}

img .imageborder {
	border: 2px solid #C7B05B;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

img {
	border:0;
}

/* Container elements */

.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px 5px 0px;
	margin-top:30px;
	background-image: url(../images/banner/addressbanner.gif);
	background-repeat: no-repeat;
	text-indent: 135px;
	height:50px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Navigation */

#nav {
 margin: 0px 0px 5px 10px;
 padding:0;
 background-image:url(../images/backgrounds/button_bg.gif);
 list-style-type: none;
 width: 950px;
 float: left; /* Contain floated list items */
 font-size:10px;
 display:inline;
}

#nav li {
 margin:0;
 padding: 0;
 float: left; 
}

#nav a {
 float: left;
 width: 128px;
 text-align: center;
 color: #FFF;
 text-decoration: none;
 line-height: 25px; 
 border-right: 1px solid #FFF; 
 text-transform:uppercase;
 font-weight:bold; 
}

#nav #nav_evsociety, #nav #nav_evsociety a {
 width:176px; 

}

#nav #nav_contact a{
 border: none;
}

#nav a:hover {
 background-image:url(../images/backgrounds/button_bg_on.gif);
 font-weight:bold;
}

/* Dateline */

#tollfreenumber {
	width:950px;
	line-height:25px;
	margin:0px;
	padding:0;
	text-align:right;
	font-weight: bold;
	font-style:italic;
	color:#399;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}

#dateline {
	width:950px;
	line-height:25px;
	margin:0px;
	padding:0;
	text-align:center;
	font-weight: bold;
}

/* Content boxes */

.contentbox {
	width:309px;
	height:275px;
	border:1px solid #ccc;
	margin:5px 5px 0 0;
	float:left;
}

.contentbox h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-image:url(../images/backgrounds/button_bg.gif);
	line-height:15px;
	width:300px;
	margin:2px 2px 0 2px;
	padding:5px 0 5px 5px;
}

.contentbox #search {
	text-align:center;
}

.contentbox #evsociety {
	text-align:center;
}

.contentboxmedium {
	width:600px;
	border:0px solid #ccc;
	float:left;
	margin-right: 34px;
	margin-bottom: 0;
	margin-left: 0;
	float:left;
	padding: 0px;
}
.contentboxlarge {
	width:940px;
	border:1px solid #ccc;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding:5px 5px 5px 5px;
}

iframe {
	width:940px;
}	

.clearer {
	clear:both;
}
	
	
.oneColFixCtrHdr #container #boxOut {
	height: 375px;
	width: 950px;
	margin: 0px 10px;
}

.oneColFixCtrHdr #container #boxOut img {
	width:950px;
	height:375px;
	border:0px;
}
.fltleft {
	float:left;
	margin-right:5px;
}

/* OA Imported CSS styles override */

TD .tideLinkGroup, 
TD .tideWidgetListHeader, 
TD .tideTitle,
TD .tideFormTitle {
	color:#C7B05B;
	font-weight:bold;
}
TD .tideTitle {
	margin-bottom:-45px;
}

TD .tideService {
	visibility:hidden;
	height:0;
}
