@charset "utf-8";
/* Cove Portal CSS Document */
body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #000000;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
}
h2 {}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	height: 400px;
	width: 900px;
	background-image: url(../images/no_flash_bg.jpg);
	margin: 0px;
	padding: 0px;
}
#flash {}
#content {
	height: auto;
}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content li {
	padding-top: 18px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #5AA2EE;
}
#content a:hover {
	color: #59A3EE;
	text-decoration: underline;
}
/************* content ******************************/

.column_outside_left {
	float: left;
	width: 230px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 90%;
}
.column_mid {
	float: left;
	width: 400px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	background-position: bottom;
	height: auto;
	padding-top: 25px;
	text-align: justify;
}
.column_mid h1 {
	font-size: 120%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.column_outside_right {
	float: left;
	width: 230px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 90%;
}

#specialevent {
	width: 900px;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 15px;
	text-align: center;
	font-size: 130%;
}

/********************************************************/
/****************** footer here *********************/
#footer_full {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#footer {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
	font-weight: bold;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../images/foot_bg_dwg.jpg);
	border: 1px solid #CCCCCC;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer a:hover {
	color: #FF0000;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#foot_callback {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footdetails_left {
	width: 430px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#footdetails_right {
	float: left;
	width: 430px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 20px;
}
.iso_image {
	padding-top: 40px;
	padding-bottom: 15px;
}
#foot_coyright {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 80%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	float: left;
}
#foot_coyright a:link, #foot_coyright a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#foot_coyright a:hover {
	color: #FF0000;
}
/***********************************  callback form ****************************************/
#callback {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 235px;
	padding-left: 15px;
}
#callback ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#callback li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.callbackfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #CCCCCC;
	width: 190px;
	color: #666666;
	font-size: 80%;
	padding: 5px;
	background-color: #FFFFFF;
}
.callbackbut {
	background-image: url(../images/but_bg.jpg);
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	border-bottom-color: #999999;
	font-size: 7pt;
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.privacy {
	font-size: 80%;
	padding-left: 15px;
	padding-bottom: 0px;
	float: left;
}
#main_link {
	margin-top: 15px;
}
#main_link a:link, #main_link a:visited {
	color: #FF0000;
	font-size: 140%;
}
#main_link a:hover {}
