/** Kellen Interactive Base CSS Document **/

* { margin:0; padding:0; border:0; } /* forces all spacing to be set manually */

html { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Sans; color: #1a2f57;} /* Allow for easy use of em sizing */

body { text-align: center; background: url("../images/page_bg.gif") repeat-x #cacdd2; }

h1{
	color: #026c6c;
	font-size: 1.5em; /* 30px by default */
	font-weight: bold;
}

h2{
	font-size: 1.3em; /* 24px by default */
	font-weight: bold;
}

h3{
	font-size: 1.8em; /* 18px by default */
	font-weight: bold;
}

h4{
	font-size: 1.6em; /* 16px by default */
	font-weight: bold;
}

p{
	font-size: 1.1em; /* 12px by default */
		line-height: 2em;
		margin: 1em 0;
}

* html p{ height: 1em; }
* html ul{ height: 1em; }

a{ color: #3333ff; font-weight: bold;}

a:hover{}

a:visited{}

a:active{}

/************ LAYOUT ***********/

#container{
	margin: 0 auto;
	text-align: left;
	width: 671px;
}

#header{
}

.header_aboutcap{
	background: url("../images/top_about_cap.jpg");
}

.header_contact{
	background: url("../images/top_contact_us.jpg");
}

.header_find{
	background: url("../images/top_find.jpg");
}

.header_links{
	background: url("../images/top_links.jpg");
}

.header_members{
	background: url("../images/top_members.jpg");
}

.header_library{
	background: url("../images/cap_header.jpg");
}

.header_calendar{
	background: url("../images/top_calendar.jpg");
}


#content{
	background: url("../images/content_bg.gif") repeat-x #ebeef3;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 669px;
}

#sidebar{
	float: left;
	padding-top: 11px;
}

#main{
	padding-left: 190px;
	padding-top: 17px;
	padding-right: 10px;
}

#footer{
	margin-top: 75px;
	padding-left: 190px;
	padding-bottom: 20px;
}

#footer p{ font-size: 1.0em; }


/********** LISTS ********/

ul{
	margin-left: 0em;
}

ul li{
	margin-left: 2em;
	font-size: 1.1em;
	line-height: 1.8em;
}

#footer ul li{
	float: left;
	font-size: 1.0em;
	margin: 0;
	margin: 0 0.5em 0 0.5em;
}

#footer ul li a{
	text-decoration: none;
	color: #1a2f57;
}

#footer ul li.first{
	margin-left: 0;
}

#footer ul{
	height: 1.0em;
	margin-bottom: 1em;
}

#footer ul li.img{
	margin: 0;
}

#footer ul li a{ font-weight: normal; }

/******** FORMS *******/

form{
margin-bottom: 1em;
}

form fieldset{
}

form fieldset input{
	float: left;
	margin-right: 6px;
	padding: 0.2em;
	font-size: 1.0em;
	margin-top: 0.5em;
	border: 1px solid #000;
	width: 200px;
}

form fieldset input.image{
	margin: 0;
	padding-top: 0.3em;
	border: 0;
	width: auto;
}

form fieldset br{ clear: left; }

form fieldset input.button {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #cccccc;
	width: 100px;
}

