/* Towns */
.clearone{
	clear			:both;
	height			:1px;
}
#towns_box {
	height			:100%;
	width			:980px;
	background 		:#EBEBEB;
	margin-top		:10px;
	margin-bottom	:10px;
	padding-top		:10px;
	padding-bottom	:10px;
	margin-left		:auto;
	margin-right	:auto;
	border-left		:1px solid #B2B2B2;
	border-right	:1px solid #B2B2B2;
	border-top		:1px solid #B2B2B2;
	border-bottom	:1px solid #B2B2B2;
}
#towns {
		float:left;
		margin-left:20px;
		margin-bottom:10px;
		width:220px;
		height:100%;
		color:#333;
		background	: transparent;
		padding:0px 0px 0px 0px;
		display		:inline;
}

.townsTitle {
		margin-top		:0px;
		margin-left		:10px;
		margin-right	:20px;
		margin-bottom	:10px;
		padding			:0.2em;
		border-bottom	:4px solid #64B83A;
		font-size       : 18px;
		font-family     : Arial, Verdana, Geneva, Helvetica, sans-serif;
		color           : #878787;
}

.townsTitle span
			{ 
		color: #64B83A; 
}

.town {
				margin-top		:5px;
				margin-left		:20px;
				margin-right	:20px;
				margin-bottom	:5px;
				font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size       : 12px;
				color           : #666666;
				font-style		: normal;
				text-decoration : none;
				font-weight		: normal;
}
.town a:link, .town a:visited {
				color            	:#666666;
				font-style			: normal;
				text-decoration 	: none;
				font-weight			: normal;
}
.town a:hover {
  				color            	:#64B83A;
				font-style			: normal;
  				text-decoration  	:underline;
				font-weight			: normal;
}
/* End Towns */
/* Footer */
#sub_footer_box {
	height			:60px;
	width			:980px;
	background 		:#EBEBEB;
	margin-top		:0px;
	margin-bottom	:0px;
	padding-top		:0px;
	margin-left		:auto;
	margin-right	:auto;
	border-left		:1px solid #B2B2B2;
	border-right	:1px solid #B2B2B2;
	border-top		:1px solid #B2B2B2;
	border-bottom	:1px solid #B2B2B2;
}
#content_sub_footer {
		float:left;
		margin-left:20px;
		margin-top:15px;
		width:450px;
		height:40px;
		color:#333;
		padding:0px 0px 0px 0px;
		display		:inline;
}
#content_logo {
		float:left;
		margin-left:135px;
		margin-top:15px;
		width:100px;
		height:30px;
		color:#333;
		padding:0 0px;
		display		:inline;
}
#content_devildigital {
		float:right;
		margin-right:20px;
		margin-top:10px;
		width:240px;
		height:40px;
		color:#333;
		padding:5px 5px 0px 5px;
		display		:inline;
}

#footer  {
		margin-top		:0px;
		margin-left		:0px;
		margin-bottom	:0px;
		font-family     :Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size       :11px;
		color           :#878787;
		font-style		:normal;
		font-weight		:bold;
		text-decoration :none;
		text-align		: left;

}
#footer a:link, #footer a:visited {
  		color            : #878787;
  		text-decoration  : none;
  		font-weight      : bold;
}
#footer a:hover {
  		color            : #64B83A;
  		text-decoration  : none;
  		font-weight      : bold;
}
#copyright  {
		margin-top		:5px;
		margin-left		:0px;
		margin-bottom	:0px;
		font-family     : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size       : 10px;
		color           : #878787;
		font-style		: normal;
		text-decoration : none;
		font-weight		: normal;
		text-align		: left;

}
#copyright a:link, #copyright a:visited {
		margin-top		:5px;
		color           : #64B83A;
  		text-decoration : none;
  		font-weight     : normal;
}
#copyright a:hover {
  		color            : #64B83A;
  		text-decoration  : underline;
  		font-weight      : normal;
}
#content_devildigital {
	margin-top			:10px;
	margin-left			:0px;
	margin-bottom		:0px;
	font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size       	:10px;
	color           	:#878787;
	font-style			:normal;
	text-decoration 	:none;
	text-align			: center;
}
#content_devildigital a:link, #content_devildigital a:visited {
	margin-top			:10px;
	margin-left			:0px;
	margin-bottom		:10px;
	font-family     	:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size       	:10px;
	color            	:#64B83A;
	font-style			:normal;
  	text-decoration  	:none;
}
#content_devildigital a:hover {
  	color            	:#64B83A;
  	text-decoration  	:underline;
  	font-style      	:normal;
}
/* End Footer */
