@charset "UTF-8";
	@import url("navigation/Sunrise_nav.css");
.style1 {font-size: 18px}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-left: 5px;
}
.style5 {font-size: 24px}
a:link {
	text-decoration: underline;
	color: #ff6633;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#333;
}
a:active {
	text-decoration: none;
}

.color_link {
color: #000000;
font-family: Arial, Helvetica, sans-serif;

}

a.color_link:link { color: #FF6633; text-decoration: none;}
a.color_link:visited { color: #FF6633; text-decoration: none;}
a.color_link:hover { color: #333; text-decoration: none;}
a.color_link:active { color:#333; text-decoration: none;}

body  {
	background: #666666;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	font-family: Arial, Helvetica, sans-serif;

}

a {
	text-decoration: none;
}
.bubbleInfo a:link, .bubbleInfo a:visited {
	color:#FF4500;
}
.bubbleInfo a:hover {
	color:blue;
}
a:link { color: #00BFFF; }

a:visited { color: #00BFFF; }

a:hover { color: #333;}

a:active { color: #993300; }


.twoColFixRtHdr #container {
	width: 956px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 110px;
	width:250px;
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}
#nav {
	height: 30px;
	width:760px;
}
#features {
	height: 220px;
}
#welcome {
	float: left;
	width: 375px;
	margin-top: 10px;
	margin-left: 5px;
	background-image: url(images/text_bg.jpg);
	height: 341px;
	text-align: left;
}
.welcomebanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
#titlebar {
	height: 50px;
	background-image: url(images/title_bg.jpg);
}
.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	padding-left: 20px;
}
#introtext {
	border:1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding-right: 20px;
	padding-left: 20px;
	background-color:#696969;
	height: 585px;
	color: #FFFFFF;
}
.sungold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFCC00;
}
#bodytext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#weltrucks {
	float: right;
	width: 361px;
	margin-top: 10px;
	margin-right: 5px;
}
.twoColFixRtHdr #mainContent {
	float: left;
	width: 760px;
} 
.twoColFixRtHdr #footer {
	text-align: center;
	background-color: #666666;
	background-image: url(images/container_bg.jpg);
	width: 760px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
}

.twoColFixRtHdr #footer p a{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-decoration: none;
}

.footer_class {
color: #000000;
background-color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;

}

.footer_color {

}

a.footer_color:link { color: #000000; text-decoration: none;}
a.footer_color:visited { color: #000000; text-decoration: none;}
a.footer_color:hover { color: #0000CC; text-decoration: none;}
a.footer_color:active { color: #0000CC; text-decoration: none;}


.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;
	margin-right: 110px;
	margin-top: 20px;
}
.hyped {
	margin-left: 400px;
}
.contactindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	float: right;
}
.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;
}
.directionsimg {
	margin-left: 0px;
	float: right;
}
#bodytextform {
	width: 100px;
	float: left;
}
.twoColFixRtHdr #container #mainContent #introtext #bodytext table {
	width: 100px;
	float: left;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFCC00;
}
.promiselogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFCC00;
}


/*This is for the pop-up window ---*/
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}


