/**
 * Override browser defaults
 */

ul {
	list-style-image: url('../images/go.gif');
	margin: 15px;
	padding: 0px;
	font-size:12px;
}

body {
	background-color:#CCCCCC;
	padding: 0px;
	top:auto;
	margin: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
}

/**
 * Define generic classes.
 */
div.visible {
	padding: 2px;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color:#FF0000;
	text-decoration: underline;
}

/**
 * Define IDs.
 */
div#wrap{
	background-image:url('../images/content.jpg');
	margin-top: 0px;
	margin-bottom: 15px;
	width: 820px;
	margin-left:auto;
	margin-right:auto;
}

div#title {
	padding: 0px;
	vertical-align: bottom;
	width: 800px;
	height: 150px;
}

div#content {
	padding: 10px;
	float: left;
	left: 250px;
	right: 101px;
	width: 530px;
	margin-left: 10px;
	overflow: hidden;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#content h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color:#0000FF;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url('../images/square-green.png') no-repeat 3px 50%;	
}

div#online{
	border-left: 1px dotted #E7E7FF;
	border-bottom: 1px dotted #E7E7FF;
	background-color: #000000;
	float: right;
	width: 100px;
}

div#copyright {
	clear: both;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

/******
 * Navigation bar
 */

div#menubar {
	background-color:#00CC00;
	display: block;
	width: 760px;
	height: 30px;
	font-size:18px;
	overflow: hidden;
	margin-left:30px;
	margin-right:30px;
}

#menubar div{
	background-color:#00CC00;
	display: block;
	height: 30px;
	float:left;
	padding-left: 10px;
	padding-right: 16px;
	padding-top: 4px;
}

#menubar div:hover{
	background-color:#88ac0b;
}
#menubar a:hover{
	color:#FFFFFF;
}
#menubar a{
	text-decoration: none;
	display: block;
}

blockquote {
	font-style: italic;
}

.image {
	float: left;
	padding-right: 8px;
}

.house {
	float:right;
	padding-left: 10px;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}

.ptag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: left;
}
.ptag2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#contact {

	width: 450.px;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	float: center;
}

#emailSet {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/******
 * contact
 */
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
/* Sidebar */

div#sidebar {
	float: left;
	width: 190px;
	padding: 0; margin: 0;
	margin-left:30px;
	margin-bottom: 0px;
	margin-top: 0px;
}	
#sidebar h1 {
	font-size:14px;
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em 'Verdana', Trebuchet MS, Sans-serif;
	color: #000000;
	background: #EEF0F1 url('../images/chromebg2-over.gif') repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	margin-bottom: 0px;
}
#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;
	font-size:14px;
	margin-top: 0px;
}
#sidebar ul.sidemenu {
	margin-top: 0px;
	font-size:14px;
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url('../images/go.gif') no-repeat 5px 5px;	
	padding: 0px 0 2px 25px;
	margin: 0 2px;	
}

#sidebar ul.sidemenu a {
	text-decoration: none;	
	background-image: none;	
}

.chromestyle{
width: 758px;
font-weight: bold;
margin-left: 30px;
margin-right:30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-size: 16px;
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border-left:1px solid #B5E2FE;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(../images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
margin-top: 0px;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #B5E2FE;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

.row1 {
}
.row2 {
	background-color: #F4F4F4;

}
.tableheader {
	font-weight: bold;
	background-color: #DAE3E3;
	padding: 5px;
	margin: 3px;
}
}
.tableborder {
	border: 1px solid #000000;
	padding: 10px;
}