
/* big photo box styles for home page */

#bigphotobox1
{
    width:253px;
    height:160px;
    padding: 4px;
    padding-left:10px;
    padding-right:10px;
    margin:0px;
    margin-top:4px;
    margin-right:4px;
    background: url(../images/where.jpg) no-repeat left top;
    float:left;
    color: White;
    font-weight: bolder;
    cursor:pointer;
}

#bigphotobox2
{
    width:253px;
    height:160px;
    padding: 4px;
    padding-left:10px;
    padding-right:10px;
    margin:0px;
    margin-top:4px;
    margin-right:0px;
    background: url(../images/what.jpg) no-repeat left top;
    float:left;
    color: White;
    font-weight: bolder;
    cursor:pointer;
}

#bigphotobox1 .goblue, #bigphotobox2 .goblue
{
	float:right;
	margin-top:10px;
}

#bigphotobox1 h2, #bigphotobox2 h2
{
	font-family:Helvetica;
	letter-spacing:-1px;
	white-space:nowrap;
	padding-bottom:80px;
	margin-top:7px;
}

/* homepage photo features */

.icon, .iconlast
{

    margin-right:3px;
    width:135px;
    float:left;
    padding-bottom: 7px;
}

.iconlast
{
	margin-right:0px;
	
}

 
.icon a img, .iconlast a img
{
	border:none;
}

.icon H2, .iconlast H2
{
	font-size:14px;
	color: #67bee3;
	font-weight: bold;
	padding:0; 
	margin:0;
}

.right
{
    margin: 0px;
    margin-right:5px;
    padding: 0px;
    float:left;
}
