/***************************/
/*			*/
/* Site: kaihagen.com	*/
/* Last modified: 6/29/06  */
/*			*/
/***************************/

#container {
	padding: 0;
	margin: 0px auto;
	text-align: left;
	width: 768px;
}

.cleaner{
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: none;
}





/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/

html {
	padding: 0px;
	margin: 0px;
	background-color: #08316B;  
}

body {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	font-size: 62.5%; /* Sets 1 em = 10px = 10 points */
}

img{
	padding: 0px;
	margin: 0px;
	border-style: none;
}

/*-------------------------*/
/* HEADER STYLES           */
/*-------------------------*/

h1 {
	font-family: "Times New Roman";
	font-size: 1.6em;
	font-weight: bold;
	color: #A0351C;
	/* color: #E7BC33; */
	/* letter-spacing : .2em; */
	/* text-transform : uppercase; */
	text-align : left;
	margin-top : 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
	font-weight: bold;
	color: #545C22;
	text-align : left;
	margin-top : 0px;
	margin-bottom : 10px;
}

h3 a {
	color: #545C22;
	text-decoration:none;	
}

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

/*----------------------------*/
/* ELEMENT STYLES 5 main rows */
/*----------------------------*/


#top {
	position: relative;
	width: 768px;
	height: 68px;
	text-align: center;
	padding-bottom: 2px;
	background-color: white;
}

#photobanner {
	position: relative;
	width: 768px;
	height: 120px;
	background-color: white;
}

#main {
	background-color: white;
}

#bottom {
	position: relative;
	background-color: #08316B;
	margin-top: 3px;
	margin-bottom: 1px;
	height: 15px;
}

#footer {
	color: #000000;
	font-size: 1.10em;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 18px;
	background-color: white;
	padding-top: 5px;
	margin-bottom: 25px;
}


/*-----------------------------*/
/* Photo Banner ELEMENT STYLES */
/*-----------------------------*/


#banner_left{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 291px;
	padding: 0px;	
}

#banner_center {
	position: absolute;
	left: 294px;
	top: 0px;
	height: 90px;
	width: 214px;
	vertical-align:top;
	padding: 0px;
}

#banner_right {
	position: absolute;
	left: 511px;
	top: 0px;
	height: 90px;
	width: 257px;	
	padding: 0px;
}


/*-----------------------------------------*/
/* ELEMENT STYLES, 4 Columns in row "Main" */
/*-----------------------------------------*/

#nav {
	position: relative;
	float: left;
	width: 91px;
	margin-right: 19px;
	background-color: white;	
}

.navimage {
	margin-bottom: 9px;
}

#squarephotos {
	position: relative;
	float: left;
	width: 100px;
	margin-right: 25px;
	background-color: white;	
}

/* Used on the homepage only */
#content {
	position: relative;
	float: left;
	width: 340px;
	margin-right: 40px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
	line-height: 14px;
	background-color: white;
}

/* Used on interior pages */
#contentInterior {
	position: relative;
	float: left;
	width: 460px;
	margin-right: 40px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
	line-height: 14px;
	background-color: white;
}

.runIN {
	display: run-in;
	color: #08316B;
	font-weight: bold;
}

#rightcolumn {
	position: relative;
	float: left;
	width: 125px;
	margin-right: 28px;
	/* background-color: yellow; */

}



/*----------------------------*/
/* NAV Column ELEMENT STYLES  */
/*----------------------------*/


#addEmail {
	margin-left: 10px;
	color: #545c22;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
}

#emailfield {
	margin-left: 0px;
	margin-top: 3px;
	width: 75px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;	
}

.smallOlive {
	margin-left: 10px;
	color: #545c22;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

p.smallOlive a {
	margin-left: 0px;
	color: #545c22;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
	text-decoration: none;
}

p.smallOlive a:hover {
	text-decoration: underline;
}


/*-----------------------------*/
/* Right Column ELEMENT STYLES */
/*-----------------------------*/

#searchLabel {
	color: #545c22;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	
}

#searchfield {
	margin-left: 5px;
	width: 60px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
}


/*------------------------------*/
/* Secondary Nav ELEMENT STYLES */
/*------------------------------*/


#rightcolumn ul {
	padding: 0px;
 	margin: 0px;
	margin-bottom: 15px; 	
 	/*margin-left: -19px;*/
	font-weight: bold;
}

#rightcolumn ul li{
	list-style: none;
/*	float: left; */
	margin-left: -19px;
	line-height: 12px;
	padding-left: 9px;
	margin-bottom: 5px;
}

#rightcolumn ul li a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.10em;
	text-decoration: none;
	color: #395063;
 	padding-left: 9px;
}

#rightcolumn ul li a:hover, #rightcolumn ul li a.active {
	color: #AAB7CE;
}


#rightcolumn ul li ul{
	padding: 0px;
 	margin: 0px;
	margin-bottom: 5px; 	
 	/* margin-left: 10px; */
	font-weight: bold;
}

#rightcolumn ul li ul li{
	list-style: none;
/*	float: left; */
	margin-left: 0px;
	line-height: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
}

#rightcolumn ul li ul li a{
	background-image: url(/kaihagen/images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .99em;
	text-decoration: none;
	color: #395063;
 	padding-left: 9px;
}

#rightcolumn ul li ul li a:hover, #rightcolumn ul li ul li a.active {
	background-image: url(/kaihagen/images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
 	padding-left: 9px;
	color: #AAB7CE;
	text-decoration: underline;
}


/*-----------------------------*/
/* Endorsements ELEMENT STYLES */
/*-----------------------------*/


#orangeline {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #E7BC33;
}

.endorseLabel {
	color: #A0351C;
	/* color: #E7BC33; */
	font-family: "Times New Roman";
	font-size: .9em;
	font-weight: bold;
}

.endorseText {
	color: #08316B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}

.endorseSignature {
	color: #08316B;
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	/*font-weight: bold;*/
}

.endorseMore a {
	color: grey;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	margin-left: 75px; 
	margin-bottom: 10px;
	text-decoration: none;
}

.endorseMore a:hover {
	text-decoration: underline;
}





/*-----------------------------*/
/* BOTTOM ELEMENT STYLES       */
/*-----------------------------*/



.btmBUTTON {
	font-size: .9em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	color: white;
	text-decoration: none;
}

.btmBUTTON:hover {
	color: #AAB7CE;
}

#btmHOME {
	position: absolute;
	left: 50px;
}

#btmKAI {
	position: absolute;
	left: 145px;
}

#btmISSUES {
	position: absolute;
	left: 215px;
}

#btmDONATE {
	position: absolute;
	left: 300px;
	top: 0px;
}

#btmACT {
	position: absolute;
	left: 385px;
}

#btmMEDIA {
	position: absolute;
	left: 445px;
}

#btmEVENTS {
	position: absolute;
	left: 525px;
}

#btmCONTACT {
	position: absolute;
	left: 605px;
}

#btmBLOG {
	position: absolute;
	left: 700px;
}



/*-----------------------------*/
/* Footer ELEMENT STYLES       */
/*-----------------------------*/


#bottom_left {
	text-align: left;	
	margin-left : 50px;	
	margin-right : 80px;
}
#bottom_center {
	text-align: center;
	margin-left : 0px;	
	margin-right : 0px;
	color: #000000;
}

#bottom_right {
	text-align: right;
	font-weight : bold;
	margin-left : 105px;	
	margin-right : 10px;
}

#bottom_right a {
	color: #04457d;
	text-decoration:none;	
}

#bottom_right a:hover {
	color: #04457d;
	text-decoration:underline;
}

/*-----------------------------*/
/* Misc ELEMENT STYLES         */
/*-----------------------------*/

#blog_header {
	border-bottom: 2px solid black;
/*	font-weight : bold; */
	font-size: 1em;
	font-family: Arial Black, Arial, Helvetica, Sans-Serif;
	color: black;
	margin-bottom: 15px;
}

