@charset "utf-8";
/* CSS Document */

/* These styles reset default styles so they don't mess with your css.  Taken from Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/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, 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;
}

/* for text size change, set it to small
div#leftCol,div#rightCol,div#leftBox,div#singleCol{
font-size:small;
}*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*add more*/
/***********************************************************************
	1 - Page
************************************************************************/


div#container{
	width: 650px;
	position: relative;
	float:right;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: 75px;
	padding-bottom:15px;
	font-size:110%;
	z-index:2;
	overflow:hidden;
	display:inline;
}

/***********************************************************************
	2 - Navigation
************************************************************************/

#nav {
	float:left;
	left:0px;
	top:0px;
	width:650px;
	height:90px;
	z-index:2;
}

.Buttonhome {
	width: 90px;
	height: 90px;
	float: left;
}

.Buttonhome a {
	display: block;
	width: 90px;
	height: 90px;
	background: url(images/Home2_02.png) no-repeat bottom left;
}

.Buttonhome a:hover {
	background-position: top left;
}
.Buttoncultural {
	width: 91px;
	height: 90px;
	float: left;
}

.Buttoncultural a {
display: block;
width: 91px;
height: 90px;
background: url(images/Home2_03.png) no-repeat bottom left;
}

.Buttoncultural a:hover {
background-position: top left;
}

.Buttonevents {
	width: 115px;
	height: 90px;
	float: left;
}

.Buttonevents a {
display: block;
width: 115px;
height: 90px;
background: url(images/Home2_04.png) no-repeat bottom left;
}

.Buttonevents a:hover {
background-position: top left;
}

.Buttonprojects {
	width: 93px;
	height: 90px;
	float: left;
}

.Buttonprojects a {
display: block;
width: 93px;
height: 90px;
background: url(images/Home2_05.png) no-repeat bottom left;
}

.Buttonprojects a:hover {
background-position: top left;
}

.Buttonservices {
	width: 80px;
	height: 90px;
	float: left;
}

.Buttonservices a {
	display: block;
	width: 80px;
	height: 90px;
	background: url(images/Home2_06.png) no-repeat bottom left;
}

.Buttonservices a:hover {
background-position: top left;
}

.Buttonlinks{
	width: 95px;
	height: 90px;
	float: left;
}

.Buttonlinks a {
display: block;
width: 95px;
height: 90px;
background: url(images/Home2_07.png) no-repeat bottom left;
}

.Buttonlinks a:hover {
background-position: top left;
}
.Buttoncontact {
	width: 86px;
	height: 90px;
	float: left;
}

.Buttoncontact a {
display: block;
width: 86px;
height: 90px;
background: url(images/Home2_08.png) no-repeat bottom left;
}

.Buttoncontact a:hover {
background-position: top left;
}	

/***********************************************************************
	3 - Content
************************************************************************/

#contentbg {
	float:left;
	left:0px;
	background: url("images/contentbg_02.png") repeat;
	width:650px;
	min-height: 150px;
	z-index:2;
}
#contentbg p{
	width: 600px;
	margin: 25px;
	color:#000066;
	line-height: 1.2em;
	font-size: 1em;
}

#contentbg ul {
	margin-left: 50px;
	width: 550px;
	color:#000066;
	}

#contentbg li {
	margin-left: 22px;
	list-style-image: url(images/crowbullet.png);
	vertical-align:middle;
	text-indent: -6px;
	line-height: 1.4em;!important
	height: 0.1%; /* Fix disppearing bullets in IE */
	}
	
#contentbg a {
	color:#0000B3;
	}
		
/***********************************************************************
	4 - FOOTER
************************************************************************/

div#footer{
	background: url("images/footerBG.png") 0 0 no-repeat;
	width: 650px;
	height: 49px;
	float: left;
	margin-bottom:20px;
	color: #133780;
	font-size:90%;
	z-index:2;
}

div#footercopy{
	float: left;
	width: 189px;
	height: 41px;
	padding-left: 25px;
	padding-top:5px;
	font-size: 90%;
	color:#000066;
	text-align: center;
}

div#footerMenu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 6px;
	font-size: 10px;
}

#footernav li{
	display: inline;
padding-left: 11px;
background-repeat: no-repeat;
}


#footernav a{
	padding-left: 11px;
font-weight: bold;
text-decoration: none;
}

#footernav a:link, div#footernav a:visited 
{
	padding-left: 11px;
	color:#000066;
	}

#footernav a:hover
{
color: #0099FF;
padding-left: 11px;
text-decoration:underline;
background: url(images/crowbullet.png);
	vertical-align: middle;
	background-position: 0px;
	background-repeat: no-repeat;
}

/* End of 'Global' */

/***********************************************************************
	5 - Typography
************************************************************************/

a:link {
	color:#000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration:none;
}

a:hover {
	color: #0099FF;
	text-decoration:underline;
}

h1{
	margin-top: 25px;
	color:#000066;
	font-size: 24px;
	text-align:center;
	font-family:"Monotype Corsiva";
}