/* Global Styles */

img{
	border:none;
	outline:none;
}

body{
	/*background-image:url(../Images/Blue.jpg);
	background-size:cover; */
	background-image:url(../Images/Plaid1.jpg);
	
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}

a, a visted {
	color:#3469AB;
	text-decoration:none;
	
	}
	
/* HEADER */

	
#headertext{
	float:left;
	margin-top:55px;
	margin-left:30px;;
	font-weight:bold;
	}	
	
	
#headertextRight{
	float:right;
	margin-top:50px;
	margin-right:90px;;
	font-weight:bold;
	}		

#headerimage{
	float:left;
	margin-top:15px;
/*	margin-right:340px;    */
	margin-left:45px;
	
	}  
	
#header a{
	color:#0a458b;
}
	
	
/* END HEADER */	

/* Navigation Menu */

#Menu {
	margin-top:10px;
	height:auto;
	background-color:#22316a;
	border-bottom:#ffcc29 thick solid;
	border-top:#ffcc29 thick solid;
	height:50px;
	box-shadow:1px 1px 0px #000000,
	-1px -1px 0px #000000;
	}

#MenuItems {
	margin-left:180px;

}
	
.MenuItem {
	width:auto;
	height:35px;
	
	text-align:center;
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:0px 20px 0px 0px;
	}
	
.MenuItem a{
	padding:15px 15px 5px 15px;
	color:#FFFFFF;
	text-decoration:none;
	display:block; 
	}	
	
.MenuItem a:hover {
	color:#FFCC00;
	}

html>body .MenuItem a{ /*Non IE rule*/
width: auto;
}

/* END Navigation Menu */




/* Main Content */


#ContentContainer{
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	
	padding-bottom:25px;
	background-color:#FFFFFF;
	width:1001px;
	
	
	/*background:rgba(255,255,255,0.85); */
	padding-top:5px;
	margin-bottom:0px;

	
/* original shading
	border-radius: 15px 15px 15px 15px;
	border-left:#666666 solid thin;
	border-right:#666666 solid thin;
	border-top:#666666 solid thin;
	box-shadow:0px 0px 10px #585858;
*/
	
	/*glow shadow */
	border-radius: 15px 15px 15px 15px;
	border:#073767 solid thin;
	box-shadow:0px 0px 10px #585858,
	1px 0px 10px #585858,
	0px 1px 10px #585858,
	-1px 0px 10px #585858;
	
/*	0px 0px 10px 3px #FFEC9D; */
	
	}
/* End New */	
	
		
.ContentTitle{
	padding-top:25px;
	padding-left:25px;
	font-size: 18px;
	font-weight:bold;
	}
	
#MainContent{
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
	background-color: none;
	}	
	
.subhead{
	font-size:14px;
	font-weight:bold;
	}

/* FOOTER */ 

#Footer{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	}
	
#Footer a {
	text-decoration:none;
	color:#003300;
	}


/* Image Styles */
/* NOTES: When inserting an image remember to define the alt attribute in you HTML code. */

#MainContent img{  /* This creates a thin black border around all images placed in the main content. */
    border:#000000 thin solid;
    /** background:#629E2C;
	    padding:10px;  **/
		margin:10px;
    }
    
#MainContent .Divider img{ /* This removes the white border mentioned above from all divider images used in the main content section. */
    margin-top: 5px;
    background:none;
    border:none;
    }
    
#MainContent .RemoveImageBorder{  /* This removes the white border mentioned above from an image used in the main content section. */
    border:none;
    background:none;
    }

.Indent {
	margin-left:20px;
	width:500px;
	}

.PictureRight {  /* This class can be used with an image to align the picture to the right side of the page and on the right side of text. */
    float:right;
    }    

.PictureCenter{  /* This class can be used with an image to align the picture to the center of the page. */
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
.PictureLeft {  /* This class can be used with an image to align the picture to the left side of the page and on the left side of text. */
    float:left;    
    margin-top:5px;
    margin-left:10px;
    margin-right:25px;
    margin-bottom:10px;
    }    

/* Spacers and Indent */
/*the following classes beginning with Spacer will provide extra vertical space when applied to a div and Indent will indent text.  */

.Spacer2px{
    height:2px;
    }

.Spacer5px{
    height:5px;
    }

.Spacer10px{
    height:10px;
    }

.Spacer20px{
    height:20px;
    }
        
.Spacer30px {
    height:30px;
    }
    
.Spacer50px{
    height:50px;
    }
    
.Spacer100px{
    height:100px;
    }
    
.Indent{
    padding-left:20px;
    }   

.Purpose li{
	margin-top:15px;
	}

.RegsAndApp{
	line-height:30px;

	}
	
	
	
.Columns {
	margin-left:5px;
	margin-top:25px;	
	}

.Column1 {
	float:left;
	width:250px;
	height:420px;
	padding:10px;
		
	background-color:#F5F5F5;		
	border-radius: 10px 0px 0px 10px;
	border-left:#000000 solid thin;
	border-right:#000000 solid thin;
	border-top:#000000 solid thin;
	border-bottom:#000000 solid thin;
	box-shadow:0px 0px 0px #585858;
	}

.Column2 {
	float:left;
	width:350px;
	
	padding:10px;
	margin-left:12px;
	
	background-color:#F5F5F5;		
	border-radius: 0px 0px 0px 0px;
	border-left:#000000 solid thin;
	border-right:#000000 solid thin;
	border-top:#000000 solid thin;
	border-bottom:#000000 solid thin;
	box-shadow:0px 0px 0px #585858;
	}
	
.Column3 {
	float:right;
	width:250px;
	height:420px;
	padding:10px;
	margin-right:5px;
	
	background-color:#F5F5F5;		
	border-radius: 0px 10px 10px 0px;
	border-left:#000000 solid thin;
	border-right:#000000 solid thin;
	border-top:#000000 solid thin;
	border-bottom:#000000 solid thin;
	box-shadow:0px 0px 0px #585858;
	}
	
	
.Contact {
	font-family:"Monotype Corsiva";
	font-size:30px;
	font-weight:bold;
	color: #ffc711;
  	text-shadow:
   -1px -1px 0 #727272,  
    1px -1px 0 #727272,
    -1px 1px 0 #727272,
     1px 1px 0 #727272,
	 0px 0px 3px #000000;
	 
	}
	

.Form1 {
	margin-top:10px;
	margin-left:25px;
	border:#000000 thin solid;
	border-radius:15px 15px 15px 15px;
	background-color:#F5F5F5;
	padding:0px 20px 20px 20px;
	
	} 
	
.button {
	width:100px;
	text-align:center;
	
	background-image:url(../Images/ButtonBackground.jpg);
	border:#121212 thin solid;
	box-shadow:1px 1px 1px #000000;
	border-radius: 5px 5px 5px 5px;
	
	padding:5px;
	
	line-height:20px;
	
	border-radius: 5px 5px 5px 5px;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
		
}

.button a {
	text-decoration:none;
	color:#FFFFFF;		
}

.button a:hover { 

	border-radius: 5px 5px 5px 5px;
	color:#1d2c63;
	text-shadow:1px 1px 1px #999999,
	0px 0px 5px #000000;
		}
	
.SmallText {
	font-size:12px;
	font-style:italic;
	}
	
.testimonials {
	margin-left:40px;
	width:850px;
	}
.testimonials i{
	color:#000099;
}
	
/*#Facebook {
	position:relative;
	top:183px;
	left:-615px;
}  */

#Facebook {
	position:relative;
	top:35px;
	left:185px;
}