@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	text-align: center;
	background: #A1A0A4 url(../images/body-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	
}

#container {
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

#header {
	margin: 20px 0;
	height:390px;
}

#headerTri {
position: absolute; z-index: 10; 
top: 20px; width: 20px; height: 20px; line-height: 20px;
background:url(../images/002514-3_03.gif)
}

#mainTri {
position: absolute; z-index: 10; 
top: 430px; width: 20px; height: 20px; line-height: 20px;
background:url(../images/002514-3_08.gif)
}

#logo {
	width:204px;
	height:50px;
	line-height:50px;
	background:url(../images/logo_08.png);
	position:absolute;
	margin: 30px;
	z-index: 9;
	
}

#main {
	background-color: #002664;
	background-image: url(../images/002514-3_03.gif);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	line-height:16px;
	margin-bottom:20px;
}

#main a{
	color:#A1A0A4;
	text-decoration:underline;
}

#main a:hover{
	color:#A1A0A4;
	text-decoration:none;
}

#cta {
position: relative;
top: 30px; width: 230px;
margin-left:30px;
float:left;
}

#cta p{
	margin-bottom:13px;
	
}

#text {
	position: relative;
	top: 15px;
	width: 390px;
	margin-left:300px;
	padding: 15px 0px 0px 15px;
	background-image: url(../images/002514-3_08.gif);
	background-repeat: no-repeat;
	background-position: -5px -5px;
}

#text p{
	margin-bottom:13px;
	
}

.clear {
	clear:both;
	height:50px;
}

#r-emblem {
	position:relative;
	bottom:0;
	margin-left:30px;
	width:93px;
	height:102px;
	line-height:102px;
	background:url(../images/002514-3_16.gif) no-repeat;
}





#wrapper {width:740px; margin:0 auto; z-index:1}

.sliderbutton {float:left; width:32px; padding-top:134px; display:none;}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slideshow {float:left; width:740px; height:390px; }
#slides {position:relative; width:740px; height:390px; list-style:none; overflow:auto}
#slides li {width:740px; height:390px}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px; display:none;}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#666; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

li#content {width:740px; height:390px;}
#content p {
	z-index:3;
	position:absolute;
	top:350px;
	background-image:url(../images/caption-bg.png);
	padding:5px;
	margin-left:30px;
	font-style:italic;
	}
#content img {
	position:absolute;
	top:0;
	margin:0;
	z-index:2;
	}
		
