/* top, right, bottom and left  */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	
	background: #FFF;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 850px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	padding: 0px;  /* 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. */
}
.twoColFixLtHdr #stripes { 
	background: #FFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #stripes instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #topnav { 
	background: #FFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #stripes instead of text, you may want to remove the padding. */
	padding-top: 2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 216px the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 17px 17px 25px 17px;
}
.twoColFixLtHdr #sidebar1.homepage {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 17px 25px 17px;
}
.twoColFixLtHdr #mainContent { 
	margin-left: 260px; /* 250px 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: 0px 17px 25px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent.homepage { 
	margin-left: 314px; /* 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: 0px 17px 25px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent #breadcrumb {
	display: none;
}
.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(/i/skyline_footer2.gif) no-repeat;
	min-height: 100px;
	padding: 15px;
	font-size: .85em;
} 
.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;
}

a {
	color: #b50027;
	text-decoration: none;
}
a:hover {
	color: #b50027;
	text-decoration: underline;
}

.error {
	color: #b50027;
}
h1 {
	font-size: 1.3em;
	margin: 0px;
}

h2 {
	font-size: 1.1em;
	margin: 0px;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .9em;
}

.phone {
	color: #b50027;
}

li {
	margin:0;
	padding:0;
}

img {
	border: 0;
}

#homepage_quote, #homepage_quote_subtext {
	/*display: none;*/
}

.ndlogo {
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

#sidebar1 #contact_info {
	color: #334c61;
	font-size: .85em;
	margin: 0 0 20px 0;
}
#sidebar1 #icon_mouse {
	float: left;
	margin-right: 10px;
}
#sidebar1 #contact_info2 {
	padding-top: 10px;
	padding-left: 35px;
}

.normal {
	color: #666;
	font-weight: normal;
}

ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
}
.bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}
.bulletList li .bulletList li {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: circle;
}


.twoColFixLtHdr #sidebar1.homepage {
	background:url(/i/homepage_brian_quote.jpg) no-repeat;
	padding-top: 200px;
}
.twoColFixLtHdr #sidebar1.homepage #homepage_quote {
	padding: 0 45px 0 35px;
	color: #FFF;
	line-height: 1.3em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
}
.twoColFixLtHdr #sidebar1.homepage #homepage_quote_subtext {
	padding: 20px 25px 20px 15px;
	line-height: 1.3em;
	color: #4d728f;
	font-size: .9em;
}