@charset "UTF-8";
body  {
	font-size: 14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color: #5A6075;
	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:#103F66;
}
#navagation {
	margin-left: 25px;
}

#mainNav {
	padding:0;
	list-style:none;
	overflow:hidden;
	zoom:1; /*for IE 6*/
}

#mainNav li {
	float:left;
	width: 128px;
	margin-right:1em;
}

#mainNav a {
	color:#FFF;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	padding:8px 5px 7px 30px;
	display:block;
	background-image: url(../_images/nav.jpg);
	background-repeat:no-repeat;
	background-position: 0 1px;
	zoom: 1;/*for IE 6*/
}
#mainNav a:hover {
	font-weight:bold;
	color: #B2F511;
	background-position:2.5px 50%;
}
#home #homeLink,
#services #servicesLink,
#questions #questionLink,
#events #eventLink,
#supportUs #supportLink,
#aboutUs #aboutLink {
	background-color:ffffff;
	background-position:3% 100%;
	padding-right:15px;
	padding-left:30px;
	font-weight:bold;
}

 #container {
	width: 880px;
	background-color: #039;
	margin-left:auto;
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #333;
	text-align:left; /* this overrides the text-align: center on the body element. */
	background-image:url(../_images/containerBackground_e.jpg);
	background-position: left top;
	background-repeat:repeat-y;
	position:relative;
} 
 #header {
	padding: 0px 0px 0 0px;  /* 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 0 124px 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: right;
	width: 190px;
	padding: 5px 0px 0px 0px;
	margin-right: 20px;
	margin-left: 5px;
}
#aboutUs #sidebar1 dt {
	color:#336; 
	margin-top: 7px;
}
 #mainContent { 
	margin: 0 0px 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:0px 260px 5px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 #footer {
	padding: 0 10px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#7AC2C6;
} 
 #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;
}
p {
	margin-top:0px;
}

h1 {
	color:#144F95;
}

h1, h2, h3 {
	margin-left: 0px;
	margin-bottom: 0px;
}

h2 {
	color:#144F95;
	font-size:18px;
}
	 
dl, dt, dd {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	margin-left:5px;
}
dt {
	padding-top: 5px;
	font-size:14px;
	color:#36c;
}
dd {
		font-style:italic;
}
#questions dd {
	font-style:normal;
}

.noBullets {
	list-style: none;
	margin-left: 0px;
}
.highlight {
	color:#36C;
}
li {
	margin-top: 6px;	
}

img {
	border:none;
}

.photo {
	margin:0;
	border: 2px solid #999;
}
.pdf {
	padding-left: 16px;
	padding-right:4px;
	margin-left:18px;
	cursor:pointer;
}
.nestor {
	font-size:10px;
	font-style:bold;
	color:#000;
	padding-left:20px;
}
.nestor a {
	text-decoration:none; 
	color:#000;
	padding-left:0px;
}
.nestor a:hover {
	color:#36F;
}
