/* HIGH LEVEL LAYOUT START ************************************/

body{
    font-family: verdana, arial, helvetica, sans-serif ;
    background: url('images/vert-bg.jpg') #004b7b repeat-x ;
    margin: 15px 0 20px 0 ;
}

#menu{
    width: 711px ;
    position: relative ;
}

#menu img{
    border: 0 ;
}

/* div which contains all other elements making up overall layout */
#container{
    width: 711px ;
    border: 2px solid black ;
    margin: 0 ;
    padding: 0 ;
    margin-left: auto ;
    margin-right: auto ;
}

/* sidebar table cell */
#sidebar{
    width: 190px ;
    background: url('images/footer-bg-left.gif') ;
    background-position: bottom left ;
    background-repeat: no-repeat ;
    vertical-align: top ;
    text-align: left ;
    padding: 70px 10px 60px 10px ;
    color: #cc3300 ;
}

/* language selector */
#languageSelect{
    float: right ;
    margin-top: -20px ;
    font-size: 11px ;
    font-weight: bold ;
}

#languageSelect img{
    vertical-align: middle ;
    border: 1px solid black ;
}

/* content table cell, adjacent to sidebar */
#content{
    vertical-align: top ;
    text-align: justify ;
    font-size: 12px ;
    padding: 70px 20px 80px 0 ;
    background: url('images/footer-bg-left.gif') ;
    background-position: bottom right ;
    background-repeat: no-repeat ;
}

#contentContainer{
    background: url('images/menu-bottom.gif') #FFFFFF ;
    background-repeat: no-repeat ;
    background-position: top left ;
    clear: both ;
}

#footer{
    font-family: verdana,arial,helvetica,sans-serif ;
    font-size: 11px ;
    width: 711px ;
    background: #43478f ;
    text-align: right ;
    color: white ;
    padding-bottom: 5px ;
}

#footer a, #footer a:VISITED{
    color: #CCCCCC ;
    text-decoration: none ;
}

#footer a:HOVER{
    color: #FFF ;
    text-decoration: underline ;
}

/* HEADINGS, LISTS, PARAGRAPHS, LINKS, ETC. ********************/

h1{
    font-family: arial, helvetica, sans-serif ;
    font-size: 24px ;
    font-weight: bold ;
    color: #003399 ;
}

h2{
    font-family: arial, helvetica, sans-serif ;
    font-size: 18px ;
    color: #ff6600 ;
}

h3{
    font-family: arial, helvetica, sans-serif ;
    font-weight: bold ;
    font-size: 16px ;
    color: #3366cc ;
}

a{
    color: #0033cc ;
    text-decoration: none ;
}

a:HOVER{
    text-decoration: underline ;
}

.stdList li{
    margin-bottom: 5px ;
}

table.sidebar{
    margin-bottom: 15px ;
}

td.sidebarBody{
    background: url('assets/images/sidebars/sb-body.jpg');
    vertical-align: top;
    padding: 10px;
    font-size: 11px ;
}

p.copy{
    font-size: 12px ;
    color: white ;
}

img.borderPic{
    border: 1px solid black ;
}

.error{
	padding: 5px ;
	background: #FFFFCC ;
	border: 1px solid black ;
	color: red ;
	font-size: 11px ;
}

/* UL with heart shaped bullets. Used for weddings/honeymoons pages */
ul.heart li{
	background: url('assets/images/pages/heart-bullet.gif') no-repeat top left ;
	padding-left: 25px ;
	list-style-type: none ;
	margin-bottom: 10px ;
}
