@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Georgia, Times New Roman, Helvetica, sans-serif;
	background: #FFF;
	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: #333333;
}
p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
a {
	color: #666666;
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
} 
#logo {
	float: left;
	margin: 0 0 30px 0;
}
#assLogos {
	margin: 0 0 0 170px;
	text-align: right;
	padding: 15px 0 25px 0;
}
.green {
	color: #7EB31F;
}
#nav {
	margin: 0 0 0 170px;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 5px 0 10px 20px;
	color: #666666;
    }
     
#nav ul.left {}
     
#nav ul.right {
    text-align: right ;
    }
     
#nav ul li {
	display: inline;
	padding: 0 10
]px;
	font-size: 0.85em;
	padding: 0 10px;
    }
#nav a {
	text-decoration: none;
	color: #333333;
}
#nav a:hover {
	text-decoration: underline;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 392px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 0px 8px 8px;
	height: 251px;
}
#sidebar2alt {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 251px;
}
#sidebar2alt ul {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0 15px;
}
#sidebar2alt li {
	list-style-type: disc;
}
#sidebar2alt h1 {
	padding: 8px 8px 0 8px;
}
#sidebar2alt p {
	padding: 0 8px;
}

#sidebar2 ul {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0 15px;
}
#sidebar2 li {
	list-style-type: disc;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 500px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 10px 10px;
}
.home    {
	background-image: url(../images/welcomeBg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.alt {
	background-image: url(../images/altBg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.altNida {
	background-image: url(../images/altBgNida.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#mainContent {
	margin: 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: 5px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent1 {
	margin: 0 250px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 {
	margin: 0 400px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	z-index: 1;
}
#mainImage {
}
#mainContent3 {
	margin: 0 520px 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
#right {
	float: right;
	width: 375px;
	padding: 0 15px 0 0;
}
#rightLetter {
	float: right;
	width: 345px;
	padding: 130px 30px 20px 30px;
	background-image: url(../images/letter.jpg);
	background-repeat: no-repeat;
}
#designers {
}
#designers tr {
	vertical-align: top;
}
#designers p {
	font-size: .7em;
	text-align: left;
}
.design {
	border: 1px solid #CCCCCC;
	background-image: url(../images/designers/gradientBg.jpg);
	background-repeat: repeat-x;
}
#left {
	float: left;
	width: 380px;
}
#mid {
	margin: 0 330px 0 230px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEEEEE;
} 
#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;
}
.name {
	color: #666666;
	font-size: 12px;
	text-align: left;
}

.herolist ul {
margin:0px 0px;
padding:0;
}

.herolist ul li {
margin:2px 0px 2px 10px;
padding:0;
}