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

/* ---------- RESET ---------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------- END RESET ---------- */

body {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

/* ---------- WRAPPER ---------- */

#wrapper {
	width:950px;
	margin:0 auto;
}

/* ---------- END WRAPPER ---------- */


/* ---------- HEADER AREA ---------- */

#headerArea {
	width:900px;
	margin:0 auto;
	height:75px;
	margin-bottom:40px;
}

#headerArea img {
	margin-top:35px;
}

#headerArea a {
	color:#333;
}

#headerArea span {
	text-indent:-9999px;
	line-height:0px;
}

#headerArea h1 {
	font-size:1px;
	line-height:0px;
}

#brdContact {
	font-size:12px;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-top:38px;
	line-height:16px;
	text-decoration:none;
}

#brdContact a {
	text-decoration:none;
	color:#790000;
}


/* ---------- END HEADER AREA ---------- */



/* ---------- SLIDESHOW AREA ---------- */

#slideshowArea {
	width:950px;
	height:284px;
	margin:0 auto;
	margin-bottom:25px;
	overflow:hidden;
	position:relative;
}

.next {
	cursor:pointer; 
	position:absolute;
	float:right;
	margin-right:0px;
	z-index:800;
	margin-top:117px;
	margin-left:900px;
	display:block;
	width:50px;
	height:50px;
	background-image:url(../images/slideshow/rightBtn.png);
	background-position:top;
	background-repeat:no-repeat;
}

.next:hover {
	background-image:url(../images/slideshow/rightBtnHover.png);
}

.prev {
	cursor:pointer; 
	position:absolute;
	float:left;
	margin-left:0px;
	z-index:900;
	margin-top:117px;
	display:block;
	width:50px;
	height:50px;
	background-image:url(../images/slideshow/leftBtn.png);
	background-position:top;
	background-repeat:no-repeat;
}

.prev:hover {
	background-image:url(../images/slideshow/leftBtnHover.png);
}

#list {
	height:284px;
	margin:0px auto;
	width:900px;
	overflow:hidden;
}

.slider {
	visibility:hidden;
	width:900px;
	overflow:hidden;
	left:-150px;
	position:absolute;
}

.slider ul li {
	padding-right:20px;
	width:350px;
	cursor:pointer;
}

.slider ul li a {
	display:block;
	width:350px;
	height:284px;
	cursor:pointer;
}

.slider span {
	background-image: url(../images/slideshow/slideTextBG.png);
	background-repeat:repeat;
	width:270px;
	height:40px;
	padding:20px;
	margin:185px 20px 20px 20px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	position:absolute;
}

.slider a {
	text-decoration:none;
}

.slider span:hover {
	color:#a51212;
}

.slider ul li img {
	cursor:pointer;
	height:284px; 
	width:350px;  
}


/* ---------- END SLIDESHOW AREA ---------- */

/* ---------- GLOBAL DOMESTIC LINKS AREA ---------- */

#globDomLinks {
	width:900px;
	text-align:center;
	font-weight:bold;
	padding:40px 0;
	font-size:16px;
	border-top: #790000 15px solid;
}

#globDomLinks h3 {
	display: inline;
}

#globDomLinks a {
	color:#777;
	text-decoration:none;
}

#globDomLinks a:hover {
	color:#790000;
}

#globDomLinks span {
	font-weight:bolder;
	font-size:20px;
}

/* ---------- END GLOBAL DOMESTIC LINKS AREA ---------- */

/* ---------- BRD AREA ---------- */

#brdArea {
	width:900px;
	margin:0 auto;
}

#brdBlurb {
	text-align:justify;
	line-height:26px;
	font-size:14px;
	width:900px;
	margin:0 auto;
}

#brdBlurb span {
	font-size:15px;
	font-weight:bold;
}

/* ---------- END BRD AREA ---------- */





/* ---------- FOOTER AREA ---------- */

#footerArea {
	width:900px;
	margin:0 auto;
}

/* ---------- END FOOTER AREA ---------- */

/* ---------- SOCIAL ICONS ---------- */

#socialIcons {
	float:right;
	width:200px;
	text-align:right;
	height:35px;
	margin-top:12px;
}
