/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:#eef3f6; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#4D5A5F;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:980px;
	font-size:.75em;
}

	/* Header */
	/*header {
		height:602px;
		border-bottom:1px solid #c7ced1;
		background:url(../images/header-splash1.png) no-repeat center top;
	}*/
	/*header {
		height:320px;
		border-bottom:1px solid #c7ced1;
		background:url(../images/header-splash1.png) no-repeat center top;
	}*/
	
	/* Content */
	section#content {
		background-color:#fff;
		width:100%;
		min-width:980px;
		padding:23px 0 40px 0;
	}
	
	/* Sidebar */
	aside {}
			
	/* Footer */
	footer {
		background-color:#eef3f6;
		width:100%;
		min-width:980px;
	}



/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3, 
.col-4,
.col-5 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.wrap {
	width:100%;
}



/*---- tailings ----*/
/*.tail-top {
	background:url(../images/tail-top.png) repeat-x center top;
	width:100%;
	min-width:980px;
}*/

/*.tail-top {
	background:url(../images/tail-top1.png) repeat-x center top;
	width:100%;
	min-width:980px;
}*/

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#758288;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list li {
	padding:0 0 5px 10px;
	background:url(../images/marker.gif) no-repeat left 5px;
	height:1%;
} 
	.list li a {
		text-decoration:none;
		color:#758288;
	}
	.list li a:hover {
		text-decoration:underline;
	}

.list1 {
	padding-bottom:12px;
	width:100%;
	overflow:hidden;
}
	.list1 li {
		background:url(../images/bg-left.gif) no-repeat left top #f1f4f6;
		margin-bottom:1px;
		overflow:hidden;
		vertical-align:top;
		padding-left:28px;
	}
	.list1 li.alt {
		margin-bottom:-12px;
	}
		.list1 li span {
			display:block;
			background:url(../images/bg-right.gif) no-repeat right top;
			padding:3px 0 4px;
		}
		.list1 li b {
			color:#758288;
		}
		.list1 li,
		.list1 li a {
			color:#2d61a3;
		}
		.list1 li a {
			text-decoration:none;
		}
		.list1 li a:hover {
			text-decoration:underline;
		}

/*.banners {
	width:982px;
	height:135px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:8px;
}*/
	/*.banners {
	width:982px;
	height:135px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	margin-top:20px;
	top:8px;
}*/
	.banners li {
		float:left;
		font-size:16px;
		line-height:1.2em;
		margin-left:5px;
	}
		.banners li a {
			width:136px;
			height:135px;
			display:block;
			text-align:center;
			color:#fff;
			text-decoration:none;
			background-repeat:no-repeat;
			background-position:-141px 0;
			background-image:url(../images/banners-sprite.jpg);
		}
		.banners li a:hover {
			background-position:0 0;
			color:#fff;
		}
			.banners li a span {
				display:block;
				padding:14px 0 0 0;
			}
		.banners li img {
			display:block;
			margin:0 auto;
			position:relative;
			top:8px;
		}
	.banners li:first-child {
		margin:0;
	}

.ordered-list {
	padding-bottom:20px;
}
	.ordered-list li {
		position:relative;
		padding:0 0 8px 35px;
		margin-bottom:8px;
		font-weight:bold;
		min-height:32px;
		height:auto!important;
		height:32px;
		border-bottom:1px solid #e1e4e6;
	}	
	.ordered-list li.last {
		border:none;
		padding-bottom:0;
		margin-bottom:0;
	}
		.ordered-list li span {
			font-size:28px;
			line-height:1.2em;
			color:#e86f0c;
			position:absolute;
			left:0;
			top:2px;
			letter-spacing:-3px;
		}
		*+ html .ordered-list li span {
			top:4px;
		}
		.ordered-list li,
		.ordered-list li a {
			color:#2d61a3;
		}
		.ordered-list li a {
			text-decoration:none;
			display:inline-block;
		}
		.ordered-list li a:hover {
			color:#e86f0c;
		}
		
.downloads li {
	width:100%;
	overflow:hidden;
	line-height:1.333em;
	padding-top:15px;
}
.downloads li:first-child {
	padding-top:0;
}
	.downloads li strong {
		float:left;
		width:251px;
		font-weight:normal;
	} 
		.downloads li strong a {
			color:#758288;
			font-weight:bold;
			text-decoration:none;
		}
		.downloads li strong a:hover {
			text-decoration:underline;
		}
	.downloads li span {
		color:#e86f0c;
		float:left;
		font-size:1.167em;
		width:145px;
		text-align:center;
	}
	.downloads li .link {
		float:right;
		position:relative;
		top:-15px;
	}
	

/*----- other -----*/
.img-indent { 
	margin:0 0 20px 0; 
}
.img-indent1 {
	float:left;
	margin-right:23px;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
	line-height:1.333em;
}
	.img-box img { 
		float:left; 
		margin:0 23px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:12px;
	line-height:1.333em;
}
.p0 {
	margin:0;
}
.p1 {
	margin-bottom:25px;
}

dl {
	line-height:1.333em;
}
	dl dd {
		padding-bottom:13px;
	}
	
dl.address {
	margin-bottom:-18px;
}
	dl.address dt {
		font-weight:bold;
	}
	dl.address dd { 
		clear:both;
		padding-bottom:18px;
	}
		dl.address dd span { 
			float:right;
			padding-right:17px;
		}
		
address {
	color:#e86f0c;
	font-style:normal;
	line-height:1.286em;
	font-size:1.167em;
}		
	address span {
		float:right;
	}



/*----- txt, links, lines, titles -----*/
a {
	color:#e86f0c; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:22px;
	line-height:1.2em;
	color:#272727;
	margin-bottom:16px;
}
h2.style1 {
	font-size:35px;
	margin-bottom:7px;
}
	h2.style1 b {
		font-size:18px;
		display:block;
		color:#e86f0c;
		margin-top:-16px;
	}
h3 {
	font-size:1.5em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:12px;	
}
h5 {
	font-size:1em;
	line-height:1.333em;	
}
h5.style1 {
	color:#e86f0c;
	margin-bottom:18px;
}


.txt1 {
	color:#e86f0c;
	font-size:1.167em;
	line-height:1.286em;
	padding-right:28px;
}
	.txt1 b {
		float:left;
		width:209px;
		font-size:.857em;
		line-height:1.333em;
		padding-right:24px;
	}
.txt2 {
	color:#e86f0c;
	font-size:1.167em;
	line-height:1.286em;
}
.txt3 {
	color:#e86f0c;
	font-weight:bold;
}
	.txt3 a {
		text-decoration:none;
	}
	.txt3 a:hover {
		text-decoration:underline;
	}

.link {
	color:#2d61a3;
	font-weight:bold;
	padding-right:8px;
	background:url(../images/marker1.gif) no-repeat right 6px;
}

.line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:492px 0;
	width:100%;
}
.line-ver2 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:752px 0;
	width:100%;
}

/*===== header =====*/
header #menu {
	height:164px;
	margin-bottom:-16px;
	position:relative;
}

/*===== footer =====*/
footer .inside {
	padding:24px 0 30px 18px;
}
footer .col-1 {
	font-size:1.167em;
	padding-top:3px;
}
	footer .col-1 a {
		text-decoration:none;
		color:#758288;
	}
	footer .col-1 a:hover {
		text-decoration:underline;
	}
		footer .col-1 strong {
			font-size:18px;
			line-height:1.2em;
			background:url(../images/logo-small.gif) no-repeat left top;
			padding-left:23px;
			margin-top:-3px;
			display:inline-block;
		}


/*==========================================*/
/* new navigation  bar start*/
#header_buddy{
	height:161px;
	width:1100px;
	background-image:url(../images/buddy_navBG.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	/*border:1px #C3F solid;*/
}

#header_buddy2{
	height:147px;
	width:1100px;
	background-image:url(../images/buddy_navBG.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	/*border:1px #C3F solid;*/
}

#buddy_logo_header{
	height:80px;
	width:257px;
	padding-top:10px;
	/*border:1px solid #F00;*/
	margin-left:40px;
	}
	
	
#nav{
	height:68px;
	width:1100px;
	margin-top:2px;
	/*border:1px solid #F00;*/
	background-image:url(../images/menu_bg_header.jpg);
	background-repeat:repeat-x;

	}

#navlist_buddy 
{
	height:68px;
	width:1060px;
	/*padding-top:20px;*/
	margin-top:0px;
	margin-left:0px;
	/*border:1px solid #CF0;*/
	/*line-height:36px;*/
}
	

#navlist_buddy li
{
display:inline;
list-style-type:none;
margin-right:0px;
/*line-height:36px;*/

}


#navlist_buddy a
{
/*border:1px solid #000;*/
width:141px;
height:48px;
float:left;
text-align:center;
padding-top:22px;
text-shadow:#666;
/*padding: 25px 22px;*/
margin-left:30px;
text-decoration:none; 
color:#fff; 
background-image:url(../images/menu_normal.jpg);
background-repeat:no-repeat;
font-size: 15px;
font-family:Tahoma, Geneva, sans-serif;
}


#navlist_buddy a:hover
{
text-decoration:none; 
color:#000; 
font-size: 15px;
text-shadow:#666;
font-family:Tahoma, Geneva, sans-serif;
background-image:url(../images/roleover_button.png);
background-repeat:no-repeat
}

#navlist_buddy a:active #navlist a:visited #navlist a.visited:hover
{
text-decoration:none; 
color:#000; 
font-size: 15px;
font-family:Tahoma, Geneva, sans-serif;
}
/* new navigation bar end*/





#nav_inside{
	height:55px;
	width:1100px;
	margin-top:2px;
	/*border:1px solid #F00;*/
	background-image:url(../images/menu_bg_header2.jpg);
	background-repeat:repeat-x;

	}

#nav_inside_buddy 
{
	height:55px;
	width:1060px;
	/*padding-top:20px;*/
	margin-top:0px;
	margin-left:0px;
	/*border:1px solid #CF0;*/
	/*line-height:36px;*/
}
	

#nav_inside_buddy li
{
display:inline;
list-style-type:none;
margin-right:0px;
/*line-height:36px;*/

}


#nav_inside_buddy a
{
/*border:1px solid #000;*/
width:141px;
height:48px;
float:left;
text-align:center;
padding-top:22px;
text-shadow:#666;
/*padding: 25px 22px;*/
margin-left:30px;
text-decoration:none; 
color:#fff; 
background-image:url(../images/menu_normal.jpg);
background-repeat:no-repeat;
font-size: 15px;
font-family:Tahoma, Geneva, sans-serif;
}


#nav_inside_buddy a:hover
{
text-decoration:none; 
color:#000; 
font-size: 15px;
text-shadow:#666;
font-family:Tahoma, Geneva, sans-serif;
background-image:url(../images/roleover_button.png);
background-repeat:no-repeat
}

#nav_inside_buddy a:active #nav_inside a:visited #nav_inside a.visited:hover
{
text-decoration:none; 
color:#000; 
font-size: 15px;
font-family:Tahoma, Geneva, sans-serif;
}
/* new navigation bar end*/

#homepage_slideshow{
	height:267px;
	width:1100px;
	margin-left:auto;
	margin-right:auto;	
	/*border:1px solid #F00;*/
	}
