﻿body {
	background: #facaca url('images/main-bg-new.jpg') ;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    margin-bottom: 5%;
	padding: 0;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.35em;
}
p {
	margin-top: 8px;}
	
#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 120px;
 text-align: left;
 
}

#header h1 {
    padding: 10px 0;
	color: #a20252;
	font-family: Georgia, Times New Roman ,serif;
	font-size: 1.5em;
	letter-spacing: 3px;
	margin: 0;
	text-align: left;

	/*padding: 30px 0;
	color: #cc0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;*/
}

#nav {
	position: absolute;
	top: 100px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 12px Verdana, sans-serif;
	height: 40px;	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background-color: #a20252;
	text-decoration: none;
}

#nav li a:link { color: #fff; }
#nav li a:visited { color: #fff; }

#nav li a:hover {
	color: #facaca;
	background-color: #a20252;
}

#nav li a#current {
	background-color: #888888;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url('images/trans5.gif') repeat;
	width: 815px;
	position: relative;	
	margin-left: 215px;
	padding: 0;
}
#search-container {
	background: transparent url('images/trans5.gif') repeat;
	width: 815px;
	position: relative;	
	margin-left: 215px;
	padding: 0px;
}

#container-main{
    position: relative;
    width: 815px;
    background: transparent;
}

#sidebar-links {
	clear:both;
	border: 1px solid #E7839B; 
	padding-left: 3px;
	padding-right: 3px;

}

#sidebar-links a{
    font-size:x-small;
    text-decoration:none;
    line-height:13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#000;
}

#sidebar-links a:hover {
	color:#666;
}

#ad-container {
    clear: both;
    background: transparent;
    position: absolute;
    float: right;
    width: 149px;
    margin-left: auto;
    font-size:x-small;
    text-decoration:none;
    line-height:15px;
}

#content {
	padding: 0 20px 20px 20px;
	margin-top: 20px;
}

ul {
	
}	
ul li,ol li {
 padding-left: 1em;
 text-indent: -1em;
 list-style-position: inside;
}

#content-small {
	margin: 0;
	padding: 20px;
	font-size: x-small;
}
/* styled boxes for text in main content area */
#content .box-left {
	border: 2px solid #a20252; -moz-border-radius: 8px; -webkit-border-radius: 8px;	
	/*background: #1f1f1f;*/
	width: 345px;
	padding: 15px;
	float: left;
	margin-bottom: 15px;
}
#content .box-left:hover {
	background: #D5C4CF;
	border: 2px solid #a20252;
}

#content .box-right {
	border: 2px solid #a20252; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	/*background: #1f1f1f;*/
	width: 345px;
	padding: 15px;
	float: right;
	margin-bottom: 15px;
}
#content .box-right:hover {
	background: #D5C4CF;
	border: 2px solid #a20252;
}

#content .box-center {
	border: 2px solid #a20252; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	/*background: #1f1f1f;*/
	width: 90%;
	padding: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#content .box-center:hover {
	background: #D5C4CF;
	border: 2px solid #a20252;
}

/* end styled boxes in content area */

.box-small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    /*background-image:url('images/kick-up-heels-60.gif');*/
    background-repeat:no-repeat;
    background-position: center;
    border-left:medium;
    border-left-color:#a20252;
    border-left-style:dotted;
    border-right:medium;
    border-right-color:#a20252;
    border-right-style:dotted;
    border-top:medium;
    border-top-color:#a20252;
    border-top-style:dotted;
    border-bottom:medium;
    border-bottom-color:#a20252;
    border-bottom-style:dotted;
    margin-top: 0px;
    margin-left: 4px;
    margin-right: 0px;
	line-height:14px	
}

.box-bg {
	background-image:url('images/box-bg.gif');
	padding: 0px;
}

.box-pink-border {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	border: 3px dotted #a20252; 
	padding: 1px;
	vertical-align: middle;
	text-align: center;
}
.image-right {
	margin-left: 10px;
	border-width: 0;
    vertical-align: top;
    float:right;
}

.image-left {
	margin-right: 10px;
	border-width: 0;
    vertical-align: top;
    float:left;
}

.image-float-right {
margin: 0px;
border-width: 0;
float:right;
}

.image-float-left {
margin: 0px;
border-width: 0;
float:left;
}

.image-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: transparent;
	padding: 5px 40px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #C63568;
	/*border-bottom: 1px solid #333;*/
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	text-decoration: underline;
	color: #A20252;
}
a name{
	text-decoration:none;
	color:black;
}
/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}


a img {
    border: none; 
    text-decoration: none;
    /*border-bottom: 1px solid transparent;*/    
}

h1 {
	padding: 0;
	color: #a20252;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.7em;
	line-height: normal;
	margin: 0;
	padding: 10px 0 12px 0;
}

h2 {
	color: #333;
	border-bottom: 1px solid #333;
	margin: 0 0 8px 0;
	padding: 4px 0 1px 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
}	

h3 {
	color: #333;
	border-bottom: 1px solid #333;
	margin: 0 0 8px 0;
	padding: 5px 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.contest-rules {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height: normal;
}
#cse-search-results {
	background: transparent url('images/trans5.gif') repeat;
	width: 550px;
	margin-left: 0px;
}

#cse-search-box {
	position: absolute;
}
/* for top right banner */
#topright {
   position: absolute;
   right: 0;
   top: 0;
   display: block;
   height: 200px;
   width: 200px;
   background: url(images/corner-banner.gif) no-repeat;
   text-indent: -999em;
   text-decoration: none;
   border-bottom: thin transparent solid;
}
/* for top left banner */
#topleft {
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   height: 125px;
   width: 125px;
   background: url(images/corner-banner-left.gif) no-repeat;
   text-indent: -999em;
   text-decoration: none;
   border-bottom: thin transparent solid;
}
