/* CSS Document */
@charset "utf-8";
/* CSS Document */

/*-----CSS RESET-----*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{ 
	margin:0;
	padding:0;

}

textarea,select,input {
	width: 300px;
	border: 1px solid black;
	font: normal normal normal 12px arial;
	padding: 4px;
}

#ContactCaptcha, #Contact2Captcha {
	width: 130px;
}

#ContactContactForm .error-message {
	color:red;
}
#Contact2ContactForm .error-message {
	color:red;
}


.submit input {
	width: 100px;
	border: 0px;
}

label, legend {
	font: normal normal normal 14px "Century Gothic";
	padding: 10px 0px 5px 5px;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}


caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*-----START TEXT STYLING---*/
.heading {
font-family:Century Gothic;
font-size:24px;
font-weight:bold;
color:#4e4e4e;
}

.heading2 {
font-family:Century Gothic;
font-size:30px;
font-weight:bold;
color:#1d1d1d;
}

.heading2_ {
font-family:Century Gothic;
font-size:30px;
color:#1d1d1d;
}

.subheading{
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#007cab;
}

.portfolio_contents{
font-family:Century Gothic;
font-size:14px;
color:1d1d1d;
}


.contents{
font-family:Century Gothic;
font-size:14px;
color:#4e4e4e;
}

.footer{
font-family:Century Gothic;
font-size:16px;
color:#4e4e4e;
}

.footer3{
font-family:Century Gothic;
font-size:12px;
color:#ffffff;
}

.footer_heading{
font-family:Century Gothic;
font-size:14px;
color:#ffffff;
font-weight:bold;
}

.footer_subheading{
font-family:Century Gothic;
font-size:14px;
color:#b7b7b7;
}

.contact_heading{
font-family:Century Gothic;
font-size:24px;
color:#1d1d1d;
}
/*-----END TEXT STYLING---*/

