
/*------------------------------------------------------------------
Title : KPR & Events 
Company: Imagebox Productions Inc
URL : http://www.kprevents.com

[Table of contents]

1. Body / Container Elements
2. Header / #header
3. Navigation / #navbar
4. Content / #content
7. Footer / #footer

[Colors]
Background Green = #47491F
Dark Red (headings,links) = #651B18
Gray (content) = #666666

[Fonts]
Headline: Georgia 24px 

-------------------------------------------------------------------*/



* {padding: 0; margin: 0;}

img a {border: none;}
a img {border: none;}

body {
	 background: url(linkhere.jpg) #666 repeat-y;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 10px; /* 10px becomes 1.0em | 12px becomes 1.2em */
	 }
	 
#wrapper { 
	 margin: 0 auto;
	 width: 770px;
	 position: relative;
	 overflow: auto;

	 }

/* @group Layout */

#header {
	 background: url(images/header-background.gif) repeat-x #fff;
	 color: #333;
	 float: left;
	 height: 115px;
	 width: 710px;
	margin-bottom: 7px;
	padding-left: 60px;
	padding-top: 50px;
}

#homepage-missionbox {
	background: #eee;
	overflow: auto;
	width: 100%;
	margin-bottom: 40px;
}

#subpage-missionbox {
	background: #eee;
	overflow: auto;
	margin-bottom: 40px;
}
	 
	 
#content { 
	 background: #fff;
	 width: 710px;
	 color: #333;
	 display: inline;
	 float: left;
	 margin: 0px 0 25px 0px;
	padding: 35px 30px 0;
	
}

#content-left {
	float: left;
	width: 375px;
	padding: 0 30px 30px;
}

#content-right {
	width: 225px;
	float: right;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
}

#footer { 
	 clear: both;
	 color: #ccc;
	 
	 width: 660px;
	 overflow: auto;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-left: 25px;
	padding-right: 25px;
}
	 

/* @end */

/* @group Headings */

#missionbox-content h1 {
	padding-top: 40px;
	color: #AA1224;
	font: normal normal 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}

#sub-missionbox-content h1 {
	padding-top: 35px;
	color: #AA1224;
	font: normal normal 2.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px; 
}


h2 {
	color: #AA1224;
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
}



h3 {
	color: #AA1224;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4 {
	color: #666;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-top: 5px;
}



/* @end */



/* @group Text */

p{
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
	}
	
#missionbox-content, #sub-missionbox-content {
	float: left;
	width: 375px;
	padding-left: 30px;
}

#missionbox-content p {
	font: 1.6em/20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 30px;
}

#content-left p {
	font: 1.3em/18px Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}
	
#footer p, #footer a{
	color: #ccc;
	font: 1.0em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 5px;
	float: left;
}

#footer a{
	color: #AA1224;
	float: right;
}
	

/* @end */

/* @group Lists */

ul{
	list-style-type: none;
	}

#header ul {
	float: left;
	padding: 30px 0 0 45px;
}	

#header li {
	float: left;
	border-right: 1px solid #CCC;
	padding: 3px 10px 5px;
}

li#nav-hom.nav-first {
	padding-left: 0;
}

li#nav-con.nav-last {
	padding-right: 0;
	border-right: none;
}

#header ul a:link, #header ul a:visited{
	background: #fff;
	color: #999999;
	display: block;
	text-decoration: none;
	font: 1.5em/12px Georgia, "Times New Roman", Times, serif;
}
	
#header ul a:hover, #header ul a:active{
	color: #666;
	text-decoration: none;
}

#content ul {
	list-style-image: url(images/bullet.gif);
	padding-left: 25px;
}

#content ol {
	padding-left: 25px;
}

#content li {
	padding: 2px 0;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

#content-right ul {
	padding: 0 0 0 10px;
	list-style-image: url(images/bullet.gif);
}


/* @end */



/* @group Links */


a:link, a:visited{
	color: #AA1224;
	text-decoration: none;
	}
	
a:hover, a:active{
	color: #AA1224;
	text-decoration: underline;
	}
	
#footer p a {
	float: right;
}


	
/* @end */

/* @group Images */

#header img {
	float: left;
}

#homepage-missionbox img, #subpage-missionbox img {
	float: right;
}

/* @end */

	 



