/*global settings*/

* {margin:0;padding:0;}

/*BACKGROUNDS*/

body {background: url("../img/design/bg_gradient.jpg") center top repeat-x;background-color:#FDFDFD;text-align:center;}
#bg_1{background: url("../img/design/bg_main.jpg") center top no-repeat;width:100%;height:215px;min-width:1000px;margin-left:auto;margin-right:auto;text-align:left;position:relative;}
#bg_top{background: url("../img/design/bg_top.jpg") center 480px  no-repeat;width:100%;height:1000px;min-width:1000px;margin-left:auto;margin-right:auto;text-align:left;position:relative;}

/*BASIC DIVS*/

#main_wrapper {width:980px;margin-left:auto;margin-right:auto;text-align:left;position:relative;}

#myflash {width:980px;height:600px;position:relative;float:left;padding:0px 0px 0px 0px;}

#column_one {
	width:380px;
	height:300px;
	position:relative;
	float:left;
	margin:50px 0px 0px 0px;
	background: url("../img/design/touch.jpg") 50px top no-repeat;
	overflow:visible;
}

#column_two {
	width:520px;
	position:relative;
	float:left;
	margin:30px 0px 0px 0px;
}

#upper {
	width:450px;
	position:absolute;
	top:120px;
	right:250px;
	padding:10px;
	text-align:left;

}

#footer {
	width:980px;
	text-align:center;
	font-size : 12px;
	color: #8A755A;
	padding:400px 0px 75px 0px;
	font-size: 11px;
	position:relative;
	clear:both;
	float:left;
}

/*Fonts & Colors:*/

body, td, th {
	font-size: 15px;
	font-family: Times;
	color: #7F480F;
	line-height:19pt;
	text-align: left;
}
body p {
	padding:0px 0px 10px 0px;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-family: Times;
	color: #565454;
	font-weight: normal;
	text-align: left;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
}
h2 {
	font-size: 18px;
	font-family: Trebuchet MS;
	color: #4A4C5C;
	font-weight: bold;
	text-align: left;
	padding:20px 0px 15px 5px;
}

h3 {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #4A4C5C;
	font-weight: bold;
	text-align: left;
	padding:13px 0px 15px 50px;
	background: url("../img/design/arrow_right.gif") 6px 13px no-repeat;
}

.allign_arrow{
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #4A4C5C;
	font-weight: bold;
	text-align: left;
	margin:-15px 0px 15px 45px;
}

.line {
	width:850px;
	height:5px;
	border-bottom:thin dotted;
	color:#BC9E7D;
	margin:0px 0px 5px 1px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;

}

.select_arrow {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #4A4C5C;
	font-weight: bold;
	text-align: left;
	padding:13px 0px 15px 50px;
	background: url("../img/design/arrow.gif") 6px 13px no-repeat;
}


a:link {
	color: #7F480F;
}
a:visited {
	color: #7F480F;
}
a:hover {
	color: #7F480F;
}
a:active {
	color: #7F480F;
}

ul {padding:0px 0px 10px 15px;}
ol {padding:10px 0px 0px 15px;}
ul li {padding:0px 0px 8px 0px; font-size: 15px ; text-align:left; list-style: circle;}

.imgIntxt{
padding:5px 5px 5px 5px;
margin:5px 15px 5px 0px;

}
.bottom-menu:link {
	font-size : 11px;
	color: #8A755A;
	text-decoration: none;
}
.bottom-menu:visited {
	font-size : 11px;
	color: #8A755A;
	text-decoration: none;
}
.bottom-menu:hover {
	font-size : 11px;
	color: #8A755A;
	text-decoration: underline;
}
.bottom-menu:active {
	font-size : 11px;
	color: #8A755A;
	text-decoration: none;
}


.linkColor1{	
	font-size: 13px;
	font-family: Arial;
	color: #2C4C70;
	line-height:18pt;
	text-decoration: none; 
	border-bottom:dotted; 
	border-width:thin;
}
.linkColor1:hover{
	color: #472E25;
	font-size : 13px;
	text-decoration : none;
}
