/*-----------------  Colors  ------------------*/
.navmenu a, 
.text_color1{
	color: #33659A
}
.text_color2{
	color: #9AA0B0;
}
.bg_color1 {
	background-color: #E8F1FB;
}
.bg_color2 {
	background-color: #F3F8FD
}
.bg_color3 {
	background-color: #333399;
}
#footer_module  a{
	color: #33659A;
}

.active {
	color: #9AA0B0;
}

/*-----------------  Global  ------------------*/
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
    text-align: center;
	background-color:#FFFFFF
}

img {
    border:0px;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

ul {
    margin:0;
    padding:0;
}

ol {
	margin: 0 0 0 20px;
	padding:0;
}

li {
	list-style: none;
}
.bullet_disc li {
	list-style-type: disc;
}
.bullet_arrow li {
	list-style-image : url(../images/bullet_arrow.gif);
}

.bullet_list li{
	font-size: 14px;	
	background: url(../images/bullet.gif) no-repeat left top;
	padding: 0px 0px 0px 20px;  
	list-style: none;
	margin: 0;	
}
.bullet_list  a {
	position:relative;
	top: -3px;
}


.content_align_center{
	width: 450px;
	text-align: center;
}
#page_container {
	float: left;
	width: 900px;
    margin:auto;
    text-align: left;
}
#header_module {
	width: 900px;
	margin-bottom:7px;
}
#logo_container {
	float: left;
	clear: left;
	width: 208px;
	vertical-align: bottom;
	margin-top: 150px;
	font-family: arial;
	font-size: 12px;
	text-align: right;
}

/*-----------------  Nav Menu ------------------*/
#navmenu_module{
	width: 208px;
	text-align: right;
	float: left;
/*	margin: 10px 10px 0 0; */
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}
.navmenu_hr{
	border-bottom: 2px solid #E8F1FB;
}
.navmenu li {
	float: right;
	width: 125px;
	padding: 5px 0 5px 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}


/*-----------------  Content  ------------------*/
#content_module {
	float: right;
	width: 673;
	margin-left: 10px;
}
/*main content*/
.content {
	float: left;
	width: 420px;
	padding-bottom: 35px;
	margin: 20px 0 35px 15px;	
}
/*column to right of main content */
.content2 {
	float: left;
	text-align: center;
	display: inline;
	width: 180px;
	margin: 40px 0 0 20px;
}
.content_title {
	font-size: 16px;
	font-weight: bold;
	display:block;
	padding-bottom: 3px;
}
.content_subtitle {
	font-size: 14px;
	font-weight: bold;
	display:block;
	padding-bottom: 3px;
	padding-top: 25px;
}

/*----------------- Footer  ------------------*/
#footer_module{
	display: block;
	clear: both;
	font-family: arial;
	font-size: 13px;
	width: 900px;
	text-align: center;
	padding-top: 5px;
}
#footer_module a{
	font-family: arial;
	font-size: 13px;
	line-height: 30px;
}
.footer_hr{
	height: 20px;
	width: 900px;
	margin: 10px 0 10px 0;
}
.copyright {
	font-family: arial;
	font-size: 11px;
}




/*----------------- Page: Location/Hours ------------------*/
.time_table li{
	float: left;
	clear: left;
}
.time_table span{
	width: 90px;
}

/*----------------- Page: Procedures ------------------*/
.list1{
	float: left;
	width: 200px;
}
.list2{
	float: right;
	width: 160px;
}