/* CSS Document */


#container
{
	width:950px;
	margin:auto;
}

#header
{
	width:950px;
	height:194px;
	background:url(../giffs/m1.jpg);
	position:relative;
}
/*  navigation styling  */

ul.list1
{
	margin:20px 0 20px 0;
	font-size:16px;
}

.notice
{
	float:right;
	width:200px;
	color:#f26522;
	font-size:16px;
	line-height:18px;
	letter-spacing:-1px;
	border:2px #f26522 solid;
	padding:15px 10px 20px 10px;
	margin:0 0 60px 20px;
}

#navigationrow {
	background:url(../giffs/menu.jpg) no-repeat;
	width:704px;
	height:59px;
	position:absolute;
	right:0;
	bottom:28px;
}


#navigation ul {
list-style: none;
display:block;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
height: 59px;
width:704px;
text-indent: -5000px;
background:url(../giffs/menu.jpg) no-repeat;
}

#s1 a { display: block; width: 60px; background-position: 0px 0px;}
#s1 a:hover {background-position: 0px -59px;}

#s2 a {display: block; width: 71px; background-position: -60px 0px;}
#s2 a:hover {background-position: -60px -59px;}

#s3 a { display: block; width: 118px; background-position: -131px 0px;}
#s3 a:hover {background-position: -131px -59px;}

#s4 a { display: block; width: 126px; background-position: -249px 0px;}
#s4 a:hover {background-position: -249px -59px;}

#s5 a { display: block; width: 104px; background-position: -375px 0px;}
#s5 a:hover {background-position: -375px -59px;}

#s6 a { display: block; width: 94px; background-position: -479px 0px;}
#s6 a:hover {background-position: -479px -59px;}


/*  navigation styling END  */

#content-row
{
	width:950px;
	height:100%;
}


#left-column
{
	float:left;
	width:720px;
	background:url(../giffs/page.png) repeat-y;
	min-height:300px;
	padding-left:16px;
	position:relative;
	margin-bottom:25px;
	padding:300px 0 0 0;
}

#pagetop
{
	width:703px;
	height:300px;
	position:absolute;
	background:url(../giffs/gap.jpg);
	top:0px;
	left:10px;
	z-index:4;
}

#picture
{
	width:688px;
	height:236px;
	position:absolute;
	top:0px;
	left:17px;
	z-index:5;
}

#vanbit
{
	width:355px;
	height:222px;
	position:absolute;
	background: url(../giffs/vanbit.png);
	top:125px;
	right:-220px;
	z-index:6;
}

#toolbox
{
	width:136px;
	height:131px;
	position:absolute;
	background: url(../giffs/tools.png);
	bottom:-45px;
	left:-30px;
	z-index:6;
}

#pagebottom
{
	width:722px;
	height:23px;
	position:absolute;
	background:url(../giffs/pagebottom.png);
	bottom:-23px;
	left:0;
}

#content-wrapper
{
	margin:-55px 0 0 40px;
	position:relative;
	z-index:5;
	width:600px;
	min-height:450px;
	padding:0 0px 20px 20px;
}

#content
{
	padding:30px;
	padding-top:20px;
	padding-bottom:0;
}


#right-column
{
	float:right;
	width:200px;
	margin-right:16px;
	margin-top:16px;
	color:#FFFFFF;
}

#right-column a:link,#right-column a:visited
{	
	color:#FFFFFF;
	text-decoration:none;
}

p.quotetext
{
	margin-bottom:190px;
}

.rightimage
{
	margin-left:-5px;
}
.rightimage2
{
	margin-left:-5px;
	margin-top:10px;
}


#logostrip
{
	width:100%;
	background:#fff;
}
#logos-container
{
	margin:auto;
	width:950px;
	padding:2px 0;
}

#footerstrip
{
	width:100%;
}
#footer
{
	width:934px;
	margin:auto;
	padding:10px 0 15px 16px;
}

.footer-column
{
	float:left;
	margin-right:30px;
	width:auto;
}

.footer-column ul
{
	list-style:none;
	margin:0;
	padding:0;
	border-left:0px solid #d2c298;
	padding-left:0px;
	color:#f26522;
	text-decoration:none;
	font-size:10px;
}


.footer-column ul a
{
	color:#f26522;
	text-decoration:none;
	font-size:10px;
}
.footer-column ul a:hover
{
	color:#fff;
}

#bottomstrip
{
	width:100%;
	background:#012946;
}
#bottomstrip-container
{
	width:934px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:16px;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
}

ul.comments
{
	margin:0 0 0 10px;
	list-style:none;
}
.comments li
{
	margin:0 0 10px 0px;
	padding:0 0 0 5px;
	border-left: 2px solid #FF6600;
}

.name
{
	color:#FF6600;
	font-size:10px;
}