@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	line-height: block;
	background: #63aebe;
	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: #000000;
}

html {height: 100%;} /* fixes scroll bar shift in mozilla, igonored by IE */
body {min-height: 101%;}

#container {
	width: 841px;  /* 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 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px 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; /* 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 */
}

#logoimage {
border:solid 1px #791b54;
}

/* this contains the left callout and left nav */
#sidebar1 {
	float: left;
	width: 228px;
	padding: 15px 0px 0px 1px;
	background-image: url(../images/cellGradient.jpg);
	background-color: #EBEBEB;
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
}

#leftnav-wrapper {
	float: left;
}
/* end  */
#sidebar2 {
	float: left; 
	width: 227px;
	padding: 5px opx opx 0px;
}
#left-nav {
width: 226px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 0.9em;
} 
.lefttitlediv {
	color: #FFFFFF;
	font-size: 0.87em;
	background-color: #0087a0;
	border: solid 2px #CCCCCC;
	padding: 5px 10px 5px 10px;
	line-height: 1.15em;
}
.callout-awards {
	border-bottom: solid #FFFFFF 2px;
	padding: 8px 5px 10px 8px;
	font-size: 0.825em;
	line-height: 1.4em;
}

 /* sidebar is container for left nav. #nav controls left nav look */
#sidebar {
	float: left;
	width: 160px; /* 162 + 18 + 2 = 180 */
	padding: 0 18px 0 0;
	font-size: .8em;
}
#nav {margin: 1em 0 0 0; padding: 0;}
#nav li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
}
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	display: block;
	background-color: #33899E;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #000000;
	background-color: #459fb2;
}
/* right nav */
#right-container {
	width: 150px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#right-nav {margin: 1em 0 0 0; padding: 0;}
#right-nav li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
}
#right-nav a, #right-nav a:visited {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	display: block;
	background-color: #98C0C9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#right-nav a:hover, #right-nav a:active, #right-nav a:focus {
	color: #ffffff;
	background-color: #459fb2;
	}
#bullet-wrap {
width: 450px;
overflow:auto;
_height:1%;
padding-bottom: 15px;
}	

#footer {
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	line-height: 1.25em;
} 
#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 */
	color: #999999;
	font-size: 11px;
}
.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;
}

/* FORM syles */

.formcatagory {
	margin: 15px 0px 15px 0px;
}
.buttonwrapper {
	float: left;
	margin-right: 25px;
	padding-bottom: 8px;
	border:none;
	}

.formlist {
	padding: 10px 0px 10px 30px;
	margin-left: 30px;
	color: #333333;
	background-color: #F7F7F7;
	font-size:12px;
	clear:both;
	width: 415px;
}
.formlist-setback {
	padding: 10px 0px 10px 75px;
	margin-left: 30px;
	color: #333333;
	background-color: #F7F7F7;
	font-size:12px;
	clear:both;
	width: 370px;
}

/* text syles */

H1 {
	color: #791b54;
	font-size: 1.75em;
}
H2 {
	color: #0087a0;
	font-size: .7em;
}

.purple {
	color: #791b54;
}
.purple-h2 {
	font-size: 1.25em;
	color: #791b54;
}

.names-padding {
padding-bottom: 10px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
