
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
        font: 110%: Georgia, serif;

	background:#efebe7 url('images/body_bg.gif');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #013e7f;
}

a { cursor: pointer; }
a:link { color: #fff; text-decoration: none;}
a:visited { color: #fff; text-decoration:none; }
a:hover {
  color: #a29062;
  text-decoration: underline; 
}

/* One simple border definition */
#my-border { padding:10px; width:100%; margin:1px auto; color:#000; }
#my-border, #my-border .sb-inner { background:#a29062; }

.sb, .sbi, .sb *, .sbi * {
}

#header_container {
    width: 1056px;
	margin:0 auto;
	margin-top: 40px;

}

#content {
	width: 970px;  

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 25px;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 50px;
}
#header {
	background: #fff; 
	background:#013e7f url('images/header.jpg') no-repeat;
	min-height:128px;
        height:auto !important;
	height:128px;
	padding: 0 10px 0 20px;  /* 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 */
}

#containerContent{
	background:#fff url('images/container_bg.gif') repeat-y;
	
	

}
#mainContent {
	background: #99005a;
	/*background:#fff url('images/container_bg.gif') repeat-y;*/
	background:transparent url('images/body.jpg') no-repeat;
	min-height: 649px;
    height:auto !important;
    height: 649px;
	color: #013e7f;
}

#mainContent h1{
	font: 140% Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	font-weight: bold;
}

#mainContent h2{
	font: 130% Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#mainContent p{
        font-size: 105%;
	padding-bottom: 8px;
}

#rightcontent a {
  color: #013e7f;
  text-decoration: underline; 
}

#rightcontent a:hover {
  color: #a29062;
  text-decoration: underline;  
}

#rightcontent{
		padding: 10px 20px 10px 340px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#rightcontent ul {
        font-size: 105%;
	list-style-type: disc;	
	margin-left: 25px;
}
#rightcontent ul li{
	padding-bottom: 10px;
}


#rightcontent img{
	/*border: 1px solid #013e7f;*/
        border: 0;
}

#rightcontent hr{
	color: #a29062;
	
}
#navigation{
	font: 120% Georgia, Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	color: #fff;
	float: left;
	padding: 10px 10px 20px 25px;
	z-index: 1000;
}
#navigation ul {
	list-style-type: none;	
}
#navigation ul li{
	padding-bottom: 25px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a29061 url('images/footer.jpg') no-repeat;
	min-height: 101px;
        height:auto !important;
	height: 101px;
}
#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:  30px 10px 5px 340px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	font: 80% Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:  30px 20px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	float: right;
	font: 70% Georgia, Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
  color: #335d97;
  text-decoration: underline; 
}

.logos img{
	border: none;	
}

/* Left-side menu nav*/

#lsmenu {

}

#lsmenu ul {

list-style: none;
margin: 0;
padding: 0;
margin-left: 1px;

}

#lsmenu a:hover {
	color: #a29062;
	text-decoration: underline;
}




#lsmenu ul ul li{
    font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
    position: relative;
	width: 250px;
	line-height:normal;
	list-style:none;
	padding-left:5px;
	padding-bottom: 20px;
	padding-top: 10px;
    padding-right: 10px;
    text-align: left;
	color:#fff;
	text-decoration: none;
	cursor:pointer;
	font-stretch: normal;

}



#lsmenu ul ul li:hover {

}


#lsmenu ul ul ul {
position: absolute;
border: 2px solid #a29062;
padding: 0;
top: 30px;
left: 35%;
width: 156px;

}

#lsmenu ul ul ul li{

	background-color:#013e7f;
	background-image: none;
	padding: 4px;
	font-size: 88%;
	height: 25px;
	width: 148px;

}

#lsmenu ul ul ul li:hover{

	background-color:#013e7f;
	background-image: none;


}

div#lsmenu ul ul ul,
div#lsmenu ul ul li:hover ul ul
{display: none;}

div#lsmenu ul ul li:hover ul,
div#lsmenu ul ul ul li:hover ul
{display: block;
 background-color:#013e7f;
 color: #fff;
}

