/* GENERAL */

body {
	background-color: #adc7e6;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #000000;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0px; 
}

td, th { 
	padding: 0px; 
	vertical-align: top;
}

:link, :visited {
	color: #336699;
	text-decoration: underline;
}

:link:hover, :visited:hover {
	text-decoration: none;
}

h1 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 18px;
	color: #0066cc;
	line-height: 18px;
	font-weight: normal;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 16px;
	color: #0066cc;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

ul {
	margin-top: 0px;
}


/* HOMEPAGE 
-----------------------------------------*/
#container {
	background-color: #ffffff;
	padding: 10px;
	margin: 10px;
	width: 740px;
}

#nav_col {
	background-color: #6998d0;
}

#main_home_bg {
	background-color: #edf5fd;
}

#main_home {
	background-image: url(images/bg_main_home.gif);
	background-repeat: repeat-x;
	background-color: #edf5fd;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #003399;
	line-height: 18px;
	text-align: left;
	padding: 20px 20px 20px 0;
}

ul.home {
	padding-left: 15px;
	margin-left: 5px;
}

#main_inside {
	background-image: url(images/bg_main_home.gif);
	background-repeat: repeat-x;
	background-color: #edf5fd;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px;
	color: #003399;
	line-height: 18px;
	text-align: left;
	padding: 20px;
	height: 180px;
}

#subnav {
	border-bottom: 1px solid #d4e3f4;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 12px;
	color: #b1d0f3;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#subnav :link, #subnav :visited {
	color: #98be71;
	text-decoration: underline;
}

#subnav :link:hover, #subnav :visited:hover, 
#over, #over:link, #over:visited, #over:link:hover, #over:visited:hover {
	color: #559513;
	background-color: #eaf4fe;
	text-decoration: none;
}

.img {
	float: right;
	margin: 0 0 10px 10px;
	clear: both;
}

#clear {
	clear: both;
}

.img5 {
	float: left;
	margin: 0 8px 3px 0;
	border: 3px solid #ffffff;
	clear: both;
}

.img5_nofloat {
	margin: 0 8px 3px 0;
	border: 3px solid #ffffff;
	clear: both;
}

.img_team {
	margin: 4px;
	border: 2px solid #ffffff;
	clear: both;
}

#contact_info_padding {
	padding: 0 0 25px 25px;
}

#contact_info_white {
	color: #ffffff;
}

#contact_info_green {
	color: #d4f5ed;
}

.sesame {
	color: #ffffff;
	font-size: 10px;
}

.sesame:link, .sesame:visited {
	color: #ffffff;
	text-decoration: underline;
}

.sesame:link:hover, .sesame:visited:hover {
	text-decoration: none;
}

/* START braces pages styles ---------------------------------*/
.img2 {
	border: 3px solid #ffffff;
	margin: 0 15px 10px 0;
}

.main3 {
	width: 140px;
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 11px; 
	color: #333333;
	padding: 20px 25px 10px 10px;
	line-height: 14px;
}

.braces {
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	height: 100%;
}
/* END braces pages styles ---------------------------------*/



/* FOOTER
-----------------------------------------*/
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 20px;
}

#footer_nav {
	background-color: #ffffff;
	color: #417f01;
	font: 11px "Arial", Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
	padding: 0 10px 5px 10px;
	clear: both;
}

#footer_nav :link, #footer_nav :visited {
	color: #417f01;
	text-decoration: underline;
}

#footer_nav :link:hover, #footer_nav :visited:hover {
	color: #336600;
	background-color: #f7ffef;
	text-decoration: none;
}

#contact_info {
	background-color: #ffffff;
	color: #666666;
	font: 10px "Arial", Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
	padding: 0 10px 5px 10px;
	clear: both;
}

#sesame {
	background-color: #ffffff;
	color: #0066cc;
	font: 10px "Arial", Helvetica, sans-serif;
	text-align: center;
	line-height: 24px;
	padding: 0 10px 5px 10px;
	clear: both;
}

#sesame :link, #sesame :visited {
	color: #0066cc;
	text-decoration: underline;
}

#sesame :link:hover, #sesame :visited:hover {
	color: #0066cc;
	background-color: #eaf4fe;
	text-decoration: none;
}


/* FORMS
-----------------------------------------*/
form {
	padding: 0;
}

#form {
	line-height: 14px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

td#form {
	padding: 0px 0px 6px 0px;
}

input, select {
	color: #000000;
	font: 10px "Arial", Helvetica, sans-serif;
	background-color: #ffffff;
}

input#button {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	color: #000;
	font: 10px "Arial", Helvetica, sans-serif;
	width: 300px;
	background-color: #ffffff;
}

input#button {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	color: #000000;
	font: 10px "Arial", Helvetica, sans-serif;
	width: 300px;
	background-color: #ffffff;
}