@import"reset.css";@import"grid.css";@import"forms.css";@import"ui.totop.css";
body{
	background: url(../images/main-bg.gif) repeat-x 0 0 #e4e2e2;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#8c8b8b;
	position:relative;
	min-width:960px;
}
html,body{height:100%;}
p{padding-bottom:18px;}
a{color:#e35845;outline:none;cursor:pointer;text-decoration:none;}
a:hover{text-decoration:underline}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#2b2b2b; font-family:"Times New Roman", Times, serif; font-weight:bold; margin-bottom:9px; text-transform:uppercase; letter-spacing:-1px;}
h1{font-size:28px;}
h2{font-size:26px;}
h3{font-size:24px;} 
h4{font-size:22px;}  
h5{font-size:20px;}
h6{font-size:18px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.last1 {
	margin-bottom:0 !important;
}

.last2 {
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}


.logo {
	display:block; 
	width:180px; 
	height:37px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

header h1 {
	padding:35px 0 0 59px;
	margin:0;
	font-size:0;
	line-height:0;
}

.head-bg1 {
	width:940px;
	margin:54px auto 1px;
	background:url(../images/head-bg1.gif) repeat-x 0 0 #a72223;
	padding-bottom:27px;
}

.head-box2 {
	margin-bottom:1px;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	width:156px;
	text-align:center;
	background:url(../images/divider1.gif) no-repeat right 16px;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#fff;
	padding:35px 0 36px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #131314;
}

.last3 {
	background:none !important;
	width:160px !important;
}

.sf-menu a:hover,
.sf-menu a.active,
.sf-menu li.sfHover > a {
	background:url(../images/menu-hov.gif) repeat-x 0 0 #a72223;
	text-decoration:none;
	text-shadow:1px 1px 0 #962122;
}

.sf-sub-indicator {
	position:absolute;
	background:url(../images/sub-marker.png) no-repeat 0 0;
	width:5px;
	display:block;
	height:4px;
	right: 40px;
    top: 42px;
}

.sf-menu ul .sf-sub-indicator {
	display:none;
}

nav {
	width:940px;
	margin:0 auto;
	background:url(../images/menu-bg.gif) repeat-x 0 0 #343436;
}
.sf-menu ul {
    background: url("../images/menu-bg2.gif") repeat scroll 0 0 transparent;
    padding:27px 0 7px 27px;
    position: absolute;
    top: -999em;
    width: 99px;
}

.sf-menu ul ul {
    background: none repeat scroll 0 0 #515151;
    padding: 11px 0 15px 27px;
    width: 71px;
}

.sf-menu ul li {
	width:			100%;
	background:none;
	margin-bottom:21px;
	text-align:left;
}
.sf-menu ul a {
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#8d8b8b;
	display:inline-block;
	text-shadow:none;
	line-height:13px;
	transition: all 0.4s ease 0s;
	font-family:Arial, Helvetica, sans-serif;
}
.sf-menu ul ul a {
	color:#fff;
}


.sf-menu ul a:hover,
.sf-menu ul li.sfHover > a {
	color:#fff;
	text-shadow:none;
	background:none;
}

.sf-menu ul ul a:hover,
.sf-menu ul ul li.sfHover > a {
	color:#dc6454;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 18px;
    top: 88px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 99px;
    top: -10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}



/********************** Content ************************/

#content {
	width:100%; 
	padding:31px 0 98px;
	position:relative;
	z-index:1;
	background:url(../images/content-bg.gif) repeat 0 0;
}

.p13 {
	padding-top:0 !important;
}

																									/***** Page 1 *****/

.page1-box1 {
	float:left;
	width:314px;
	padding: 36px 0 56px;
	position:relative;
	text-align:center;
	background:url(../images/bg1.gif) repeat-x 0 0 #48474e;
}

.text1 {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	line-height:29px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:25px;
}

.page1-box1	p {
	color:#898888;
	font-size:10px;
	text-transform:uppercase;
	line-height:21px;
	font-weight:bold;
	padding:0 30px;
}

.page1-img1 {
	margin-bottom:22px;
}


.page1-box1 strong {
    background: none repeat scroll 0 0 #AA2627;
    bottom: 24px;
    display: block;
    height: 22px;
    left: 135px;
    position: absolute;
    width: 47px;
}

.bg2 {
	background:url(../images/bg2.gif) repeat-x 0 0 #57565e !important;
}

.bg3 {
	background:url(../images/bg3.gif) repeat-x 0 0 #646367 !important;
	width:312px !important;
}

.bg3 p { color:#989898 !important; padding:0 35px;}
.bg2 p {  padding:0 35px;}

.p6 {padding-top:35px;}

.img-bot {
	padding:5px;
	display:inline-block;
	background:url(../images/img-bot.png) repeat 0 0;
}

.page1-img2 {
	margin-bottom:22px;
}

.text2 {
	display:block;
	color:#495150;
	font-weight:bold;
	margin-bottom:18px;
}

.button2 {
	color:#fff;
	font-size:16px;
	line-height:20px;
	display:inline-block;
	text-transform:uppercase;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	background:url(../images/button2.gif) repeat-x 0 0 #35343a;
	padding:12px 20px 13px;
	font-family:"Times New Roman", Times, serif;
}

.button2:hover {
	text-decoration:none;
	background:url(../images/button2-hov.gif) repeat-x 0 0 #a72223;
}

.page1-box2 {
	padding-bottom:1px;
}
	
.link1 {
	color:#e35845;
	font-size:18px;
	line-height:21px;
	letter-spacing:-1px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	transition: all 0.4s ease 0s;
}

.link1:hover {
	color:#495150;
	text-decoration:none;
}

.page1-img3 {
	float:left;
	margin-right:14px;
}

.page1-box3 {
	overflow:hidden;
	padding-top:15px;
	padding-bottom:16px;
	padding-left:1px;
	margin-bottom:15px;
	background:url(../images/divider2.png) repeat-x center bottom;
}

.page1-box3 p {
	font-size:13px;
	line-height:20px;
}

.p7 {
	padding-top:5px;
}

.p8 {padding-bottom:0 !important; background:none !important; margin-bottom:17px !important;}



.text3 {
    color: #000000;
    display: block;
    font-weight: bold;
    padding-top: 15px;
	padding-right:20px;
}


.page1-img4 {
    float: left;
    margin-right: 13px;
}

.p9 {padding-top:29px;}


.p10 {
    padding-bottom: 21px;
    padding-right: 39px;
}

/***** Page 2 *****/

.p14 {
	padding-top:18px;
}

.link2 {
	color:#495150;
	font-weight:bold;
	 transition: all 0.4s ease 0s;
}

.link2:hover {
	color:#e35845;
	text-decoration:none;
}

.page2-img1 {
	float:left;
	margin-right:22px;
}

.page2-box1 {
	overflow:hidden;
	margin-bottom:24px;
	padding-right:20px;
}

.p15 {
	margin-bottom:2px;
}

.p16 {
	margin-bottom:24px;
}


																									/***** Page 3 *****/

.page3-box1 {
	background:url(../images/bg4.gif) repeat-x 0 0 #5d575e;
	overflow:hidden;
	text-align:center;
	 padding: 25px 0 46px;
}

.list1 a {
	color:#8c8b8b;
	font-size:10px;
	transition: all 0.4s ease 0s;
	text-transform:uppercase;
}

.list1 li {display:block;
padding-bottom:12px;
}

.page3-img1 {
	margin-bottom:17px;
}

.p17 {
	margin-bottom:23px;
	line-height:21px;
}
.list1 a:hover {color:#e35845; text-decoration:none;}

.list1 {
	margin-bottom:26px;
}

.page3-box1 .button2 {
	position:absolute;
	left:32%;
	bottom:1px;
}

.p18 {
	margin-bottom:20px;
}

.page4-img1 {float:left; margin-right:15px; margin-bottom:13px;}

.p19 {
	margin-bottom:1px;
}

.p20 {margin-right:64px}

.p21 {margin-right:76px}


.p22 {
    margin-right: 47px;
    margin-top: 4px;
}

.p23 {
	margin-top:11px;
}

.list2 a {
	color:#8c8b8b;
	font-size:12px;
	transition: all 0.4s ease 0s;
	font-style:italic;
}
.list2 a:hover {
	color:#e35845;
	text-decoration:none;
}


.list2 li {
    background: url("../images/marker1.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 16px;
    padding-bottom: 20px;
    padding-left: 27px;
}


#search1 input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    color: #000000;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 19px;
    outline: medium none;
    padding: 10px 10px 11px;
    width: 277px;
}

#search1 {
    padding-top: 3px;
    position: relative;
	margin-bottom:62px;
}

.p24 {
	margin-bottom:63px;
}
.p25 {
	margin-bottom:14px;
}

.p26 {
	margin-bottom:11px;
}



.time1 {
    background: url("../images/calendar.png") no-repeat scroll 0 3px transparent;
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
    padding-left: 19px;
}


.adm {
    background: url("../images/adm.png") no-repeat scroll 0 4px transparent;
    color: #8C8B8B;
    display: inline-block;
    font-size: 13px;
    margin-right: 9px;
    padding-left: 20px;
}

.comm {
    background: url("../images/comm.png") no-repeat scroll 0 5px transparent;
    color: #8C8B8B;
    display: inline-block;
    font-size: 13px;
    padding-left: 19px;
}
.adm:hover,
.comm:hover {
	color:#e35845;
	text-decoration:none;
}

.page5-img1 {
	float:left;
	margin-right:19px;
}

.inner1 {
    margin-bottom: 16px;
    padding-top: 2px;
}

.page5-box1 {
	overflow:hidden;
	margin-bottom:32px;
}
																							/***** Page 4 *****/

.page6-img1 {
	margin-bottom:22px;
}

																									/***** Page 5 *****/


.page6-box1 span {
	display:block;
	color:#495150;
	font-weight:bold;
}
																									
.page6-box1	a {
	color:#a72223;
	text-decoration:underline;
}

.page6-box1	a:hover {
	color:#000;
	text-decoration:none;
}


																								

.dl1 dt {width:150px;}

.dl1 span {float:left; width:68px;}

.dl1 dd { line-height:18px;}

.dl1 dd a {color:#a72223;}

.dl1 dd a:hover {color:#000; text-decoration:none;}
	
/******************** Footer ******************/
footer {
	width:100%; 
	padding:0px 0 30px;
}

.foot-page1 {
	width:940px;
	margin:0 auto;
	color:#a6a6a6;
	text-transform:uppercase;
	font-size:12px;
	padding:30px 0 29px;
	background:url(../images/foot-bg1.gif) repeat 0 0;
}

.p12 {padding-left: 59px;}
	

.soc-links a {
	display:block;
	width:24px;
	height:24px;
}

.soc-links a:hover {
	background-position:0 -32px;
}

.soc-links li {
	display:block;
	float:left;
	margin-right:4px;
}

.soc-links {
    float: right;
    margin-right: 57px;
    padding-top: 2px;
}

.soc-link1 {
	background:url(../images/soc-link1.png) no-repeat 0 0;
}
.soc-link2 {
	background:url(../images/soc-link2.png) no-repeat 0 0;
}
.soc-link3 {
	background:url(../images/soc-link3.png) no-repeat 0 0;
}
.soc-link4 {
	background:url(../images/soc-link4.png) no-repeat 0 0;
}
.soc-link5 {
	background:url(../images/soc-link5.png) no-repeat 0 0;
}


.foot-page1 a {
	color:#a6a6a6;
}

.foot-page1 a:hover {
	color:#e35845;
	text-decoration:none;
}


.p11 {
    display: inline-block;
    font-weight: normal;
    padding-left: 6px;
    padding-top: 5px;
}

.foot-page1 span {
    color: #FFFFFF;
    display: inline-block;
    font-family: "Times New Roman",Times,serif;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 29px;    
    text-transform: uppercase;
}