/*Layout
----------------------------------------------*/
body {
    font: 62.5%/1.7 Arial, Helvetica, sans-serif;
    background: #ccc url(../images/background.jpg) repeat-x;
}

#wrapper {
	width: 100%;
    max-width: 920px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    margin-top: -10px;
}

.clear {
    height: 5px;
    clear: both;
}

.clear20 {
    height: 30px;
    clear: both;
}

.clear10 {
    height: 20px;
    clear: both;
}

.slideBorder {
	border: 10px #F0F0F1 solid;
}

/*Header
----------------------------------------------*/
header {
    margin: -20px;
    margin-bottom: 0px;
    background-image:url('../images/header3.gif');
    background-repeat:no-repeat;
}

header img{
    margin: 10px 10px 10px 70px;
}

/*Nav
----------------------------------------------*/

nav {
    margin: 0px -20px -20px -20px;
    background-color: #000;
    height: 3px;
}

#nav {
    list-style-type: none;
    list-style-position: inside;
    float: right;
    margin-top: -31px;
    margin-right: 10px;
}

#nav li {
    float: left;
    font-size: 1.7em;
}

#nav li a {
    display: block;
    background-color: #000;
    margin: 0 5px 0 0;
    padding: 2px 10px 0px 10px;
    color: #fff;
    -moz-border-radius: 8px 8px 0px 0px;;
    -webkit-border-radius: 8px 8px 0px 0px;;
    border-radius: 8px 8px 0px 0px;
    border:1px solid #000;
}

#nav li a:hover {
    background-color: #818287;
    text-decoration: none;
    border:1px solid #000;
    color: #fff;
}

#nav #active a {
    background-color: #CCC;
    text-decoration: none;
    color: #cc0000;
}

/*Nav Courses
----------------------------------------------*/

#nav_courses {
    list-style-type: none;
    list-style-position: inside;
    margin-top: -31px;
    margin-right: 10px;
}

#nav_courses li {
    float: left;
    font-size: 1.7em;
}

#nav_courses li a {
    display: block;
    background-color: #000;
    margin: 0 5px 0 0;
    padding: 2px 10px 0px 10px;
    color: #fff;
    -moz-border-radius: 8px 8px 0px 0px;;
    -webkit-border-radius: 8px 8px 0px 0px;;
    border-radius: 8px 8px 0px 0px;
    border:1px solid #000;
}

#nav_courses li a:hover {
    background-color: #818287;
    text-decoration: none;
    border:1px solid #000;
    color: #fff;
}

#nav_courses #active a {
    background-color: #CCC;
    text-decoration: none;
    color: #cc0000;
}

#nav_courses li a.current
{
color: white;
background: #818287;
}

/*Home Page Content
----------------------------------------------*/

#banner {
	background-color: #CCCCCC;
}

#banner h2{
    float: left;
    width: auto;
    margin: 0px 30px 10px 30px;
}

#banner p{
    float: left;
    margin: 0px 30px 20px 30px;
}

#banner img{
    float: left;
    margin: 0 20px 0 0;
    height: 300px;
	width: 100%;
    max-width: 440px;
}

#content {
    clear: both;
}

#content section {
    width: 195px;
    float: left;
    margin: 0 0 0 40px;
    padding: 0px;    
}

#content .nomargin {
    margin: 0;
}

#content section div p {
    font-size: 1.3em;
    margin: 10px;
    margin-top: 0px;
}

div.category{
    /*height: 380px;*/
}

div.events{
    width: auto;
    padding: 10px;
    border: 2px solid #E7E8EA;
    margin: 0px;
    font-size: 1.2em;
}

div.events b{
    font-size: 1.2em;
}

#content section h2 {
    font-size: 1.25em;
    margin: 0px;
    margin-top: 15px;
    text-align: center;
    background: #E7E8EA;
    padding: 4px;
}

/*Two Column Page
----------------------------------------------*/
#contentTwoColumn {
    margin: -2px -20px 0px 0px;
}

#contentTwoColumn section {
    width: 220px;
    float: left;
    margin: -10px 20px 0px -20px;
    padding: 0px 0px 0px 0px;
}

#contentTwoColumn section h2.navH2 {
    font-size: 1.1em;
    margin: 0px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 2px;
}

#contentTwoColumn section.rightColumn {
    width: 75%;
}

#contentTwoColumn section.rightColumn text.td{
    font-size: 1.25em;
}

#contentTwoColumn section.rightColumn h2{
    font-size: 2em;
    margin: 20px;
    margin-bottom: -10px;
}

#contentTwoColumn section.rightColumn p{
    font-size: 1.25em;
    margin: 20px;
}

#contentTwoColumn section.rightColumn h3{
    font-size: 1.7em;
    margin: 20px;
    margin-bottom: -10px;
}

#pagedivider{
    border:1px solid #818287;
    clear: both;
}

#pagedivider2{
    border:1px solid #ccc;
    margin-left: 15px;
    clear: both;
}

#ticketstatus{
font-size: 1.6em;
}


#gamePiece{
    margin: 20px;
    clear: both;
}

/*Two Column Page Inner Page Menu
----------------------------------------------*/

#nav2 {
    list-style-type: none;
    list-style-position: inside;
    margin-top: 20px;
    margin-left: -20px;
}

#nav2 li {
    float: left;
    font-size: 1.5em;
}

#nav2 li a {
    display: block;
    background-color: #000;
    margin: 0 5px 0 0;
    padding: 2px 10px 0px 10px;
    color: #fff;
    -moz-border-radius: 8px 8px 0px 0px;;
    -webkit-border-radius: 8px 8px 0px 0px;;
    border-radius: 8px 8px 0px 0px;
    border:1px solid #000;
}

#nav2 li a:hover {
    background-color: #818287;
    text-decoration: none;
    border:1px solid #000;
    color: #fff;
}

#nav2 #active a {
    background-color: #CCC;
    text-decoration: none;
    color: #cc0000;
}

#nav2 li.selected a {
    background-color: #818287;
    text-decoration: none;
    border:1px solid #000;
    color: #fff;
}

/*Two Column Page Menu
----------------------------------------------*/

#Menu{
    padding:0;
    margin:0;
    margin-top: -1px;
    list-style-type:none;
    font-size:1.3em;
    color:#fff;
    width:100%;
}

#Menu li.selected{
    background-image:url('../images/menu_selected.gif');
    background-repeat:no-repeat;
}


#Menu li{
    padding:0;
    background-image:url('../images/menu.gif');
    background-repeat:no-repeat;
}

#Menu li a{
    display:block;
    color:#fff;
    font-weight: bold;
    padding:7px 10px 7px 10px;
	white-space: nowrap;
}

#Menu a:link{
    color:#fff;
    text-decoration:none;
}

#Menu a:hover{
    color:#fff;
    background-image:url('../images/menu_selected.gif');
    background-repeat:no-repeat;
}

.dotspacing{
padding-right: 5px;
}

/*Two Column Page Two
----------------------------------------------*/
#contentTwoColumnTop {
    clear: both;
}

#contentTwoColumnBottom {
    clear: both;
}

#contentTwoColumnTop section {
	width: 100%;
    max-width: 380px;
    float: left;
    margin: 0 0 0 20px;
    padding: 20px;
    padding-top: 0px;
}

#contentTwoColumnTop section div{
    background: #E7E8EA;
    padding: 2px 20px 5px 20px;
    margin-left: 20px;
}

#contentTwoColumnTop section p {
    font-size: 1.4em;
}

#contentTwoColumnTop section b {
    font-size: 1.4em;
}

div.loginTool{
    font-size: .9em;
}

div.loginTool b{
    font-size: 1em;
}

#contentTwoColumnTop section h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#contentTwoColumnBottom section {
	width: 100%;
    max-width: 440px;
    float: left;
    margin: 0 0 0 20px;
    padding: 0px;
    background-image:url('../images/boxgradient.gif');
    background-repeat:repeat-x;
}

#contentTwoColumnBottom section h2 {
    font-size: 1.8em;
    margin: 0px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 4px;
}

div.TwoColumnBottomCopy {
    width: auto;
    padding: 0px 20px 10px 30px;
    margin: 0px;
    font-size: 1.1em;
}

div.TwoColumnBottomCopy p {
    font-size: 1.1em;
}

/*Footer
----------------------------------------------*/
footer {
    text-align: center;
    background: #E7E8EA;
    padding: 2px 0;
}

footer p {
    font-size: 1.3em;
    color: #555;
}

/*Text / Links
----------------------------------------------*/
p {
    font-size: 1.5em;
    color: #444;
}

h1 {
    text-align: center;
    margin: 0 0 20px 0;
}

h1 a {
    font-size: 4em;
    color: #444;
    font-weight: normal;
}

h2 {
    font-size: 2em;
    color: #444;
}

h3 {
    font-size: 1.6em;
    color: #444;
}

a {
    color: #08c;
    text-decoration: none;    
}

/*Slideshow
----------------------------------------------*/


#slideshow_audio {
	width: 320px;
}

#slide_img{
	margin: 0px;
}

#counter{
	margin: 0px;
	text-align: right;
	font-size: 18px;
	padding-right: 20px;
}

#div_thumbnail_scroll {
	height: 460px;
	width: 155px;
	overflow: auto;
	border: 1px solid #666;
	background: #ccc;
	padding: 0px;
}

#flipslip #div_thumbnail_scroll, #flipslipmenu {
	width:100% !important;
}

.slide_show_thumbs
{
	margin: 10px;
	background: #fff;
	border: 1px solid #C5C5C5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.slide_number
{
	display: block;
	border: solid 1px #000000;
	background: #160D68;
	padding-left: 4px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

.slide_number:hover
{
	text-decoration:underline;
}

#next,#prev,#shortcuts {
	display: block;
	width: 78px;
	height: 31px;
	padding-left: 5px;
	text-decoration:none;	
}
#next {
	background: url('/images/next_button.gif') 0 0;
}
#prev {
	background: url('/images/prev_button.gif');
}
#shortcuts {
	background: url('/images/shortcuts_button.gif');
}
#next:hover, #prev:hover, #shortcuts:hover {
	background-position: 0 -31px;
}

#flipslipimg img {
	width: 100%;
}






/*Responsive Design and Media Queries
----------------------------------------------*/
@media screen and (min-width: 701px) and (max-width: 960px){

    #wrapper {
        width: 90%;
    }
    
    #banner p {
        width: 48%;
    }
    
    #banner img {
        width: 49%;
    }
    
    #content section {
        width: 28%;
        margin: 0 0 0 2%;
        padding: 2%;
    }
}

@media screen and (max-width:900px){
	.rightColumn {
		max-width: 500px;
	}
	audio {
		max-width: 150px;
	}
}

@media screen and (max-width:700px){

    #wrapper {
        width: 90%;
    }
    
    #banner p {
        width: 100%;
        clear: both;
    }
    
    #banner img {
        width: 100%;
        clear: both;
    }
    
    #content section {
        width: 95%;
        margin: 40px 0 0 0;
        padding: 2%;
    }
    
    #content section img {
        display: none;
    }
    
    #content section #default {
        display: none;
    }
    
    #content section #mobile {
        display: none;
    }
    
    /*
    #nav li a {
        font-size: 1.5em;
        padding: 10px;
    }
    */
    
    h1 a {
        font-size: 3em;
    }
    
    header img{
    margin: 10px 10px 10px 30px;
    }
    
    #banner h2{
    float: left;
    width: auto;
    margin: 0px 30px 10px 10px;
    }

    #banner p{
    float: left;
    margin: 0px 30px 25px 10px;
    }
    
    div.category{
    height: auto;
    }
    
    #contentTwoColumn section {
    width: 100%;
    }
	#contentTwoColumnTop section, #contentTwoColumnTop section div, #contentTwoColumnBottom section, #contentTwoColumnBottom section div {
		padding: 0 !important;
		margin: 0 !important;
	}
	#Menu li, #Menu li.selected{
		background-repeat: repeat-x;
	}
	.TwoColumnCopy {
		margin-left: 0 !important;
	}
	#frmSearch #name {
		width: 90px;
	}
	#frmSearch #school {
		width: 140px;
	}
	.nomargin {
		margin: 0 !important;
	}
	#FinalExaminationTable {
		width: 130%;
	}
	table td, #FinalExaminationTable td {
		float: left !important;
		display: block !important;
		width: 100% !important;
		text-align: left !important;
		height: auto !important;
	}
	
	.rightColumn table td, #FinalExaminationTable td .skills td {
		float: none !important;
		display: table-cell !important;
		width: auto !important;
	}
	.rightColumn table td:nth-of-type(1) {
		width: 20% !important;
	}
}

@media screen and (max-width:300px){
	#flipslip td {
		float: none !important;
		display: inline-block !important;
	}
	#contentTwoColumn section.rightColumn {
		width: 100%;
	}
	#flipslipnavli #flipslipmenu {
		width: 75px !important;
		display: inline-block !important;
		margin-left: -20px;
	}
	#flipslipnavli #div_thumbnail_scroll {
		width:125px !important;
	}
	#flipslipimg {
		width: 140px !important;
		margin-top: 200px;
		margin-left: 55px;
	}
	#flipslipimg img {
		width: 160%;
	}
	#flipslip .slide_show_thumbs {
		padding: 0 !important;
		margin: 0 !important;
	}
	#flipslipnav td {
		width: auto !important;
		float: none !important;
	}
}

@media screen and (max-width:400px){
	#wrapper {
		width: 90%;
	}
	#wrapper table, #wrapper td, #wrapper td input {
		width:95%;
	}
	ul#questionsDiv {
		width:90%;
		min-width: 200px;
		margin-left: 0;
	}
	.TwoColumnCopy {
        padding: 0;
		padding-left: 20px;
	}
	#CourseTable, #CourseTable td {
		width: 100%;
		text-align: center !important;
	}
	#CourseTable td div {
		margin: 0 auto;
	}
	.rightColumn {
		width: 110% !important;
	}
	.rightColumn table td {
		float :none !important;
		display: table-cell !important;
	}
	.rightColumn table td:nth-of-type(1) {
		width: 30% !important;
	}
	#FinalExaminationTable, #FinalExaminationTable .td {
		width: 100% !important;
		display: block !important;
	}
	#FinalExaminationTable .td table td:nth-of-type(1) {
		width: 80% !important;
	}
	#FinalExaminationTable .td table td:nth-of-type(2), #FinalExaminationTable .td table td:nth-of-type(3) {
		text-align: right !important;
		padding-right: 5px;
	}
	
	#contentTwoColumn section {
		margin-right: 0 !important;
	}
	
	#nav {
		margin-right: 0%;
	}
	#nav li a {
		margin: 0 !important;
	}
	#CourseTable td {
		text-align: center !important;
	}
}






















