/*
Design by Utpalendra Kumar Deka
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 auto;
	padding: 0 auto;
	background:  #ffffff url(images/bg.jpg) repeat-x top center;
	font-size: 13px;
	color: #5f6468;
}

body{
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #4598ce;
}

h1 {
	font-weight: normal;
	color: #4598ce;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 3em;
	margin-bottom: -22px;
}

h2 {
	font-weight: normal;
	color: #4598ce;
	text-transform: None;
	letter-spacing: -1px;
	font-size: 24px;
	margin-bottom: -1px;
}

h3 {
	font-weight: normal;
	color: #4598ce;
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #4f6468;
}

a:hover {
	text-decoration: none;
	color: #4598ce;
}

/* Header */



#firstrow {
	width: 765px;
	height: auto;
	margin: 0px auto;
}
#leftfirstrow {
 float:left;
 width:165px;
 min-height: 180px;
 background: #ffffff url(images/left.jpg) no-repeat right top;
 text-align: right;
 padding-top: 150px;
}
#leftfirstrow li{
  list-style: none;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #4f6468;
}
#leftfirstrow a {
	text-decoration: none;
	color: #4f6468;
	font-size: 16px;
}
#leftfirstrow a:hover {
	text-decoration: none;
	color: #4598ce;
	font-size: 16px;
}
#showcase img{
	border: 1px solid #4598ce;
}
#showcase h2{
	font-weight: normal;
	color: #4598ce;
	text-transform: None;
	letter-spacing: -1px;
	font-size: 24px;
	margin-bottom: -5px;
}


#centerfirstrow{
	float:left;
 	width:233px;
	height: 394px;
 	background: #ffffff url(images/center.jpg) no-repeat right top;
 	text-align: center;
}

#rightfirstrow {
 float:left;
 width: 362px;
 min-height: 180px;
 background: #ffffff url(images/right.jpg) no-repeat left top;
 text-align: justify;
}
#content1{
	padding-right: 10px;
	padding-top: 150px;
}
#content1 li{
	list-style-image: url(images/list.jpg);
	color: #4598ce;
}
#login{
	position: absolute;
	top: 0px;
	left: 675px;
}


#clear {
 clear:both;
}


#secondrow {
	width: 765px;
	height: auto;
	margin: 0 auto;
	padding-left: 40px;
}
#leftsecondrow {
 float:left;
 width: 197px;
 margin-right: 10px;
 border: 0px solid #A6001C;
 background: #ffffff;
}
#middlesecondrow {
 float:left;
 width: 196px;
 margin-right: 10px;
 border: 0px solid #E2435F;
 background: #ffffff;
}
#rightsecondrow {
 float:left;
 width:197px;
 border: 0px solid #A6001C;
 background: #ffffff;
}
#clear2 {
 clear:both;
}

#footer {
	width: 765px;
	height: 44px;
	background: #ffffff url(images/footer.jpg) no-repeat left top;
	margin: 10px auto;
	padding-top: 11px;
	text-align: center;
}