
body{
background: url(images/grgrad_bg.gif) repeat-x; 

}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: thin solid #a4a4a4;
	width: 850px;
	
}


#lefttagline{

margin: 15px;
font-size : 14px;
font-family : tahoma;
font-weight : bold;
font-style : normal;
color: #808080;
text-align: center;

}



#header {
	margin: 0 0 0 0;
	background: url(images/header_bg.gif) repeat-x center bottom; 
	height: 152px;
	width: 850px;

}


#headerhr {
	height: 10px;
	width: 850px;
	background-color: #A3A2A2;
	/*background: url(images/hr_bg.jpg) repeat-x; */
}

#logo {

	height: 141px;
	width: 229px;
	background: url(images/logo_lg_eps.png) no-repeat center bottom; 
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-top:5px;
}

#navwrapper{
	height: 90px;
	width: 520px;
	float: right;
	margin-top: 58px;
	/*margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: thin solid #0099ff; */
}




#leftcolumnfront {
	float: left;
	width: 310px;
	height: 658px;	
	background: url(images/left_col_bg.jpg) no-repeat; 

}


#leftcolumn {
	float: left;
	width: 310px;
	height: 658px;

}



#leftcontent{
	text-align: center;
	padding-top: 570px;


}

.tiny{

	font-size : 8px;
	font-family : tahoma;
	font-weight : bold;
	font-style : italics;
	color: #808080;
	text-align: center;


}



#rightcolumn{ 
	margin: 0px;
	float: left;
	width: 530px;
	height: 1% /* Holly hack for Peekaboo Bug */
}


#maincontent{

	width: 420px;
	padding-left: 55px;
	padding-top: 18px;
	border-left: thin;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: thin;
}

#mainheadmast{
	background: url(images/front_headmast_bg.jpg) no-repeat; 
	width: 100%;
	height: 91px;
	border-left: thin;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: thin;
}


#footer {
	clear: both;
	background: #B94964;
	height: 63px;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 9px;
}

#bottomnav {
	clear: both;
	background: #ffffff;
	height: 63px;
	color: #5D5D5D;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 10px;
}

.klink{

	color: #5D5D5D;

}

.klink:hover{

	color: #5D5D5D;
	text-decoration: underline;

}



	
p {
	font-size : 11px;
	font-family : verdana, geneva, arial;
	font-weight : normal;
	font-style : normal;
	color : #484848;
	line-height: 130%;
	text-align:justify;
}


li {
	font-size : 11px;
	font-family : verdana, geneva, arial;
	font-weight : normal;
	font-style : normal;
	color : #484848;
	line-height: 130%;
	text-align:justify;
}



h1 {
	font-size:16px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	color: #B94964;
	font-family : verdana, geneva, arial;
}


h2 {
	font-size:13px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	color: #B94964;
	font-family : verdana, geneva, arial;
	margin-bottom: 8px;
	padding-bottom: 0px;
}


h3 {
	font-size:12px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	color: #B94964;
	font-family : verdana, geneva, arial;
	font-style: italic;
	margin-bottom: 8px;
	padding-bottom: 0px;
}


h4 {
	font-size:12px;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	color: #808080;
	font-family : verdana, geneva, arial;
	margin-bottom: 8px;
	padding-bottom: 0px;
}


hr{
	color: #c0c0c0;
	margin-bottom: 5px;
}



/*navigation */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:102px;
padding:7px 0;
color:#fff;
background:#B94964;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#EB87BB;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:102px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}



a:link { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff;
	font-size: 10px;
	}

a:visited {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff;
	font-size: 10px;
	}

a:hover, a:active {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}


.locationbox{

	background: #f7f7f7;
	padding: 7px;
	border: thin solid #a4a4a4;
	font-size : 11px;
	font-family : verdana, geneva, arial;
	font-weight : normal;
	font-style : normal;
	color : #484848;
	line-height: 130%;
	text-align:justify;
	position: absolute; 
	left:5px; 
	top:154px; 
	visibility: hidden;
	width: 320px;
}



form{
    background-color : White;
}

input, select, textarea{
	background-color: #dbdbdb;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 5px;
	border-bottom: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-spacing: 2px;
	border-top-style: solid;
	border-top-color: Gray;
	border-width: 1px;

}



input.submit{
    background-color : #dbdbdb;
    font-family : sans-serif;
    font-weight : normal;
    font-size : 12px;
}

.contact{

height:25px;
text-align:left;
	font-size : 11px;
	font-family : verdana, geneva, arial;
	font-weight : normal;

}


#privacybox{

	width: 800px;
	font-size : 11px;
	font-family : verdana, geneva, arial;
	font-weight : normal;
	font-style : normal;
	text-align: center;
	padding: 25px;


}