@charset "utf-8";
body {
	background: url(images/dice_img/body_bg.png) repeat-x;
	color: #2D2D38;
	padding-top:-4px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p, td {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2D2D38;
}

td h1 {
	padding-top:15px;
	margin-bottom:5px;
}

#breadcrumbs {
	display:none;
}

a, a:hover, a:active, a:visited {
	color:#2d2d38;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



#container {
	width:960px;  /* this will create a container 80% of the browser width */
	background: transparent;
	margin-top: -7;
	margin-right:auto;
	margin-left:auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding:0;
}	

#topm{
	color:##7F7F7F;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background:url(images/dice_img/dice_bg.jpg) bottom left no-repeat;
	height:160px;
}

#logo {
	height:10px;
	background:url(images/dice_img/top_bg.png) top left no-repeat #fff;
	padding:0;
	margin:0;
}

#topmenu {
	height:25px;
	margin-top:-5px;	
	float:left;
	text-align:left;
	width:960px;
}

	#bus-top {
	width:122px;
	float:left;
	color:#2D2D38;
    font-family:GraublauWeb,Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	#res-top {
	width:122px;
	float:left;
	color:#2D2D38;
    font-family:GraublauWeb,Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	#town-top {
	width:122px;
	float:left;
	color:#2D2D38;
    font-family:GraublauWeb,Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	}

#townlogo {
	float:right;
	margin-top:-20px;
}

#title {
	background:url(images/dice_img/residents.png);
	width:960px;
	height:31px;
	position:relative;
	z-index:100;
}

#maincontent {
	background-color:transparent;
	float:right;
	text-align:left;
	text-align:justify;
}

#maincontent a, #maincontent a:hover, #maincontent a:active, #maincontent a:visited {
	color:#f16e13;
	text-decoration:none;
}
#maincontent a:hover {
	text-decoration:underline;
}

#footer { 
	background:url(images/dice_img/top_bg.png) bottom left no-repeat #fff;
	height:42px;
	width:960px;
	float:right;
	text-align:left;
} 

#hr {
	float:right;
	width:960px;
}

#container2 {
	background:url(images/dice_img/quick_bg.png) top right repeat-y;
	float:left;
	height:auto;
	margin: 0 auto;
	border-left:none;
	width:960px;
}

#leftrail{
	display:none;
}

#maincol {
	background:url(images/dice_img/quick_bg.png) repeat;
	margin-top:-17px;
	text-align:left;
	padding:15px;
}
.boxdiv {
margin:0px;
height:20px;
width:122px;
background:url(images/dice_img/search_box2.png) no-repeat bottom;
float:left;
}
.boxdiv1 {
margin:0px;
height:20px;
width:122px;
background:url(images/dice_img/search_box.png) no-repeat bottom;
float:left;
}

.box, .box.option{
max-width:121px;
background:none;
border:none;
width:121px;
height:15px;
margin:0px;
padding: 2px 7px 0px 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
float:right;
}

#search-container {
	float:left;
	width:170px;
	height:21px;
}


#col1 {
	float:left;
	width:720px;
	height:195px;
	background-color:#f4f5bd;
	text-align:left;
	overflow:hidden;
}

#col1 img {
	border:none;
	padding:0px;
	margin:0px;
	float:left;
}

#pagecontent {
	float:left;
	width:720px;
	background-color:#FFF;	
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:0;
}


#col4 {
	float:right;
	width:230px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	z-index:50;
}
#col4 a, #col4 a:hover, #col4 a:active, #col4 a:visited {
	color:#2d2d38;
	text-decoration:none;
}
#col4 a:hover {
	text-decoration:underline;
}
.w3c {
	font:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	float:left;
}

#mainmenu {
	float:left;
	width:400px;	
	margin-top:0px;
}
#mainmenu .mainmenu2b {display:none;}
#mainmenu2 {
	float:left;
	width:400px;

}
.cms_menu_admin_wrapper .mainmenu2b {
	margin-bottom:30px;
	clear:both;
}

/* CMS SPECIFIC */
#admin-notice {background-color:#CC0000;width:100px;height:15px;color:#FFFF00;border:thin solid #000000;position:absolute;top:0px;left:48%;text-align:center;}





/* HOVER CLASS */
.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.floatleft {float:left;}
.floatright{float:right;}
/* HOVER CLASS */
.hover{}/* helper class, used to make non-anchor elements display the hand-cursor - style at your own risk! */
/* Login Popup Box */
#login {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:240px;
	color:#000000;
	background-color:#FFFFFF;
	z-index:1000;
}
 /* MODAL BOX - is not really modal, just an AJAH popup window  */
#modalbox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border:thin solid #000000;
	font-size:12px;
	padding:5px;
	margin-left:2px;
	line-height:2;
	width:auto;
	color:#000000;
	background-color:#FFFFFF;
}
#modalclose {width:100%;text-align:right;background-color:#666666;color:#FFFFFF;font-weight:bold;padding:2px;}
#modaltitle {float:left;}
 /* PAGES COMPONENT  */
#cms_page { /* Style for com_Pages, the default Page component.  DIV element around the text. */
	margin:0px;
	padding:0px;
	width:100%;
}
#cms_page p {
	margin:0px;
	padding:0px;
}

h1, #cms_page h1 { /* The page title */
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-stretch:expanded;
	color:#f16e13;

}
h2, #cms_page h2 { /* The page title */
	font-size:16px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f16e13;
	letter-spacing:0px;
	margin-bottom:2px;
}

h3, #cms_page h3 { /* The page title */
	font-size:12px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f16e13;
	letter-spacing:0px;
	margin-bottom:2px;
}

.cms_page_edit{ /* The page edit icon */
float:right;
}

 /*MENU MODULE  */
.cms_menu{ /* If mod_Menu vertical property is true, this is a <ul> element with child <li> 
and <a> elements, otherwise a <div> element with child <a> elements and a separator class. 
Span elements available as well, see below */
	padding-top:10px;
	white-space:nowrap;

}
.cms_menu_sep{ /* Mod_Menu separator class when mod_Menu vertical property is set to false. It is a span element 
which wraps the separator, which is by default, “|”, without the quotes. */
padding-left:0px;

}
.cms_menu_items{ /* Span element which wraps both menu item text and admin buttons. */
	color:#2d2d38;
	margin-right:44px;
	padding:7px;
	background-color:transparent;
	white-space:nowrap;
	float:left;
	width:65px;
}
.cms_menu_items a, .cms_menu_items a:hover, .cms_menu_items a:active, .cms_menu_items a:visited {
	color:#2d2d38;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.cms_menu_items a:hover {

}

.cms_menu_items span.ahover {

}

.cms_menu_items_vert{ /*Vertical variation of above, handy for 'display:block' on side menu.  */
	display:block;
}
.cms_menu_admin_wrapper{/*Admin Only: <div> element which wraps the whole module.  */
	color:#FFFFFF;
	float:left;
	height:50px;
	background-color:transparent;
	overflow:auto;
	padding:5px;
	width:400px;;
	position:relative;
	z-index:10;
}

.cms_menu_admin {/*Admin Only: <span> element which holds the new and global menu edit  */
	float:right;
	margin-top:-10px;

	
}
.cms_menu_admin img {
	margin-right:0px;
}
 /* SUB MENU MODULE  */
.cms_submenu{ /* If mod_Menu vertical property is true, this is a <ul> element with child <li> 
and <a> elements, otherwise a <div> element with child <a> elements and a separator class. 
Span elements available as well, see below */
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:transparent;
	margin-bottom:0px;
	margin-left:0px;
	width:150px;
}
.cms_submenu li {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;

}
.cms_submenu_sep{ /* Mod_Menu separator class when mod_Menu vertical property is set to false. It is a span element 
which wraps the separator, which is by default, “|”, without the quotes. */

}
.cms_submenu_items{ /* Span element which wraps both menu item text and admin buttons. */
	padding:0px;
	margin:0px;	

}
.cms_submenu_items a {

}

.cms_submenu_items_vert{ /*Vertical variation of above, handy for ‘display:block’ on side menu.  */
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.cms_submenu_items_vert a {
	text-decoration:none;
	font-weight:normal;
	font-family:Tahoma,"Times New Roman", Times, serif;
	font-size:12px;
	color:#2d2d38;
	display:block;
	height:100%;
	padding:5px 0px 5px 5px;

}
.cms_submenu_items_vert a:hover {
	text-decoration:none;
}
.cms_menu2 {
	min-height:162px;
}
.cms_menu2 a {
	text-decoration:none;
	font-weight:normal;
	margin-left:15px;
	margin-bottom:3px;
	font-family:Tahoma,"Times New Roman", Times, serif;
	font-size:14px;
	color:#2d2d38;
	display:block;
}
.cms_menu2 a:hover {
	text-decoration:underline;
}

.cms_submenu_items_admin{ /*Admin Only: <span> element which holds the edit and delete buttons for each item.  */

	padding: 1px;
}
.cms_submenu_admin{/*Admin Only: <span> element which holds the new and global menu edit  */
}

/*  FRONTPAGE COMPONENT  */
#cms_frontpage {
	width:720px;
	padding-top:10px;
}

.cms_homebox_admin {/* frontpage section aditional admin styling */
	border:1px dashed blue;
	height:105%;

}
.cms_homebox_title h2 {
	width:100%;
	white-space:nowrap;
	padding-left:5px;
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
}
.cms_homebox_text {
	padding:5px;
	padding-left:5px;
	overflow:hidden;
}

.cms_homebox { /* frontpage section */
	float:left;
	margin:0px;
	padding-left:0px;
	padding-right:5px;
}
.box_2 {
	margin-left:12px;
	text-align:justify;
	line-height:1.3;
}

.box_3 {
	margin-left:12px;
}


.cms_fp_section_admin {/* frontpage item admin buttons */

}


/*  SEARCH MODULE  */

#search-container { /*  div wrapping whole module  */
	width:180px;
	margin-left:5px;
	margin-top:10px;
	}

#searchlabel { /*  label for input searchbox  */
font-weight:bold;font-size:11px;}	
#searchbutton {/*  submit button */  
	border:none;
	background-color:transparent;
	color:#000000;
	height:20px;
	font-size:10px;
	vertical-align: text-top;
	font-weight:bold;
	margin-top:5px;
	float:left;
}


/*  GENERIC LIST ITEMS - USED THROUGHOUT IN VARIOUS LSITS  */
.list-Title { /* Title of the list */
	font-weight:bold;
	margin-top:5px;
}
.list-SubTitle { /* Title of the list */
	font-weight:normal;

}
.list-Date { /* Date of the list */

}
.list-body { /* Body of the list */

}
.list-picture { /* Picture of the list */
	float:right;
	width:370px;
	height:220px;
	overflow:hidden;
	margin:5px;
}
.list-picture img { /* Picture of the list */
	width:350px;
	height:200px;
}

/*  PHOTO GALLERY COOMPONENT  */
#cms_pgallerycom { /* div wraps the whole GALLERY component  */

}
#gallerytable td {
	border: 1px solid #CCCCCC;
	text-align:center;
}


/*  CAREERS COOMPONENT  */
#cms_careerscom { /* div wraps the whole CAREERS component  */

}
/*  CAREERS MODULE  */
.cms_careermod_title { 
	margin: 10px 0px 10px 0px;
}

#cms_careermod { 
	margin: 30px auto;
}

/*  PROJECT COOMPONENT  */
#cms_projectcom { /* div wraps the whole PROJECT component  */

}
/*  PROJECT MODULE  */
#cmd_projectmod { /* div wraps the whole PROJECT module  */
	overflow:hidden;
	text-align:left;
	width:100%;
	position:relative;
}
#cmd_projectmod_title {
	margin-bottom:-15px;
	padding-top:15px;
}
#cmd_projectmod_item_title {
	position:relative;
	font-weight:bold;
	padding:5px;
	text-align:left;
	left:0px;
	top:35px;
	display:block;
	width:100%;
	z-index:100;
	background-image:url(images/dice_img/fadebg.png);
}
#cmd_projectmod img{ /* div wraps the whole PROJECT module  */
	padding-top:0px;
	border:none;
	max-width:200px;
	display:block;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

/*  NEWS COOMPONENT  */
#cms_newscom { /* div wraps the whole NEWS component  */

}

/*  NEWS MODULE  */

#cms_newsmod div {
	margin:0px;
	width:100%;
}


.cms_newsmod_item{
	margin-bottom:5px;
	padding-bottom:7px;
	padding-top:7px;
	border-bottom:1px dashed #CDCDCD;
}
.cms_newsmod_item_date{
	font-weight:normal;
	
}
.cms_newsmod_item_title a, .cms_newsmod_item_title a:hover, .cms_newsmod_item_title a:active, .cms_newsmod_item_title a:visited {
	font-weight:bold;
	color:#f16e13;
}
/*  EVENTSCAL MODULE  */
#cms_eventsmod {

	}

#cms_eventsmod div {
	margin:0px;
}
.cms_eventsmod_item {
	margin-bottom:5px;
	padding-bottom:10px;
}
.cms_eventsmod_item_date {
	font-weight:normal;
	
}
.cms_eventsmod_item_title a, .cms_eventsmod_item_title a:hover, .cms_eventsmod_item_title a:active, .cms_eventsmod_item_title a:visited {
	text-decoration:none;
	font-weight:normal;
	margin-left:15px;
	margin-bottom:3px;
	font-family:Tahoma,"Times New Roman", Times, serif;
	font-size:14px;
	color:#2d2d38;
	display:block;
}

/*  CONTACT FORM SCRIPT  */
#contactform td {
	text-align:left;
	vertical-align:top;
	background-color:transparent;
}
#contactform table {
	margin-left:20px;
	margin-top:10px;
	background-color:transparent;
}
#contactform textarea {
	border:1px solid black;
	width:234px;
	margin-left:1px;
}
#contactform h2 {
	font-size:16px;
	margin-top:15px;
	margin-left:0px;
	margin-right:3px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:21px;
	color:#FFFFFF;
	background-color:#742624;
	display:block;
	height:25px;
}
#contactform {
	margin:10px;
	margin-top:35px;
	background-color:transparent;
}
#contactform input {
	background-color:transparent;
	color:#FFFFFF;
}


/* FONT EMBEDING */

@font-face {
    font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
    src:url(GraublauWeb.otf) format(truetype);
}
@font-face {
    font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    src: url(GraublauWebBold.otf) format(truetype);
}


.img-border {
	border:1px solid #FF6600;
	margin: 0px 10px 10px 10px;
	
}
.menu2_noLink {
	font-size:16px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	color:#2d2d38;
	letter-spacing:0px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:2px
}


/* EventCal Component */

#eventcaltable {
	margin:0 auto;
	border:1px solid #000000;
	text-align:left;
}

#eventcaltable .htd {
	width:70px;
	background-color:#2d2d38;
	height:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.emptytd {
	width:90px;
	height:75px;
	vertical-align:top;
	background-color:#f4f5bc ;
	white-space:nowrap;

}
.ntd {
	width:90px;
	height:75px;
	vertical-align:top;
	background-color:#d2ebda ;
}
.ntd p {
	margin-top:2px;
	margin-bottom:2px;
}
.ntd a, .ntd a:active, .ntd a:hover, .ntd a:visited {
	
}
.ntd a:hover {
	text-decoration:underline;
}

/*  SITEMAP COOMPONENT  */
#cms_sitemap_component { /* div wraps the whole SITEMAP component  */
	padding:5px;
	margin-left:7px;
}
#cms_sitemap_component li {
	margin:2px;
}
#cms_sitemap_component a, #cms_sitemap_component a:hover, #cms_sitemap_component a:active, #cms_sitemap_component a:visited{
	height:10px;
	margin-left:10px;
}

#cms_sitemap_component a:hover {
	text-decoration:underline;
}
#sitemaplist {
	margin-left:30px;
	margin-top:10px;
}
#sitemaplist ul{
	margin-left:30px;
}
#sitemaplist li {

}
.toplvl {
	padding-top:10px;
}
#submitEditInPlace, #submitEditInPlace2, #cancelAjaxForm, #cancelAjaxForm2 {
	border:2px solid #061944;
	padding:3px;
	color:#f16e13;
	font-weight:bold;
	margin-right:2px;
	cursor:default;
}
#submitEditInPlace:hover, #submitEditInPlace2:hover, #cancelAjaxForm:hover, #cancelAjaxForm2:hover {
	cursor:pointer;
}

.bulletright {
	float:right;
	width:100%;
	text-align:right;
}
.bulletleft {
	float:left;
	width:100%;
	position:relative;
	left:-11px;
	padding-bottom:5px;
}
.mainbody {/* wraps the mainbody section where all components are loaded */

	padding:5px 5px 5px 15px;
	min-height:200px;
}
#pagetitle {
	margin-left:-5px;
}
#cms_page table {
	margin-top:-15px;	
}
/*  SEARCH COMPONENT  */
#cms_search_component { /* div wrapping the whole module */
	margin-left:15px;
}
.search-hr { /* Horizontal rule between thesections */

}
#search-table, #search-table td { /* Table holding search results */
	border:none;
	min-width:50%;
	text-align:left;
}

.search-section { /* div wrapping search section title */
	font-weight:bold;
	font-size:16px;
	color:#202f58;
}
#cms_search_component h1 a, #cms_search_component h1 a:active, #cms_search_component h1 a:hover, #cms_search_component h1 a:visited {color:#202f58;} 

.search-anchor { /* SPAN wrapping the <a> elements */ }
.search-anchor a {/* <a> elements */ }

