/*  Standard Let up for Fonts */
*{
margin:0;
padding:0;
border:0;
font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;font-size:11px;font-weight:normal;color:#444;
line-height:14px;
vertical-align:top;
text-align:left;
speak-numeral:digits
}

p{
margin: 10px 10px 10px 15px;
color:#444;
}

body{
	padding-top:15px;
	background-color: #fff;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}
div{
	display:inline;
	float:left;
/*	background-color: #FFFFFF;*/
}

/* Wrapper for whole site*/
#wrapper{
	width:800px;
	margin:auto;
	display:block;
	float:none;
	
}
/* Top Bar - Nav and intro wording  START*/
#topphoto{
width:800px;
height:25px;
}
#nav a:link{
color:#444;text-decoration:none;
word-spacing:10px;
}

#nav a:active{
color:#444;text-decoration:none;
word-spacing:10px;
}

#nav a:visited{
color:#444;text-decoration:none;
word-spacing:10px;
}
#nav a:hover{
color:#2a2;text-decoration:none;
word-spacing:10px;
}



#nav{
float:right;
margin:8px 15px 0 0;
}
/* Top Bar - Nav and intro wording  END */


#photo{
width:800px;
}
#photo img{
width:800px;
}

#bottomphoto{
width:800px;
height:25px;
text-align:right;
border-bottom:1px solid #aaa;
}


#phone{
	float:right;
	margin:8px 15px 0 0;
	color: #2a2;	
}

/*Main Text Box START*/
#mainbox{
	width:798px;
	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;
}
#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*/
#leftbox{

	width:395px;
	margin:15px 0 10px 0;
	float:left;
}



/*This is the right box*/
#rightbox{
	width:395px;
	margin:15px 0 10px 0;
	float:right;
}

#rightbox img{
	margin-top: 8px;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: 15px;
	float:right
}

#leftboxport{

	width:390px;
	margin:15px 0 10px 0;
	float:left;
}

#rightboxport{
	width:390px;
	margin:15px 0 5px 0;
	float:right;
}

#rightboxport img{
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	border: 1px solid #444;
	width: 150px;
	height: auto;
}

/*Main Text Box END*/


h1{
	display:inline;
	float:left;
	margin:8px 0 0 15px;
	color:#2a2;
}
h2{
	display:inline;
	float:left;
	margin:8px 0 0 15px;
	color:#2a2;
	
}

h3{
color:#2a2;
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:798px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	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;
}

#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;
}
