@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Verdana, Geneva, sans-serif;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: white;
	margin: 0; 
	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 */
	color: #666;
}
form{padding-bottom: 3em;
}

a:link {
	color : navy;
	text-decoration:underline;
}

a:visited {
	color : Navy;
}


a:active {
	color : Maroon;
}

#container { 
	width: 770px;  
	margin: 0 auto;
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: white; 
	height:72px;
	padding: 0;  
	background-image:url(../images/home/cosmetic/slogan.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
} 
#header img{
	vertical-align:bottom;
}

#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 0 0; 
}
#menu {
	width:770px;
	background-image:url(../images/home/cosmetic/menu.jpg);
	background-repeat:no-repeat;
	height:51px;
	color:#fff0c1;
}
#menu ul{
	float:right;
	margin-top:6px;
}

#menu ul li {
	display:inline;
	font-size:.7em;
	font-weight:bold;
	border-right: 1px white solid;
	padding-right:.5em;
	padding-left:.5em;
}
#menu ul li a {
	color :#FFF0C1;
	text-decoration:none;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#oriented {
	float: left; /* since this element is floated, a width must be given */
	width: 162px;
	background: #561200;
	margin:0;
	padding: 20px 10px 15px 20px; 
	height:615px;
	background-image:url(../images/home/cosmetic/sidebar.jpg);
	background-repeat:no-repeat;
	font-size:.8em;
}

#oriented ul li {
	list-style:none;
	color:#FFF0C1;
	font-size:.8em;
	font-weight:bold;
	line-height:1.2em;
	padding-bottom:.5em;
}
#oriented ul li a {
	color :#FFF0C1;
	text-decoration:none;
}
#oriented ul li a:hover {
	text-decoration:underline;
}

#oriented img{
	padding-bottom:.5em;
}
#news {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; 
	background: white; 
	padding: 20px 0 15px 0;
	font-size:.7em;
	margin-top:0;
	line-height:1.25em;
}
#news p{
	padding-bottom:1.25em;
}

#mainContent { 
	margin: 0 153px 0 186px; 
	padding: 10px 0 5px 0; 
	font-size:.8em;
	background-image:url(../images/home/cosmetic/mainbckgrd.gif);
	background-repeat:no-repeat;
	height:612px;
	background-position:center top;
} 
#mainContent h2 {
	font-size:.9em;
	font-weight:normal;
	padding-top:0;
	margin:.25em 0;
}
#mainContent p {
	margin: 0 0 .9em 0;
}
#footer { 
	background:#F2F0EF;
	background-image:url(../images/home/cosmetic/redbar.jpg);
	background-repeat:no-repeat;
	font-size:.8em;
	padding: 34px 0;
	margin:0;
} 
#footer p {
	margin: .5em; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:.8em;
}
.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;
}
.myaccount {
	text-align:center;
	padding-top:45px;
	font-size:.8em;
	color:#990000;
}

.resource-left{
	width:155px;
	float:left;
	padding-left:43px;
}
.resource-right{
	width:155px;
	float:left;
	padding-left:26px;
}
.resource-left,.resource-right img{
	padding-top:11px;
}
.askus {
	width:155px;
	float:left;
	padding-left:26px;
}
.askus img {
	padding-top:0;
}
.searchalign {
vertical-align:middle;
}
.last-item{
	border-right:none ! important;
}

.emergency{
	background-color:#fff0c1;
	border-bottom:2px solid red;
	
}
.emergency p{
	background-color:#fff0c1;
	padding-left:.5em;
	padding-right:.25em;
}
.small{
	font-size:.8em;
}
