/* CSS Document */

/*Tags*/
ul.bulletList{
	/*list-style-image:url(../images/bullet.jpg);*/
	list-style:none;;
	list-style-position:inside;
}

ul.bulletList li{
	color: #D59F0F;
	font-size: 1.6em;
	line-height: 0.8em;
	float: left;
	margin: .5em 0 0 1em;
	padding: 0;
	float: left;
	width: 235px;
}

ul.bulletList li img{
	margin-bottom: 2px;
	margin-right: 2px;
	vertical-align:middle;
}

ul.bulletList:after{	
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/****LISTS, 2 COL*****

ul.bulletList li{
	float: left;
	width: 185px;
	padding: 0;
	margin: 0 0 0 1em;
	line-height: 1.3em;
}

/*Clearing Fix for FF
ul.bulletList:after{	
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*********************/

ul.noBullet{
	list-style: none;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 2em;

}

ul.noBullet li{
	margin: 3px 5px 1px 0;
	color: #333;
}

ul li.firstLI{
	font-weight: bold;
	color: #b97302;
}



/*Classes*/
.leaf{
	display: inline;
	margin-right: 3px;
	margin-bottom: 2px;
}

.contact{
	float: left;
	margin-left: 80px;
}

.ie6 .contact{
	margin-left: 50px;
}

.portfolioImage{
	border: solid 1px #999;
	padding: 4px;
	margin-right: 7px;
	vertical-align: top;
}

.gecko .ffFix{
	margin-left:-12px;
}

.safari .ffFix{
	margin-left:-12px;
}

/*Divs*/

#wrapper #header{
	padding: 0 0 0 8px;
}

#content #contentHeader{
	padding:0 0 0 14px;
	margin-bottom: -2px;
}

#content #contentHeader #currentPage{
	margin: 0 0 1px 0;
}

#content #contentHeader #pagePhoto{
	margin: 0;
}

/*textContent Styles*/
#textContent{
	margin: 0 0 0 0;
	padding: 0 24px;
	width: 732px;
}

#textContent #colWrapper{
	float: left;
	width: 100%;
	margin-right: -510px;
	margin-left: -10px;
}


/*2 Col Layout*/
#textContent #colWrapper #col1{
	width: 201px;
	margin-right: 0px;
}

#textContent #colWrapper #col1 ul#navItems{
	list-style: none;
}

.ie6 #textContent #colWrapper #col1 ul#navItems{ /*IE6 Only*/
	margin-left: 10px;
}

.ie #textContent #colWrapper #col1 ul#navItems{ /*IE6 Only*/
	margin-top: 4px;
}

#textContent #colWrapper #col1 ul#navItems li{
	display: block;
	margin: 2px 0;
	height: 23px;
}

.ie6 #textContent #colWrapper #col1 ul#navItems li{
	margin: -1px 0;
}


#textContent #col2{
	padding-top: 10px;
}

#textContent #col2.noWrap{
	width: 555px;
	margin-left: 200px;
}

.ie #textContent #col2.noWrap { /*All IE Browsers*/
	margin-right:-200px;
}


/*3+ Col Layout*/
#textContent .col{
	float: left;
	width: 250px;
	text-align: center;

}

#textContent .centerCol{
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	width: 310px;
}

#textContent .sideCol{
	padding-top: 30px;
}
