@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

#Website {
	position:relative;
	left:0px;
	top:0px;
	width:990px;
}

#header-logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:248px;
	height:130px;
}

#header-topright_ {
	position:absolute;
	left:248px;
	top:0px;
	width:742px;
	height:130px;
}

#header-middle_ {
	position:absolute;
	left:0px;
	top:130px;
	width:990px;
	height:96px;
}

#header-bottomleft_ {
	position:absolute;
	left:0px;
	top:226px;
	width:19px;
	height:79px;
}

#menu-button1_ {
	position:absolute;
	left:19px;
	top:226px;
	width:230px;
	height:36px;
}

#header-bottom_ {
	position:absolute;
	left:249px;
	top:226px;
	width:741px;
	height:79px;
}

#menu-bottom2_ {
	position:absolute;
	left:19px;
	top:262px;
	width:230px;
	height:42px;
	background-color: #FFFFFF;
}

#menu-bottom3_ {
	position:absolute;
	left:19px;
	top:304px;
	width:230px;
	height:49px;
}
#website-left_ {
	position:absolute;
	left:0px;
	top:305px;
	width:18px;
	height:295px;
	background-color: #FFFFFF;
}

#contactus-box_ {
	position:absolute;
	left:18px;
	top:353px;
	width:231px;
	height:295px;
}

#maincontent_ {
	position:absolute;
	left:249px;
	top:305px;
	width:742px;
	background-image: url(images/maincontent_leftbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#maincontent_text {
	position: relative;
	top:0px;
	left: 0px;
	width: 700px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: left;
}

/************* Footer Stylings *************/

#footer_ {
	position:relative;
	left:-248px;
	top:0px;
	width:990px;
	height:99px;
	margin-right: -248px;
	background-image: url(images/footerbg.gif);
	text-align: right;
}

#footer_text {
	float:right;
	padding-right: 40px;
	padding-top: 40px;
	
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.5em;
}

#footer_text a {
	color: #000000;
	text-decoration: none;
}

#footer_text a:hover {
	color: #000000;
	text-decoration: underline;
}

/************* Text Stylings *************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	letter-spacing: -0.05em;
	margin-bottom: -0.6em;
	margin-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	color: #5cb7ed;
	letter-spacing: -0.05em;
	margin-bottom: -0.2em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #5cb7ed;
	letter-spacing: -0.05em;
	margin-bottom: -0.2em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #5cb7ed;
	font-weight: bold;
	margin-bottom: -0.2em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	letter-spacing: 0.01em;
	line-height: 1.8em;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* Image Stylings */

.imageright {
	padding-left:20px;
	padding-bottom:20px;
}
	
