/*
Copyright 2010 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #c9cfd4 url('/design/images/bg.jpg') center top repeat-x;
	color:#555;
	font: 11px Arial, Verdana, Lucida, sans-serif;
	margin: 0;
	padding: 0px;
}

div {
	overflow:hidden;
	zoom:1;
}

h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h1,h2,h3,h4,h5 {
	color:#324d9e;
}

a img {
	border:0;
}
p{

margin-top:10px;
margin-bottom:10px;
}
#main {
	background:white;
	border-left:1px solid #1862a3;
	border-right:1px solid #1862a3;
	margin:0 auto;
	padding:0;
	min-height:600px;
	width:830px;
}

#logo {
	float:left;
	margin-right:20px;
}

#clicktoapply {
	clear:both;
	display:block;	
	float:right;
	margin-right:10px;
	margin-top:20px;
}

#blueline {
	background:url('/design/images/bluelinebg.gif') repeat-x;
	height:12px;
	line-height:12px;
}
.apply {

margin-left:-3px;
}
#topmenu {
	margin-top:-27px;
	position:absolute;
	text-align:right;
	width:830px;
}

#topmenu ul, #topmenu li  {
	list-style:none;
	display:inline;
	float:right;
	margin:0;
	padding:0;
	zoom:1;
}

#topmenu a {
	background:url('/design/images/topmenuright.gif') no-repeat right;
	color:white;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	margin:0 6px 0 0;
	padding-right:6px;
	text-decoration:none;
}

*html #topmenu a {
	margin:0 3px 0 0;
	overflow:visible;
}

#topmenu a span {
	background:url('/design/images/topmenuleft.gif') no-repeat left;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	padding-left:6px;
}

#leftpanel {
	float:left;
	text-align:center;
	margin-top:10px;
	width:183px;
}

#leftpanel ul {
	background:#e3e1e2;
	margin:0 auto;
	padding:0;
	width:156px;
}

#leftpanel li {
	border-bottom:1px solid white;
	height:35px;
	line-height:35px;
	list-style:none;
	margin:0;
	padding:0 10px;
	text-align:left;
}

#leftpanel li.child {
	text-align:right;
}

#leftpanel li a {
	color:#324d9e;
	text-decoration:none;
	
}

#leftpanel li.child a {
	font-style:italic;
}

#contactus {
	margin-top:5px 0;
}

#contactus1 {
	margin-top:-5px;
	margin-bottom:10px;
	margin-left: -1px;
}
#rightpanel {
	background:url('/design/images/rightpanelbg.gif') left top repeat-y;
	float:right;
	padding:0 10px;
	margin-top:10px;
	min-height:500px;
	_height:500px;
	width:625px;	
}
#rightpanel a{
	text-decoration:none;
	color:#555;
	}
	


#footer {
	background:url('/design/images/footerbg.gif') repeat-x;
	color:white;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:20px 0 0 0;
}

#footer a {
	color:white;
	text-decoration:none;
}

/* -------------- News */
.newsrow {
	margin:20px 0;
}

p.date {
	font-style:italic;
	margin:10px 0;
}

.more {
	text-align:right;
	margin:10px;
}

.more a {
	color:#555;
	text-decoration:none;
}

.example {
	margin-left: 25px;
}

.list {
	margin-left:15px;
	list-style: square ;
	margin-bottom: 10px;
}