/* Reset Everything */
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;    background: white;}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: "" "";}/* Safari fixes */p {    text-shadow: #000 0 0 0;}/* Firefox fixes */ p {    -moz-opacity: 0.99;} 



body {
    font-size: 12px;
    font-family: Verdana, 'Arial', 'Trebuchet MS', sans-serif;
    color: #454343;
    letter-spacing: 1px;
}

p {
    line-height: 1.5;
    padding: 10px 0 20px 0;
}

div.cleaner {
    clear: both;
    height: 0px;
    line-height: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

input {
    margin: 0 0 10px 0;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
    color: #000;
}

textarea {
    margin: 0 0 10px 0;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
    color: #000;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 250%;
    color: #000;
}

h2 {
    color: #000;
    font-size: 150%;
	font-weight: normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

h3 {
    margin: 0 0 10px 0;;
    color: #2128B8;
    font-size: 120%;
}

h4 {
    color: #2128B8;
    font-size: 120%;
}

h5 {
    color: #2128B8;
    font-size: 150%;
}


.content{padding:0 0 50px 0; clear:both;}

div.alert {
    color: #CF3738;
    border: 1px solid #FFACAD;
    background: #FFD5D5;
	margin:5px 0 5px 0;
	overflow:hidden;
	padding:10px;

}
div.alert h3{
    color: #CF3738;
	font-weight:bold;
	font-size:120%;
	overflow:hidden;
    
}
div.alert ul{
	list-style-type:none;
	margin:0 auto;
	overflow:auto;
	width:100%;
	
}
div.alert li{
	float:left;
	display:inline;
	overflow:hidden;
	padding:0 10px 0 0;
	margin:0;
}


/* Default Typography Styles */
ul.bullet-2{
    padding-left: 15px;
    overflow: hidden;
    margin-left: 5px;
	margin-bottom:20px;
}

ul.bullet-2 li li {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
	font-size:80%;
	font-style:italic;
}

ul.bullet-2 li {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 0px;
    padding-left: 10px;
	margin-top:5px;
	font-size:90%;
}


ul.bullet-2 li {
    background: url(../../images/typo/bullet-2.png) 0 5px no-repeat;
}









/* SLIMBOX */
#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../../includes/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../../includes/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../../includes/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../../includes/closelabel.gif) no-repeat center;
    margin: 5px 0;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}