h1 {
font-family: "Trebuchet MS";
padding-left: 10px;
padding-top: 20px;
font-size: 1.7em;
color: #FFFFFF;
font-weight:normal;
}

h2 {
font-family: "Trebuchet MS";
padding-left: 10px;
padding-top: 18px;
font-size: 1.3em;
color: #FFFFFF;
font-weight:bold;
}

h3 {
padding-left: 90px;
padding-top: 10px;
padding-bottom: 5px;
color: #03B9EA;
}


/* Content regions */

#content p {
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.2em;
text-align: left;
line-height: 17px;
padding: 20px 10px 0px 10px;
}

#content a {
color: #4FD3FF;
text-decoration: underline;
}

#content a:hover {
color: #4FD3FF;
text-decoration: none;
}

#content ul {
list-style:none;
margin-top: 20px;
}

#content li {
clear: left;
font-family: "Trebuchet MS";
list-style: circle;
text-align: left;
font-size: 1.2em;
line-height: 17px;
color: #FFFFFF;
padding-left: 10px;
padding-right: 0px;
margin-left: 30px;
padding-bottom: 5px;
}

table  {
width: 955px;
margin-left: 10px;
}

td {
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.2em;
text-align: left;
line-height: 17px;
padding: 10px 0px 0px 0px;
}

td a {
text-decoration: underline;
color: #4FD3FF;
}

td a:hover {
text-decoration: none;
color: #4FD3FF;
}

/* Calls to action - Glasslab, Projects, Get in touch */

#ctaTextGlassLab p {
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.1em;
text-align: left;
line-height: 17px;
padding: 0px 0px 10px 25px;
}

#ctaTextProjects p {
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.1em;
text-align: left;
line-height: 17px;
padding: 0px 0px 10px 20px;
}

#ctaTextQuote p {
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.1em;
text-align: left;
line-height: 17px;
padding: 0px 0px 10px 17px;
}

#ctaTextGlassLab a, #ctaTextProjects a, #ctaTextQuote a{
color:#4FD3FF;
text-decoration: underline;
}

#ctaTextGlassLab a:hover, #ctaTextProjects a:hover, #ctaTextQuote a:hover{
color:#4FD3FF;
text-decoration: none;
}

.imgcta {
margin-top: 18px;
}


/* Footer */

#footer p{
font-family: "Trebuchet MS";
color: #FFFFFF;
font-size: 1.2em;
text-align: left;
line-height: 18px;
padding: 8px 0px 0px 2px;
}


.smallprint {
font-family: "Trebuchet MS";
color: #A5A5A5;
font-size: 1em;
text-align: left;
}

.smallprint a{
color: #A5A5A5;
text-decoration: none;
}

.smallprint a:hover{
color: #A5A5A5;
text-decoration: underline;
}

/* Projects */

.tableProjects {
margin-left: 10px;
margin-top: 20px;
}

.imgProjects {
margin-bottom: 15px;
}

/* Contact form */

.field {
	font-family:Arial, Helvetica, sans-serif;
	margin: 3px 0px 0px 60px;
	color: #FFFFFF;
	font-size: 1.2em;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 2px;
	width: 285px;
	border: 1px solid #ccc;
	background-color: #515256;
	color: #FFFFFF;
}

.sendBtn {
width: 55px;
height: 30px;
border: none;
background-color: transparent;
}

.errMsg { 
font-family:Arial, Helvetica, sans-serif;
color: #03B9EA;
font-size: 1.0em;
padding-bottom: 3px;
} 

.errFld {
        border: 1px solid #03B9EA;
} 

