html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	font-family: 'Roboto', sans-serif;
}
body.refer {

	background-image: none;
    padding:50px;

}
p {
    padding: 10px 0;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color:#3D2E20;
    
}

ul {
	list-style: none;
}
li {
    padding:2px 0;
}
h1 {
        font-family: 'Dancing Script', cursive;
        font-size: 100px;
    color:#3D2E20;
    padding:10px 0 5px 0;
        text-align: center;
      }
h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
    color:#3D2E20;
    padding:10px 0 60px 0;
    text-align: center;
    font-weight: bold;
      }
h3 {
    color:#3D2E20;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#footer h3 {
    text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#wrap {
	width:990px;
	margin: 0 auto;

	
}


#left {
	float:left;
	width:330px;
}
#left img {
	border: 7px solid #EBEBEB;
    margin-bottom: 20px;
}
#left .inside {
	padding:30px 0 50px 0;
	width:228px;
	margin: 0 auto;
}
#right {
	float:right;
	width:660px;
    padding-top: 20px;
	
}
.clearall {
	clear:both;
}
.hd {
    font-weight: bold
}
.button {
    background-color: #3498DB;
    border: none;
    color: #FFF;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    width:70px;
    margin: 10px 5px;
    float:left;
}
.button2 {
    background-color: #65BC46;
    border: none;
    color: #FFF;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    width:180px;
    margin: 10px 5px 40px 5px;
    float:left;
}
.callout {
    background:#EBEBEB;
    color:#3D2E20;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    margin-top: 50px;
    margin-bottom: 50px
    
} 
.callout .inside {
   padding:20px;
    
}
#footer {
    background:#D5DEE8;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 50px;
}
#footer .inside {

    width:990px;
        margin:0 auto;
}
.mailto {
    color:3498DB;
    font-size:20px;
    text-decoration:none;
    

}
#contact {
    margin-left:50px;
    padding-top:25px;
    float:left;
    width: 400px;
}
#social {
    float:right;
    padding-top: 40px;
}
#social a {
    float:left;

}
#social img {
    padding:10px;
}
.info {
    float:left;

    font-size:14px;
    color: #3D2E20;
    text-decoration: none;

}
.info span {
    float:left;
    padding:30px 0 0 0;
    width: 155px
}
.info img {
    float:left;
    padding: 4px !important;

}
table img {
    padding:10px;
}
.hide {
    display: none;
}
.reference {
    padding:60px;
}
.name {
    font-size:16px;
    float:left;
    padding:5px 15px 5px 0;
    
}
.date {
    font-size:12px;
    float:left;
    color:#666;
    padding:8px 15px 8px 0;
    
}
.title {
    font-size:19px;
    clear:both;
    padding:10px 0;
}
.review {
    font-size:16px;
    clear:both;
    padding:10px 0;
    line-height: 18px;
    color:#666;
}
.refer h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}
footer {
    text-align:center;
    font-size:10px;
    color: #666;
    
}