/*Import css defaults*/
@import url("reset.css");

/*Common Classes*/
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.textcenter {
	text-align:center;
}
.centerbox{
	margin-left:auto;
	margin-right:auto;
}
.textbold {
	font-weight: bold;
}
.widthauto{
	width:auto;
}
/* Heading Text Size */
h1 {
	font-weight: bold;
	font-size: x-large;
}

h2 {
	font-weight: bold;
	font-size: large;
}

h3 {
	font-weight: bold;
	font-size: large;
}

/*Default hyperlink formatting*/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*Default formatting for everyting in the body*/
body {
	font-family: "Tahoma, Verdana, sans-serif";
    color: #000000;
	font-size: 100%;
	line-height: 18px;
    
} 

/*This sets up the box that the page shows in*/
#wrapper {  
    width:980px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    background-color: #FFFFFF;
}

/*This is the box at the top that holds the logo and menu*/
#header {
	margin-top: 10px;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
}

/*This is the left image of the logo banner*/
#leftimage {
	float:left;
	width:300px;
	height:200px;
}

/*This is the center image of the logo banner*/
#centerlogo {
	float:left;
	width:380px;
	height:200px;
}

/*This is the right image of the logo banner*/
#rightimage {
	float:left;
	width:300px;
	height:200px;
}

/*This is the box that holds the page content*/
#content {
	clear: both;
	border: thin solid #000;
}

/*The info boxs*/
.sideinfobox {
	text-align: left;
	width: 170px;
	font-size:smaller;
	color: #000;
	margin: 0px;
	padding: 5px;
}

#centerinfobox {
	width: 595px;
	padding: 10px;
	padding-top: 0px;
}

#footer {
	font-weight: bold;
}

p#copyright{
	font-family: Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	font-style: italic;
	font-size:0.65em;
	margin: 0px;
	text-align: right;
}

ul#servicelist li{
	margin: 15px;
}

.clienttable{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contacttable{
	text-align: left;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: auto;
}
	
