@charset "UTF-8";
/* CSS Document */

img {  border: none;
 }

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	line-height: 21px;
}

a:link {
	color: #c53a4d;
	text-decoration:none;	
}
a:hover {
	color: #f0364f;
	text-decoration:underline;
}

a:visited {
	color: #c53a4d;
	text-decoration:none;
}

.header{
	font-size: 14px;
	color: #c53a4d;
}

.coyright_link {
	font-weight:normal;
	color: #c53a4d;
	text-decoration:none;
}

.copyright_link:hover {
	font-weight:normal;
	color: #f0364f;
	text-decoration:underline;
}

.align-center{
	text-align:center;
}

.font_red {
	color: #C00;
}

.font_green2 {
	color: #A4C24D;
}

.title_font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c53a4d;
	font-style: oblique;
	
}

.siderbartitle_font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	font-style: normal;
	
}

.breadcrumb_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	line-height:14px;
	text-decoration: none;
	text-align:right;
}

.breadcrumb_fontlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	line-height:14px;
	text-decoration: none;
	text-align:right;
}

.breadcrumb_fontlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	line-height:14px;
	text-decoration: none;
	text-align:right;
}

.contacttitle_font {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c53a4d;
	font-style: oblique;
	
}

.facebook_font {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-style: normal;
	line-height:13px;
}

.small_font {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-style: normal;
}

.small_font_orange {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff9900;
	font-style: normal;
}

.small_font_blue {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066cc;
	font-style: normal;
}

.small_font_green {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#009900;
	font-style: normal;
}

.small_font_red {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C00;
	font-style: normal;
}

.font_orange {
	color:#ff9900;
	font-style: normal;
}

.font_blue {
	color:#0066cc;
	font-style: normal;
}

.font_green {
	color:#009900;
	font-style: normal;
}

.copyright_font {
	font-size: 10px;
	color: #fff;
	font-style: normal;
}

.contact_textfield {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #c8c8c8;
	color: #333333;
	line-height: 12px;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#submitter {
	height: 44px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	cursor:pointer;
	display:block;
	background-color: transparent;
	background-image: url(images/submit-btn.png);
	background-repeat: no-repeat;
}

.bottom_dark_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
}

.bottom_red_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c53a4d;
}

.right_white_border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}

.all_blue_border {
	border-width: 1px;
	border-style: dotted;
	border-color: #3394FF;
}

.image2_border {
	border:#EFEFEF 1px solid; padding:5px;
}

.image2_border:hover {
	border:#CCCCCC 1px solid; padding:5px;
}
