/* CSS Document */


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

#header
{
	width:960px;
	height:215px;
	background:url(../giffs/m1.jpg) no-repeat;
	position:relative;
}

/*  mainmenu styling  */
#navigationrow {
	background:url(../giffs/menu.jpg) no-repeat;
	width:361px;
	height:79px;
	position:absolute;
	right:320px;
	bottom:66px;
}

.list1
{
	margin:0 0 15px 15px;	
}


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

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

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

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

#s2 a {display: block; width: 123px; background-position: -120px 0px;}
#s2 a:hover {background-position: -120px -79px;}

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


/*  navigation styling END  */


#content-column
{
	float:left;
	width:528px;
	background-color:none;
	margin:-10px 18px 0 5px;
	position:relative;
	z-index:5;
}
#content
{
	background-color:#024381;
	padding:25px 20px 30px 20px;
	margin-top:15px;
	position:relative;
	z-index:10;
	min-height:300px;
}

#keys
{
	position:absolute;
	z-index:10;
	right:-40px;
	top:-60px;
}

.pic
{
	margin:-4px 0 0 -4px;
}

#testimonial-column
{
	float:left;
	width:153px;
	background-color:#024381;
	margin:-10px 18px 0 0;
	position:relative;
	z-index:1;
	min-height:400px;
	color:#FFFFFF;
	padding:13px;
	line-height:14pt;
}


.test
{
	font-size:24px;
	line-height:18pt;
}
.test-name
{
	font-weight:bold;
}
.test-location
{
	font-size:10px;
	margin-top:-5px;
	display:block;
}

#right-navigation
{
	float:left;
	width:208px;
	background-color:none;
	margin:-10px 0 0 0;
	position:relative;
	z-index:5;
}


.rightbox
{
	background-color:#024381;
	color:#FFFFFF;
	padding:10px 10px 15px 10px;
	margin-bottom:18px;
	font-size:11px;
	line-height:14pt;
}

.view-btn
{
	margin:5px 0 0 0;
}

.rightbox p
{
	padding-left:10px;
	padding-right:10px;
}

.righttitle
{
	margin-left:-10px;
}

.rightbtn
{
	margin-left:-25px;
}














#footerstrip
{
	width:100%;
}
#footer
{
	width:960px;
	margin:0;
	margin:auto;
	margin-top:18px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #fff;
}

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

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

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

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


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