/* CSS Document */

/*links************************************************************************/
#main a:link{
	color: #00f;
	text-decoration: none;
}
#main a:hover{	
	color: #f00;
	text-decoration: none;
}
#main a:visited{	
	color: #00f;
	text-decoration: none;
}
#main a:visited:hover{	
	color: #f00;
	text-decoration: none;
}
#main a:active{	
	color: #00f;
	text-decoration: none;
}
#main a:active:hover{	
	color: #f00;
	text-decoration: none;
}


/*footer*/

#footer a:link{
	color: #333;
	text-decoration: none;
}
#footer a:hover{	
	color: #000;
	text-decoration: underline;
}
#footer a:visited{	
	color: #333;
	text-decoration: none;
}
#footer a:visited:hover{	
	color: #000;
	text-decoration: underline;
}
#footer a:active{	
	color: #333;
	text-decoration: none;
}
#footer a:active:hover{	
	color: #000;
	text-decoration: underline;
}

#footer{
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
}

#footer td{
	vertical-align: top;
}

#footer ul{
	width: 150px;
	height: 95px;
	padding: 10px;
	margin: 0px;
	width: auto;
	list-style: none;
}

#footer ul li{
	padding: 1px;
	text-align: left;
}

#footer ul a{
	color: #202020;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#footer ul li{
	color: #3C3C3C;
	font-size: 14px;
	text-decoration: none;
}

#footer ul .header{
	font-size: 16px;
	font-weight: bold;
	color: #C60005;
}




#boldlink:link{
	background-color: #333333;
	color: #D70005;
	text-decoration: none;
}
#boldlink:hover{	
	background-color:#FFFFBB;
	color: #333333;
	text-decoration: none;
}
#boldlink:visited{
	background-color: #333333;
	color: #D70005;
	text-decoration: none;
}
#boldlink:active{	
	background-color: #333333;
	color: #D70005;
	text-decoration: none;
}


/*styles*********************************************************************/

#subheader{
	font-size: 64px;
}
#subheader2{
	font-size: 16px;
	color: #00CCFF;
	padding-top: 7px;
	text-align: center;
}
#subheader3 li{
	color: #00CCFF;
}
#subheader3 span{
	color: #fff;
}
#subheader4{
	font-size: 19px;
	color: #CCCCCC;
}
#subheader4 li{
	color: red;
}
#subheader4 span{
	color: #fff;
}

#subheadero2o{ /*one2one.php page*/
	font-size: 52px;
	padding-right: 15px;
}
#subheadero2o2{ /*one2one.php page*/
	font-size: 36px;
	color: #00CCFF;
	padding-top: 7px;
}

#pursuader{
	color: #AAFA05;
	font-size: 36px;
	font-weight: bold;
}
#testimonials{/*testimonials container div*/
	
}
#testimonials td{
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: "Microsoft Sans Serif", "Arial Black", sans-serif;
}

#articlebox{
	background-image: url(../images/book.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#articlebox a:link{
	color: #D50004;
	font-size: 24px;
}
#articlebox a:hover{
	color: #D50004;
	font-size: 24px;
}
#articlebox a:active{
	color: #D50004;
	font-size: 24px;
}
#articlebox a:visited{
	color: #D50004;
	font-size: 24px;
}
.articledate{
	font-size: 10px;
	color: #333333;
}
.articletitle{
	font-size: 24px;
	color: #D50004;
}
.articlebody{
	
}

/* contact form ************************************* */
.contactemailfields{
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contactlabel{
	color: #666666;
	font-size: 18px;
	text-align: center;
}
.contacterror{
	color: red;
	font-weight: bold;
}
.contactterms{
	font-size: 12px;
	font-style: italic;
}

form#contact_form label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

form#contact_form label input, form#contact_form label textarea {
	width: 70%;
    float: right;
    font-weight: normal
}

form#contact_form textarea {
    height: 240px;
}

form#contact_form input[type="submit"] {
    clear: both;
    margin: 20px auto 0px auto;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    text-align: center;
}

