/*  Standard Let up for Fonts */
*{
	margin:0;
	padding:0;
	border:1;
	font-family:Helvetica,Arial,Tahoma,Verdana,Verdana,sans-serif;
	font-size:11px;
	color:#444;
	line-height:14px;
	vertical-align:top;
	text-align:left;
	speak-numeral:digits;
	float: none;
}

p{
	margin: 10px 10px 10px 15px;
	color:#444;
	font-size: 12px;
}

body{
	padding-top:15px;
	background-color: #fff;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}
div{
/*	display:inline;*/
	float:none;

}

/* Wrapper for whole site*/
#wrapper{
	width:980px;
	margin:auto;
	display:block;
	float:none;
	
}
/* Top Bar - Nav and intro wording  START*/
#topphoto{
width:980px;
height:25px;
float:left;
color: #f9a505;	
}
#nav a:link{
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:##444;
	
}

#nav a:active{
	
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:##444;
}

#nav a:visited{

	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:##444;
}
#nav a:hover{
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
	color:#f9a505;
}

#nav{
	float:left;
	margin:5px 15px 0 20px;
	vertical-align: top;


}

#nav img{

	vertical-align: top;


}
/* Top Bar - Nav and intro wording  END */


#photo{
width:980px;
}
#photo img{
width:980px;
}

#bottomphoto{
	width:980px;
	height:30px;
	background-color: #fff;
	text-align:center;
	border-bottom:1px solid #fff;
}
#bottomphoto img{
	vertical-align: top;		
	}

#phone{
	float:right;
	margin:8px 15px 0 0;
	color: #f9a505;
	font-size: 11px;
}

/*Main Text Box START*/
#mainbox{
	width:978px;
	background-color: #fff;
	background-image: /*url(../images/underlinegray.gif);
	background-repeat: repeat-x;*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ddd;
	border-bottom-color: #666;
	border-left-color: #eee;
	float:left; 
}
#mainbox a:link,#mainbox a:active,#mainbox a:visited{
color:#00f;text-decoration:none;
}
#mainbox a:hover{
color:#00f;text-decoration:underline;
}

/*This is INSIDE the working area or mainbox*/
/*This is Left box*/


#leftboxG{
	width:550px;
	margin:15px 0 10px 15px;
 
}

#leftboxG img{

	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    float:left;
	border: 1px solid #666666;
}



/*This is the right box*/
#rightbox{
	width:940px;
	margin:15px 15px 10px 15px;
	float:right;
	
}

#rightbox img{

	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    float:none;
	border: 1px solid #666666;
}

/*#image1 , #image2 , #image3 ,
#image4 , #image5 , #image6 ,
#image7 , #image8 , #image9 ,
#image10 , #image12 , #image11 ,
{
	position:relative; 
	left:375px; 
	top: -550px;
	width:1px;
	height:1px;
	visibility: hidden;
}*/


/*#image1 img, #image2 img, #image3 img,
#image4 img, #image5 img, #image6 img,
#image7 img, #image8 img, #image9 img,
#image10 img, #image12 img, #image11 img,

{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #666666;

	
}*/



/*Main Text Box END*/


h1{
	font-size:11px;
	font-weight:lighter;
	display:inline;
	float:left;
	margin:8px 0 0 15px;
	color:#f9a505;
}
h2{
	display:inline;
	float:left;
	margin:8px 0 0 15px;
	color:#f9a505;
	
}

h3{
	font-size:22px;
	font-weight:bolder;
	color:#f9a505;
	margin:20px 0 11px 15px;
}

h4,h5,h6{
	color:#2a2;
    margin:10px 0 11px 15px; 	
}



.box {
	margin:10;
	padding:0px;
	width: 380px;
}

.box ul{
margin:0;
padding:0px;
}
.box li{
margin:0 0 5px 5px;
list-style-type:none;
list-style-position:outside;
}



#foot{
width:980px;
	
}

#foot img{
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	float:left
}
#copy{
float:right;
margin:0px 15px 0 0;
}
#copy a:link,#copy a:active,#copy a:visited{
color:#444;text-decoration:none;
word-spacing:5px;
}
#copy a:hover{
color:#2a2;text-decoration:none;
word-spacing:5px;
}

#contact{
	float:right;
	margin:8px 15px 0 0;
	
}
