/* CSS Document */

body, input, td, th{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

body{
	color:#000000;
	margin:0px;
	background-color: #577096;
	padding: 0px;
}

img{
border:none;
}

h1{
font-size:14px;
}

a:link, a:visited, a:active{
color:#FF0066;
}

a:hover{
	color:#FF3333;
	text-decoration:none;
	width: 100%;
}

#header{
	height:106px;
	border-bottom:#000000 solid 5px;
	position:relative;
	z-index:1;
	text-align: left;
	background-color: #577096;
	width: 100%;
	background-image: url(images/header_stripes2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header_right{
	background-color:#577096;
	background-image:url(images/header_stripes.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:360px;
	height:106px;
	float:left;
	padding-left:150px;
	position: relative;
}

#header_right img{
margin-right:6px;
float:left;
}
#header_left {
	float: left;
	height: 106px;
	width: 240px;
	background-color: #F2EDF0;
}
#header_content {
	width: 972px;
	float: left;
	position: relative;
}



.logo{
position:absolute;
top:34px;
left:17px;
z-index:1;
}
#arrow {
	position: absolute;
	top: 75px;
	left: 154px;
	background-color: transparent;
	height: 91px;
	width: 145px;
	background-image: url(images/spiral.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main_container {
	width: 100%;
	float: left;
	background-color: #EAE2E1;
	position: relative;
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#container{
	width:940px;
	height:auto;
	background-image:url(images/container_bgr2.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
	position: relative;
}

#left_col{
	float:left;
	width:240px;
	height:auto;
	position: relative;
}

ul.menu{
margin:20px 10px 10px 40px;
padding:0px;
list-style:url(images/bulit.gif);
height:auto;
}

ul.menu li{
font-size:12px;
font-weight:bold;
line-height:2em;
}

ul.menu .indented{
font-weight:normal;
margin-left:20px;
}

ul.menu a:link,
ul.menu a:visited,  
ul.menu a:active{
text-decoration:none;
color:#FFFFFF;
}

ul.menu a:hover{
color:#FFFFFF;
text-decoration:underline;
}

#content{
	float:left;
	position:relative;
	background-color:#f2edf0;
	width:610px;
	height:auto;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 50px;
	padding-left: 30px;
}

#title{
border-bottom:dashed 1px;
}
#border {
	background-color: #A84710;
	background-image: url(images/container_bgr_segment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 100%;
	float: left;
	position: relative;
}


#footer{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	background-color: #BDC7D6;
	position: relative;
}

#footer p{
	font-size:10px;
	font-weight:bold;
	margin:0px;
}

#footer a:link,
#footer a:active,
#footer a:visited{
text-decoration:none;
color:#000000;
}

#footer a:hover{
text-decoration:underline;
color:#1B3D70;
}
#contact_info1 {
	padding: 12px;
	float: left;
	width: 270px;
}
#contact_info2 {
	padding: 12px;
	float: left;
	width: 120px;
}
#triratna {
	text-align: right;
	padding: 18px;
	float: right;
	width: 150px;
}
