/*
Written by Girish Dalvi
girish.dalvi@gmail.com
*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	/*background: #314f6b url(images/img01.jpg) no-repeat center top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	/*font-family: Georgia, serif;*/
	font-size: 14px;
	color: #000000;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #000000;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h3 { font-size: 100%; }

p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, serif;*/
	font-size: 100%;
	line-height: 150%;

}

p {
}

ul {
}

ol {
}

blockquote {
}

/*
a {
	color: #003399;
}

a:hover {
	text-decoration: none;
}
*/


a:link{
        color: #005FA9;
        text-decoration: none;
}

a:visited{
        color: #005Ff9;
        text-decoration: none;
}

a:hover{
        color: #0000ff;
        text-decoration: none;
}


/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 50px 0 0 20px;
	/*text-transform: lowercase;*/
	font-size: 157%;
}

#header p {
	margin: 0 0 0;
	padding: 0 0 0 20px;
	/*	text-transform: uppercase; */
	font-size: 85%;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 651px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
	margin-bottom: 0px;
}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
	/*text-align: justify;*/
}

.boxed {
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

.boxed .title {
	margin: 0;
	text-align: center;
	padding: 5px 20px;
	background: #999999;
	text-transform: none;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
	/*text-align: justify;*/
}

.boxed .content .link{
	padding: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #003399;

}

.boxed .content .email{
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	text-align:right;
	color: #003399;

}

.boxed .content .phone{
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	text-align:right;
	color: #003399;

}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
	background: url(images/img09.jpg) repeat;
	border: #666666;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	text-color:#ff0000;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	border: 1px solid #999999;
	text-transform: lowercase;
	font: Verdana, sans-serif;
	color: #CCCCCC;
	background-color: #314F6B;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
	text-align:center;
}

#searchsubmit {
	width: 178px;
	padding: 2px 5px;
	text-align:center;
}

/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}
