/* CSS Document */


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

#header
{
	width:1000px;
	height:154px;
	background:url(../giffs/m1.jpg);
	position:relative;
}

/*  mainmenu styling  */
#navigationrow {
	background:url(../giffs/menu.jpg) no-repeat;
	width:520px;
	height:103px;
	position:absolute;
	right:0;
	top:0px;
}


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

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

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

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

#s2 a {display: block; width: 73px; background-position: -48px 0px;}
#s2 a:hover {background-position: -48px -103px;}

#s3 a { display: block; width: 75px; background-position: -121px 0px;}
#s3 a:hover {background-position: -121px -103px;}

#s4 a { display: block; width: 130px; background-position: -196px 0px;}
#s4 a:hover {background-position: -196px -103px;}

#s5 a { display: block; width: 107px; background-position: -326px 0px;}
#s5 a:hover {background-position: -326px -103px;}

#s6 a { display: block; width: 87px; background-position: -433px 0px;}
#s6 a:hover {background-position: -433px -103px;}


/*  navigation styling END  */

#content-row
{
	width:1000px;
	height:100%;
	position:relative;
	margin-bottom:10px;
}

#pagebtm
{
	position:absolute;
	left:176px;
	bottom:0px;
	z-index:3;
	
}



/*  Leftmenu styling END  */
#lnavigationrow {
	background:url(../giffs/leftmenu.jpg) no-repeat;
	width:159px;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	position:relative;
	z-index:2;
}


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

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

#lnavigation a {
width:159px;
text-indent: -5000px;
background:url(../giffs/leftmenu.jpg) no-repeat;
}

#ls1 a { display: block; height: 61px; background-position: 0px 0px;}
#ls1 a:hover {background-position: -159px 0px;}

#ls2 a { display: block; height: 61px; background-position: 0px -61px;}
#ls2 a:hover {background-position: -159px -61px;}

#ls3 a { display: block; height: 61px; background-position: 0px -122px;}
#ls3 a:hover {background-position: -159px -122px;}

#ls4 a { display: block; height: 61px; background-position: 0px -182px;}
#ls4 a:hover {background-position: -159px -182px;}

#ls5 a { display: block; height: 61px; background-position: 0px -243px;}
#ls5 a:hover {background-position: -159px -243px;}

#ls6 a { display: block; height: 61px; background-position: 0px -304px;}
#ls6 a:hover {background-position: -159px -304px;}


/*  navigation styling END  */

#leftmenushadow
{
	position:absolute;
	right:0px;
	top:-40px;
	z-index:10;
	
}

#page
{
	float:left;
	width:798px;
	min-height:600px;
	background: url(../giffs/page-bgd.jpg) repeat-y;
	margin-left:-3px;
	position:relative;
	z-index:1;
}

#content-wrapper
{	
	float:left;
	width:578px;
	min-height:100px;
	margin-left:4px;
	margin-top:-51px;
}

#content
{
	padding:10px 20px 50px 25px ;
	position:relative;
}

#content ul
{
	margin:0 0 15px 10px;
	padding:0;
	position:relative;
}

#content li
{
	margin:0 0 2px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #d3dde3;
	list-style:none;
}

#home1
{
	color:#1a2d37;
	width:227px;
	float:left;
	border-right:1px solid #d3dde3;
	border-bottom:1px solid #d3dde3;
	padding:15px;
	font-size:12px;
	background:url(../giffs/bgd2.jpg) no-repeat;
}
#home2
{
	width:227px;
	float:left;
	border-bottom:1px solid #d3dde3;
	padding:15px;
	font-size:12px;
	color:#1a2d37;
	background:url(../giffs/bgd1.jpg) no-repeat;
}
#home3
{
	width:227px;
	float:left;
	border-right:1px solid #d3dde3;
	padding:15px;
	font-size:12px;
	color:#1a2d37;
	background:url(../giffs/bgd3.jpg) no-repeat;
}
#home4
{
	width:227px;
	float:left;
	padding:15px;
	font-size:12px;
	color:#1a2d37;
	background:url(../giffs/bgd4.jpg) no-repeat;
}

#home1 p,#home2 p,#home3 p,#home4 p
{
	margin:0;
	padding:0;
	margin-bottom:9px;
	line-height:10pt;
}

#home1 a:link,#home2 a:link,#home3 a:link,#home4 a:link
{
	font-size:11px;
	text-decoration:none;
}

.hometitle
{
	color:#9d281f;
	font-size:15px;
	background: url(../giffs/aro2.png) no-repeat left center;
	padding:0 0 0 19px;
	margin:0 0 -8px 0;
	display:block;
	line-height:normal;
}

.homepic
{
	border:1px solid #1a2d37;
	padding:1px;
	background:#d3dde3;

	
}


p.bottomline
{
	border-bottom:1px solid #d3dde3;
	padding: 0 0 14px 0;
}

.redtitle
{
	color:#9d281f;
	font-size:14px;
}

#right-navigation
{	
	float:right;
	width:185px;
	min-height:100px;
	margin-right:18px;
	margin-top:-40px;
	position:relative;
	color:#FFFFFF;
	font-size:12px;
}

.right-option
{
	margin-left:-13px;
}

#rightshadow
{
	position:absolute;
	left:-13px;
	top:20px;
	z-index:3;
	
}

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

#footerstrip
{
	width:100%;
}
#footer
{
	width:950px;
	margin:auto;
	padding:10px 0 12px 50px;
}

.footer-column
{
	float:left;
	margin-right:35px;
	width:auto;
}
.footer-column1
{
	float:left;
	margin-right:10px;
	width:auto;
}

.footer-column ul
{
	list-style:none;
	margin:0;
	padding:0;
	color:#324652;
	text-decoration:none;
	font-size:10px;
	line-height:10pt;
}

.footer-column li
{
	margin:0;
	padding:0;
}
.footer-column ul a
{
	color:#324652;
	text-decoration:none;
	font-size:10px;
	margin:0;
	padding:0;
}
.footer-column ul a:hover
{
	color:#fff;
}

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

.opener
{
	display:block;
	border-left:2px solid #a7bcc7;
	padding-left:6px;
	margin-left:-8px;
}

.star
{
	position:absolute;
	top:11px;
	right:40px;
	width:55px;
	height:56px;
	background:url(../giffs/star.png);
	z-index:10;
}
