@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center top;
	color: #005A51;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/sunrise_background.jpg);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #8B4D02;
}
h2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 4px double #8B4D02;
	background-image: url(../images/h2_bkg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 8px;
	padding-left: 5px;
	background-position: top;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	color: #000000;
	padding: 0.5em;
}
ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 30px;
	color: #000000;
}
ol {
	margin-top: .5em;
	margin-bottom: .5em;
}

a:link {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #00FF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#PageContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#TopNavBar {
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-style: double;
	border-bottom-color: #8B4D02;
	border-bottom-width: medium;
	color: #EFE3D2;
	height: 90px;
	padding-top: 3px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
}
#TopNavBar a:link {
	color: #EFE3D2;
	text-decoration: none;
}
#TopNavBar a:visited {
	color: #EFE3D2;
	text-decoration: none;
}
#TopNavBar a:hover {
	color: #FFFF00;
	text-decoration: blink;
}
#TopNavBar a:active {
	color: #FF0000;
	text-decoration: none;
}




#Header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 980px;
}
#HeaderShadowBar {
	background-image: url(../images/roofrepairhouston_template_02.jpg);
	height: 10px;
}

#LowerNavBar {
	width: 940px;
	height: 14px;
	background-image: url(../images/h2_bkg.jpg);
	background-repeat: repeat;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 11px;
	padding-bottom: 11px;
}
#LowerNavBar a:link {
	color: #000000;
	text-decoration: none;
}
#LowerNavBar a:visited {
	color: #000000;
	text-decoration: none;
}
#LowerNavBar a:hover {
	color: #003333;
	text-decoration: blink;
}
#LowerNavBar a:active {
	color: #FF0000;
	text-decoration: none;
}


#NavBarShadowBar {
	height: 25px;

}

#ContentWrapper {
	width: 980px;
	clear: both;
}
#ContentWrapper #LeftSideBar {
	width: 336px;
	float: left;
	clear: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#ContentWrapper #MainContent {
	width: 564px;
	clear: none;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
}

#ContentWrapper #RightSideBar {
	width: 160px;
	float: left;
	clear: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#Glossory {
	clear: both;
	width: 940px;
	float: none;
	margin: 20px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	height: 200px;
	padding: 0px;
	visibility: visible;
	position: relative;
	overflow: scroll;
}

#TextLinkFooter {
	clear: both;
	width: 940px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: none;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #E7D916;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #558A5E;
	font-size: 11px;
	color: #363996;
}
#TextLinkFooter a:link {
	color: #363996;
	text-decoration: none;
}
#TextLinkFooter a:visited {
	color: #363996;
	text-decoration: none;
}
#TextLinkFooter a:hover {
	color: #8B4D02;
	text-decoration: blink;
}
#TextLinkFooter a:active {
	color: #FF0000;
	text-decoration: none;
}


#Footer {
	padding: 0px;
	clear: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	float: left;
	font-size: 11px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #E1CAAA;
	background-color: #E2AD0F;
	color: #363996;
}
#Footer a:link {
	color: #363996;
	text-decoration: none;
}
#Footer a:visited {
	color: #363996;
	text-decoration: none;
}
#Footer a:hover {
	color: #FFFF00;
	text-decoration: blink;
}
#Footer a:active {
	color: #FF0000;
	text-decoration: none;
}




#Footer #TsunamiSEO {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#Footer #Copyright {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#PageLinkSwap {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	float: none;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #E1CAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #8B4D02;
	color: #FEE8FF;
}
#PageLinkSwap a:link {
	color: #FEE8FF;
	text-decoration: none;
}
#PageLinkSwap a:visited {
	color: #FEE8FF;
	text-decoration: none;
}
#PageLinkSwap a:hover {
	color: #FFFF00;
	text-decoration: blink;
}
#PageLinkSwap a:active {
	color: #FF0000;
	text-decoration: none;
}

