/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3F586B;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

li{
	padding:3px;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display:inline;
}

ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

a {
	color: #FF5723;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 235px;
	margin: 0 auto;
	background: #A4C0C8 url(images/img02.jpg) no-repeat;
}
/* Logo */
#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 40px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */
#menu{
	position:absolute;
	margin-top:0px;
	font-size:17px;
	margin-left:-270px;
	width: 1200px;
}
#menu ul .item{
	display:none;
}
#menu ul:hover .item{
	display:block;
	border-left:2px solid #E5E5E5;
	border-right:2px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;

}
.topm{
	color:#000;	
	text-transform: capitalize;	

}

#menu ul:hover .item a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#menu ul:hover .item a:hover{
	color:#000;
	text-decoration: underline;
	
}
.item{
	text-transform: capitalize;
	border-top: 1px solid #FFF;
	background:#fff;
	
}
#menu ul{
	width:235px;
	text-align:center;
	float:left;
	margin:0px;
	padding:2px;
	list-style:none;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 690px;
	padding-top: 8px;
}
#contLeft{
	float:left;
	width:200px;
	margin-right:20px;

}
#contLeft li a{
		color:#0066CC;
}
#contRight{
	float:left;
	width:430px;

}

/* Sidebar */
#sidebar {
	float: right;
	width: 200px;
}

.boxed {
	margin: 0 0 20px 0;
}

.boxed .title {
	width: 190px;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #A8C3CB url(images/img03.jpg) no-repeat;
	font-size: 136%;
	color: #144B6B;
}

.boxed .content {
	padding: 20px;
	border: 1px solid #97C984;
	border-top: none;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 8px 0 8px 10px;
	background: url(images/img04.gif) no-repeat 0px 13px;
}

.boxed ul li.first {
	border: none;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #5F919E;
	border-top: 5px solid #4C747E;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}