body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/Body_Bg.png);
	background-repeat: repeat-x;
	background-color: #CCC;
	height: 100%;
	overflow: visible;
}



#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/MainCont_BG.png);
	background-position: left 134px;
	background-repeat: no-repeat;
	width: 952px;
	margin: 0px auto 0px auto;
	height: 100%;
	padding: 0px;
	overflow: hidden;
}
a {
	color: #1B517E;
	text-decoration: none;

}

a:focus {
	outline: none;
	text-decoration: none;
}

#menu {
	width: 400px;
	float: left;
	background: transparent;
}
#info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1B517E;
	text-align: right;
	float: right;
	height: 18px;
	background: transparent;
	width: auto;
	padding: 4px 0 0 0;
	margin: 0px;
	display: block;
}
#info a {
	color: #1B517E;
	text-decoration: none;

}
#info a:hover {
	color: #1B517E;
	text-decoration: underline;
}



#menu   ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: auto;
	height: 22px;
	display: block;
}
#menu li {
	margin: 0px;
	width: 80px;
	height: 22px;
	display: block;
	float: left;
}
#menu li a{
	color: #1B517E;
	text-decoration: none;
	padding: 3px 0 0 0;
	display: block;
	height: 20px;
	width: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
}
#menu li a:hover{
	color: #1B517E;
	text-decoration: none;
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B517E;
	border-right-color: #1B517E;
	border-left-color: #1B517E;
	width: 78px;
	height: 21px;
	padding: 3px 0 0 0;
	display: block;
	text-align: center;
}
#menu li.SelectedTab a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/MMenu_Tab_BG.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B517E;
	border-right-color: #1B517E;
	border-left-color: #1B517E;
	padding: 3px 0 0 0;
	display: block;
	width: 78px;
}
#menu li.SelectedTab a:hover {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	background-image: url(images/MMenu_Tab_BG.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B517E;
	border-right-color: #1B517E;
	border-left-color: #1B517E;
	padding: 3px 0 0 0;
	display: block;
	height: 21px;
	width: 78px;
}
#header {
	padding: 0;
	height: 183px;
	width: 950px;
	margin: 0 auto;
	background-image: url(images/Hdr_Bg.png);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(images/GVC_Logo_Hdr.png);
	height: 185px;
	width: 596px;
	margin: 0px auto;
	background-position: 0 13px;
	background-repeat: no-repeat;
}
#mainContent {
	padding: 0px 0px 0px 0px;
	border: solid #1B517E 1px;
	background-image: url(images/background_block_slice.jpg);
	background-repeat: repeat-x;
	width: 950px;
	height: 100%;
	margin: 0px auto 0px auto;
	float: left;
	background-color: #FFF;

}
#mainContent2 {
	padding: 0px 0px 0px 0px;
	border: solid #1B517E 1px;
	background-image: url(images/background_block_slice.jpg);
	background-repeat: repeat-x;
	width: 950px;
	height: 100%;
	margin: 0px auto 0px auto;
	float: left;
	background-color: #1B517E;
}


#page_content {
	width: 665px;
	padding: 20px 20px 0px 40px;
	height: 100%;
	float: left;
	overflow: visible;
	background-color: #FFF;
}
#breadcrumbs {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1B517E;
	padding-bottom: 5px;
	width: 650px;
}
#breadcrumbs a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin-bottom: 10px;
}

#breadcrumbs a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #1B517E;
	text-decoration: underline;
}


.image_border {
	border: 6px solid #E6E7E8;
	margin: 0px;
	float: left;
	padding: 0px;
}
.image_border_inside {
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	float: left;
}
#storepics {
	height: 110px;
	width: 100%;
	float: left;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #1B517E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}




#sidebar {
	width: 190px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/MMenu_Tab_BG.png);
	padding: 20px 10px 20px 25px;
	background-color: #1B517E;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 100%;
	float: right;
}


#sidebar ul {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin: 0px 0 5px 0;
}
#sidebar ul li {
	line-height: 20px;
	display: block;
	list-style-type: none;
	text-indent: 10px;
}
#sidebar ul li a{
	color: #A2A2A2;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	list-style-type: none;
}
#sidebar ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
	list-style-type: none;
	list-style: none;
}
#SpecialInfo ul{
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	background-color: #EAEAEA;
	list-style-type: none;
}
.SpecialInfoStyle  {
	float: left;
	height: 164px;
	padding: 0px;
	width: 237px;
	background-image: url(images/SpecialInfoStyleBG.png);
	text-decoration: none;
	margin: 0px;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCC;
	list-style-type: none;
}
.SpecialInfoStyle:hover {
	float: left;
	height: 164px;
	padding: 0px;
	width: 237px;
	margin: 0px;
	background-color: #EAEAEA;
	background: transparent;
}

.SpecialInfoStyle2 {
	height: 164px;
	padding: 0px;
	width: 239px;
	background-color: #CCC;
	float: left;
	list-style-type: none;
}
.SpecialInfoStyle2:hover {
	height: 164px;
	width: 239px;
	padding: 0px;
	background-color: #EAEAEA;
	float: left;
}
.SpecialInfoHdr {
	height: 30px;
	margin: 15px 0px 0 10px;
	text-align: center;
	list-style: none;
}
.SpecialInfoStyleText {
	padding: 5px 10px 0px 10px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	text-decoration: none;
	color: #666;
	float: left;
	width: 90%;
	display: inline;
}
.SpecialInfoStyleText a {
	color: #666;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	text-decoration: none;
}
.DescriptionStyleText {
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	list-style: none;
	text-decoration: none;
	color: #666;
	text-align: left;
	font-weight: normal;
	padding: 10px 0 0 25px;
	height: auto;
	margin: 0px;
	width: auto;
	float: left;
	list-style-type: none;
}


.SpclChrcter {
	color: #1B517E;
	text-indent: 10px;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	font-size: 14px;
	font-weight: normal;
}
.SpclChrcter:hover {
	color: #1B517E;
	text-indent: 10px;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}


#latest_posts {
	color: #FFF;
}

#events {
	color: #FFF;
}





#footer {
	width: 100%;
	background-image: url(images/FooterBG.png);
	margin: 30px auto 0px auto;
	padding: 0px 0 40px 0;
	background-repeat: repeat-x;
	background-color: #0A0A0A;
	min-height: 200px;
	float: left;
	overflow: visible;
}
#googlemap {
	float: left;
	height: auto;
	width: 443px;
	margin: 0 0 0 20px;
	padding: 0px;
}



#footerContainer {
	color: #FFF;
	width: 950px;
	margin: 30px auto 0px auto;
	height: 100%;
}
.viewmap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #5184B0;
	background-image: url(images/GVC/GVC_ClickTab.png);
	float: right;
	height: 18px;
	width: 102px;
	text-align: center;
}

#googlemap .viewmap a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #5184B0;
	background-image: url(images/GVC_ClickTab.png);
	float: right;
	height: 16px;
	width: 102px;
	text-align: center;
	padding: 2px 0 0 0;
}

#googlemap .viewmap a:hover {
	color: #1B517E;
	font-weight: bold;
}






#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A2A2A2;
	font-size: 12px;
}
.ftr_links {
	float: left;
	width: 205px;
	padding: 0 10px 0 10px;
	margin: 0px;
}

.ftr_links a {
	text-decoration: none;
	color: #5184B0;
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.ftr_links ul {
	text-decoration: none;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ftr_links ul li {
	text-decoration: none;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
	width: 150px;
}
.ftr_links ul li a{
	text-decoration: none;
	color: #5184B0;
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.ftr_links ul li a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
.ftr_links ul li img {
	text-decoration: none;
	border: 0px;
}
