body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 0.8em;
text-align: center;
height: 100%;
background-image: url('images/bulldog_back1.gif');
}

a:link 
{
color: #c68901; 
font-weight: normal;
text-decoration: underline;
}

a:visited 
{
color: #c68901; 
font-weight: normal;
text-decoration: underline;
}

a:hover 
{
color: #c68901; 
font-weight: normal;
text-decoration: underline;
}

a:active 
{
color: #c68901; 
font-weight: normal;
text-decoration: underline;
}

h1
{
color: #1f218d;
font-size: 1.2em;
margin: 20px 0 0 0;
padding: 0;
}

h2
{
color: #1f218d;
font-size: 1.0em;
margin: 20px 0 0 0;
padding: 0;
}



#containerhome
{
margin: 0px auto;
text-align: right;
width: 950px;
height: 24px;
}

#containermain
{
background-color: #fff;
color: #333;
margin: 0px auto;
text-align: left;
width: 950px;
border: 2px solid #230603;
}

#container
{
background-color: #fff;
color: #333;
text-align: left;
width: 750px;
float: left;
}

#mainbody
{
clear: both;
width: 750px;
}

#leftsidebar
{
display: inline;
float: left;
margin: 0px;
padding: 0px;
width: 200px;
}


/*--- header -------------------------------------------------*/

#header
{
height: 200px;
margin: 0px auto;
width: 740px;
overflow-x: hidden; 
overflow-y: hidden;
}

/*--- footer ------------------------------------------------*/

#footer
{
clear: both;
color: #c68901;
height: 20px;
margin: 0px;
background-color: #230603;
}

#footer a
{color: #c68901;
}

#footerleft /*--- copyright ---------*/
{
float: left;
font-size: 0.75em;
text-align: left;
width: 400px;
margin-left: 5px;
}

#footerright /*--- navigation ---------*/
{
float: right;
font-size: 0.75em;
width: 500px;
text-align: right;
margin-right: 5px;
}

/*---main area of page ---------------------------------------*/

#content
{
float: left;
width: 450px;
margin-left: 10px;
}

#contentportfolio
{
float: left;
width: 650px;
margin-left: 10px;
}

/*--- right sidebar includes both photo and highlight text ---------*/

#rightsidebar  
{
float: right;
padding: 0px;
margin: 5px;
width: 215px;
}


#slideshow
{
background-color: #ffffff;
clear: both;
height: 159px;
width: 209px;
}

/*--- nav upper right ---------------------------------------------*/

#topbar
{
clear: both;
color: #fff;
height: 49px;
width: 749px;
margin: 0px;
overflow-x: hidden; 
overflow-y: hidden;
}

#topbar2
{
clear: both;
height: 10px;
width: 749px;
}

/* --- highlight box left side below nav ------------------------------- */

#highlightboxleftcontainer
{
margin-left: 0px;
}

#highlightboxleft
{
display: inline;
float: left;
width: 180px;
}

#highlightboxleft p
{
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
font-size: 0.8em;
}

#highlightboxleft li
{
font-size: 0.8em;
}


/*-----side navigation -------------------------------*/

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

#navcontainer2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


#navcontainer2 li{
	float: left;
}

#navcontainer2 li a{
	float: left;
	overflow: hidden;
}

#navcontainer2 a:hover,
#navcontainer2 a.selected,
#navcontainer2 a:hover.selected,
#navcontainer2 a:active {
	background-position: 0 -51px;
}

#navAbout a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_about.gif') no-repeat;
	
}

#navContact a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_contact.gif') no-repeat;
	
}

#navFAQ a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_faqs.gif') no-repeat;
	
}

#navPortfolio a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_portfolio.gif') no-repeat;
	
}

#navProcess a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_process.gif') no-repeat;
	
}

#navServices a{
	width: 193px;
	height: 50px;
	background: url('images/buttons/button_services.gif') no-repeat;
	
}


