/*LAYOUT STYLES BEGINS*/


a {
outline:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: normal;
	background-image: url(../images/interlace.gif);
	background-color:#AAAAFF;
	margin-top:10px;
	

}

.print-header {
display:none;
}
.main-container {
	border: 1px solid #659500;
	width: 750px;
	margin: auto;
	margin:auto;
}
.header-left {
	height: 150px;
	width: 484px;
	position: absolute;
	background-image:url(../images/header-image-left.gif);


}

/*THe Multiple Header classes are used to rotate the background
image using php.  By using a random number btw 1 and 5 and changing the 
header right class in the document*/
.header-right1 {
	float: right;
	height: 150px;
	width: 266px;
	background-image:url(../images/header_right_1.gif);
}


.header-right2 {
	float: right;
	height: 150px;
	width: 266px;
	background-image: url(../images/header_right_2.gif);
}


.header-right3 {
	float: right;
	height: 150px;
	width: 266px;
	background-image: url(../images/header_right_3.gif);
}


/* THE FOLLOWING CLASS ONLY AFFECTS THE MENU BACKGROUND AND BORDERS
TO SEE THE ACTUAL CSS FOR THE DROPDOWNS SEE MENU_STYLES.CSS */
.menu {
   margin-top: 150px;
   background-color: #659500;
   width: 750px;
   height:20px;
   border-top: 1px solid #FFFFFF;
   background-image:url(../images/menu-bg-static.gif);

	
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 730px;
	padding: 10px;
	text-align: justify;


}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: normal;
	background-color: #659500;
	color: #FFFFFF;
	text-align: center;
	clear:left;
}

/*LAYOUT STYLES ENDS*/

/*HEADERS FORMAT STYLES BEGINS*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #7BB500;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7BB500;
	
}

/*HEADERSFORMAT STYLES ENDS*/


table {
	width: 75%;
	border: 0px none;
	margin: auto;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	text-align: left;
	color: #659500;
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	padding-left: 20px;
	border: none;
}
.button_look {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	
	
/*IMAGES STYLES BEGINS*/
}
.imagefloatright {
	float: right;
	border: 1px solid #659500;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: left;
}
.imagefloatleft {
	float: left;
	border: 1px solid #659500;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imagefloatleft-NOBRDR {
	float: left;
	border: none;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imagefloatright-NOBRDR {

	float: right;
	border: none;
	margin-left: 10px;
	margin-bottom: 10px;
}


.resources-images {
float:left;
}

.resources-images-para {
clear:left;
padding-bottom:50px;

}

.image-curve {
	clear: right;
	float: right;
	margin-left: 25px;
}
/* IMAGES STYLES ENDS*/



/*PORTFOLIO MENU BEGINS*/

.portmenu {
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	width:150px;
	background-color:#659500;
	margin-bottom:2px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;

}

.portmenu:hover {
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	width:150px;
	background-color:#4F7500;
	margin-bottom:2px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;

}

/*This style affects links within a list item
I'm doing this to counteract the styles that work for
the dropdown menu.  Used in services-main.htm*/

.listlink {
	color: #0000FF;
	text-decoration: underline;
}
