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

body {
	margin: 20px 0;
	padding: 0;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6633FF;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: 0;
}

/* Menu */

#menu {
	width: 704px;
	height: 51px;
	margin: 0 auto;
	background: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	margin-left: 1px;
	padding-top: 6px;
	border-top-width: 12px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { 
	background: url(images/button-red.gif) no-repeat center bottom; 
	border-color: #F07242; 
	color: #C4856D; }
	
#menu2 { 
	background: url(images/button-yellow.gif) no-repeat center bottom; 
	border-color: #FCEE0F; 
	color: #C0B94A; }
	
#menu3 { 
	background: url(images/button-blue.gif) no-repeat center bottom; 
	border-color: #549EE9; 
	color: #799EC3; }
	
#menu4 { 
	background: url(images/button-green.gif) no-repeat center bottom; 
	border-color: #9EBF54; 
	color: #94A46F; }
	
#menu5 { 
	background: url(images/button-purple.gif) no-repeat center bottom; 
	border-color: #9F8DF6; 
	color: #B0A7DB; }

#menu a:hover {
	color: #000000;
}

#menu .first-active a {
	margin: 0;
	color: #000000;
}

#menu .active a {
	color: #000000;
}


/* Logo */

#logo {
	width: 704px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 55px 0;
	background: #3F48FF;
	border-bottom: 10px solid #595959;
}

#logo h1, #logo h2 {
	/* float: left; */
	font-weight: normal;
}

#logo h1 {
	padding: 5px 0 5px 0;
	font-size: 3.5em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin: 0 0 0 15px;
	/* padding: 0 0 0 120px; */
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}

#logo h2 a {
	color: #BBBBBB;
}

#logo a {
	text-decoration: none;
}

/* Content */

#content {
	width: 700px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/color-band-red.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
} 

#colA {
	float: right;
	width: 424px;
	padding: 0 30px 0 0;
}

#colB {
	float: left;
	width: 220px;
}

/* BoxedA */

.boxedA {
}

.boxedA h2 {
	font-size: 22px;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: normal;
	text-align: left;
	font-size: medium;
}

.boxedA ul {
	list-style-type: square;
}
.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/nav-red-bkgrd.jpg) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 17px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/nav-red-a.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.boxedB a:hover {
	background: #F7B8A0 url(images/nav-red-hover.jpg) no-repeat;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(images/nav-blue-bkgrd.jpg) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #EEF5FD url(images/nav-blue-a.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedC a:hover {
	background: #A9CEF4 url(images/nav-blue-hover.jpg) no-repeat;
	color: #FFFFFF;
}

/* Welcome */

#welcome h2 {
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

/* Address Block */

.boxedA .address {

}

.boxedA .address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedA .address li {
	display: block;
	list-style-type: none;
	font-size: medium;
}


/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	background: #CCCCCC;
	border: 2px solid #666666;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #000000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
} 


/* Pop-Up Images -                                           */
/* small image: must have width of 120px                     */
/* large image: must have height of 236px, width of 350px    */
/* Assumes small image is on the left, and pop-up happens    */
/* on the right.                                             */

#pic {
	background-color: #FFFFFF;
	position: relative; 
	width: 120px;
}

#pic a .small {
	float: left;
	border: 1px solid #000000;
}

#pic a .large {
	border: 1px;
	display: inline;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1:hover .small {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	display: inline;
	/* The height & width are of the enlarged image */
	height: 236px; 
	width: 350px;
	left: 80px;
	position: absolute;
	top: -60px;
	border: 1px solid #000000;
}
