/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/
body {
	
	background:#FFFFFF url(../images/bg.jpg) ;
	margin: 25px;
	color:#4b4a4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;

}

#footer-background {background: url(../images/bg-footer.jpg) bottom repeat-x;}

#main { 
	margin:0 auto;
	width:980px;
	background:#FFF;
}




/*  
	#main { 
	margin:0 auto;
	width:975px;
	background: url(../images/top-img.jpg) no-repeat;
}
*/

/*
---------------------------------------------
02. LINKS
---------------------------------------------
*/	

a { color: #c7161e; text-decoration: none; }
a:hover, a:focus { color: #c7161e; text-decoration:underline }
a:visited { color: #c7161e; }

a.linkRed:link {color: #878888; text-decoration:none}
a.linkRed:visited {color: #878888; text-decoration:none}
a.linkRed:hover {color: #f8001a;text-decoration:underline}


a.linkRed2:link {color: #f8001a; text-decoration:none}
a.linkRed2:visited {color: #f8001a; text-decoration:none}
a.linkRed2:hover {color: #f8001a;text-decoration:underline}

a.linkgray:link {color: #505153; text-decoration:none}
a.linkgray:visited {color: #505153; text-decoration:none}
a.linkgray:hover {color: #f8001a;text-decoration:underline}

a.linkWhite:link {color: #FFFFFF; text-decoration:underline}
a.linkWhite:visited {color: #FFFFFF; text-decoration:underline}
a.linkWhite:hover {color: #666666;text-decoration:underline}

a.linkNav:link {color: #FFFFFF; text-decoration:none}
a.linkNav:visited {color: #FFFFFF; text-decoration:none}
a.linkNav:hover {color: #FFFFFF;text-decoration:underline}




/*
---------------------------------------------
03. NAVIGATION
---------------------------------------------
*/	

/*
#menu { height:40px;}
#menu li {float:left; font-size:14px; text-align:center;  display:block;}
#menu li a {color:#5a5a5d; text-decoration:none; font-weight:bold; font-size:14px; display:block; padding:8px 0 5px 0;}
#menu li a:hover {color:#ff0000; text-decoration:none;}
#menuHome { width:85px;}
#menuAbout { width:103px;}
#menuContact { width:118px;}
*/



/*
---------------------------------------------
04. LIST PROPERTIES
---------------------------------------------
*/	

ul.bullet li{
	list-style:url(../images/bullet.gif);
	margin-bottom:15px;
}


/*
---------------------------------------------
05. BOX AND BORDERS
---------------------------------------------
*/	

#headerArea {width:980px; height:150px; }
#bannerArea {width:980px; height:240px; }
#bodyArea {width:980px; height:100px; overflow:auto; background:url(../images/home_images/bg-main-top.jpg) repeat-x top;}
#contentArea {width:600px; float:right; padding-right:26px;  }
#rightNavArea {width:245px; float:left;  padding-left:26px; padding-right:26px; }
#footerArea {width:980px; height:150px; margin:0 auto; color:#aec772; }
#about {width:100%; float:left; padding-top:6px; padding-left:13px; padding-right:0px; }

.image { border: 1px solid #95abbd; background: #bcc5ce; padding: 2px;}

.lineGray {border-bottom:solid 1px #d7d7d7; margin:10px 0px;}
/*********************************************/


/*
---------------------------------------------
06. PARAGRAPH TAGS
---------------------------------------------
*/
h1 {
	font-size: 16px;
	color:#4a4a4a;
	margin-top:0;
	font-weight:bold;
	margin-bottom:15px;
	
}

h2 {
  	font-size: 18px;
	color: #000000;
	margin-top:0;
	margin-bottom:5px;
}


/*
---------------------------------------------
07. PAGE TEXT
---------------------------------------------
*/
.textGray14 {
	font-size: 14px;
	color: #878888;
	font-weight:normal;
	padding-left:15px;
	padding-right:15px;
}

.textGray14_2 {
	font-size: 14px;
	color: #505153;
	font-weight:normal;
	line-height:23px;
}


.Nav_Text19 {
	font-family:Arial;
	font-size: 19px;
	color: #FFFFFF;
	font-weight:normal;
	padding-right:25px;
}

.Black_Text19 {
	font-family:Arial;
	font-size: 19px;
	color: #000000;
	font-weight:normal;
	font-weight:bold;
}


.Signin_Text19 {
	font-family:Arial;
	font-size: 19px;
	color: #f8001a;
	font-weight:normal;
	padding-right:25px;
}

.gray_Text19 {
	font-family:Arial;
	font-size: 19px;
	color: #878888;
	font-weight:normal;
	padding-right:25px;
}

.Sidegray_Text15_bold {
	font-family:Arial;
	font-size: 16px;
	color: #505153;
	font-weight:bold;
	line-height:25px;
}

.Sidelink_Sidegray_Text14 {
	font-family:Arial;
	font-size: 14px;
	color: #505153;
	font-weight:bold;
	line-height:25px;
}


.textGray16 {
	font-size: 16px;
	color: #4b4a4a;
}


/*
---------------------------------------------
08. FORMS
---------------------------------------------
*/

.formField {
	
	width:170px;
	height:20px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding: 2px 0px 0px 2px;
}

.formMessage {
	font-family: Arial;
	font-size: 12px;
	color:#404040;
	width:400px;
	height:90px;
	padding: 2px 0px 0px 2px;
	background:#ffffff;
	border:1px solid #cccccc;
}

.formCaptchaField {
	
	width:100px;
	height:24px;
	font-size: 14px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	padding: 4px 0px 0px 2px;
}
.captchaInstr {
	font-family: Arial;
	font-size: 10px;
	color:#404040;
}

/*.formbutton:hover {background:transparent url("../images/contact-btn3b.gif") no-repeat center top;}*/

.captchaPad {
	padding-left:15px;
}

.formSubmit {
	width:60px;
	height:22px;
	color:#ffffff;
	border: none;
	background: transparent url(../images/contact-submit.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}


.formSubmit2 {
	width:65px;
	height:25px;
	color:#ffffff;
	border: none;
	background: transparent url(../images/contact-submit2.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}

form.myform .formSubmit:focus {
  background: transparent url(../images/submit.jpg) no-repeat center top;
  border: none;
}

form.myform input:focus, form.myform textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #1fae4b;
}

/*********************************************/

