@charset "utf-8";

/* ********** reset all ********** */
/*html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}*/



/* ********** chon | webdesign | hosting ********** */
html {
	background-color: #882809;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;	
	background-position: top left;
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4e4d4d;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;	
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4e4d4d;
}

a:link {
	color: #4e4d4d;
	text-decoration: underline;
}
a:visited {
	color: #4e4d4d;
	text-decoration: none;
}
a:hover {
	color: #4e4d4d;
	text-decoration: none;
}
a:active {
	color: #4e4d4d;
	text-decoration: none;
}

a.chon:link, a.chon:visited {
	color: #acacac;
	text-decoration: none;
}

a.chon:hover, a.chon:active {
	color: #acacac;
	text-decoration: underline;
}

div#container {
	position: absolute;
	/*display:block;*/

	width: 800px;
	height: 100%;
	left: 50%;
	margin-left: -400px;
	z-index: 1;
}

div#top {
	position: relative;
	/*background-image: url(../images/top.jpg);*/
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 285px;
	top: 20px;
	z-index: 2;
}

div#topSpacer {
	position: relative;
	top: 0px;
	width: 100%;
	height: 15px;
	background-color: #f9fafa;
	z-index: 2;
}

div#main {
	position: relative;
	display: inline-block;
	
	top: 0px;
	width: 535px;
	min-height: 500px;
	height: auto;
	
	background-color: #f9fafa;
	z-index: 10;
	
	padding-left: 245px;
	padding-right: 20px;
}

div#menu {
	position: absolute;
	float: left;
	display: inline-block;
	
	top: 5px;
	left: 15px;
	height: 100%;
	width: 235px;
	
	z-index: 11;
}

div#menu_top{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
	height: 10px;
	width: 215px;
}

div#menu_middle{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	width: 215px;
}

div#menu_bottom{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	height: 56px;
	width: 215px;
}

.bg_table{
		background-image: url(../images/table_bg.jpg);
}

div#copyright{
	/*position: relative;
	width: 400px;
	height: 50px;
	background-color: #FFFFFF;
	margin-left: 429px;
	z-index: 80;*/
	
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 8px;
	color: #acacac;
}

div#bovag{
	position: relative;
	float: left;
	background-image: url(../images/bovag.jpg);
	top: 20px;
	left: 0px;
	height: 51px;
	width: 35px;
	z-index: 11;
}

div#r{
	position: relative;
	float: left;	
	background-image: url(../images/r.jpg);
	top: 20px;
	left: 13px;
	height: 49px;
	width: 50px;
	z-index: 11;
}

div#ccv{
	position: relative;
	float: left;
	background-image: url(../images/ccv.jpg);
	top: 0px;
	left: 74px;
	height: 53px;
	width: 65px;
	z-index: 11;
}

div#knmv{
	position: relative;
	float: left;
	background-image: url(../images/knmv.jpg);
	top: 21px;
	left: 10px;
	height: 45px;
	width: 121px;
	z-index: 11;
}

div#cbr{
	position: relative;
	float: left;
	background-image: url(../images/cbr.jpg);
	top: 0px;
	left: 131px;
	height: 50px;
	width: 130px;
	z-index: 11;
}

div#copyright{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #acacac;
}

a.bottomButton1:link, a.bottomButton1:visited, a.bottomButton1:hover {
	display: block;
	background: url(../images/bovag.jpg) no-repeat;
	height: 51px;
	width: 35px;
}

a.bottomButton2:link, a.bottomButton2:visited, a.bottomButton2:hover {
	display: block;
	background: url(../images/r.jpg) no-repeat;
	height: 49px;
	width: 50px;
}

a.bottomButton3:link, a.bottomButton3:visited, a.bottomButton3:hover {
	display: block;
	background: url(../images/ccv.jpg) no-repeat;
	height: 53px;
	width: 65px;
}

a.bottomButton4:link, a.bottomButton4:visited, a.bottomButton4:hover {
	display: block;
	background: url(../images/knmv.jpg) no-repeat;
	height: 45px;
	width: 121px;
}

a.bottomButton5:link, a.bottomButton5:visited, a.bottomButton5:hover {
	display: block;
	background: url(../images/cbr.jpg) no-repeat;
	height: 50px;
	width: 130px;
}

.copyrightFont:link {
	color: #acacac;
	text-decoration: none;
}

.copyrightFont:visited {
	color: #acacac;
	text-decoration: none;
}

.copyrightFont:hover {
	color: #acacac;
	text-decoration: underline;
}

.pathway {
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: inherit;
	color: #4e4d4d;
}

.contentheading {
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: inherit;
	color: #4e4d4d;
}

h1 {
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #d74226;
}

h2 {
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #d74226;
}

h2 {
	text-align: left;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4e4d4d;
}

.buttonheading a img {
	border-color: #4e4d4d;
}

/* -----------------------------------------------------------------
   Social media
   ----------------------------------------------------------------- */
.addthis_horizontal {
    float: left;
    top: 100px;
    margin: 6px 4px 0px 3px;
}
.addThis1 {
    float: left;
    height: 32px;
    width: 32px;
	top: 0px;
    margin: 13px 8px 0px 1px;
}
.addThis2 {
    float: left;
    height: 32px;
    width: 32px;
	top: 0px;
    margin: 13px 7px 0px 10px;
}
.addThis3 {
    float: left;
    height: 32px;
    width: 32px;
	top: 0px;
    margin: 13px 0px 0px 0px;
}
.addThis4 {
    float: left;
    margin: 0px 10px 0px 0px;
}
.addThis5 {
    float: left;
    margin: 0px 0px 0px 0px;
}
.addThis6 {
    float: right;
    margin: 4px 4px 0px 0px;
}
.addThis7 {
    float: right;
    margin: 1px 4px 0px 0px;
}
.addThis8 {
    float: right;
    margin: 1px 0px 0px 0px;
}

.btm_bar_left {
    position: relative;
    height: 32px;
    width: 516px;
	top: 16px;
    left: 0px;
}
.btm_bar_right_1 {
    position: relative;
    height: 32px;
    width: 284px;
	top: -16px;
    left: 516px;
}
.btm_bar_right_2 {
    position: relative;
    height: 32px;
    width: 84px;
	top: -48px;
    left: 716px;
}








