* {
    margin:0;
    padding:0;
    border:0;
}

h1 {
    display:none;
}

body {
    padding:10px 0 10px 0;
    background-color:#222;
}

#wrap {
    margin:0 auto 0 auto;
    padding:2px;
    background:#333;
    width:760px;
}

#site {
    background:#fff;
    color:#494949;
    font-family:Verdana,Tahoma,sans-serif;
    font-size:12px;
    line-height:20px;
}

#topbar {
    padding-left:20px;
    height:188px;
    color:#f2f2f2;
    font-size:10px;
    line-height:48px;
    letter-spacing:1px;
    background:#020202 url('topbar.png') no-repeat 0 0;
}

#topmenu {
    padding:20px 0 20px 0;
    color:#f2f2f2;
    font-family:Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align:center;
    background:#000;
}

#mainMenu {
    margin:0;
    padding:0;
    list-style:none;
}

#mainMenu li {
    margin:0;
    padding:0;
    display:inline;
    position:relative;
}

#mainMenu a, #mainMenu a:hover {
    padding-bottom:2px;
    color:#f2f2f2;
    text-decoration:none;
}

#mainMenu li:hover .subMenu, li.over .subMenu {
    display:block;
}

.subMenu {
    display:none;
    position:absolute;
    top:18px;
    left:-10px;
    margin:0;
    padding:0;
    text-align:left;
    background:#000;
    border:1px solid #777;
    font-size:12px;
    font-weight:normal;
    text-transform:none;
    width:22em;/*280px;*/
}

.subMenu li {
    margin:0;
    padding:0;
    display:block;
    position:static;
}

.subMenu a, .subMenu a:hover {
    margin:0;
    padding:8px 12px 8px 8px;
    height:26px;
    color:#f2f2f2;
    text-decoration:none;
    display:block;
}

.subMenu a:hover {
    padding:8px 8px 8px 12px;
    background:#333;
}

.subMenuText {
    margin:0;
    padding:14px 8px 4px 8px;
    color:#aaa;
    text-decoration:none;
    display:block;
}

#topshadow {
    height:10px;
    background:url('topshadow.png') repeat-x 0 0;
    font-size:1px;
    line-height:1px;
}

#bottomshadow {
    height:10px;
    background:url('bottomshadow.png') repeat-x 0 0;
    font-size:1px;
    line-height:1px;
}

#content {
    padding:30px;
}

.heading {
    padding:26px 0 36px 0;
    text-align:center;
}

h2 {
    margin:30px 0 30px 0;
    padding:6px;
    font-family:Helvetica,"Trebuchet MS",sans-serif;
    font-size:24px;
    font-weight:bold;
    border-bottom:2px solid #A40000;
    display:inline;
}

h2.destinations {
    border:none;
}

h3 {
    margin:30px 0 30px 0;
    font-size:18px;
    font-weight:bold;
}

p {
    margin:30px 0 30px 0;
}

a {
    color:#a40000;
    text-decoration:underline;
}

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

.sections {
    margin:20px 0 30px 0;
}

.box {
    margin:30px 0 30px 0;
    background:#F1F1F1;
}

.boxCenter {
    margin:30px auto;
    background:#F1F1F1;
    width:335px;
}

.sections .box {
    margin:0;
    width:335px;
}

.boxtop {
    margin-bottom:10px;
    height:7px;
    background:url('box_top_large.png') no-repeat 0 0;
    font-size:1px;
    line-height:1px;
}

.sections .boxtop {
    margin-bottom:10px;
    height:7px;
    background:url('box_top.png') no-repeat 0 0;
    font-size:1px;
    line-height:1px;
}

.boxbottom {
    height:7px;
    background:url('box_bottom_large.png') no-repeat 0 0;
    font-size:1px;
    line-height:1px;
}

.sections .boxbottom {
    height:7px;
    background:url('box_bottom.png') no-repeat 0 0;
    font-size:1px;
    line-height:1px;
}

.teachers {
    background:#F1F1F1 url('phototeachers.png') no-repeat bottom right;
}

.parents {
    background:#F1F1F1 url('photoparents.png') no-repeat bottom right;
}

#destination_images {
    text-align:center;
}

#destination_images img {
    margin:auto 10px;
}

.destination_box table {
    width:auto;
}

.destination_box td {
    vertical-align:middle;
    text-align:left;
    padding:0 20px;
}

.destination_box h2 {
    border:none;
    padding:0;
    margin:0;
    display:block;
    text-transform:uppercase;
}

.destination_box img {
    float:left;
}

.destination_box ul {
	margin-top:10px;
	margin-bottom:0;
}

.destination_box li {
	padding:0;
	margin: 0;
}

.destination_box a {
    text-decoration:none;
}

.box h2, .boxCenter h2 {
    margin-left:16px;
    padding:0;
    font-size:16px;
    border:0;
}

.box p, .boxCenter p {
    margin:16px;
}

.sections ul {
    margin:16px;
    padding:0;
    list-style:disc inside;
    color:#090866;
}

.sections li {
    margin:0;
    padding:2px;
    font-family:Helvetica,"Trebuchet MS",sans-serif;
}

li.nobullet {
    list-style:none;
}

ul, ol {
    margin:30px 0 30px 0;
    padding:0 32px 0 32px;
}

li {
    margin:16px 0 16px 0;
}

.left {
    float:left;
}

.right {
    float:right;
}

.putInMiddle {
    margin-left:auto;
    margin-right:auto;
}

.breaker {
    height:1px;
    font-size:1px;
    line-height:1px;
    clear:both;
}

.boxBorder {
    padding:10px;
    border:1px #ddd dashed;
}

.commentWrap {
    margin:-4px 30px 16px 30px;
    padding:10px;
    border:1px #ddd solid;
    background:url('quotestop.png') no-repeat 10px 10px;
}

.comment {
    padding:32px 4px 32px 4px;
    background:url('quotesbottom.png') no-repeat bottom right;
}

.comment p {
    margin:0;
}

.more {
    font-family:Helvetica,"Trebuchet MS",sans-serif;
}

#photos {
    height:114px;
    background:url('photos.png') no-repeat 0 0;
}

#footer {
    padding:0 20px 0 20px;
    height:50px;
    color:#f2f2f2;
    line-height:50px;
    letter-spacing:1px;
    font-size:10px;
    background:#515151 url('footer.png') repeat-x 0 0;
}

#copyright {
    float:left;
    color:#dcdcdc;
}

#footermenu {
    float:right;
    font-weight:bold;
}

#footer a, #footer a:hover {
    color:#f2f2f2;
}

.large {
    font-size:16px;
    font-weight:bold;
}

.red {
    color:#A40000;
}

#mainMenu .red {
    font-weight:normal;
}

.aleft {
    text-align:left;
}

.amiddle {
    text-align:center;
}

.aright {
    text-align:right;
}

.bold {
    font-weight:bold;
}

.larger {
    font-size:14px;
}

.smaller {
    font-size:10px;
}

#topmenu .red, #submenu .red, #footermenu .red {
    margin-left:6px;
    margin-right:6px;
}

form {
    margin:0;
}

fieldset {
    margin-bottom:30px;
    padding:12px 12px 10px 12px;
    border:1px solid #ddd;
}

legend, .lgd {
    padding:0 8px 0 8px;
    font-family:Helvetica,sans-serif;
    font-style:italic;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}

input, select, textarea {
    margin:0 8px 0 8px;
    padding:4px;
    background:#fff;
    border:1px solid #A40000;
}

.submitButton {
    margin:0;
    font-family:Helvetica,sans-serif;
    font-size:18px;
}

table {
    margin:30px 0 30px 0;
    width:100%;
}

fieldset table {
    margin:0;
}

td {
    padding:8px 4px 8px 4px;
}

.error {
    background:#FFB6B6;
    font-weight:bold;
}

.warning {
    background:#E8FFDC;
}

