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

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 100px;
	background-image: url(images/cps_02.gif);
	background-repeat: repeat-x;
}


/**********************************/
/* top navigation                 */
/**********************************/
#nav {
	margin-top: 3px;
	height: 23px;
	background-color: #8FBBE2;
	border: 2px solid #8BB4E4;
	border-bottom: none;
	text-align: center;
}

#nav a {
	color: #025196;
	text-decoration: none;
	margin-bottom: 15px;
	font-weight: bold;
	vertical-align: super;
}
#nav a:link, #nav a:visited {
	color: #025196;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#nav a:active {
	color: #025196;
	text-decoration: none;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	width: 766px; /* not 800 due to padding */
	min-height: 400px;
	border: 2px solid #8BB4E4;
	border-top: none;
	padding: 10px 15px;
	text-align: left;
	
}

#content h1 {
	font-size: 15px;
	color: #960;
	font-weight: bold;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 15px;
	color: #039;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
}

#content p {
	margin-bottom: 15px;
}

#content a {
	color: #000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #960;
	text-decoration: none;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}


/**********************************/
/* location page                  */
/**********************************/
#contact {
	margin: 0 auto;
	margin-top: 15px;
	width: 640px;
	font-size: 13px;
	text-align: left;
}

#contact div.info {
	width: 368px;
	float: left;
}

#contact div.map {
	margin-left: 368px;
	width: 272px;
	text-align: center;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	text-align: center;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer a:active {
	color: #666;
	text-decoration: none;
}


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}
.btable {
	border: 2px solid #8BB4E4;
}
.blue {
	color: #039;
}
.gold {
	color: #960;
}


