 /* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Calibria, georgia, serif;
	font-size:16px;
	color: #999;
	line-height: 1.8;}
	
	

						
h1 {
	font-family:  Calibria, georgia, serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	color: #C33;
	font-style:italic;
	}
	

						
h2 {
	font-family:  Calibria, georgia, serif;
	font-size:16px;
	color: #999;
	font-weight:normal;
		margin: 0;
	}
	
h3 {
	font-family:  Calibria, georgia, serif;
	font-size:14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #818285;
	text-align: centre;
	}
	
h4 {
	font-family:  Calibria, georgia, serif;
	font-size:14px;
	font-size: 10px;
	margin: 0;
	color: #818285;
	text-align: centre;
	}


a:link { font-size:15px; text-decoration: none; font-weight:bold; color: #C33}
a:visited {font-size:15px; text-decoration: none; font-weight:bold;color:#C33}
a:active {font-size:15px; text-decoration: none; font-weight:bold;color:#C33}
a:hover {font-size:15px; text-decoration: none; color: #333;}

.style18  {font-size:18px}
.style20  {font-size:18px; 	color: #C33; font-weight:bold;}


#pagecontainer	{
position: relative;
width:900px;
height:1800px;
margin: auto;}

#header{
position: relative;
width:900px;
height:230px;
padding-left:0px;
padding-right:0px;
padding-top:30px;
padding-bottom:30px;
border-bottom: #CCC solid 3px;

}

#logo{
position: relative;
width:232px;
height:232px;
float:left;
}



#header-text{
position: relative;
padding-left:20px;
padding-top:20px;
width:600px;
height:200px;
float:right;
}

#twitter-container{
position: relative;
width:900px;
height:80px;
margin-top:15px;
margin-bottom:15px;
text-align:left;
border-bottom: #CCC solid 3px;}

#twitter{
position: relative;
width:600px;
height:100px;
padding-left: 50px;
float:left;}

#twitter-follow{
position: relative;
width:200px;
height:50px;
padding-top:15px;
float:right;
border:none;}


#main-menu a:link { font-size:13px; text-decoration: none; font-weight:bold; color:#818285}
#main-menu a:visited {font-size:13px; text-decoration: none; font-weight:bold;color:#818285}
#main-menu a:active {font-size:13px; text-decoration: none; font-weight:bold;color:#818285}
#main-menu a:hover {font-size:13px; text-decoration: none; color: #8cc63f;}



#index-content{
position: relative;
margin:auto;
width:900px;
height: 1000px;
float:left;
margin-bottom:30px;
margin-left:10px;
}

#pages-text{
position: relative;
margin:auto;
width:900px;
height: 0px;
float:left;
margin-bottom:10px;
margin-top:10px;
}



#footer-container{
position: relative;
width:900px;
height:110px;
margin-top:50px;
margin-bottom:30px;
padding-top:20px;
padding-bottom:20px;
text-align:left;
border-top: #CCC solid 3px;
border-bottom: #CCC solid 3px;}



#copyright{
position: relative;
width:900px;
height:20px;
margin-top:20px;
margin-bottom:30px;
padding-top:20px;
padding-bottom:20px;
text-align: center;
}




#footer-menu a:link { font-size:11px; text-decoration: none; color:#818285}
#footer-menu a:visited {font-size:11px; text-decoration: none; color:#818285}
#footer-menu a:active {font-size:11px; text-decoration: none; color:#818285}
#footer-menu a:hover {font-size:11px; text-decoration: none; color: #8cc63f;}





/* -----------------------------------------------*/
/* ------------ CONTACT <<<--------------*/
/* -----------------------------------------------*/
#contact{
	padding-top:15px;
}
#contact-form {
	padding:0;
	margin:0;
}
#contact-form label {
	float:left;
	width:120px;
	font-size:18px;
}
#contact-form #name,#contact-form #email, #subject, #message {
	border:1px solid #d4d4d4;
	padding:5px;
	color:#5e5e5e;
	background:#f5f5f5;
	font-size:14px;
	border:1px solid #dbdbdb;
}
#contact-form #name:focus, #contact-form #email:focus,#contact-form #subject:focus,#contact-form #message:focus {
	border:1px solid #aaaaaa;
	padding:5px;
}
#contact-form #name, #email, #subject {
	width:300px;
}
#message {
	width:400px;
	height:200px;
}
#contact-form .button {
	border:none;
	padding:8px 10px;
	background:#8cc63f;
	text-transform:uppercase;
	color:#f6fdff;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}
.errorMsg li {
	color:red;
	font-size:13px;
	margin-bottom:8px;
}
#content .errorMsg h3 {
	color:red;
}
#content .infoMsg h3 {
	color:green;
}
#page404 span a{
	color:#590e5c;
	text-decoration:none;
}
#page404 span a:hover{
	text-decoration:underline;
}
