/* CSS Document */

body {
color: #000000;
padding: 22px 0 0 0;
margin: 0;
font-family: arial, helvetica, sans-serif;
font-size:62.5%;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	border: 0;
    text-align: center;
	width: 880px;
	background-color: #fff;
}

#dropmenudiv{
	position:absolute;
	background-color: #469ECD;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font:normal 12px Verdana;
	padding: 14px 14px 14px 6px;
	margin: 12px 0 0 6px;
	line-height: 18px;
	z-index:100;
}

#dropmenudiv a{
	background-color: #469ECD;
	display: block;
	text-indent: 3px;
	/*border-bottom: 0px solid black;*/
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #469ECD;
	color: #160A5F;
}

#banner {
 margin: 0 auto;   /* align for good browsers */
 border: 0;
 padding-bottom: 10px;
 text-align: left;
 background-color: #fff;
 width: 880px;
 height: 170px;
}

#nav {
 margin: 0 auto;   /* align for good browsers */
 text-align: left;
 background-color: #0279BB;
 color: #fff; 
 width: 865px;
 padding: 12px 0 12px 15px;
 margin-bottom: 22px;
 font-size:1em;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 6px 0 6px;
}

/* HOME PAGE LAYOUT STYLES */
#content_area {

	background-image:url(images/edl_about_backimage__03.gif);
	background-repeat:repeat-y;
    padding-top: 12px;
	
	width: 880px;
	height: 480px;
}

#contactcheck{
width:204px;
height:105px;
float:left;
}
#contactcheck2{
width:204px;
height:105px;
float:left;
}

#contactcheck3{
width:100px;
height:105px;
float:left;
}

#main_content {
	float: left;
    padding: 0;
	width: 880px;
	color: #FFF;
	/*background-color: #FFF;*/
	/*border: solid 1px #000000;*/
}

div .text {
	text-align: left;
	width:407px;
	padding-left: 21px;
	padding-right:5px;
	padding-bottom: 8px;
	font-size: 1.1em;
	float:left;
}

div .textint {
	text-align: left;
	width: 324px;
	padding-left: 320px;
    padding-bottom: 12px;
}


/* INTERNAL PAGE LAYOUT STYLES */

#content_area_int {
	overflow: auto;
	background-image: url('./images/content_bg.gif');
	background-repeat: repeat-y;
	background-color: #FF1301;
    padding-top: 12px;
	width: 660px;
}

#text_int {
	text-align: left;
	width: 324px;
	padding-left: 320px;
    padding-bottom: 12px;
	font-size: 1.1em;
}
#text_int2 {
	text-align: left;
	width: 412px;
	padding-left: 12px;
    padding-bottom: 12px;
	font-size: 1.1em;
}

#contact_image {
	float: left;
	width: 660px;
    padding-bottom: 12px;
	
}


#text_int h1 {
	font-size: 1.5em;	
	text-transform: uppercase;
}


h2 {
font-size:15px;
font-weight:bold;
text-transform: uppercase;


} 

.rightBox_top {
	text-align: left;
	height: 100px;
	width: 189px;
	border-right: solid 10px #FF1301;
	border-bottom: solid 10px #FF1301;
	border-top: solid 10px #FF1301;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	float: right;
}

.rightBox_top h1 {
	font-size: 1.1em;
	color: #FF1301;
	text-transform: uppercase;
}

.rightBox {
	text-align: left;
	height: 100px;
	width: 189px;
	margin-top: 12px;
	border-right: solid 10px #FF1301;
	border-bottom: solid 10px #FF1301;
	border-top: solid 10px #FF1301;
	background-color: #FFF;
	padding: 10px;
	float: right;
}

.rightBox2 {
	text-align: left;
	height: 100px;
	width: 189px;
	margin-top: 12px;
	border-right: solid 10px #FF1301;
	border-bottom: solid 10px #FF1301;
	border-top: solid 10px #FF1301;
	background-color: #FFF;
	padding: 10px;
	float: right;
}


.rightBox h1 {
	font-size: 1.1em;
	color: #FF1301;
	text-transform: uppercase;
}







/* GENERAL STYLES */

#footer {
 clear: both;
 margin: 0 auto;   /* align for good browsers */
 text-align: left;
 font-size: 0.9em;
 padding: 4px 0 4px 0;
 width: 880px;
 height: 16px;
 background-color: #fff;
 color: #000; 
}

#footer a {
 text-decoration: none;
 color: #000; 
}

#footer a:hover {
 text-decoration: underline;
 color: #000; 
}

img {
 border: none;
}

.homeimage {
background-color:#FFFFFF;
width:444px;
 float: right;
 margin-right: 0px;
}

.productimage {
 float: left;
 border-top: solid 10px #fff;	
 border-right: solid 10px #fff;
 border-bottom: solid 10px #fff;
 margin-right: 5px;
 margin-top: 8px;
}

p {
 font-family: myriad, arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 1.1em;	
 text-align: left;
}

.italic {
 font-style: italic;	
}

.bold {
 font-style: bold;	
}



