@charset "utf-8";
/* CSS Document */

/* ----- CSS Reset ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, font, img, strong, sub, ol, ul, li, hr,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;  /* remember to define focus styles! */
}
body {
	line-height: 1;
	color: #000000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate; /* tables still need 'cellspacing="0"' in the markup */
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}

img, div, a { behavior: url(/Scripts/iepngfix.htc) }
/* ----- Custom CSS ----- */

body {
	background: #eeeee6 url(../images/bg-main.jpg);
}
#bgHeader {
	background: url(../images/bg-header-ray.jpg) no-repeat center top;
	width: 100%;
}
#header {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 18px;
}
#nav {
	width: 100px;
	float: right;
	height: 30px;
	padding-top: 40px;
}
#nav a {
	background: #5D5E60 url(../images/bg-nav.png) repeat-x;
	display: block;
	height: 22px;
	width: 100px;
	text-align: center;
	padding-top: 8px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#shadow {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/bg-shadow-sides.jpg) repeat-y;
}
#mainContent {
	background: #913b16 url(../images/bg-main-content.jpg) repeat-x;
	padding: 20px 15px 25px 25px;
	height: 350px;
	width: 840px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
#colInfo {
	width: 270px;
	float: left;
	padding-top: 5px;
	margin-right: 30px;
}
#colInfo p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
}
#colInfo li {
	display: block;
	height: 45px;
	width: 190px;
	margin: 0px auto;
}
#colInfo a {
	background: url(../images/btn-action-call.png) no-repeat;
	display: block;
	height: 30px;
	width: 190px;
	padding-top: 12px;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}
#colInfo a:hover {
	color: #000000;
	background: url(../images/btn-action-call.png) no-repeat 0px -43px;
}
#colContent {
	width: 505px;
	float: left;
	padding-left: 30px;
}
#colContent p {
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#colContent .labelData {
	font-size: 12px;
	font-weight: bold;
}

#colContent .inputData {
	margin-top: 3px;
	padding: 3px 2px 2px 3px;
	width: 395px;
	color: #333333;
	border: 1px solid #EEEEEE;
	background: #EEEEEE;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#colContent a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#colContent a:hover {
	color: #000000;
}



#secContent {
	background: #3e3f40 url(../images/bg-sec-content.png) repeat-x;
	width: 830px;
	padding: 25px 25px 30px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	height: 210px;
}

#secContent p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}
#secContent h1 {
	font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
	color: #EEEEEE;
}
#secContent hr {
	border-top: 1px dashed #FFFFFF;
	color: #5F6062;
	background: #5F6061;
	margin-top: 4px;
	margin-bottom: 8px;
}
#colLeft {
	float: left;
	width: 250px;
	margin-right: 40px;
}
#colCenter {
	float: left;
	width: 250px;
	margin-right: 40px;
}
#colRight {
	float: left;
	width: 245px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg-shadow-footer.jpg) no-repeat;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
	clear: both;
}
strong   {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.leftFloat {
	float: right;
	margin-right: 5px;
}

