/*Eric Meyers reset reloaded*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*main layout starts here*/

body{
	background-color: #f2f2f2;
	background-image: url(../images/logo_tile.jpg);
	background-position: top left;
	background-repeat: repeat;
	font-family:Lucida Grande, Arial, sans-serif;
	color: #9e005d;
	font-size: 62.5%;
}
a, a:link, a:visited{
	color:#BA3D75;
	}
a:hover, a:focus, a:active{
	color:#9e005d ;
}
br.clearboth{
	clear: both;
}
h3{
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	padding:10px 0 20px 10px;
	}
h4{
	font-family:georgia, serif;
	color: #fff;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1em;
	padding: 5px 0 5px 10px;
	margin: 5px 0 5px -26px;
	background-color:#efa13a;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
ul{
	padding: 5px 0;
	list-style: circle;
	list-style-position: inside;
}
ul li{
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: none;
}

#container{
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: #9e005d;
	border: solid 5px #efa13a;
	width: 890px;
}
#container p{
	font-size: 1.2em;
	padding: 10px 0 10px 10px;
	line-height: 1.4em;
}
#container p.caption{
	color: #efa13a;
	font-style: italic;
	padding: 10px 0 10px 10px;
}
#header{
	margin:2em 0 50px 2em ;
	padding:1em;
	width: 550px;	
}
#header h1 img{
	padding: 0 0 15px 0;
	float:left;
	margin: -0.1em 20px 0 0;
}
#header h1{
	color: #efa13a;
	font-size: 4em;
	font-weight: bold;
	padding:0;

}
#header h1 a, #header h1 a:link, #header h1 a:hover, #header h1 a:focus, #header h1 a:active, #header h1 a:visited{
	text-decoration: none;
	color:#efa13a;
}
#header h1 span{
	color: #fff;

}
#header h2{
	color: #fff;
	font-family: georgia, serif;
	font-style: italic;
	font-size: 2em;
	padding-left: 101px
	;
	margin-bottom: 0;

}

/*top right sidebar - latest news*/

#sidebar{
	position: absolute;
	top: 19px;
	right:20px;
	width: 240px;
	padding: 10px 20px 0 20px;
	border: 3px solid #efa13a;
	background-color: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#sidebar p{
	width: 240px;
	padding: 0 20px 5px 20px;
	margin: 5px 0 0 -20px;
}
#sidebar h3{
	padding: 0 0 5px 0;
	font-size: 1.6em;
}

#sidebar h4 {
	font-family: georgia, serif;
	font-style: italic;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.4em;
	background-color: #efa13a;
	display: block;
	margin: 0 -26px;
	padding: 2px 26px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/*main navigatin styles*/

#nav ul{
	position: relative;
	list-style: none;
	margin-left:1px;		
}
#nav ul li{
	float: left;	
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	background-color: #9e005d;
	background-image:url(../images/corner_lft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin:0 1px;
	min-width:95px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited{
	float: left;
	display: block;
	color:#BA3D75 ;
	padding: 10px 0 30px 0;
	background-image:url(../images/corner_rgt.jpg);
	background-repeat: no-repeat;
	background-position: right -210px;
	text-decoration: none;
	min-width:95px;
}
#nav ul li a.wide{
	padding: 10px 5px 30px 5px;
	}
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active{
	color:#9e005d;
	background-image:url(../images/corner_rgt.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li.current, #nav ul li.current a, #nav ul li.current a:link, #nav ul li.current a:visited{
	position: relative;
	z-index: 100;
	color:#efa13a;
	font-weight: bold;
		}
#nav ul li.current a:hover, #nav ul li.current a:focus, #nav ul li.current a:active{
	background-position: right -210px ;
	}
	
/*main content styling*/

#content {
	position: relative;
	display: block;
	background: #fff;
	padding:0 95px 30px 120px;
	border: 2px solid #9e005d;
	margin:4.5em 0 0 0;
	width: 670px;
	min-height: 300px;
	}
	
#content img{
	float: left;
	padding: 0;
	border: 3px solid #9e005d;
	margin: 10px 10px 0 -85px;
}
#content img.w3_icon{
	border: none;
	margin: 0 10px 0 0;
	padding: 10px;

}
#content img.about {
	border: none;
	position: absolute;
	left: 110px;
	top: 15px;
}
#content ul{
	float: none;
	margin: 0;
	padding: 0;
}
#content ul li{
	font-weight: bold;;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

/*footer styles*/
	
#footer{
	width: 759px;
	background-color:#9e005d;
	position: static;
	border-top:solid 5px #efa13a;
	font-size: 1.2em;
	padding: 0 0 0 131px;
}
	
#footer ul{
	list-style: none;
	color: #fff;
	float: left;
	margin: 20px 60px 20px 0;
}
#footer ul li{
	font-size: 1em;
	line-height: 1.2em;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited{
	color: #efa13a;
}
#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active{
	color:#fff ;
	}
#footer p{
	position: relative;
	padding: 0 0 5px 0;
	clear: left;
	color: #fff;
	font-size: 1em;
}


