/* Basic Tag Redfinition */
body {
	margin-top: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ecf2f7;
	font-style: Book Antiqua;
}



/* Layout Divs */
.layout {
	width: 800px;
	height: 1px;
	margin: 0 auto;
}

.header {
	width: 770px;;
	height: 33px;
	padding-top: 167px;
	padding-right: 30px;;
	background-image: url(img/header.jpg);
	text-align: right;
}

.buttons {
	line-height: 50px;
	background-image: url(img/buttons.jpg);
	width: 310px;
	height: 150px;
}

.buttons a {
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.buttons a:hover {
	color: #0033ff;
}

.maincont {
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 8px;
}
.maintop { 
	background: url(img/main_tr.jpg) no-repeat top right; 
	text-align: left;
}
.mainbottom {
	background: url(img/main_br.jpg) no-repeat top right; 
	text-align: left;
}
.contact_info {
	background-image: url(img/form_bg.jpg);
	background-repeat: repeat-y;
	width: 310px;
	margin-top: 5px;
	color: #333333;
}
.formcont {
	background-image: url(img/form_bg.jpg);
	background-repeat: repeat-y;
	width: 310px;
	margin-top: 5px;
	color: #333333;
}
.formtop { 
	background: url(img/form_tr.jpg) no-repeat top right; 
	text-align: left;
}
.formbottom {
	background: url(img/form_br.jpg) no-repeat top right; 
	text-align: left;
}
.innercont {
	margin-left: 24px;
	margin-right: 24px;
}
img.corner {
   width: 24px;
   height: 24px;
   border: none;
   display: block !important;
}
img.corner_form {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

img.corner_int {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}

.greybox {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}

.intcont {
	background-color: #74b5ff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
}
.inttop {
	background: url(img/int_tr.jpg) no-repeat top right; 
	text-align: left;
}

.specials {
	color: #666666;
	font-weight: bold;
}

.link {
	display: inline;
	padding-left: 30px;
}
.link a {
	text-decoration: none;
	color: black;
}
.link a:hover {
	text-decoration: none;
	color: #0033ff;
}
.link a img {
	padding-right: 5px;
	border: 0;
}

.hidden {
	color: grey;
}
.hidden a {
	color: grey;
	text-decoration: none;
}
.hidden a:hover {
	text-decoration: underline;
}

.visible {
	color: black;
}
.visible a {
	color: black;
	text-decoration: none;
}
.visible a:hover {
	text-decoration: underline;
}