@charset "UTF-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 20px;
	z-index: 1;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 220px;
	background: #F6F6F6;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 210px 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 
.twoColFixLtHdr #mainContentWide {
	margin: 0 10px 0 260px; 
	padding: 0 0px;
} 

.lfttcolume {
	position:relative;
	left:0px;
	top:0px;
	z-index:1;
	padding-left: 0px;
	margin-left: 0px;
	width: 220px;
	float: left;
}

.rghttcolume {
	position:relative;
	left:0px;
	top:0px;
	z-index:4;
	padding-left: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	list-style-type: circle;
	padding-left: 20px;
}

.twoColFixLtHdr #footer {
	background:#3F5385;
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	font-size: 10px;
	color: #CCC;
	background-color: 000;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	vertical-align: bottom;
	line-height: 30px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.newsletter {
	position:relative;
	left:0px;
	z-index:1;
	margin-left: 0px;
	width: 220px;
	float: none;
	height: 320px;
	border: thin solid #3F5385;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newstitle   {
	padding-left: 0px;
	background-color: #3F5385;
	color: #FFF;
	height: 24px;
	font-size: 14px;
	text-align: center;
	text-indent: 9px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-image: url(images/newsletter-.gif);
	background-repeat: no-repeat;
}

.quicklinksbox {
	position:relative;
	left:0px;
	z-index:1;
	padding-left: 0px;
	margin-left: 0px;
	width: 220px;
	float: none;
	border: thin solid #3F5385;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.quicklinks   {
	padding-left: 0px;
	background-color: #3F5385;
	color: #FFF;
	height: 24px;
	font-size: 14px;
	text-align: center;
	text-indent: 9px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-image: url(images/quicklinks.gif);
	background-repeat: no-repeat;
}
.refer   {
	padding-left: 0px;
	background-color: #3F5385;
	color: #FFF;
	height: 24px;
	font-size: 14px;
	text-align: center;
	text-indent: 9px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-image: url(images/refer-a-friend.gif);
	background-repeat: no-repeat;
}
.connect   {
	padding-left: 0px;
	background-color: #3F5385;
	color: #FFF;
	height: 24px;
	font-size: 14px;
	text-align: center;
	text-indent: 9px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-image: url(images/connect.gif);
	background-repeat: no-repeat;
}
.rightsideboxs {
	font-size: 14px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.cork {
	background-image:url(images/cork-background.jpg);
	height:130px;
	width:180px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.rightsideboxs a:link {
	color: #FFF;
	text-decoration: none;	
}
.rightsideboxs a:hover {
	color: #FFF;
	text-decoration:underline;
}
.rightsideboxs a:visited {
    color: #FFF;
	text-decoration: none;	
}

.box   {
	border: thin solid #EA1B2A;
}

H2 {
	font-family: Verdana, Calibri, Arial;
	font-size: 11px;
	color: blue;
	top: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 13px;
}

H1 {
	font-family: verdana, calibri, Arial;
	font-size: 22px;
	color: #182448;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

p {
	font-family: Verdana, Calibri, Arial;
	font-size: 12px;
	color: #3D3D3D;
	top: 0px;
	left: 0px;
	font-weight: normal;
	line-height: 16px;
	
}


H4 {
	font-family: verdana, calibri, Arial;
	font-size: 14px;
	color: #284d49;
	margin-top: 15px;

	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

H5 {
	font-size: 16px;
	color: #f13436;
	top: 0px;
	font-weight: bold;
	line-height: 10px;

}

H6 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #FFF;
	
}

.redtitle {
	font-size: 16px;
	color: #f13436;
	top: 0px;
	font-weight: bold;
	line-height: 10px;
}
.redtitle a:link {
	color: #f13436;
	text-decoration: none;
}

.redtitle a:visited {
    color: #f13436;
	text-decoration: none;	
}
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0px;
	font-size: 12px;
}


a:link {
	color: #546EB1;
}
a:visited {
	color: #3F5385;
}
a:hover {
	color: #324468;
}

HR {
	color: #3f5385;
	size: 1;
}

.searchbox  {
	float: right;
	z-index: 4;
	width: 200px;
	padding-top: 0px;
	position: relative;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #385385;
	margin-right: 11px;
	height: 24px;

}

.phonetitle  {
	float: left;
	z-index: 6;
	width: 576px;
	height: 27px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	bottom: 10px;
}

.mobile  {
	float: right;
	z-index: 6;
	width: 990px;
	padding-top: 45px;
	position: absolute;
	top: 0px;
	padding-left: 0px;
}


.menu  {
	float: left;
	z-index: 5;
	width: 1000px;
	padding-top: 0px;
	position: absolute;
	top: 275px;
	height: 28px;
	background-color: #EEE;
}

.menubar  {
	float: left;
	z-index: 4;
	width: 1000px;
	padding-top: 0px;
	position: absolute;
	top: 85px;
	height: 190px;

}
#topheader, #header {
	clear: both;
	overflow: hidden;
}
#header { height:200px;
 }
#header1 { height:175px;
 }
#apDiv1 {
	position:absolute;
	left:643px;
	top:64px;
	width:251px;
	height:37px;
	z-index:5;
}

#honey { visibility:hidden; display:none;}

#searchbtn {
  width: 28px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/searchbutton.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#apDiv2 {
	left:10px;
	top:2px;
	width:532px;
	height:64px;
	z-index:5;
	position: relative;
}
#apDiv3 {
	position:relative;
	left:286px;
	top:36px;
	width:269px;
	height:40px;
	z-index:5;
}
.call2action {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
/*	RELATED TO RIGHT MENU	*/

#rightMenu		{	margin:0; padding:0px 10px 5px 0px;	list-style:none;	}
#rightMenu li	{
	padding-top:2px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
}

#selected		{	padding-left:17px;	text-align:left;	font-size:12px;	color:#CC0000;
					background-image:url(images/right_menu_bullet_on.jpg);  background-position:0px 5px;	background-repeat:no-repeat;	}
#rightMenu li a	{
	padding-left:17px;
	text-align:left;
	font-size:12px;
	color:#3B447B;
	text-decoration:none;
	background-image:url(images/right_menu_bullet_off.jpg);
	background-position: 0px 1px;
	background-repeat:no-repeat;
	display: block;
	list-style-position: outside;
}
#rightMenu li a:hover	{	background-image:url(images/right_menu_bullet_on.jpg); color:#CC0000; 	}
#rightMenuTop	{
	padding-top:8px;
	padding-bottom:3px;
	padding-right:7px;
	font-size:14px;
	color:#3C457E;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*	RELATED TO PAGE TITLE	*/

.pageTitle		{
	font-weight:bold;
	font-size:20px;
	margin-bottom:15px;
	margin-top: 15px;
	line-height: normal;
}
/*	MISC	*/

.subsection		{
	font-weight:bold;
	text-transform:capitalize;
	display:block;
	font-size:14px;
	padding-bottom:4px;
	line-height: normal;
}
.backToTop	{	display:block;	text-decoration:none;	color:#828894;	margin-bottom:20px;	font-size:11px;
				background-repeat:no-repeat;background-position:60px 0px;background-image:url(images/back_to_top.jpg);	}
h2 {
	font-size: 14px;
	color: #182448;
}
h1 {
	font-size: 20px;
}
 
.style1 {font-size: 10px}
.calltitle {
	font-size: 16px;
	color: #445683;
	font-weight: bold;
	font-family: Arial;
	line-height: 20px;
	letter-spacing: -0.7px;
}
.phonenum {
	font-size: 34px;
	color: #445683;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 0px;
}
.mobiletext {
	color: #445683;
	font-weight: bold;
	padding-right: 12px;
}
.buttomobile {
	float: right;
	padding-top: 0px;
	padding-right: 0px;	
}

.mobile1b {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFF; text-align: justify; }
div.mobile1b a:link {color: #FFF; text-align: justify; }
div.mobile1b a:visited {color: #FFF; text-align: justify; }


