@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:url(images/bkground.png) repeat-x;
	margin-top: 0px;
}



a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color:#333;
}

br {
	margin-top: 10px;
}

/* Layout Items */

#container {
	width: 900px;
	margin: 0 auto;
	background: transparent url(images/3d_looking.png) 100% 0% no-repeat;
	/* background: url(images/swirls.png) 100% 90% no-repeat; */
	}

#liquid_overflow {
	clear: both;
}

#left_column {
	width: 195px;
	float: left;
	padding-right: 5px;
}
#right_column h4 {
	font-family: Forte, Georgia, "Times New Roman", Times, serif;
	font-style:italic;

	font-weight: normal;

}

#right_column {
	width: 190px;
	float: left;
	margin-top: 300px;
	padding: 5px;
	text-align: center;

}

#centre_column {
	margin-top: 80px;
	width: 490px;
	float: left;
	padding: 0px 5px 0px 5px;
}




/* Object Items */
.logo {
	margin-top: 40px;
}

.navigation {
	margin-top: 20px;
}

#navigation {
	list-style-type: none;
}


#navigation li {
	border-top: #3D72A8  dotted 1px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 17px;

}



.selected {
	color:#333;
}

h3 {
	color: #3D72A8;
	font-size: 22px;
	margin-bottom: 5px;
}

h1 {
	color: #3D72A8;
	font-size: 25px;
	margin-bottom: 5px;
}


h2 {
	color: #3D72A8;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}	


#contactus {
	margin-top: 40px;
	padding: 0px 5px 0px 5px;
}

#footer {
	margin-top: 40px;
	border-top: #3D72A8 dotted 1px;
	font-size: 10px;
	padding: 5px;
	list-style-type: none;
}

#footer_end {
		margin-bottom: 20px;
		clear: both;
}

.sitemap {
	list-style: none;
	display: inline;

}

.sitemap ul {
		display: inline;
}

.sitemap li {
		display: inline;
		padding-right: 3px;
		padding-left: 4px;
		border-left: #666 1px solid;

}

.sitemap li .start {
	border: none;
}

#centre_column ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square inside;
}



.affilates li {
	list-style: none;
	margin-bottom: 20px;

}

#quotes {

	
}

blockquote {
	padding: 10px 0px 0px 15px;
	background:url(images/leftquote.png) top left no-repeat;
	text-indent: 5px;
}

.quote {
	background:url(images/reftquote.png) bottom right no-repeat;
	margin-bottom: 20px;
}

.selected {
	
	font-weight: bold;
	color: #27498F; 
}

#dnd a {
	font-weight: bold;
}

td {
	font-size: 12px;
}
tr {
	font-size: 12px;
}

#ok {
	background-color:#CEFFCE;
	border: #090 1px solid;
	padding: 5px;
	color:#030;
	font-weight: bold;
}

#phone {
	color:#27498F;
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	padding-right: 30px;
	float: right;
	margin-top: 40px;
}
