/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/cssback.png); background-repeat:repeat-x;
	background-color:#FDFDFD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #2e2e2e;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d33100;
	font-size:14px;
}

ul {
	list-style-image: url(images/bullet.png);
	list-style-position:outside;
	text-align:justify;
	padding-right:4px;
}
img {
	margin: 0;
	border: 0;
}
p { text-align:justify; padding:4px; }

#topper {
	width:800px;
	position: relative;
	left:50%; margin-left:-420px;
	background:transparent;
	padding-top:20px;
	clear:right;
	text-align:center;
}
#Logo {
	width:296px;
	height:139px;
	float:left;
	padding-top:20px;
}
#glass {
	background-image: url(../images/magglass.png);
	background-repeat:no-repeat;
	width:199px;
	height:164px;
	top:20px;
	float:right;
}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
/*----Content----*/
#content {
	width:800px;
	height:auto;
	position: relative;
	left:50%; margin-left:-420px;
	clear:both;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}
#leftside {
	text-align:left;
	padding:4px;
	float:left;
	width:350px;
	height:auto;
}
#rightside {
	text-align:left;
	padding:4px;
	float:right;
	width:400px;
	height:auto;
}
#rightside02 {
	text-align:left;
	padding:4px;
	float:right;
	width:495px;
	height:auto;
}
#leftside02 {
	text-align:left;
	padding:4px;
	float:left;
	width:275px;
	height:auto;
}

/*---CONTACT AREA--*/

table {
	width:350px;
	border:1px solid #666;
	background-color:#FFF;
}
th, td {
	padding:4px 4px;
}
#apDiv1 {
	position: absolute;
	width:112px;
	height:117px;
	z-index:1;
	left: 258px;
	top: 20px;
}

/*---TEXT ELEMENTS--*/
.headtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#7E735B;
	text-align:right;
}
.orangetxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FF9900;
	text-align:right;
}
.orangetxt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FF9900;
}
.txtsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#footer {
	width:800px;
	height:20px;
	text-align:center;
	clear:left;
	font-size:11px;
	position: relative;
	left:50%; margin-left:-420px;
	padding-top:14px;
}
#fleft {
	text-align:left;
	padding-left:4px;
	float:left;
	width: auto;
	height:auto;
}
#fright {
	text-align:right;
	padding-right:4px;
	float:right;
	width: auto;
	height:auto;
}
.dottedbox {
	border: dotted 1px #666666;
	background-color:#FFFFFF;
}
.txtbold {
	font-weight:bold;
}