@import "typography.css";
/* Import stylesheets and hide from IE/Mac \
 End import/hide 
 - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - 
 --------------------------------- GLOBAL <<<----------------------------------------- */
body {
background:url(../images/bkgrnd_tile.jpg) repeat;
color:#5B5B5B;
font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size:small;
line-height:1.5em;
margin:0;
padding:0;
}

* html body {
font-size:small;
}

* {
border:0;
margin:0;
padding:0;
}

#wrap {
background:url(../images/body_bkgrnd.jpg) repeat-y;
margin:0 auto;
padding:0;
width:719px;
}

#header {
margin:0;
padding:0;
text-align:center;
}

#header h1 {
color:#333;
font-size:180%;
font-weight:400;
height:714px;
line-height:1em;
margin:0;
padding:0;
}

#main_menu {
margin-top:.25em;
}

#long_title {
background:#AAB2BF;
height:25px;
margin:.5em 1em 0;
padding:.5em 0 0 1em;
}

#title {
background:#AAB2BF;
height:25px;
margin:.5em 0 0;
padding:.5em 0 0 1em;
}

#title.lefttitle {
margin:.5em 1.5em 0 0;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#content {
display:inline;
float:right;
margin:1em 1em 1em 0;
width:70%;
}

#content p {
margin:0 0 1.5em;
}

#content1,#content2 {
clear:both;
margin:0;
padding:0;
}

#content3 {
margin:1em;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#sidebar {
color:#666;
display:inline;
float:left;
font-size:90%;
line-height:1.5em;
padding:1em 0 1em 1em;
width:24%;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#left_content {
display:inline;
float:left;
margin:0 0 .5em 1em;
width:53%;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#right_content {
display:inline;
float:right;
margin:0 1em .5em 0;
width:42%;
}

#text {
margin:.75em 0 0;
}

#text ul {
margin:.5em 0 .5em 2em;
}

#text.left {
background:url(../images/sidebar_divider_line.jpg) repeat-y top right;
padding-right:1em;
}

#footer {
background:url(../images/footer.jpg) no-repeat top left;
clear:both;
color:#fff;
padding:4em 2em 0;
text-align:center;
}

#footer a,#footer a:visited,#footer a:hover {
color:#FFF;
text-decoration:none;
}

.dockclass {
background:url(../images/sidebar_divider_line.jpg) repeat-y top right;
padding:.5em 1em 0 .5em;
position:relative;
}

/* This tells IE to make the docking menu stay put, since it (IE) can't seem to render the menu in the correct position on the page */
*html .dockclass {
position:fixed;
}

/* margin: Uncomment this line if you wish to center the gallery on page 
 width: Set to gallery width, in px or percentage 
 height: Set to gallery height */
#motioncontainer {
height:216px;
margin:0 auto;
width:100%;
}

/* Set image border color */
#motioncontainer a img {
border:1px solid #ccc;
}

/* Set image border hover color */
#motioncontainer a:hover img {
border:1px solid navy;
}

/* position:absolute Stop Editing Gallery Styles */
#statusdiv {
background-color:#FFFFE0;
border:1px solid gray;
left:-300px;
padding:2px;
position:absolute;
visibility:hidden;
}

/* Dummy definition to overcome IE bug */
#motioncontainer a:hover {
color:red;
}

/* IE6 BUG FIXES ==================================================================== */
form {
background-color:#FAFAFA;
border:1px solid #878177;
height:expression('1%');
padding:10px;
}

/* Form Sections ======================================================================== 
 Fieldset  */
fieldset {
background-color:#FAFAFA;
border:3px solid #E4E3D3;
margin:20px 0;
overflow:auto;
padding:15px 10px;
}

legend {
color:#888;
font-size:115%;
padding:2px 5px;
}

/* Nested Fieldset  */
fieldset fieldset {
background-color:#FFF;
border:1px solid #ccc;
}

fieldset fieldset legend {
font-size:110%;
}

/* Inline Section */
.inlinesection {
overflow:auto;
width:100%;
}

/* Grid Section */
form table {
border-collapse:collapse;
}

form td {
border-left:1px solid #E4E3D3;
border-right:1px solid #E4E3D3;
padding:0 4px;
}

form th {
padding:0 4px;
}

form .alternate-1 {
background-color:#E4E3D3;
}

form .alternate-1 td {
border-left:1px solid #F4F3E3;
border-right:1px solid #F4F3E3;
}

/* Combo Label + Input Field =========================================================== */
form .inlinesection .onefield {
display:expression('inline-block');
margin-right:4px;
padding:0;
white-space:nowrap;
}

/* Ties together a label and its checkbox or radio */
form .onechoice {
white-space:nowrap;
}

/* Field Labels ======================================================================== 
 Base */
label,form .label {
color:#333;
margin:0;
}

/* Text inputs / Select label */
label.prefield {
background-color:#EDEDDC;
display:inline-block;
margin:0.6em 4px 0 0;
min-width:9em;
padding:0 2px;
}

/* Radio / Checkbox group label */
form .label {
display:block;
margin:0.6em 4px 0 0;
padding:2px;
}

/* Individual Checkbox / Radio label */
label.postfield {
margin:0 4px;
}

/* Label when inside an inline section */
form .inlinesection .onefield .inlinelabel {
background-color:#EDEDDC;
display:inline-block;
margin:0.6em 4px 0 0;
min-width:9em;
padding:0 2px;
white-space:normal;
}

/* Inputs ======================================================================== */
textarea {
border:1px solid #E4E3D3;
margin:2px 2px 1px 0;
padding:0;
vertical-align:top;
}

input {
border:1px solid #E4E3D3;
margin:0 2px 0 0;
}

select {
margin:2px 2px 1px 0;
padding:0;
}

.inlinesection .onefield select {
margin:0 2px 1px 0 !important;
}

.gridsection select {
margin:0 !important;
}

/* Buttons ======================================================================= */
form .actions {
margin:20px 0 10px;
text-align:center;
}

/* Submit button */
form .primaryaction {
font-weight:700;
}

/* Cancel button */
form .secondaryaction {
color:grey;
}

form .secondaryaction:hover {
color:#000;
}

/* Form Builder Related Rules ===================================================== 
 Form or Fieldset instruction paragraph. */
form .instructions {
font-style:italic;
margin:1em 0;
}

/* Asterisk on required fields */
form .reqmark {
color:red;
padding:0 4px;
}

/* wForms Related Rules ========================================================== 
 Field w/ a validation error */
form .errfld {
border:1px solid red;
padding:1px;
}

/* Styling for message associated with a validation error. */
form .errmsg {
color:#C33 !important;
display:block;
}

/* Field-Hint with focus */
form .field-hint {
background-color:#FFF;
border:1px solid #bbb;
clear:right;
color:#000;
float:right;
font-size:85%;
margin:2px 0 7px;
min-height:2em;
padding:2px;
}

/* Field-Hint without focus */
form .field-hint-inactive {
background-color:#FFF;
border:1px solid #E4E3D3;
clear:right;
color:#666;
float:right;
font-size:85%;
margin:2px 0 7px;
min-height:2em;
padding:2px;
}

/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
background-color:#FFF;
border:1px dotted #ccc;
margin:3px 0;
padding-right:6px;
}

div.removeable {
background-color:#F3F3F3;
border:1px dotted #ccc;
margin:3px 0;
padding-right:6px;
}

/* Links generated by the Repeat Behavior */
form .duplicatelink {
font-weight:700;
line-height:260%;
}

form .removelink {
line-height:260%;
}

form td .duplicatelink,form td .removelink {
line-height:100%;
margin:0;
}

/* Switch Behavior Classes */
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */
.onstate-a,.onstate-b,.onstate-c,.onstate-d,.onstate-e,.onstate-f,.onstate-g,.onstate-h,.onstate-i,.onstate-j,.onstate-k,.onstate-l,.onstate-m,.onstate-n,.onstate-o,.onstate-p,.onstate-q,.onstate-r,.onstate-s,.onstate-t,.onstate-u,.onstate-v,.onstate-w,.onstate-x,.onstate-y,.onstate-z,.onstate-aa,.onstate-ab,.onstate-ac,.onstate-ad,.onstate-ae,.onstate-af,.onstate-ag,.onstate-ah,.onstate-ai,.onstate-aj,.onstate-ak,.onstate-al,.onstate-am,.onstate-an,.onstate-ao,.onstate-ap,.onstate-aq,.onstate-ar,.onstate-as,.onstate-at,.onstate-au,.onstate-av,.onstate-aw,.onstate-ax,.onstate-ay,.onstate-az {
display:block;
}

/* position: Fixes IE problem with fieldset+legend boundaries */
form fieldset {
margin-top:expression('1em');
overflow:expression('visible');
padding-top:expression('1.5em');
position:expression('relative');
}

/* top: Fixes IE problem with fieldset+legend boundaries */
form fieldset legend {
left:expression('.5em');
position:expression('absolute');
top:expression('-.5em');
}

label.prefield,form .inlinesection .onefield .inlinelabel {
width:expression('9em');
}

/* Disney Section */

#disney {
	width: 700px;
	margin: 10px auto;
}
#disneyleft {
	float: left;
	display: inline;
	width: 356px;
}
#disneyright {
	width: 344px;
	float: left;
	display: inline;
}
