/* *************************** 
  Site - Stage Door Dance Academy
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Sidebar Styles
  $5 - Content Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ff40d9;
	text-decoration:none;
}
a:hover {
	color:#ff40d9;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}
h1 {
	font-size:2em;
	font-family: Arial, Helvetica, sans-serif;
	color: 474547;
}
h2 {
	font-size:1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: 474547;
}
h3 {
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: 474547;
}
h4 {
	font-size:1.25em;
	font-family: Arial, Helvetica, sans-serif;
	color: 474547;
}
tr {
	padding-bottom: -10px;
}
h5 {
	font-size:1em;
}
p {
	margin:5px 0 15px 0;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	color: 474547;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#939598 url(../images/bg_body.gif) repeat-x;
	color: 474547;
}
#container {
	width:791px;
    min-height:600px;
	height:auto;
    margin:auto;
    background:url(../images/bg_container.png) no-repeat;
}
/* for Internet Explorer */
/**/
* html #container {
	height: 600px;
}
/**/

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:791px;
	height:143px;
    float:left;
    padding:39px 259px 11px 56px;
    width/**/:/**/ 476px;
    height/**/:/**/ 93px;
}
#header h1 a {
	width:476px;
    height:93px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}

/* *************************** 
   $4 Sidebar Styles
   ***************************/
#sidebar {
	width:172px;
    height:279px;
    float:left;
    background:url(../images/bg_sidebar_top.gif) no-repeat;
    padding-top:6px;
    height/**/:/**/273px;
    margin-top:20px;
}
#sidebar ul {
	width:172px;
	padding-bottom:10px;
    float:left;
    background:url(../images/bg_sidebar_middle.jpg) repeat-y;
}
#sidebar_bottom {
	width:172px;
    height:6px;
    font-size:0;
    float:left;
    background:url(../images/bg_sidebar_bottom.gif) bottom left no-repeat;
}
#sidebar li {
	width:145px;
	font-size:12px;
    padding:10px 0 10px 10px;
    background:url(../images/bg_sidebar_li.gif) bottom repeat-x;
    color:#FFFFFF;
    letter-spacing:2px;
    float:left;
}
#sidebar li a{
	color:#ffffff;
    text-decoration:none;
}
#sidebar li a:hover {
	color:#ffffff;
    text-decoration:none;
}
#sidebar li.active a, #sidebar li.active a:hover {
	color:#ffffff;
    text-decoration:none;
}

/* *************************** 
   $5 Content Styles
   ***************************/
#CMS_Content {
	width:615px;
    float:left;
    clear:right;
    margin:-17px 0 0 -26px;
}
#content_top {
	width:615px;
    height:29px;
    float:left;
    background:url(../images/bg_content_top.png) no-repeat
}
#content_inner {
	width:615px;
    padding:5px 34px 0 34px;
    width/**/:/**/ 547px;
    float:left;
    background:url(../images/bg_content_inner.png) right top no-repeat;
}
#content_bottom {
	width:615px;
    height:29px;
    float:left;
    background:url(../images/bg_content_bottom.png) no-repeat
}
#content_banner {
	padding-bottom:10px;
    border-bottom:1px dotted #b3b3b3;
    margin-bottom:10px;
    float:left;
}
.content_text {
	width:547px;
    float:left;
}
.content_text p {
	padding:0 0 10px 0;
    line-height:15px;
}
div.content_text.left {
	width:268px;
	margin-right:11px;
}
div.content_text.right {
	width:268px;
	padding-top:9px;
}
.content_title {
	color:#ff40d9;
    padding:0 0 3px 0;
    font-size:16px;
    font-weight:bold;
}
#SubNav a {
	font-weight:bold;
	padding: 20px;
}
#SubNav a.First {
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width/**/:/**/ auto;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	background-position: center;
	padding-left: 480px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}
#footer a {
	color:#FF33FF;
}
#footer a:hover {
	color:#FF33FF;
	text-decoration:underline;
}
#divLogin {
	position:absolute;
	left:950px;
	top:48px;
	width:200px;
	height:180px;
	z-index:1;
	background-image: url(../images/LoginBack.gif);
	background-repeat: no-repeat;
	padding: 10px;
tr {
; 	color: #474547;
}
tr {
	padding-bottom: -20px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
