/* CSS Document */


/* turn off browser default margins and padding */

* {
    margin: 0;
    padding: 0;
}

body {
	font-size: 62.5%;  /* Set default font size to 10px based on IE default size of 16px - 16px × 62.5% = 10px */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center; /* IE6 fix for centered layout */
	min-width: 780px; /* Netscape fix for centered layouts. alsways make this width slightly wider than the wrapper */
	line-height: 1.8em;
	color: #000000;
}

a:link, a:visited {
	background-color: transparent;
    text-decoration: none;
}

a:hover, a:active {
	background-color: transparent;
    text-decoration: none;
}

h1 {
	font-size: 1.4em; /* 10px × 1.6emm = 16px */
	color: #000000;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.2em; /* 10px × 1.2em = 12px */
	text-indent: 0px;
}

li {font-size: 1.2em;}


/* default links */

.mainText a:link, a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #9E1600;
	border-bottom: 1px dotted #9E1600;
	font-weight: bold;
}

.mainText a:hover, a:active {
	border-bottom-style: solid;
	font-weight: bold;
}


/* default text styles */

.mainText h1 {
	font-size: 1.4em; /* 10px × 1.6emm = 16px */
	color: #000000;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.mainText p {
	font-size: 1.2em; /* 10px × 1.2em = 12px */
	text-indent: 0px;
}

.mainText li { font-size: 1.2em;}


/* All content except for footer contained in wrapper */

#wrapper {
width:762px;
margin:0 auto; /* set horizontal margins to 0 to center the layout. IE and NN fixes found in body tag above */
text-align:left;
background: #000000 url(../images/global/bg_repeat.jpg) repeat-y;
padding: 0px 0px 10px 0px;
}

#footer {
width:762px;
margin:0 auto;
}

/* left column styles */

.leftColumn {
width: 414px;
margin: 0 0 0 38px;
}

.leftColumn p {
	font-size: 1.2em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #1C1C1C;
}

.leftColumn a:link, a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #9E1600;
	border-bottom: 1px dotted #9E1600;
	font-weight: bold;
}

.leftColumn a:hover, a:active {
	border-bottom-style: solid;
	font-weight: bold;
}


.leftColumnPic { /* apply margin to pics for txt spacing */
margin: 0 20px 20px 0;
}


/* Right columns styles */

.rightColumn {
width: 245px;
margin: 0px 38px 0px 27px;
}

/* Installations page text link styles */

.installations {
width: 686px;
margin: 0 38px 0 38px;
}

.installationsText {
	font-size: 1.2em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.8em;
	color: #000000;
}

.installationsText a:link {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}


.installationsText a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #564E42;
	border-bottom: 1px dotted #564E42;
	font-weight: bold;

}

.installationsText a:hover, a:active {
	border-bottom-style: solid;
	color: #9E1600;
	border-bottom: 1px dotted #9E1600;
	font-weight: bold;
}

.gnav a {
	background-color: transparent;
    text-decoration: none;
	border-bottom: none; /* override inherited border style */


}

.photoTExt {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
}

#bulletlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
} 

#bulletlist li
{
padding-left: 13px;
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
}
