/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
margin-top: 0px;
margin-left : auto; 
margin-right : auto; 
width : 800px;
height:100%;
} 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
position:relative;
width: 800px; 
margin: 0 auto; 
text-align: left; 
}

#Intro{
	margin: 100px 0 0 100px;
	padding: 10px 0px;
	width: 550px;
	height: 330px;
}
#TopLeft{
	margin: 0;
	padding: 10px 0px;
	background-color:#000000;
	width: 200px;
	height: 100px;
}
#TopMiddle{
	margin: -120px 0 0 200px;
	padding: 10px 0px;
	background-color:#000000;
	width: 400px;
	height: 100px;
}
#TopRight{
	margin: -120px 0 0 600px;
	padding: 10px 0px;
	background-color:#000000;
	width: 200px;
	height: 100px;
}
#HeaderSeperator{
	margin: -5px;
	padding: 10px 0px;
	width: 800px;
	height: 20px;
}
#LeftNavigation{
	margin: 0;
	padding: 10px 0px;
	background-color:#FFFFFF;
	width: 300px;
	height: 500px;
}
#MainBody{
	margin: -520px 0 0 300px;
	padding: 10px 0px;
	background-color:#FFFFFF;
	width: 500px;
	height: 500px;
}
#scroller {
     margin: 0px 160px;
     width: 250px;
     height: 500px;
     overflow: auto;
 }
#Footer{
	margin: 40px;
	padding: 10px 0px;
	background-color:#000000;
	width: 800px;
	height: 30px;
}
#FooterBG{
margin: -10;
padding: 10px 0px;
position:relative;
background-color:#2A2627;
width: 800px;
height: 12px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

.sitetext {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 11px;
	color: #333333;
}

.headertext {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight:900;
}
.headertext2 {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight:900;
}
.headertext3 {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 10px;
	color:#666666;
	font-weight:900;
}
.headertext_yellow {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size: 16px;
	color:#06C;
	font-weight:900;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B636F;
	text-decoration: none;
	background-color: transparent;
	cursor: hand;
}
.img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border:thin;
	border-color:#CCCCCC;
}
.img1{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
	border:thin;
	border-color:#CCCCCC;
}
.footer{
background-image:url(images/repeat.gif);
background-repeat:repeat-x;
margin:0px;
padding:16px;
border:#333333;
width:770px;
height:50px;
text-align:center;
font-size: 85%;
color: #FFFFFF;
}
.footer a {
	color: #999999;
	text-decoration: none;
	border: 0;
}
.footer a:hover{
	color: #FFF;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 800px;
	padding: 0;
	color:#FFFFFF;
	font: 0.8em arial,sans-serif;
	text-align: center;
}

/*************** #PageName styles **************/



/************* #ImageSwap styles **************/
#services img { border: none; }
#services li { display: inline; list-style:none; }
#services li a { float: left; display:block; width: 100px; height: 60px; margin: 5%; }
#services li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#services li a:hover { visibility:visible; /* for IE6 */ }
#services li a:hover img { visibility:visible; /* for IE6 */ }
#services li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#resume img { border: none; }
#resume li { display: inline; list-style:none; }
#resume li a { float: left; display:block; width: 100px; height: 60px; margin: 5%; }
#resume li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#resume li a:hover { visibility:visible; /* for IE6 */ }
#resume li a:hover img { visibility:visible; /* for IE6 */ }
#resume li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#references img { border: none; }
#references li { display: inline; list-style:none; }
#references li a { float: left; display:block; width: 100px; height: 60px; margin: 5%; }
#references li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#references li a:hover { visibility:visible; /* for IE6 */ }
#references li a:hover img { visibility:visible; /* for IE6 */ }
#references li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#projects img { border: none; }
#projects li { display: inline; list-style:none; }
#projects li a { float: none; display:block; width: 150px; height: 25px; margin: 5%; }
#projects li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#projects li a:hover { visibility:visible; /* for IE6 */ }
#projects li a:hover img { visibility:visible; /* for IE6 */ }
#projects li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#press img { border: none; }
#press li { display: inline; list-style:none; }
#press li a { float: left; display:block; width: 100px; height: 60px; margin: 5%; }
#press li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#press li a:hover { visibility:visible; /* for IE6 */ }
#press li a:hover img { visibility:visible; /* for IE6 */ }
#press li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#one { background:url(images/Westling_Associates_Cards_Icon.jpg) no-repeat left bottom; }
#two { background:url(images/Westling_Associates_Articles_Icon2.jpg) no-repeat left bottom; }
#three { background:url(images/Westling_Associates_News_Icon2.jpg) no-repeat left bottom; }
#four { background:url(images/General_Contractors_ReferencesSm2.jpg) no-repeat left bottom; }
#five { background:url(images/Consultant_ReferencesSm2.jpg) no-repeat left bottom; }
#six { background:url(images/Client_ReferencesSm2.jpg) no-repeat left bottom; }
#seven { background:url(images/ConstructionSm2.jpg) no-repeat left bottom; }
#eight { background:url(images/Project_CompletionSm2.jpg) no-repeat left bottom; }
#nine { background:url(images/PreconstructionSm2.jpg) no-repeat left bottom; }
#ten { background:url(images/Josh_Westling_Resume_Sm2.jpg) no-repeat left bottom; }
#eleven { background:url(images/James_Westling_Resume_Sm2.jpg) no-repeat left bottom; }
#twelve { background:url(images/Current_Projects_Sage_Hill_ThumbOn.jpg) no-repeat left bottom; }
#thirteen { background:url(images/Current_Projects_Island_Hotel_Thumb1.jpg) no-repeat left bottom; }
#fourteen { background:url(images/Current_Projects_Balboa_Marina_Thumb1.jpg) no-repeat left bottom; }
#fifteen  { background:url(images/Current_Projects_Booth_Medical_Thumb1.jpg) no-repeat left bottom; }
#sixteen{ background:url(images/Completed_Projects_8001_Main_Thumb1.jpg) no-repeat left bottom; }
#seventeen { background:url(images/Completed_Projects_Discovery_Business_Center_Thumb1.jpg) no-repeat left bottom; }
#eighteen { background:url(images/Completed_Projects_Irvine_Technology_Thumb1.jpg) no-repeat left bottom; }
#nineteen { background:url(images/Completed_Projects_Jamboree_Business_Center_Thumb1.jpg) no-repeat left bottom; }
#twenty { background:url(images/Completed_Projects_Manchester_Thumb1.jpg) no-repeat left bottom; }
#twentyone { background:url(images/Completed_Projects_Newport_Center_Drive_Thumb1.jpg) no-repeat left bottom; }
#twentytwo { background:url(images/Completed_Projects_Westport2_Thumb1.jpg) no-repeat left bottom; }
#twentythree { background:url(images/Back_Button_On.jpg) no-repeat left bottom; }
/************* #Footer styles ***************/