/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#bdd0ee;
	font: 14px "Segoe UI", Calibri, Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, table, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, th, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "Swis721 Cn BT", "Stymie XBd BT", "Swis721 BlkCn BT", Calibri, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #2b68c1;
	padding-top: 10px;
	margin: 0px 22px -5px 20px;
}
h1 {
	font: 36px "Swis721 Lt BT", "Swis721 BT", Calibri, Tahoma, Arial, sans-serif;
	color: #2b68c1;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 22px 10px 20px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 25px 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	font-size: 15px;
	font-style: normal;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #2b68c1;
}
a:visited {
	text-decoration: underline;
	color: #2b68c1;
}
a:hover {
	text-decoration: underline;
	color: #2b68c1;
}
a:active, a.selected {
	text-decoration: none;
	color: #830202;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background:none;
	width: 990px;
	margin: 0px auto;
}

/* Creates DIV container for header. */
div#header {
	position: relative;
	width: 990px;
	margin: 0px auto;
	clear: both;
	height: 255px;
	border-bottom: 1px dashed #444;
}

/* Creates DIV container for call to action */ 
div#logo {
	height: 55px;
	width: 433px;
	z-index: 1;
	margin-left:-8px;
	float:left;
	margin-bottom:15px;
}

div#logo a {
	text-decoration: none;
	color: #fff;
	height: 55px;
	width: 433px;
	display: block;
}

/* Creates DIV container for animation */ 
div#animation {
	height: 245px;
	width: 990px;
	z-index: 1;
	padding: 0;
	margin: 0;

}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #5c5c5c;
	width: 275px;
	float: left;
	padding: 0px;
	padding-top:5px;
	min-height:400px;
	border-right: 1px dashed #444;
	margin-top:10px;
	margin-bottom:10px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #4b4b4b;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #414040;
}
div#sidebar address {
	padding: 10px 10px 10px 23px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 708px;
	float: right;
	padding: 0;
	padding-bottom:35px;
	
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
}
div#content ul {
	margin: 5px 25px 10px 40px;
}
div#content ol {
	line-height: 18px;
	margin: 5px 25px 10px 40px;
}
div#content ul li {
	padding-left: 10px;
	list-style:square;
	
}
div#content ol li {
	padding-left: 10px;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 328px;
	_width: 318px;
	margin: 10px 0px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 328px;
	_width: 318px;
	margin: 10px 5px 5px 0px;
}
div#leftcolumnthird { /* divides content in thirds */
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 219px;
	_width: 209px;
	margin: 10px 0px 5px;
}
div#ctrcolumnthird {
	background: url(images/bg-column.png) no-repeat right top;
	float: left;
	width: 219px;
	_width: 209px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 219px;
	_width: 209px;
	margin: 10px 5px 5px 0px;
}

div#leftcolumnhalf p, div#rightcolumnhalf p, div#leftcolumnthird p, div#ctrcolumnthird p, div#rightcolumnthird p, div#leftcolumnhalf ul, div#rightcolumnhalf ul, div#leftcolumnthird ul, div#ctrcolumnthird ul, div#rightcolumnthird ul {
	margin: 5px 20px 10px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 657px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 11px;
	height:190px;
	width: 990px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	color:#444;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #444;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #444;
}
div#footer img {
	float: right;
	margin-top: 0px;
	margin-right: 22px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	margin: 0px auto;
	padding: 40px 0px 5px;
	width: 640px;
	text-align:center;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	border-right: 1px dotted #686868;
	text-align: center;
	display: block;
	width: auto;
	padding: 1px 22px;
	margin: 0px;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: none;
}
ul#utilitynav li a.last {
	border-right: 0;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 10px;
	margin: 0px auto;
	padding: 5px 10px;
	clear: both;
}
div#copyright img {
	margin-top: -50px;
	margin-right: 0px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

#menu{
	background-image:url(images/menu-bg.png);
	height:93px;
}

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px "Segoe UI", Calibri, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
	padding: 11px 0;
	text-align: center;
	line-height: 13px;
	margin-top: 18px;
	margin-left: 0;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding-left: 0;
	padding-right: 1px;
	padding-bottom: 11px;
	/* matches link padding except for left and right */
	padding-top: 11px;
	margin-left: -3px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	border-right: 1px solid #bdd0ee;
	color: #000;
	padding: 11px 10px;
	margin-left: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #2b68c1;
	border-right: 1px solid #fff;
	color: #ffffff;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #2b68c1;
	border-right: 1px solid #fff;
	color: #ffffff;
	width: auto;
}

ul#mainnav li a.last {
	border-right: 0;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
img.rt {
	float: right;
	margin: 10px 22px 5px 20px;
}
img.rtborder {
	border: 1px solid #7f7f7f;
	float: right;
	margin: 10px 22px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #7f7f7f;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	border: 1px solid #7f7f7f;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 15px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #2b2a2a;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 18px "Swis721 Lt BT", "Swis721 BT", Calibri, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}


#listfloatleft {
	float: left;
	padding: 0 0 0 30px;
	margin-right: auto;
	margin-left: auto;
}

.cta-link{
	width:213px;
	height:51px;
	position: absolute;
	top:85px;	
	left:645px;
}

