@charset "utf-8";
/* CSS Document */
/* Colors
#254834 Dark Green
#083122 Dark Logo Green
#F9F5D7 Parchment Color
#EED03B Yellow
*/


body				{background: #254834 url(Custom%20Builders%20USA%20Austin%20Texas%20Images/Green%20Fade.jpg) top left repeat-x; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-shadow: 0 0 0 #000;}
h1					{font-size: 150%; font-family: Georgia, "Times New Roman", Times, serif; color: #254834;}
h2					{font-size: 135%; font-family: Georgia, "Times New Roman", Times, serif; color: #254834;}
h3					{font-size: 115%; font-family: Georgia, "Times New Roman", Times, serif; color: #254834;}
h4					{font-size: 110%; font-family: Georgia, "Times New Roman", Times, serif; color: #254834;}
h5					{font-size: 180%; font-family: Georgia, "Times New Roman", Times, serif; color: #254834;}
font 				{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; ;}
a:link 				{color: #083122;; text-decoration:none;}
a:visited			{color: #083122;; text-decoration:none;}
a:hover 			{color: #083122;; text-decoration:underline;}
a:active 			{color: #083122;; text-decoration:none;}
td					{padding: 15px 20px 5px 15px; text-align: left;}

#PageWrapper		{width: 800px; background: #F9F5D7 url(Custom%20Builders%20USA%20Austin%20Texas%20Images/Parchment%20Background.jpg) bottom left; border: solid 2px #000000; margin: 0 auto; clear: both;}
#PageContainer		{width: 800px; margin: 0 auto; padding: 0px; clear: both;}
#Header				{width: 800px; height: 293px; margin: 0 auto; background: url(Custom%20Builders%20USA%20Austin%20Texas%20Images/CBUSA%20Austin%20Header.jpg) top left no-repeat; padding: 0px; clear: both;}
#Masthead			{height: 133px; width: 800px;}
#Navigation			{padding: 0px; width: 800px; height: 50px; background: url(Custom%20Builders%20USA%20Austin%20Texas%20Images/Navigation%20Bar.png) top left repeat-x; clear:both;}
#Content			{width: 800px; margin: 0 auto; clear: both; background: url(Custom%20Builders%20USA%20Austin%20Texas%20Images/Austin%20Skyline.jpg) bottom left no-repeat;}
#ContentInside		{width: 500px; padding: 10px 150px 10px 150px; margin: 0 auto; text-align: justify; clear: both;}
#InsideFooter		{width: 780px; height: 30px; padding: 0px;}
#Footer				{width: 770px; margin: 0 auto; padding: 15px; clear: both; text-align: center; color: #DDC03B;}
#GreenBuilder		{width: 150px; position: absolute; margin: -20px 0px 0px 600px; z-index: 10;}

.partner			{color: #254834; font-weight: bold; text-align: left;}
.divclear			{clear: both;}
.picright			{width: 250px; float: right; padding: 0px 0px 0px 10px; margin-right: -50px;}
.leftfloat			{width: 135px; float: left;}
.leftfloat500		{width: 500px; float: left;}
.contact{position: relative; z-index: 0; text-align: left; font-size: 13px;}
.contact:hover{background-color: transparent; z-index: 50;}

.contact span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width: 230px;
}

.contact span a{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.contact:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */

}