/***********************************************/
/* dancepaws.css based on 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.20;
	margin: 0px;
	background-color: #004F79;
	padding: 0px;
	font-size: small;
}

a{
	color: #0071AD;
	text-decoration: none;
}

a:link{
	#0071ADcolor: #336699;
	color: #0071AD;
}

a:visited{
	color: #0071AD;
}

a:hover{
	color: #0071AD;
	text-decoration: underline;
}


h1{
 font-size: medium;
 color: #0071AD;
 margin: 0px;
 padding: 0px;
}


h2{
	font-size: large;
	color: #35006B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-weight: bolder;
}

h3{
	font-size: medium;
	color: #4B0099;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h4{
	font-size: medium;
	font-weight: bolder;
	color: #004F79;
	font-style: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h5{
	font-size: small;
	color: #4B0099;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

h6 {
	font-size: small;
	font-weight: bolder;
	color: #4B0099;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #35006b;
}

/**** pseudo tags for modifying tags in div IDs ****/

#content p {
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 10px;
	line-height: 1.25;
	color: #473813;
}

#sidebar p{
	margin: 0px;
	font-size: small;
	padding-top: 5px;
	padding-right: 2em;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #fff3d9;
}
#sidebar h3 {
	color: #FFC94D;
}


#sidebar a {
	color: #BFE9FF;
}
#sidebar h6 {
	color: #be83f5;
	font-size: medium;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar h5 {
	color: #DFBFFF;
	font-size: small;
}

#sidebar h4 {
	color: #FFC94D;
	line-height: 200%;
	font-style: italic;
	padding-right: 50px;
	padding-left: 0px;
	padding-top: 20px;
}




/************** .feature styles ***************/

.feature{
	padding: 0px 5px 0px 0px;
	font-size: small;
	color: #473813;
	font-weight: bold;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/*********** Class to contain a table and style head and rows ***********/

.containtable {
	overflow: auto;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.tablehead {
	color: #FFF3D9;
	font-weight: bold;
	background-color: #C08923;
	text-align: center;
}


.tablerow1 {
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
}


/***** class style on an inline embedding of a web page in ours ****/
.embedUK {
	position: relative;
	margin-top: -10px;
	margin-right: -206px;
	margin-bottom: -10px;
	margin-left: -20px;
	background-color: #FFFFFF;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 0px;
}

/***** class style to allow pictures to go full width in div with padding:20px ****/

#sidebar .socialbuttons {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	overflow: visible;
	height: auto;
	width: 300px;
	padding: 0px;
	// border:thin;
	// border-color:#CCC;
}
#sidebar .socialbuttons-twitter {
	position: relative;
	margin: 0px;
	background-color: #ffffff;
	overflow: visible;
	height: auto;
	width: 280px;
	padding: 10px;
	// border: thick;
	// border-color: #333;
}
#sidebar .socialbuttons-nobackground {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 0px;
	// border:thin;
	// border-color:#CCC;
}
.negativeMarginImage {
	padding: 0px;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#center .smallprint {
	color: #47380d;
	font-size: xx-small;
}
#sidebar .smallprint {
	color: #fff9ec;
	font-size: xx-small;
}
#sidebar .quote {
	font-style: italic;
	line-height: 200%;
	color: #FFC94D;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: large;
}
#center .quote {
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#righthalf .quote {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: large;
}
#righthalfbottomprint .smallprint {
	font-size: xx-small;
	color: #47380d;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/*_____Container_____*/

#container {
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: visible;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
}	/* top right bottom left */

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #004F79;
	position: absolute;
	width: 186px;
	height: 668px;
	left: 0px;
	top: -10px;
}


/* The center and content styles */
/* used in the center column of the default 3 column template */

#center{
	position: relative;
	margin: 0px;
	width: 430px;
	top: 0px;
	left: 186px;
	padding: 0px;
	overflow: visible;
	height: 668px;
	background-color: #FFF3D9;
}

#content{
	overflow: visible;
	background-color: #FFF3D9;
	width: 390px;
	margin: 0px;
	top: 0px;
	padding: 20px;
	height: auto;
}

#centerbottomprint {
	overflow: visible;
	background-color: #FFF3D9;
	margin: 0px;
	width: 390px;
	padding: 20px;
	height: auto;
	left: 0px;
	bottom: 0px;
}

/************** #headlines and sidebaqr styles  **************/
/* Used for 3rd column of 3 column template, the standard template */

#headlines{
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 616px;
	background-color: #004F79;
	padding: 0px;
	overflow: visible;
}

#sidebar{
	position: relative;
	top: 0px;
	right: 0px;
	overflow: visible;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#sidebar .social-buttons {float:left;padding:3px 10px 0 0;color:#53534a;}

/* righthalf and righthalfcontent styles */
/* for use in righthalf of 2 column template */

#righthalf{
	position: relative;
	top: 0px;
	left: 186px;
	margin: 0px;
	padding: 0px;
	height: 668px;
	width: auto;
	background-color: #FFF3D9;
	overflow: visible;
}

#righthalfcontent{
	margin: 0px;
	background-color: #FFF3D9;
	padding-top: 20px;
	padding-right: 206px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: visible;
	height: auto;
	width: auto;
}

#righthalfbottomprint {
	overflow: visible;
	background-color: #FFF3D9;
	margin: 0px;
	width: 100%;
	padding: 20px;
	height: auto;
	left: 0px;
	bottom: 0px;
	float: left;
}

