
/* iPhone Stylized */

/* hide from ie on mac \*/
html {
    height: 100%;
}
/* end hide */

div#flashcontentholder, div#flashcontent {
    height: 100%;
}

body {
    height: 100%;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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: 13px;
    font-family: helvetica, tahoma, verdana, arial;
    vertical-align: baseline;
    
    -webkit-text-size-adjust: none;
}


div#noflash {
    padding: 30px;
}


img{vertical-align:middle;}
img{width:100%;height:auto;}

h1 { font-size: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 20px; }

hr { border: none; margin: 0 0 25px 0; }

h1#mainTitle {
    font-weight: bold;
}

div#pageText h1, div#pageText h2 {
    line-height: 21px;
}

div#branding {
    margin-bottom: 20px;
}
div#branding-spacer {
    margin: 0 20px;
}
div#pageContent {
    overflow: hidden;
    margin: 0 20px;
}

div#pageTitle {
    margin-top: 20px;
}

div#pageText {
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
div#pageText p {
    margin: 10px 0;
}


/* Style our Nav */
div#nav-container {
    padding-top: 1px;
    padding-bottom: 5px;
}

div#nav-container ul {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

div#nav-container ul li {
    width: auto;
	list-style: none;
	margin-bottom: 1px;
}

div#nav-container ul li a:link, div#nav-container ul li a:visited {
	text-decoration: none;
}

div#nav-container ul li.main-nav a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 13px;
    padding-top: 6px;
    text-indent: 20px;
    font-weight: bold;
}

div#nav-container ul li.sub-nav a {
    text-transform: lowercase;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    height: 21px;
    padding-top: 4px;
    text-indent: 40px;
}

div#nav-container ul li.main-nav a.selected, div#nav-container ul li.sub-nav a.selected {
    color: #ccc;
}

h1#mainTitle {
    text-transform: uppercase;
}
h2#subTitle {
    text-transform: lowercase;
}

div#cloverIcon {
    float: right;
    width: 100%;
    text-align: right;
    margin: 10px;
}

