/*
   ----------------------------------------------------------------
   INNERPAGE STYLE SHEET - http://www.e-s-i.com
   ----------------------------------------------------------------
*/

/* === Common ======================================= */

body                             {background:url(../images/jpegs/bg-repeat.jpg) repeat-x; background-color:#ffff99; font-size:100%;}

h1, p                            {font-family:Arial, Helvetica, sans-serif; margin:0px;
                                  padding:0px; line-height:normal; letter-spacing:normal;
								  font-weight:normal; color:#FFFFFF;}

h1                               {font-size:18px; font-weight:bold; margin:0px 0px 10px 0px;}
p                                {font-size:12px;}

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


*, html, body                    {margin:0px; padding:0px;}


/* === Wrapper Elements ======================================= */

#wrapper {
	width:950px;
	margin:auto;
	padding:0px;
}

/* === Header Elements ======================================= */

#header {
	border-bottom:solid #CCCCCC 8px;
	width:950px;
	margin:0px;
	padding:0px;
	height:151px;
	background:url(../images/jpegs/header-right.jpg) no-repeat right;
}

#logo {
	height:151px;
	width:582px;
	margin:0px;
	padding:0px;
}

/* === TopNav Elements ======================================= */

#topnav {
	width:934px;
	height:53px;
	border-left:solid #CCCCCC 8px;
	border-right:solid #CCCCCC 8px;
	border-bottom:solid #CCCCCC 8px;
	margin:0px;
	padding:0px;
}

/* === Begin Content Elements ======================================= */

#contentWrapper {
	width:934px;
	margin:0px;
	padding:0px;
	border-left:solid #CCCCCC 8px;
	border-right:solid #CCCCCC 8px;
	border-bottom:solid #CCCCCC 8px;
	display:table;
	height: 95px;
}

#splash {
	background:url(../images/jpegs/inner-pages-bg.jpg) no-repeat;
	width:934px;
	margin:0px;
	padding:0px;
	height:95px;
}

#flash {
	height:251px;
	width:541px;
	margin:0px;
	padding:0px;
	float:left;
}

#content {
	height:221px;
	width:363px;
	margin:0px 20px 0px 10px;
	padding:30px 0px 0px 0px;
	float:left;
}

#content h1 {
	font:16px Arial;
	color:#000000;
	font-weight:bold;
	line-height:normal;
	letter-spacing:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#content p {
	font:12px/20px Arial;
	letter-spacing:normal;
	line-height:155%;
	color:#000000;
	margin:0px;
	padding:0px;
}

/* === Bottom Elements ======================================= */

#bottomWrapper {
	background:#036b45;
	width:934px;
	border-left:solid #CCCCCC 8px;
	border-right:solid #CCCCCC 8px;
	border-bottom:solid #CCCCCC 8px;
	margin:0px;
	padding:0px;
	display:table;
}

#intro {
	width:894px;
	margin:20px;
}

.boxOne {
	width:360px;
	margin:0px 35px 0px 0px;
	padding:0px;
	float:left;
}

.boxTwo {
	width:300px;
	margin:0px 35px 0px 0px;
	padding:0px;
	float:left;
}

.boxThree {
	width:150px;
	margin:0px;
	padding:0px;
	float:left;
}

/* === Footer div elements ======================================= */

#footer {
	width:950px;
	height:100px;
	margin:auto;
	text-align:left;
	padding:10px 0px 0px 0px;
	clear:both;
}

#footer p {
	padding:0px 0px 0px 0px;
	line-height:100%;
	margin:0;
	color:#1c1e1c;
	font:11px/20px Arial;
}

#footer a {
	padding:0px 2px 0px 2px;
	color:#1c1e1c;
	text-decoration:none;
}

/* === MISC Tags ======================================= */

img {
	border:none;
}
