@charset "UTF-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #e4e7f7;
	background-image: url(_images/backer-gradation1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

/*FONTS*/

a:link {
	text-decoration: none;
	font-weight: bold;
	font-size:100% ;
	line-height: 185%;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}


a.special:link {
	color: #FFFFFF;
	font-size: 18px;
	padding: 12px;
	}

a.special:visited {
	color: #FFFFFF;
	padding: 7px;
	}

a.special:hover {
	color: #FFFF00;
	padding: 7px;
		text-decoration: none;
	}

a.special:active {
	padding: 7px;
	color: #FFFF00;
	}

h1 {
	font-size: 24px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.white12px {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.sidemenublack {
	font-family: Arial;
	font-size: 10px;
	font-weight: Bold;
	
	color: #000000;
	text-decoration: none;
	
}



.topmenuwhite {
	font-family: Arial;
	font-size: 11px;
	font-weight: Bold;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}


/* BLOCKS */

#supercontainer {
	
	border: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: #000099;
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}




#container { 

	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	border-style: solid;
	border-color: #000066;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#containerwhite {
	width: 890px;
	background: #FFFFFF;
	background-image:url(_images/white-10x10.jpg);
	height: 10px;
	margin: 0 auto;
}



#headercontainer {
	width: 890px;
	background: #ffffff;
	margin: 0 auto;
}


#sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 515px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 00px 0px 15px 10px;
}
#sidebar-left { 
	margin: 0 550px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 00px 0px 15px 10px;
} 


#flashhome {
	float: right; /* since this element is floated, a width must be given */
	width: 525px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 365px;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	
	
}

#flash {
	float: right; /* since this element is floated, a width must be given */
	width: 525px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	
	
}

img.floatright {
	float: right;
	margin: 4px;
	margin-right: 25px;
}

img.floatright2 {
	float: right;
	margin: 4px;
	margin-right: 25px;
	margin-top: 25px;

}

#linkbox {
	margin: 0 0 0 20px;
}

#headerlogobig {
	background-image: url(_images/logo-365.jpg);
	width: 365px;
	height: 365px; !IMPORTANT
	margin: 0 525px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#headerlogosmall {
	background-image: url(_images/sam-logo-365x235.jpg);
	width: 365px;
	height: 235px; !IMPORTANT
	margin: 0 525px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 




#headerblack {
	
	background: #000000;
	float: right;
	width: 525px;
	height: 365px;
	height: 20px;
	padding: 0px 00px 0px 0px;
	
}

#header { 
	background: #000099; 
	
	padding: 5px 10px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




#footer { 

	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000099;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu-picture {
	text-align: right;
	
}

#menu2 {
	margin: 5px 0 5px 0;
}

ul {
	line-height: 1.7;
}

#phone {
	text-align: left;
	margin: 5ps 0 5ps 0;
}

.address {
	text-align: left;
	font-size:10px;
	padding: 5px 0 5px 0;
}