﻿
body {
	color: #228B22;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: normal;
	/*background: #9BCD9B url('../Images/sv_lightGreen-bg.png') 100% 100%;
	 The background color of this .png is #558055*/
	
	background: url('../Images/sv_greenbackground-color.gif') 100% 100%;
	/*background-color:#fcffe6; */
	background-position:0 0;
	position:relative;
	/*position:relative;*/
}

#page_content {
	/*position: relative;
	width: 100%;
	width: 90%;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #CCAA77;
*/
}

#page_column_l
{
    /*width: 400px;*/
    width:31%;
    height:800px;
	top:0;
	float:left;
	background:url('../Images/sv_div-bg-2.jpg');
	background-position:center right; /*right right;*/
	text-align:justify;
	
}

#page_content_l
{
    /*width: 800px;*/
    width: 66%;
    height:800px;
	top:0;
	float:right;
	background-image: url('../Images/sv_div-bg-2.jpg');
    background-position:center center;
	text-align:justify;
	margin-left:10px;
	
}



#div-1 {
 position:relative;
    top: 0px;
    left: 0px;
}
#div-1a 
{
 float:left;
 width:600px;
 margin-right:20px;
 background:url('../Images/sv_div-bg-2.jpg');
 background-position:center right; /*right right;*/
}

#div-1b 
{
 /*padding-left:10px;*/
}

#contact_form_column_l
{
    /*width: 600px;*/
    width:49%;
    height:1300px;
	top:0;
	float:left;
	background:url('../Images/sv_div-bg-2.jpg');
	background-position:center right; /*right right;*/
	text-align:justify;
	
}

#contact_form_content_l
{
    /*width: 600px;*/
    width:50%;
    height:1300px;
	top:0;
	float:right;
	background-image: url('../Images/sv_div-bg-2.jpg');
    background-position:center center;
	text-align:justify;
	margin-left:10px;
	/*padding: 15px 10px 15px 10px;*/
	
}

#emp_form_column_l
{
    /*width: 400px;*/
    width:31%;
    min-height:1150px;
    height:100%;
    /* commented out height:1150px; and made height:100% and added min-height:1150px;
       to accomodate room for additional job descriptions */
    /*height:1150px;*/
    top:0;
	float:left;
	background:url('../Images/sv_div-bg-2.jpg');
	background-position:center right; /*right right;*/
	text-align:justify;
	
}

#emp_form_content_l
{
    /*width: 800px;*/
    width:68%;
    min-height:1150px;
    height:100%;
    /*height:1150px;*/
    top:0;
	float:right;
	background-image: url('../Images/sv_div-bg-2.jpg');
    background-position:center center;
	text-align:justify;
	margin-left:10px;
	
}

.textAlignLeft
{
    text-align:left;
    font-size:12px;
}
.textAlignCenter
{
    text-align:center;
    font-size:12px;
}


.form-div_padding
{
    padding:15px 20px 15px 20px;
}

.main-div_padding
{
    padding:0px 10px 0px 10px;  /*TOP RIGHT BOTTOM LEFT*/
}

.photo-div-right_margin
{
    margin:0px 0px 0px 10px;
}
.photo-div-left_margin
{
    margin:0px 10px 0px 0px;
}

.photo-margin
{
    margin:20px 0px 10px 0px;
}

.sv_Logo-margin
{
    margin:0px 0px 30px 0px;   
}

.noborder
{
    border:none;
    padding:10px;
	text-align:center;
    
    }


li  
{
    list-style-image: url('../Images/sv_bullet.gif');
    list-style-position:inside; 
    padding-bottom:10px;
}
img
{
    border:0;
}

.indented
{
    padding-left: 35pt;
}


/* Styles for Footer */
#footer
{
    background: #e7ebf7;
}
#footer p 
{
    font-family: Arial;
	font-size: x-small;
	text-align: center;
	color: #228B22;  /* #393939  FFFF00*/
	margin: 10px;
	padding: 1px;
	
}
#footer a {
	color: #228B22;	/* #393939  FFFF00*/
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}



h1 {
	font-size: 2.5em;
	color: #228B22;
}

h2 {
	font-size: 1.5em;
	color: #228B22;
	font-family:Arial;
}

.style1 {
	text-align: center;
}
.style1a {
	text-align: justify;
}

.style2 {
	float:right;
}
.style3 {
	font-family:"Book Antiqua";
	font-weight:bold;
}
.style4 {
	font-weight: normal;
}
.style5 {
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
}
.style5a {
	font-variant: small-caps;
	text-decoration: underline;
	font-weight: bold;
	text-align:center;
}

.style5b {
	font-variant: small-caps;
	font-weight: bold;
}

.style7 {
	text-align: center;
}

.style8 {
	font-size: xx-small;
}

.style8a {
	font-size: small;
}

.style9 {
	text-align: center;
	font-family: "Book Antiqua";
}

.style9a {
	text-align: center;
	font-family: "Book Antiqua";
	font-variant:small-caps;
}

.style10 {
    font-size: 1.5em;
    color: #393939;
    font-family: "Arial";
}
.style11
{
    padding:0px 20px 0px 20px;
    margin-bottom:30px;
    color:#000000;
    
    }
