@charset "UTF-8";
/* CSS Document */
/* stabilise all versions */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong,  tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Document proper starts here */

h1{font-size:36px; color:#231f20; text-transform:uppercase; margin:5px 0px 15px 0px; padding:0px; text-align:left;}
h2{font-size:16px; color:#231f20; float:left; font-weight:520; margin:0px 0px 15px 0px; padding:0px}
h3{font-size:30px; color:#231f20; text-align:left; margin:0px 0px 13px 0px; padding:0px; }

html,
body {
   margin:0;
   padding:0;
   height:100%; text-align:center; font-family: 'BenchNine', sans-serif;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
width:100%;
}
#body {
   margin:auto;
   width:960px;
   padding-bottom:50px;   /* Height of the footer */
}

#mid{width:100%}
#logo{float:left; width:630px; height:143px; margin:70px 0px 0px 0px}
#txtcol1{float:left; width:270px; height:auto; background-color:#FFFFFF; margin:70px 30px 0px 0px; padding:15px; background: url(../img/design/bgwhite.png);
    background: rgba(255,255,255,0.7); -moz-border-radius:5px; border-radius:5px;}
#txtcol2{float:left; width:270px; height:auto; background-color:#FFFFFF; margin:130px 30px 0px 0px; padding:15px; background:url(../img/design/bgwhite.png);
    background: rgba(255,255,255,0.7); -moz-border-radius:5px; border-radius:5px;}
#txtcol3{float:left; width:270px; height:auto; background-color:#FFFFFF; margin:190px 0px 0px 0px; padding:15px; background:url(../img/design/bgwhite.png);
    background: rgba(255,255,255,0.7); -moz-border-radius:5px; border-radius:5px;}

p{margin:0px 0px 15px 0px; font-size:20px; color:#231f20; text-align:left; }


#designer{float:right; background:url(../img/design/bgwhite.png); background: rgba(255,255,255,0.7); -moz-border-radius:0px 0px 0px 5px; border-radius:0px 0px 0px 5px; padding:15px; font-size:16px; color:#231f20; text-align:center;  }


#designer a:link{text-decoration:none; color:#231f20;}
#designer a:active{text-decoration:underline; color:#231f20;}
#designer a:visited{text-decoration:none; color:#231f20;}
#designer a:hover{text-decoration:underline; color:#231f20;}



#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   
}

th { vertical-align: middle; text-align: left; padding:0px 10px 5px 0px; font-size:20px; color:#231f20; }
td { vertical-align: middle; text-align: left; padding:0px 0px 5px 0px; font-size:20px; color:#231f20; }

.email a:link{text-decoration:none; color:#231f20;}
.email a:active{text-decoration:underline; color:#231f20;}
.email a:visited{text-decoration:none; color:#231f20;}
.email a:hover{text-decoration:underline; color:#231f20;}

/* Form styles */
#contactform{float:left; width:320px;}
.contactcol{float:left; width:270px; margin:0px;}

.textholder{width:250px; height:30px; padding:10px; margin:0px 0px 8px 0px; background-color:#FFFFFF;}
.textholder3{width:250px; height:100px; padding:10px; margin:0px 0px 0px 0px; background-color:#FFFFFF;}


.textb{width:248px;  height:30px; font-size:14px; color:#231f20; text-align:left; border:none; background-color:#FFFFFF}
.textc{width:248px;  height:95px; font-size:14px; color:#231f20; text-align:left; border:none; background-color:#FFFFFF }


form input[type=submit] {
	float:right;
	margin:8px 0px 0px 0px;
	background:url(../img/design/send.gif) no-repeat; background-position: 0 -50px;
	width : 130px;
	height :50px;
	border : none;
	color : transparent;
	font-size : 0; opacity:0.9;
}
form input[type=submit]:hover {
	float:right;
	margin:8px 0px 0px 0px;
	background:url(../img/design/send.gif) no-repeat; background-position: 0 0px;
	height :50px;
	width : 130px;
	border : none; opacity:0.9; 
}

/* End of Form styles */