@charset "UTF-8";
/* CSS Document 

dark purple #3A3A6C
*/

body {
width:100%;
height:100%;
margin:0px;
margin-top:0px;
font: 12px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
color:#333;
background:url(images/bck.png);
background-repeat:repeat-x;
}






#bodysmall {
width:100%;
height:100%;
margin:0px;
margin-top:0px;
font: 12px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
color:#333;
background:url(images/bck_small.png);
background-repeat:repeat-x;
}


img, div { behavior: url(iepngfix.htc) }





#wrap {
min-height:800px;
width:1000px;
margin:auto;
background:url(images/main_bck.png);
background-repeat:repeat-y;
padding-bottom:0px;
overflow:auto;
}


#footwrap {
clear:both;
width:100%;
height:68px;
background:url(images/foot.png);
background-repeat:repeat-x;
text-align:center;
color:#fff;
padding-top:
}



#footwrap a {
text-align:center;
color:#fff;
text-decoration:none;
}


#footshadow {
width:1000px;
height:68px;
margin:auto;
background:url(images/main_bck.png);
background-repeat:repeat-y;
}



#footdrop {
width:900px;
height:68px;
margin:auto;
background:url(images/foot_drop.png);
background-repeat:repeat-x;
}

#footwrap a:hover {
border-bottom: 1px dotted #fff;
}

#footwrap a:visited {
text-align:center;
color:#fff;
text-decoration:none;
}





#wraptop {
width:1000px;
margin:auto;
background:url(images/main_bck_pur.jpg);
background-repeat:repeat-y;
}

#wrapnav {
width:1000px;
margin:auto;
}

.top {
width:900px;
height:262px;
margin:auto;
background:url(images/bck2.png);
background-repeat:repeat-x;
}

.topsmall {
width:900px;
height:152px;
margin:auto;
background:url(images/bck2_small.png);
background-repeat:repeat-x;

}


#logo {
width:100%;
float:left;
}




#left {
min-height:600px;
width:650px;
float:left;
padding-right:10px;
/*border-right: 1px solid #666699;*/
}

#right {
width:160px;
float:left;
padding-left:10px;
}


#full {
width:840px;
margin:auto;
padding-bottom:30px;
}

.foot {
width:900px;
height:68px;
margin:auto;
background:url(images/foot.png);
background-repeat:repeat-x;
}



.logo {
margin-top:7px;
}


#latest {
border: none;
padding-bottom:5px;
}

#latest img a {
border: none;
padding-bottom:5px;
}

#latest img a:hover {
border: none;
padding-bottom:5px;
}





/* Navs Now */

.navbox{
display:inline;
float:left;
width:800px;
overflow:hidden;

}

#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav li {
	
	float: left;
	font: 12px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;

}
#nav a {
	height:31px;
	font: 12px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
		border-right: 2px solid #8C8C8C;
}

#nav a:hover {


background:url(images/arrow.png);
background-repeat:no-repeat;
background-position:bottom center;
background-color: #3A3A6C;
}




.grad {
width:900px;
height:37px;
margin:auto;
background:url(images/grad.png);
background-repeat:repeat-x;
}


/* Texts now */
h1 {
color:#666698;
font: 26px "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
padding-top:5px;
}




h2 {
color:#666698;
font: 14px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
margin-top:40px;
padding-bottom:3px;
border-bottom: 1px dotted #666699;
}


h3 {
width:50%;
color:#666698;
font: 14px "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
padding-top:5px;
border-bottom: 1px solid #666699;
}

h4 {
font-size:14px;
color:#FFFFFF;
background-color: #666698;
padding: 4px 0 4px 4px
}




p {
font: 12px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

p a:link {
border-bottom: 1px dotted #666699;
text-decoration:none;
color: #333;
}

p a:visited {
border-bottom: 1px dotted #666699;
text-decoration:none;
color: #333;
}


p a:hover{
border-bottom: 1px dotted #666698;
text-decoration:none;
color: #333;
}

p img  a {
border-bottom: none;
}


.quoteme {
float:left;
margin: 10px 15px 10px 0;
width:220px;
font: 16px bold "Trebuchet MS " Verdana, Arial, Helvetica, sans-serif;
color:#3A3A6C;
padding: 15px;
line-height:20px;
background:#9B9DB6;

}



/*Home page */

#ticks {
float:left;
margin: 0 15px 10px 0;
width:99%;
}

.tickme li {
color:#3A3A6C;
list-style-type: none;
	padding: 0 0 4px 20px;
	line-height: 1.4em;
	background: url(images/tick.jpg) no-repeat 0 3px;
}



/* input stuff */

#detailsform {
padding-bottom:25px;
padding-left:20px;
}

input.button {
	
	background: #eee;
	color: #000;
	border: solid 1px #333366;
	
}

input.textbox, textarea.textbox, select.textbox {
	color: #666;
	border: solid 2px #333366;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

input:focus, textarea:focus{
color: #000;
background-color: #eee;
}

label.lblfrm {
	display: block;
	width: 250px;
	float: left;
	padding-left: 10px;
}



/* Advertiser Links */

#adsleft {
float:left;
width:300px;
margin-right:30px;
}
#adsright {
float:left;
width:300px;
}

.adlinks ul { 
 padding:0;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 list-style-type: none;
 width:100%;
 }
 
.adlinks li a {
color:#333;
 display: block;
 padding: 4px 0 4px 8px; 
 text-decoration: none;
 clear:both;
 }
 
  .adlinks li a:visited {
color:#333;

 }
 
.adlinks li a:hover {
 color: #fff;
 background-color: #666;
 }
 



/* Right hand menu */

.rightblock {
width:99%;
border: solid 1px #333366;
padding:3px 3px 10px 3px;
margin-bottom:30px;
}

.rightblock h1 {
font-size:16px;
color:#FFFFFF;
background-color: #666698;
padding: 4px 0 4px 4px
}

.rightblock a img {
border:none;
}