#sitewrap{
margin:0 auto;
width:1024px;
padding-left:5px;
padding-right:5px;
background:url(../graphics/sideshadowsbg2.png) left 3px repeat-y;
}
#header{
background:url(../graphics/header2_2.png) top left no-repeat;
height:166px;
}
#menuwrap{
}
#content{
clear:both;
margin:0 auto;
/*border: #FF0000 solid 1px;*/
}
#footer{
font-size:10px;
text-align:center;
}
.bg2{background:url(../graphics/buttongold_1.png);}
a{outline:none;}
body{margin:0;
padding:0;
background:url(../graphics/goldbg.png) top left repeat-x #FFFFFF;
font-family:Verdana, Geneva, Helvetica, sans-serif;
}
/*form stuff*/
#formwrap{
margin:0 auto;
width:425px;
margin-left:75px;
}
form {
margin:0 auto;
text-align:left;
}

#headertext{
position:relative;
font-weight:bold;
text-align:center;
margin-top:35px;
/*padding-top:200px;
font-family:Georgia, "Times New Roman", Times, serif;*/
/*color:#CCCCCC;
font-size:15px;
height:50px;*/
}
.inputtext{
border:#000000 1px solid;
background:#CCCCCC;
color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:2px;
margin-bottom:10px;
}
.submitbutton{background:#333333; color:#FFFFFF;}
textarea{
border:#000000 1px solid;
background:#CCCCCC;
color:#000066;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
/*padding:2px;
margin-bottom:10px;*/
overflow:auto;
}

.tymessage{
 width:500px;
 height:350px;
 text-align:left;  
 margin:0 auto;
 margin-top:25px;
}
h2{padding:0;margin:0; padding-top:15px; font-weight:normal; /*font-size:20px;*/}
img{float:left;}
ul.listItems{
clear:both; margin-left:48px; border-bottom:dashed 1px #666666; border-right:dashed 1px #666666;
padding-bottom:5px;
}
/*CSS to display items across based on width of available area by irielondesign.com*/
ul.servicesList{		/*list of items*/
clear:both;
float:left;
width:100%;
list-style:none;
margin:0;
padding:0;
cursor:default;
}
li.service{
margin:0;
padding:0;
width:330px;
/*height:275px;*/
/*height:500px;*/
/*display:inline;
float:left;*/
margin-left:9px;
margin-bottom:10px;
}
img{border:0;}
ul.servicesList li.service a img{}
/***********No need for changes above, make changes below***********/
/*******************************************************************
Styles for the item (image and link text)
You may want to add properties such as color, text-decoration,
font-size, etc. to style the link text that appears below each image.
You should also change the width to match the width of your image
and set the margins to your preference.
*********************************************************************/
ul.servicesList li.service a {
		
}
ul.columns{		/*list of items*/
clear:both;
float:left;
width:100%;
list-style:none;
margin:0;
padding:0;
cursor:default;
}
li.column{
margin:0;
padding:0;
width:330px;
/*height:275px;*/
/*height:500px;*/
display:inline;
float:left;
margin-left:9px;
margin-bottom:10px;
}



