/*  STYLES ------- REQUIRED ---  */
/*  THISIO.COM ©2007  */

/* GLOBAL PAGE STYLE */

html{
	height:100%;
}

body {
	margin:0px;
	background-color:#EBEBFF;
	
}

/* DEFAUL TEXT FOR COMMON BLOCK ELEMENTS */

td, tr, p, div {


  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size        : 14px; 
  color            : #000000;
  line-height:22px;
  margin-top:0px;
}

/* DEFAULT LINK STYLE */


a:link, a:visited {
	color: #6F00E8;

}

a:hover {
	color:#000;
}

/* REMOVE BORDER AROUND LINKED IMAGES */

a img { 

border:0px;

}

/* FORM STYLING */

form{
  margin: 2px;
}

.inputbox{

}

.button{

}

/* UNSORTED LIST */

ul {


  margin       : 0px 5px 5px 5px;
  padding       : 0px 5px 5px 5px;
}


/* UNSORTER BULLETS LIST */

li {

  margin       : 0px 0px 0px 0px;
}


/* HORIZONTAL RULE STYLING */

hr {


  height           : 1px;
  width            : 100%;
  color: #FFEFD5;
}

/* STYLE HEADINGS */

h1 {

font-size: 30px;
letter-spacing:-2px;
line-height:25px;
font-weight: normal;
color:#716A7A;
}

h2{
font-size: 32px;
letter-spacing:-2px;
line-height:30px;
font-weight: bold;
color:#300666;
}

h3{
font-size: 30px;
letter-spacing:-1px;
line-height:30px;
font-weight: normal;
color:#300666;
}

h4{
font-size: 20px;
letter-spacing:-1px;
line-height:30px;
font-weight: normal;
color:#300666;
}

/* DEFAULT HEADING SPACING */

h1, h2, h3, h4{
margin: 0px;
padding: 0px
}



/* OPTIONAL STYLING */

.introtext1{

}

.introtext2{

}

.caption{

}

.quote{

}

.legal{

}

.subtitle{

}

/* LAYOUT STYLING - USED ONLY IN CSS VERSION */

#container{
	
	background-image:url(../img/c.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	height:auto;
}

#mainBody{
	margin-left:auto;
	margin-right: auto;
	width: 950px;
	min-height:300px;
	background-image:url(../img/b.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	clear:both;
}

#contentBody{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	position:relative;
}

#contentBlock{
	margin-left:87px;
	margin-right:35px;
}

#contentLeft{
	width: 500px;
	margin-right: 10px;
	float:left;
	position:relative;
	display:block;
}

#contentRight{
	width:300px;
	float:right;
	position:relative;
	display:block;
}

.topmenuBox{
	border-right: 10px;
	border-left: 10px;
	font-size:12px;
	color:#FFF;
	float:left;
}

.navboxItem{
	text-align:right;
	font-size:15px;
	padding-top:5px;
	margin-bottom: 10px;
	border-bottom:#9BAAB8 1px solid;
}

.titleboxLeft{
	height:37px; 
	width: 220px; 
	background-image:url(../img/m2.jpg); background-position:top; 
	background-repeat:repeat-x; 
	text-align:center; font-size:14px; 
	text-transform:uppercase; 
	color:#FFF; 
	float:left;
	padding-top:10px;
}

.titleboxRight{
	height:37px;
	margin-left: 10px;
	text-align:left; 
	font-size:14px;  
	color:#300666; 
	float:left; 
	min-width:550px;
}

.contactbox{
	text-align:right;
	font-size: 13px;
	line-height:14px;
	margin-bottom:20px;
}

#footer{
	margin-top: 30px;
	border-top:#9BAAB8 1px solid;
}

#topmenu {
	position:absolute;
	left:574px;
	top:0px;
	width:325px;
	height:46px;
	z-index:1;
	background-image:url(../img/m1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 10px;
	text-align:center;
	padding-left:10px;
	padding-right: 10px;
	color:#F1EFEF;
	font-size:12px;
}

#topmenu a{
	color:#F0F0F0;
}

#topmenu a:hover{
	color:#FFF;
}

#prcBox {
	position:absolute;
	left:343px;
	top:54px;
	width:215px;
	height:110px;
	z-index:1;
}
#prcTitle {
	position:absolute;
	left:99px;
	top:26px;
	width:199px;
	height:179px;
	z-index:1;
}
#navbox {
	position:absolute;
	left:575px;
	top:70px;
	width:343px;
	height:139px;
	z-index:1;
}
#titlebox {
	position:absolute;
	left:88px;
	top:239px;
	width:830px;
	height:37px;
	z-index:1;
	border-bottom:#9BAAB8 1px solid;
}

/* TABLE-BASED LAYOUT STYLING */

.tb-topmenu{
	font-size:12px;
	color:#CCF;
}
.tb-topmenu a{
	color:#FFF;
}
