@charset "utf-8";

@import url("forms.css");

@import url("treatwise.css");


/* interior elements CSS Document */

body {
/*	background-image: url(../images/tile-interior-main-test.gif);
	background-position: center top;
	background-repeat: repeat-y;*/
	background-color: #FFF;
	text-align:center;
}



/* TOP NAVIGATION */

#navigation-container {
	padding-top: 9px;	
	padding-bottom: 0px;
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	text-align: left;
	
}

#navigation-container ul {
	padding:0px;
	margin:0px;	
	list-style-type: none;
	
}


li#logo {
	padding-left:26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin:0px;
	display: inline;
	float:left;
	
	
}

li.navigation {
	display: inline;
	float:left;
	padding-top:23px;
	padding-bottom: 0px;
	margin:0px;

	
}

/* INTERIOR CONTENT CONTAINER  */

#bg-image {
	background-image: url(../images/tile-interior-short.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align:	center;
}
#bg-image2 {
	background-image: url(../images/tile-interior-top-short.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:	center;
}

#interior-containter {		
	width: 955px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	text-align: left;
	clear: both;
}

#interior-flash  {
	display:inline;
	float:left;
	width:174px;
	height:385px;
	/*background-color:#33FFFF;*/
}

#flashcontent {
	display:inline;
	float:left;
	width:174px;
	height:385px;
}

/* Main content Container */

#interior-content-container {
	display:inline;
	float:left;
	margin-top: 57px;
	padding-bottom:20px;
	
	
}


/* Left Navigation column */





/*********************************************/

#interior-side-navigation {
	display:inline;
	float:left;
	margin-left: 8px;
}

#left-menu-container  {
	background-image: url(../images/nav-left-tile.gif);
	background-repeat: repeat-x;
	padding-top: 22px;
}

#interior-side-navigation li {
	list-style:none;	
}

#left-nav-base {
	background-image: url(../images/nav-left-base.gif);
	height: 18px;
	width: 190px;
	margin-top: 10px;
}

#left-image {
	padding-top: 5px;
}

/* MENU STYLES **************************************/

#menu {
	width: 190px;
}
	
	
#menu li a {
	border-top: 1px solid #fff;
	text-decoration: none;
	
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;
}	


#menu li a:link, #menu li a:visited {
	
	color: #330665;
	display: block;
	padding: 5px 0 5px 15px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

#menu li a:hover {
	color: #330665;
	background: url(../images/nav-arrow.gif) 6px 8px no-repeat #FFFFFF;
}


#menu li li a{
/*	border-top: 1px solid #f7cccc;*/
	text-decoration: none;
	height: inherit;	
	
}	
	
#menu li li a:link, #menu li li a:visited {
	
	font-size: .9em;
	background-image: none;
	padding: 3px 0 3px 15px;
	background-image: url(../images/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

#menu li li a:hover {
	background: #fff;
	background: url(../images/nav-cross.gif) 6px 8px no-repeat #FFFFFF;
}





#menu li li li a{
	
}	
	
#menu li li li a:link, #menu li li li a:visited {
	background-image: url(../images/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	padding-left: 22px;
}


#menu li li li a:hover {
	background: #fff;
	background-image: url(../images/nav-cross.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
}

/*** Selected Menu item ************************/

#menu li li li.selected a:link, #menu li li li.selected a:visited, #menu li li li.selected a:hover {
	font-weight: bold;
}


#menu li li.selected a:link, #menu li li.selected a:visited, #menu li li.selected a:hover {
	font-weight: bold;
}
	
#menu li.selected a:link, #menu li.selected a:visited, #menu li.selected a:hover {
	font-weight: bold;
}

/*** unselected Menu item ************************/

#menu li li li.unselected a:link, #menu li li li.unselected a:visited, #menu li li li.unselected a:hover {
	font-weight: normal;
}


#menu li li.unselected a:link, #menu li li.unselected a:visited, #menu li li.unselected a:hover {
	font-weight: normal;
}
	
#menu li.unselected a:link, #menu li.unselected a:visited, #menu li.unselected a:hover {
	font-weight: normal;
}
 
/*
#left-menu-container li {
	margin-bottom: 8px;
	padding-left:0px;
	
}

#left-menu-container a:link, #left-menu-container a:visited {
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 15px;
	color: #330665;
	display:block;
}

#left-menu-container a:hover {
	text-decoration:none;
	background-position: 7px 3px;
	background-color:#FFFFFF;
}
#left-menu-container li li{
	margin-top: 8px;
	padding-left:5px;
}

.selected {
	font-weight: bold;	
}

.unselected {
	font-weight:normal;
}

*/





/* Main content column 
--------------------------------------------------------------*/

#interior-content-column {
	float:left;
	margin-top: 22px;
	padding-left: 17px;
	padding-right:17px;
	
	width: 512px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 505px; /* Modern Browser */
}

#header {
	display:inline;
	float:left;

	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 13px;
		
	width: 632px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 622px; /* Modern Browser */	
}

#tools {
	display:inline;
	float:left;	
}

#tools li{
	display:inline;
	float:left;
}
#tools li a{
	overflow: hidden;
	text-indent: -5000px;
}
#tool-right-pad {
	padding-right:20px;
}
a#print {
	float: left;
	width: 32px;
	background-image: url(../images/icon-print-both.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
}
a:hover#print {
	background-image: url(../images/icon-print-both.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
a#textsmall{
	float: left;
	width: 32px;
	background-image: url(../images/icon-normal-both.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
}
a:hover#textsmall {
	background-image: url(../images/icon-normal-both.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}

a#textbig{
	float: left;
	width: 32px;
	background-image: url(../images/icon-larger-both.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
}
a:hover#textbig {
	background-image: url(../images/icon-larger-both.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}

/* BREADCRUMB */

#breadcrumb {
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	color: #9B9B9B;
	font-size: 10px;
	
	height: 20px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 15px;
}


#breadcrumb a:link, #breadcrumb a:visited{
	color: #330665;	
}

#breadcrumb a:hover{
	text-decoration: underline;
}



/* Photo flow Competition */

#competitions-photoflow {
	display:block;
	clear:both;
}

#competitions-list-container {
	border-top:#e1d8ec 1px solid;
	padding-bottom:30px;
	padding-top:10px;
}

#competitions-list-left {
	float:left;
	margin-right:20px;
	
	
	width:250px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:230px; /* Modern Browser */
	
}

#competitions-list-right {
	float:left;
	width:250px;
}


#competitions-list-left ul li, #competitions-list-right ul li {
	border-bottom:#f3eff7 1px solid;
	padding-left:.8em; 
	
	background: url(../images/bullet.gif) 0px .9em no-repeat;
	padding-bottom:5px;
	padding-top: 5px;
}

#competitions-list-left ul li a:link, #competitions-list-left ul li a:visited, #competitions-list-right ul li a:link, #competitions-list-right ul li a:visited{
color:#330665;
}



/* BREAK AWAY FEATURE BOXES HOMEPAGE*/



#feature-boxes-container {
	font-size: 12px;
	padding-top: 27px;	
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	text-align: left;
	clear: both;
}

#box-01 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:150px;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;		
}
#box-02 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:6px;

	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	
}
#box-03 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:6px;

	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	
}
#box-04 {
	display: inline;
	float:left;
	height:125px;
	width:180px;
	margin-left:6px;

	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;	
}
.box-header {
	
}

.no-border {
	border:0px;
}

.box-text {
	display:inline;
	float:left;
	overflow: hidden;
	
	height: 71px;
	
	padding-left:9px;
	width: 93px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 84px; /* Modern Browser */
	
}

.box-text a:hover {
	text-decoration:none;
}

.box-image {
	display:inline;
	float:left;
	width:87px;
}

.box-button {
	clear:both;
	border:0px;
}

/* SEARCH -------------------------------- */


#search label {
	display: block;
	width: 0px;
	height: 0px;
	float: left;
	margin: 0px;
	font-size: 0px;
	overflow: hidden;
	text-indent: -5000px;
}

#search input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330665;	
	background: none;
	
}

.search {
	padding-top: 0px;
}

.searchBtn {

}

#search-bg {
	display:block;
	width: 190px;
	margin-top:8px;	
}

#input-div {
	float:left;
	display:inline;
	background-image: url(../images/search-bg.gif);
	background-repeat: no-repeat;
	/* padding-left:20px; */
	background-position: 0px 0px;
	height:24px;
	padding-top: 4px;
	padding-left: 10px;
	
	width:155px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:145px;
}

#button-div {
	float:left;
	display:inline;
	width: 35px;
}



/* Poll */

.poll-container {
	background-image: url(../images/poll-bg.gif);
	background-repeat: no-repeat;
	padding-right:5px;
}

.poll-text {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;	
	font-weight:bold;
}

.poll-entry {
	background-image: url(../images/poll-bg-2.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	width:350px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:330px; /* modern */
}



.poll-entry-a {
	background-color:#AD94CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width:50px;
	text-align:center;
}

.poll-entry-b {
	background-color:#AD94CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width:50px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
}

.poll-image {
	width:150px;
}

.poll-base {
	clear:both;
	background-image: url(../images/poll-base.gif);
	background-repeat: no-repeat;
	height:5px;	
	margin-bottom:10px;
	background-color:#FFFFFF;
}

.poll-entry-container {
	/*width:300px;*/
	float:left;
}

.poll-image {
	text-align: center;
	vertical-align: top;	
}

.poll-table {
	margin:0px;	
	padding:0px;
	border-collapse:collapse;
	border:0px;
	font-size:1em;
}

.poll-send {
	border:0px;
	margin-bottom:20px;

}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
}
	

/* FOOTER BITS ARE HERE */

#footer-image {
	background-image: url(../images/footer-interior.jpg);
	background-repeat: no-repeat;	
	background-position: center top;
	clear:both;
}

#footer-container {
	clear: both;
	padding-top: 138px;
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A88ACD;
	
	width: 910px;
	margin: 10px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	/*padding-bottom: 150px;*/
	text-align: left;
	clear: both;
}

#footer-container a:link, #footer-container a:visited {
	color: #FFFFFF;
}

#footer-container ul {
	list-style-type: none;
}

#footer-container li {
	display:inline;
	float:left;
	padding-right: 12px;
	margin-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8D66BD;
}

li#footer-li-last  {
	border-right:0px;
}

#footer-last {
	float:right;
	padding-right:20px;
}

#footer-first {
	padding-left:140px;
}


#footer-extra {
	clear:both; 
	text-align:right; 
	padding-top:20px !important; 
	/*padding-right:20px;*/
	padding-left:140px;
	padding-bottom:120px;
	display: inline-block;
}
