@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* centers the container in IE 5*. The text is then left aligned in the #container */
	color: #000000;
	width: 100%;
	position: relative;
	top: 0px;
	background-image: url(images/gray_bg_lt3.gif);
	border: 0;
	padding: 0;
}
#container {
	width: 785px;
	margin-left: auto;
	margin-right: auto;
/*	height: 680px; */
	clear: both;
}

#container_long {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
/*	height: 1220px; */
	clear: both;
}


/* styles specific to THE HEADER AND NAVIGATION *************/
#header {
	background-image:url(images/bw_header_785.jpg);
	height: 68px;
	width: 785px;
	background-repeat: no-repeat;
	margin: 0;
}
#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 787px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 125%;
	height: 16px;
}
#nav li {
	margin: 0;
	float: left;
}
#nav a {
	float: left;
	color: #fff;
	width: 97px;
	height: 18px;	
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #FFF;
	background: url(images/nav_130.gif) no-repeat;
}
#nav a:hover {
	background-color: #000;
	background-position: -130px 0;
}
#nav #nav_home {
	border-left: 1px solid #FFF;
	text-align: center;
}
#nav_left {
	width: 98px;
	height:18px;
	background-color: #3F1C60;
/*	border-left:1px #fff solid; */
}
#nav_right {
	width: 98px;
	height:18px;
	background-color: #3F1C60;
/*	border-right:1px #fff solid;*/
	clear:right;
}
#nav_container {
	height: 18px;
	margin: 0;
	border-bottom: 1px #fff solid;
}

/* styles specific to the RIGHT COLUMN ****************/
#right_column {
	width: 175px;
	float: right;
	height: 550px;
}
#right, #bottom-boxes {
	margin: 0;
	list-style-type: none;
	padding: 15px 0 0 0;}
#bottom-boxes {
	margin: auto 0;
	clear: both;
}


#right li, #bottom-boxes li {
	margin: 0;
	float: left;
}
#right a, #bottom-boxes a{
	float: left;
	color: #fff;
	width: 175px;
	height: 110px;
	text-align: center;
	text-decoration: none;
}
#bottom-boxes a {
	margin: 10px 54px 0 0;
	color: #000;
	font-size: 16px;
	padding: 10px 0 0 0;
}
.smallbox {
	margin: 0;
	height: 110px;
	padding: 20px 0px 0px 0px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	line-height: 150%;
	color: #CCCCCC;
	font-size: 14px;
} 
.smallbox a{
	text-decoration: none;
	color: #DDDDDD;
	font-family: "Century Gothic";
	font-weight: 600;
} 
#pink {background: transparent url(images/pink170x120.png) no-repeat top left;}
#purple {background: transparent url(images/purple170x120.png) no-repeat top left;}
#teal {background: transparent url(images/teal170x120.png) no-repeat top left;}
#olive {background: transparent url(images/olive170x120.png) no-repeat top left;}
#lime {background: transparent url(images/lime170x120.png) no-repeat top left;}
#blue {background: transparent url(images/blue170x120.png) no-repeat top left;}
#yellow {background: transparent url(images/yellow170x120.png) no-repeat top left;}
#orange {background: transparent url(images/orange170x120.png) no-repeat top left;}

#right .cr {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 175px;
}
#right .cr a {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
h5 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #281F4B;
	padding: 5px 0 0 0;
}
.indented {
	padding: 0 0 0 50px;
}
