@charset "utf-8";
/* CSS Document */

/*
Design & CSS by Barbara Carneiro
www.barbaracarneiro.com
*/

/* Main */
* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #1f4a12 url(../images/bkgnd.jpg) repeat-x;
	width: 900px;
	margin-top: 15px
}
ol {
	padding-left: 30px;
}
ul {
	list-style: url(../images/bullet2.png);
	padding-left: 30px;
}

/* Containers */
#left_container {
	width: 240px;
	float: left;
	text-align: right;
}
#right_container {
	width: 660px;
	float: right;
}
#topcorner {
	background: url(../images/topcorner.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#topcorner1 {
	background: url(../images/topcorner1.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#topbkg {
	background: url(../images/topbkg.png) repeat-y;
	height: 100%;
	overflow: hidden;
	padding: 0 25px;
}
#topbkg1 {
	background: url(../images/topbkg1.png) repeat-y;
	height: 100%;
	overflow: hidden;
	padding: 0 25px;
}
#middletopcorner {
	background: url(../images/middletopcorner.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#middletopcorner1 {
	background: url(../images/middletopcorner1.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#middletopcorner2 {
	background: url(../images/bottomcorner2.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#middle_container {
	background: #9D732F;
	padding: 10px 20px;
}
#middlebottomcorner {
	background: url(../images/middlebottomcorner.png) no-repeat;
	height: 20px;
	min-height: 20px;
}
#bottombkg {
	background: url(../images/bottombkg.png) repeat-y;
	padding: 0 10px 0 20px;
	height: 100%;
	overflow: hidden;
}
#bottomcorner {
	background: url(../images/bottomcorner.png) no-repeat;
	height: 20px;
	min-height: 20px;
	padding-right: 10px;
}
#botomcorner2 {
	background:url(../images/bottomcorner3.png) no-repeat;
	height: 20px;
	min-height: 20px;
	padding-right: 10px;
}
#right_content {
	float: right;
	width: 165px;
}
#left_content {	
	float: left;
	width: 420px;
}
#bottom_content {
	width: 620px;
	float: left;
}
#img_content {
	position: relative;
	float: right;
	bottom: 100px;
	right: 0;
}
#logo {
	float: left;
}
#lastestopportunities {
	background: #EAEAEA;
	width: 380px;
	padding: 10px;
	border: 5px solid #85A0CF;
}

/* Text */
.menu {
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	text-decoration: none;
}
a.menu {
	color: #FFF;
}
a.menu:hover {
	background: url(../images/bullet.png) right no-repeat;
	color: #9D732F;
}
.menuSelected {
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	text-decoration: none;
	background: url(../images/bullet.png) right no-repeat;
	color: #9D732F;
}
.testimonial {	
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #9D732F;
}
.text_black {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
a.text_black {
	color: #FFF;
}
a.text_black2 {
	color: #000;
}
.text_gray {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.title {
	font: 13px/21px "Trebuchet MS" Arial, Helvetica, sans-serif; 
	color: #9D732F;
}
.title_white {
	font: 13px/21px "Trebuchet MS" Arial, Helvetica, sans-serif; 
	color: #EFEFEF;
}

/* Images and Boxes */
.img {
	padding: 0 20px; 
}
.photos {
	margin: 10px;
	border: 3px solid #9D732F;
}
.images {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 5px; 
}
/* tables */
.cell {
	border-bottom: 2px solid #9D732F;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
.jsvalidation {
	font: 10px Arial, Helvetica, sans-serif;
	background: #EAEAEA;
	color:#006699;
}
.button {
	background: #000000;
	padding: 2px 5px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top: 5px;
	cursor:pointer;
}
