html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #111111;
    background: #666666;
}

.errorlist {
	color: red;
	font-weight: bold;
}


/* ##################################################### */
/* ----------------->>> STRUCTURE <<<------------------- */
/* ##################################################### */

/* GLOBAL STRUCTURE STYLES */

#wrapper {
    margin: 0 auto;
    width: 916px;
}
    #content {
        background: url(/assets/img/bg_wrapper.png) repeat-y;
        float: left;
        width: 100%;
    }
        #header {
            background: url(/assets/img/head-mew.png) no-repeat 0 0;
            margin: 0 8px;
            position: relative;
            float: left;
            width: 900px;
            display: inline;
            z-index: 5;
        }
            #logo {
                width: 236px;
                height: 84px;
                position: absolute;
                top: 6px;
                left: 24px;
                z-index: 10;
                clear: both;
            }
                #logo a.ir {
                    padding-top: 84px;
                }
            #authorized {
                height: 44px;
                position: absolute;
                top: 40px;
                right: 10px;
                z-index: 10;
            }
                #authorized a {
                    padding-top: 44px;
                    width: 106px;
                    float: left;
                }
                    #authorized #logo_avid {
                        width: 154px
                    }  
            #gnav {
                margin-top: 95px;
                float: left;
                width: 100%;
                background: #aaa url(/assets/img/bg_gnav.png) repeat-x;
                font-size: 1.18em;
                height: 27px;
            }
            #breadcrumb {
                padding: 5px 10px 5px 30px;
                border-bottom: 1px solid #aaa;
                color: #aaa;
                float: left;
                width: 860px;
                clear: left;
                line-height: 24px;
            }
                #search_box {
                    float: right;
                }
                    #search_box input {
                        float: left;
                    }
                    #search_box a {
                        font-weight: bold !important;
                        font-size: 1.2em;
                        color: #900 !important;
                        text-decoration: none !important;
                    }
					#page_home #search_box {
						padding-bottom: 15px;
						float: left;
						width: 100%;
					}
						#page_home #search_box input {
							margin-right: 7px;
						}
        #content_inner {
            margin: 0 8px;
            background: url(/assets/img/bg_sidebar.png)  repeat-y;
            font-size: 1.2em;
            float: left;
            width: 900px;
            display: inline;
        }
            #sidebar {
                width: 170px;
                float: left;
            }
                #sidebar .photo {
                    padding-bottom: 15px;
                    background: url(/assets/img/brd_sidebar_photo.png) left bottom no-repeat;
                }
            #main {
                padding: 15px;
                float: left;
                width: 700px;
                line-height: 1.4em;
            }
                    #page_home #main {
                        padding: 20px;
                        width: 860px;
                        background: #900;
                    }
                    #page_media_vault #main {
                        padding: 0;
                        width: 730px;
                    }

                    /* section-specific background images behind main content */
                    .section_about #main {
                        background: #231f1e url(/assets/img/bg_main_about.jpg) no-repeat;
                    }
                    .section_sixweekworkshop #main {
                        background: #765f5b url(/assets/img/bg_main_6week.jpg) no-repeat;
                    }
                    .section_courses #main {
                        background: #000000 url(/assets/img/bg_main_courses.jpg) no-repeat;
                    }
                    .section_certification #main {
                        background: #181d17 url(/assets/img/bg_main_cert.jpg) no-repeat;
                    }
                    .section_newspress #main {
                        background: #000000 url(/assets/img/bg_main_news.jpg) no-repeat;
                    }
                    .section_media #main {
                        background: #3e3f41 url(/assets/img/bg_main_media.jpg) no-repeat;
                    }
                    .section_rentalsuite #main {
                        background: #000000 url(/assets/img/bg_main_rental.jpg) no-repeat;
                    }
                    .section_workforce #main {
                        background: #251113 url(/assets/img/bg_main_mewforce.jpg) no-repeat;
                    }
                    .section_contact #main {
                        background: #000000 url(/assets/img/bg_main_contact.jpg) no-repeat;
                    }
                    .section_register #main {
                        background: #1a1e10 url(/assets/img/bg_main_register.jpg) no-repeat;
                    }
                    /* end section-specific background images behind main content */


                #article {
                    padding: 15px;
                    /* Background: Browsers that understand rgba will use the
                        second rule, older browsers will fall back to the
                        first rule. */
                    background:transparent url(/assets/img/bg_article-trans.png) no-repeat;
                    background:rgba(255, 255, 255, .75);
                    float: left;
                    display:none;
                    width: 670px;
                    min-height: 525px;
                }
                        * html #article {
                            display: block;
                        }
								.section_workforce #article {
									min-height: 210px;
								}
                    #article .photo, .info_block, #space_img {
                        margin: 0;
                        padding: 1px 9px 7px 1px;
                        width: 300px;
                        background: url(/assets/img/bg_pho_main.png) left bottom no-repeat;
                    }
    #footer {
        padding: 25px 35px;
        text-align: center;
        font-size: 1.0em;
        color: #ddd;
        background: url(/assets/img/bg_shadow_bot.png)  no-repeat;
        clear: both;
    }

/* END GLOBAL STYLES ================================================== */



/* HOMEPAGE STYLES */

#home_flash {
    padding: 20px;
    background: #fff;
}
#slideshow {
  background: #fff;
  -moz-box-shadow: inset 0 0 12px #777;
  -webkit-box-shadow: inset 0 0 12px #777;
  box-shadow: inset 0 0 12px #777;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin: 20px;
  z-index: 0;
}
.jcarousel {
  -webkit-transform-style: preserve-3d; /* Together with the transition plugin, this makes the webkit transition smooth on iOS */
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
}
.jcarousel li {
  height: 360px;
}


#slideshow #controls {
  float: right;
  width: 360px;
}
#slideshow #controls {
  color: #555;
  font-size: 13px;
}
#slideshow #controls h2 {
  color: #d00;
  font: bold 14px/normal arial, helvetica, sans-serif;
  letter-spacing: 0px;
  margin-bottom: 4px;
}
#slideshow #controls li {
  display: block;
  height: 70px;
  padding: 10px;
  position: relative;
  -webkit-transition:background-color .2s ease;  
  -moz-transition:background-color .2s ease;
  -o-transition:background-color .2s ease;
  transition:background-color .2s ease;
}
#slideshow #controls li:hover,
#slideshow #controls li:focus {
  background: rgba(221,221,221,.3);
  cursor: pointer;
}
#slideshow #controls li.current {
  background: rgba(187,187,187,.4);
  cursor: default;
}
#slideshow #controls .read-more {
  color: #d00;
  font: bold 11px/normal arial, helvetica, sans-serif;
  letter-spacing: -.5px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#slideshow #controls .read-more:hover,
#slideshow #controls .read-more:focus {
  color: #333;
  text-decoration: none;
}
#slideshow #controls img {
  background: #fff;
  float: left;
  margin-right: 16px;
  width: 80px;
  height: 60px;
}
#homeft-content {
  color: #fff;
  font-size: 1.2em;
}
#page_home #breadcrumb {
    display: none;
}
#page_home #content_inner {
  background: none;
}
#page_home #main .block {
    padding-right: 68px;
    width: 250px;
    float: left;
    display: inline;
}
    #page_home #main .block + .block {
        padding-right: 40px !important;
    }
        #page_home #main .block + .block + .block {
            padding-right: 0px !important;
        }



/* END HOMEPAGE STYLES ================================================== */


#space_slideshow {
    position: relative;
    width: 100%;
}
    #space_img {
        height: 250px;
        float: left;
    }
    #img_info {
        padding-left: 7px;
        float: left;
    }
        #space_img .caption {
            position: absolute;
            left: 320px;
            top: 40px;
            width: 175px;
        }
            #space_slideshow .caption h3 {
                font-weight: bold;
                color: #000;
                font-size: 1.1em;
            }

#profile {
	margin-left: 130px;
}
	#profile_info {
		padding-bottom: 15px;
		float: left;
		width: 100%;
	}
		#profile_info img {
			margin-right: 15px;
			float: left;
		}


/* ###################################################### */
/* ----------------->>> NAVIGATION <<<------------------- */
/* ###################################################### */

#gnav ul {
    margin-left: 20px;
}
#gnav ul, #gnav li {
    float: left;
    display: inline;
}
    #gnav li {
        margin: 0 1px 0 0;
        position: relative;
    }
    #gnav li a {
        padding: 7px 6px;
        color: #fff;
        display: block;
        float: left;
        background: #2a2a2a url(/assets/img/but_gnav_off.png) repeat-x;
        min-height: 13px;
    }
        #gnav li a:hover, #gnav li:hover a {
            color: #fff;
            text-decoration: none;
            background: #840000 url(/assets/img/but_gnav_hover.png) repeat-x;
        }
        #gnav > ul > li > .nav_selected {
            color: #900 !important;
            text-decoration: none;
            background: #a5a5a5 url(/assets/img/but_gnav_on.png) repeat-x !important;
        }

/* dropdown styles */

.dropdown {
    padding: 8px 10px 8px;
    background: #900 url(/assets/img/bg_nav_dropdown.png) repeat-x;
    width: 190px;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 50;
    display: none;
}
    .dropdown ul, .dropdown li {
        float: none !important;
        display: block !important;
    }
    .dropdown ul {
        margin: 0 20px 0 0 !important;
    }
        .dropdown ul ul {
            margin: 10px 0 0 15px !important;
        }
    .dropdown li {
        padding-bottom: 8px;
    }
    #gnav li:hover .dropdown {
        display: block;
    }
    .dropdown li a {
        padding: 0  !important;
        background: none    !important;
        float: none !important;
    }
        .dropdown li a:hover {
            color: #000 !important;
        }

    .dropdown img {
        float: right;
        border: 1px solid #fff;
    }



#sidebar .nav {
    margin-right: 13px;
    text-align: right;
}
    #sidebar .nav li {
        padding: 10px 0;
    }
        #sidebar .nav a {
            padding-right: 10px;
            color: #fff;
        }
            #sidebar .nav a:hover, #sidebar .nav .nav_selected {
                color: #000;
                background: url(/assets/img/bg_nav_arrow.png) right 4px no-repeat;
                text-decoration: none;
            }

		#sidebar .nav li ul li {
			padding: 10px 10px 0 0;
		}


#article .nav {
	padding-right: 10px;
	float: left;
	width: 120px;
}
	#article .nav .nav_selected {
		color: #777777;
	}

#article #img_info .nav {
	padding-right: 0;
	float: none;
	width: auto;
}


/* BEGIN FOOTER NAV */

#footer a {
    font-weight: normal;
    text-decoration: underline;
    color: #ddd;
}


/* END FOOTER NAV STYLES ================================================== */









/* #################################################### */
/* ------------------>>> LISTS <<<------------------- */
/* #################################################### */


#article li {
	list-style-type: disc;
	list-style-position: inside;
}
	.section_about #article li, #article #course_list li, .section_contact #article li, #article .info_block li, .section_register #article li, #article .nav li {
		list-style-type: none;
	}

.list_h, .list_h li {
    float: left;
    display: inline;
}
    #footer .list_h {
        margin: .5em 0 2em 88px;
    }
        #footer li {
            padding: 0 7px 0 7px;
            border-left: 1px solid #ddd;
        }
        #footer li.item_one {
            border: none;
        }

#page_home .block li {
    padding-bottom: 1em;
}

#course_list {
    width: 325px;
}
        .info_block .block #course_list {
            width: 270px;
        }
    #course_list li {
        padding-bottom: 1em;
        float: left;
        clear: left;
        width: 100%;
    }
        #course_list .date {
            color: #666666;
        }
            #course_list .date strong {
                font-style: normal;
            }

.section_workforce #course_list {
    width: 100%;
    clear: both;
}
    .section_workforce #course_list li {
        padding: 1.5em 0;
    }
        .section_workforce #course_list img {
            margin-right: 1em;
            float: left;
        }

#space_thm {
    margin-top: 20px;
    clear: both;
    float: left;
}
    #space_thm li {
        padding-right: 15px;
        float: left;
        display: inline;
    }
        #space_thm li +li +li + li + li {
            padding: 0;
        }

.post_list div {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	clear: left;
}

.alumni_info {
	margin-top: 15px;
	float: left;
	width: 100%;
}
	.alumni_info dt, .alumni_info dd {
		padding: 3px 0;
		float: left;
	}
	.alumni_info dt {
		clear: left;
		width: 120px;
	}

/* ######################################################## */
/* ------------------>>> TEXT STYLES <<<------------------- */
/* ######################################################## */

/* header styles */

h1 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 1.58em;
}
    #page_home h1 {
        display: none;
    }
h2, #course_list h3 {
    font-weight: bold;
    font-size: 1.15em;
}
    #page_home h2 {
        margin-bottom: 1em;
        color: #fff;
        font-size: 1.3em;
        letter-spacing: 1px;
    }
    .info_block .block h2 {
        margin-bottom: 1em;
        color: #000;
        font-size: 1.1em;
    }
    .form_block h2 {
        margin-bottom: 1em;
    }
h3 {
}
    #course_list h3, #course_list h3 a {
        color: #900;
    }
    #page_home h3 {
        display: inline;
        font-size: 1.05em;
    }
    .info_block .block h3 {
        color: #900;
        font-size: 1em !important;
    }
h4 {
}
h5 {
}


/* end header styles ============================= */

p {
    margin: 0 0 1em;
}
    #footer p {
        clear: left;
    }

.caption {
    margin: 0;
    font-size: .95em;
    color: #555;
}

.date {
    margin: 0;
    font-size: .9em;
    line-height: 1.1em;
    font-style: italic;
}

.course_durations {
	margin-bottom: 2em;
}
#course_cost {
	font-weight: bold;
}

/* ################################################################ */
/* ------------------->>> BUTTONS AND LINKS <<<-------------------- */
/* ################################################################ */

a {
    font-weight: bold;
    text-decoration: none;
    color: #900;
}
    a:hover {
        text-decoration: underline;
    }

#page_home .block a {
    color: #fff;
    font-size: .9em;
    font-weight: normal;
}
    #page_home .block h3 a {
        font-size: 1em;
        font-weight: bold;
    }

.info_block a {
    color: #900;
    font-size: .9em;
}

#breadcrumb a {
    color: #aaa;
    font-weight: normal;
    text-decoration: underline;
}


/* ##################################################### */
/* -------------------->>> FORMS <<<-------------------- */
/* ##################################################### */


.form_textfield {
    padding: 3px 5px;
    width: 165px;
    height: 14px;
    border: 1px solid #797979;
}
    textarea.form_textfield {
        height: 40px;
    }

.form_block {
    margin-right: -3px;
    padding-bottom: 1em;
    clear: both;
    float: left;
    width: 100%;
}
    .form_block label {
        padding-right: 10px;
        display: block;
        float: left;
        text-align: right;
        width: 90px;
    }

#form_personal ul, #form_payment ul, #form_survey ul {
    float: left;
    display: inline;
}
    #form_personal ul li, #form_payment ul li, #form_survey ul li {
        padding: 3px 15px 3px 0;
        float: left;
        clear: left;
        width: 290px;
    }

    #form_personal input, #form_personal select {
        float: left;
    }
    	#country, #cc_country {
    		width: 165px;
    	}

#form_workshop_details li {
    padding: 3px 0;
    float: left;
    clear: left;
    width: 100%;
}
    #form_workshop_details select {
        width: 190px
    }
    #form_workshop_details span {
        padding: 0 10px;
    }
    #cc_sec_code {
    	width: 30px;
    }

#form_submit {
    margin: 0 auto;
    width: 61px;
    display: block;
    clear: both;
}


.form_radio {
    margin-right: 7px;
}
    .form_radio + .form_radio {
        margin-left: 30px;
    }

.section_workforce form table {
	margin-top: 15px;
}
	.section_workforce form table td {
		padding: 5px 5px 5px 0;
	}
		.section_workforce form table + input {
			margin: 10px 0 20px;
		}


.section_workforce form dl {
	margin-top: 15px;
	float: left;
	width: 100%;
}
	.section_workforce form dt, .section_workforce form dd {
		padding: 3px 0;
		float: left;
	}
		.section_workforce form dt {
			clear: left;
			width: 100px;
		}
		.section_workforce form dl + input {
			margin-top: 15px;
			clear: both;
		}


/* ##################################################### */
/* ------------------->>> EXTRAS <<<-------------------- */
/* ##################################################### */


.float_left {
    float: left;
}
.float_right {
    float: right;
}


.ir {
    height: 0;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.pho_block, .info_block {
    margin: 0 0 1em 1em;
    float: right;
    display: inline;
}
	.pho_block {
		width: 300px;
	}

    .info_block .block {
        padding: 15px;
        background: #fff;
        width: 270px;
    }



.calendar, .calendar td, .calendar th {
    border: 1px solid #666666;
    border-collapse: collapse;
}
    .calendar caption {
        text-align: center;
        font-weight: bold;
    }
    .calendar caption {
        font-size: 1.6em
    }
    .calendar caption span {
        font-size: .7em;
    }
    .calendar td, .calendar th {
        padding: 2px 4px;
        width: 12%;
        line-height: 1.1em !important;
    }
    .calendar th {
        text-align: center;
        font-weight: bold;
        background: #900;
        color: #fff;
    }
    .calendar_day {
        font-size: .9em;
    }
    .calendar_numerical_day {
        text-align: right;
        font-weight: bold;
        font-size: .95em;
    }
    .calendar_day {
        background-color: #fff;
    }
    .calendar_out_day {
        background: none;
    }
    .calendar_titlepanecontent li {
        padding: 4px 0;
    }

div.calendar_titlepanelabel {
    display:none;
}


#cse-search-results {
	padding: 15px;
}
	#page_search_results #content_inner {
		background: #fff !important;
	}


#page_cvv {
	background: #fff !important;
}
	#page_cvv p {
		padding: 15px;
		background: #900;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	#page_cvv dl {
	}
		#page_cvv dt {
			padding: 0 25px 7px;
			font-size: 1.4em;
			font-weight: bold;
		}
		#page_cvv dd {
			padding: 10px 25px;
		}
			#page_cvv dd p {
				padding: 7px 0;
				background: none;
				color: #000;
			}


/* ########################################################## */
/* ------------------->>> ADVERTISING <<<-------------------- */
/* ########################################################## */


