* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
	background-color: #fff;
}
img {
	border: none;
}
h1 {
	font-size: 1.3em;
	color: #2691D4;
	margin: 10px 15px 10px 15px;
}
h2 {
	font-size: 1.2em;
	color: #162F4B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 15px 10px 15px;
}
h3 {
	font-size: 1.1em;
	color: #162F4B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 15px 6px 15px;
}
p
{
    font-size: 1.1em;
    margin: 0 15px 5px 15px;
}
.clearer {
	clear: both;
}

.generalPadding {
	padding: 10px;
}
/* +++++++++++++++++++   MAIN WRAPPER   ++++++++++++++++++++ */
div#container
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
div#maincontent
{
    padding-bottom: 4px;
    border-bottom: solid 2px #6d6e72;
    padding-left: 4px;
    border-left: solid 2px #6d6e72;
    padding-right: 4px;
    border-right: solid 2px #6d6e72;
    border-top: none;
    width: 888px;
}
#topGraphic {
	background-color: #FFFFFF;
	height: 297px;
	background-image: url(images/First_Click_4_MainPic.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 888px;
	margin-top: -15px;
}
/* +++++++++++++++++++   LOGO AND MAIN IMAGE  ++++++++++++++++++++ */
div#topbar
{
    margin-top: 10px;
    width: 100%;
}
#topbar #topAdvert {
	float: right;
	width: 110px;
	text-align: right;
}
#topbar span#languagemenu
{
    float: left;
    width: 300px;
}
#topbar div#loginmenu
{
    float: right;
    width: 150px;
}
#logo 
{
    float: left;
}
/* ++++++++++++++++++++++++++ Main Site Menu ++++++++++++++++++++++++ */
#borderdiv
{
    padding: 4px 4px 4px 4px;
    border: solid 2px #d7d7d7;
}
/* +++++++++++++++++++   CONTENT LEFT AND RIGHT   ++++++++++++++++++++ */

#contentLeft {
	width: 250px;
	float: left;
	background-color: #f1f5ce;
}
#contentRight {
	float: right;
	width: 618px;
}
/* +++++++++++++++++++   CONTENT RSS FEEDS   ++++++++++++++++++++ */
#bottom-content {
	margin-top: 10px;
}
#bottom-left-content {
	width: 295px;
	float: left;
}
#bottom-right-content {
	float: right;
	width: 580px;
}
#bottom-right-content h2
{
    text-transform: uppercase;
}
#weatherRSS {
	margin-top: 10px;
	border-top-width: 30px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	background-color: #FFFFFF;
	height: 183px;
	padding-left: 2px;
	padding-top: 5px;
}
#weatherRSS img 
{
    margin: 0 0 0 0 ;
}
#destinations {
	height: 188px;
	background-color: #FFFFFF;
	border-top-width: 30px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	margin-top: 10px;
}
/* +++++++++++++++++++  Bottom Adverts  ++++++++++++++++++++ */
div#contentAdvert
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
#contentAdvertLeft {
	width: 703px;
	float: left;
	height: 47px;
	background-color: #fff;
	padding-top: 0px;
	padding-left: 40px;
	font-size: 1.6em;
	color: #fff;
}
#contentAdvertRight {
	float: right;
	width: 144px;
	height: 67px;
	background-color: #2387CA;
	color: #fff;
}
#currencyconverter
{
    margin-left: 20px;
    margin-top: 20px;
}
#currencyconverter a 
{
    text-transform: uppercase;
    font-size: 1.0em;
    color: #fff;
    font-weight: bold;
}

/* ++++++++++++++++++++++++++ Bottom Menu ++++++++++++++++++++++++ */
div#footer
{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
/* class for hiding things */
.hidden
{
    visibility: hidden;
}

.error
{
    color: #ff0054;
    font-size: 16px;
    margin-left: 20px;
}
.validation-summary-errors
{
    color: #ff0054;
    margin-left: 40px;
}
.field-validation-error
{
    clear: both;
    color: #ff0054;
    font-size: 10px;
    margin-left: 10px;
}