html {
	background:url('img/bg-dots.gif') top left repeat #676F82;
}

body {
	margin:0 0 0 0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url('img/bg-swoosh.png') 50% 0 no-repeat fixed;
}

a {
	color:#222;
	text-decoration:none;
}

a:hover{
	color:#C33F57;
}

h1 {
	font-size:medium;
	letter-spacing:2px;
}

p {
	margin-bottom:1.4em;
}

img{
	border:0px;
}

blockquote{
	padding:4px;
	border:medium #676F82 double;
	width:175px;
	margin-left:4px;
	margin-right:0px;
	font-size:x-small;
	margin-top:50px;
	text-align:center;
}


ul { 
list-style-image: url(img/arrow.gif);
margin-top:0px;
margin-bottom:0px;
font-size:10px;
margin-left: 1.5em; padding-left: 0;


 }

li{
	padding-top:4px;
	padding-bottom:4px;
}


.wrapper{
	width:800px;
	background-image:url('img/wrapper.png');
	margin: 0 auto;
	
}

.top{
	height:30px;
	width:800px;
	margin:0 auto;
	background-image:url('img/wrapper.png');
}

.top2{
	margin:0 auto;
	height:30px;
	width:800px;
	background-image:url('img/top.png');
	background-position:center bottom;
	background-repeat:no-repeat;	
}

.logo{
	position:relative;
	background-image:url('img/top_nav.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:37px;
}
	#link-home {
		position:absolute;
		top:0;
		left:48px;
		width:223px;
		height:73px;
		z-index:10;
	}

.menu{
	width:269px;
	float:right;
	background-image:url('img/wrapper.png');
}

.bot_nav {
	float:left;
	height:40px;
	width:562px;
	margin-left:15px;
	padding-top:15px;
	background-image:url('img/bot_nav.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
}
#home .bot_nav {
	position:relative;
	top:-1px;
}

#social-media {
	float:left;
	padding:6px 0 6px 20px;
}
	#social-media img {
		padding:0 2px;
	}

.flash{
	position:relative;
	top:-1px;
	z-index:1;
}

.insidetop{
	background-image:url('img/sub_header.jpg');
	width:764px;
	height:75px;
	background-repeat:no-repeat;
	margin-left:18px;
}

.right{
	width:199px;
	float:right;
	margin-right:20px;
		background-image:url('img/wrapper.png');

}

.title{
	background-image:url('img/rt_title_news.gif');
	background-repeat:no-repeat;
	background-color:#D1D4DE;
	height:33px;
	padding-left:5px;
	font-weight:bold;
}

.rightcontent{
	background-image:url('img/rt_bg.gif');
	background-repeat:no-repeat;
}

.content{
	width:500px;
	float:left;
	background-image:url('img/inner_top.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:20px;
	line-height:20px;
}




.content img{
	float:left;
}


.alliances{
	width:500px;
	float:left;
	background-image:url('img/inner_top.gif');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:white;
	margin-left:20px;
	line-height:20px;
}



.contentr{
	width:275px;
	float:right;
	font-size:x-small;
	line-height:15px;
	letter-spacing:2px;
	font-weight:bold;
	padding-top:20px;

}

.footer {
	position:relative;
	margin-top:-14px;
	margin-bottom:34px;
	bottom:-14px;
	width:800px;
	height:14px;
	background-image:url('img/bottom.png');
	background-position:center top;
	background-repeat:no-repeat;
	letter-spacing:2px;
	color:#FFF;
	text-align:center;
	font-size:small;
	clear:both;
	
}

.footer a:hover{
	color:#333;
}

.footer a{
	color:#FFF;
}

.smalltext{

}



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

.clear {
	clear:both;
}




.button-1 {
	display:block;
	padding-top:10px;
	width:254px;
	height:34px;
	font-size:140%;
	font-weight:bold;
	text-align:center;
	color:#676f82;
	background:url('img/button-1.gif') 50% 0 no-repeat;
}
.button-1:hover {
	background:url('img/button-1.gif') 50% 100% no-repeat;
}

.align-center .button-1 {
	margin:0 auto;
}



.testimonial {
	margin-bottom:32px;
	width:198px;
	font-size:85%;
	background:url('img/testimonial-bg.gif') 50% 0 repeat-y #ffe9b0;
}
	.testimonial h2 {
		margin:0;
		padding:6px 10px 0;
		font-size:130%;
		color:#900b1c;
		background:url('img/testimonial-top.gif') 50% 0 no-repeat;
	}
	.testimonial .body {
		padding:0 10px 10px;
		background:url('img/testimonial-bottom.png') 50% 100% no-repeat;
	}
		.testimonial p {
			margin-bottom:.8em;
		}
		.testimonial .link-cta {
			display:block;
			padding-left:14px;
			background:url('img/arrow.gif') 0 50% no-repeat;
		}

#gallery {
	width:760px;
}
	#gallery-thumbnails {
		margin-left:0;
		list-style:none;
	}
		#gallery-thumbnails li {
			float:left;
			margin:0 20px 20px 0;
			padding:0;
			background:none;
		}
		#gallery-thumbnails li.end {
			margin-right:0px !important;
		}
				#gallery-thumbnails img {
					float:left;
				}
