/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #000;
    background: #FFF url(../images/bg-body.png) repeat-x scroll 0 0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin:0 0 .5em 0;
}

h2 { 
    font-size: 140%; 
    color: #800080;
}

h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { 
    font-size: 100%;
    margin:0;
    color:#333;
    font-weight:bold;
}

p {     
    padding: 0 0 1em; 
}

a, a:link { 
    color: #003366; 
    border-bottom:none !important;
    background:none;
}
a:visited { color: #660066; }
a:hover { background:#FFE14D; }
a:active { color: #c33; }


a img, img {
    border: none;
    background:#FFF;
}

ul {
    margin: 0 0 20px 30px;
}
#content li {
    margin-bottom: 5px;
        list-style-image:url(/static/images/bullet_red.png);
}
#content ul ul li {
    list-style-image:url(/static/images/bullet_yellow.png) !important;
}

#content h2 {
    color: #800080;   
}

#copy {
    padding-bottom: 30px;    
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    padding: 0 10px 0 10px;
    text-align: left;
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

#content {
    position: relative;
    text-align: left;
    padding: 50px 410px 0 20px;
    min-height: 550px; 
    background: #fff url(/static/images/fade-01.gif) 0 0 repeat-x; 
    border-top: 1px solid #fff;
}

#content p.bio {
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
}


#home #home-content {
    padding-right:350px;
    padding-top: 40px;
    background-image:url(/static/images/home-bg-022207.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}
#home-content {
    margin-top: 23px;
}

.feature-box, .feature-box td {
    background:#FFFBF2 url(/static/images/fade-02.gif) repeat-x left top;
    border:1px solid #FFEEBB;
    border-bottom:1px solid #C1B695;
    border-right:1px solid #C1B695;
    padding:5px !important;
}
.sup-title {
    margin:0 0 -10px 18px;
    padding:0;
    color:#999999;
}
.small-text {
  font-size:11px;
    margin:0;
    color:#7A2316;
}
table.feedback {
  background:#FFE599;
    border:3px solid #FFE599;
}
.feedback .alt {
  background:#FFF5D7;
}
.feedback td {
  padding:10px;
}
.feedback textarea {
  width:100%;
}
.feedback p {
  margin:0;
    padding:0;
    white-space:nowrap;
}


/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
    text-decoration: none;
}
h2 a:hover, h3 a:hover {
    color: #06c;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(/static/images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(/static/images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
    margin: 5px 0 0;
    display: block;
}
code {
    font: 1em/2.5em 'Courier New', Courier, monospace;
    color: #444;
    white-space: pre; 
    width: 350px;
    height: auto;
    overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: .07em;
    cursor: help;
    border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}


/* Header 
------------------------------------------------------------------------- */

#header { 
    background: transparent url(/static/images/header-bg.gif) repeat-x top left;
    height:90px;
    position: relative;
}
#header h1 {
    padding:30px 0 0 0;
    margin:0 0 0 15px;
    height: 40px;
    width: 270px;
    background:transparent url(/static/images/logo.gif) no-repeat bottom left;
}
#header a {cursor:pointer}
#header a:hover {background:none;}
#header h1 { text-indent: -999em }
#header h1 a { display: block; height: 38px; width: 300px }
#header p.tagline {
    margin:0 0 0 17px;
    padding:0;
    height:20px;
    width:400px;
    color: #fff;
    font-size: 10px;
}


/*
=============================
    nav
-----------------------------
*/

#nav {
    position: absolute;
    top: 90px;
    background: #f00;
    margin: 0;
    background: #fff url(/static/images/fade-01.gif) 0 0 repeat-x;
    border-top: 1px solid #fff;
}

#nav ul {
    padding:0 0 0 9px; 
    margin:0;
    list-style-type: none;
    white-space:nowrap;
}

#nav ul li {
    float:left;
    position:relative;
    margin:0;
    padding:0;
    line-height:22px;
    white-space:nowrap;
    z-index:80;
}

#nav ul li a, #nav ul li a:visited {
    display:block; 
    text-decoration:none; 
    color:#45303f;
    padding:0;  
    padding:0 10px 0 10px; 
    font-size:.7em;
    color:#660000;
    font-weight:bold;
    line-height:22px;
    margin:0;
    z-index:80;
    border-right: 1px dashed #45303f;
}

#nav ul li a.active {
    background: url(/static/images/bg-menu-hover.gif) 0 0 repeat-x;
}

#nav ul li ul {
    display: none;
    position: absolute;
    border: none;
    margin:0;
    padding:0;
    border-bottom:1px solid #FFB922;

}

#nav ul ul li {
    border: none;
}

#nav ul ul li a,
#nav ul ul li a:visited {
    border: none;
    display: block;
    width: 240px;
    background: url(/static/images/bg-menu-hover.gif) 0 0 repeat-x;
}

#nav ul ul li a:hover,
#nav ul ul li a.active {
    background: #805a76 none;
    color: #fff;
    border: none;
}

#nav .second li {
    clear: both;
}

/*
=============================
    sidebar
-----------------------------
*/

#sidebar {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    width: 385px;
}



/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
    background: url(/static/images/tictac_orange.gif) no-repeat 0 6px;
    margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}




/*
=============================
    footer
-----------------------------
*/

#footer {
    margin: 0px;
    color: #000;
    background-color: #909192;
    font-size: 11px !important;
    position: relative;
    padding: 20px 20px 20px 210px;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#footer-brand {
    position: absolute;
    top: 30px;
    left: 17px;
}

#util-menu {
    color: #fff;
}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
    padding: 0;
}

img.centered {
    display: block;
    margin: 0 auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
    float: left;
}

.MODX_RichTextWidget a {
    border: 0px;
}

/* Option Blocks
------------------------------------------------------------------------------- */
#opt-block-1 {
    width:10px;
    height:560px;
    position:absolute;
    top:0;
    left:0;
    background:url(/static/images/bar-left.jpg) no-repeat;
    z-index:5000;
}

#opt-block-2 {
    width:10px;
    height:560px;
    position:absolute;
    top:0;
    right:0;
    margin-left:-10px;
    background:url(/static/images/bar-right.jpg) no-repeat;
    z-index:5001;
}

/* Print and Email
------------------------------------------------------------------------------- */
#print-email {
    position:absolute;
    top:70px;
    right:20px;
    z-index:75;
}

#print-email a {
    border:none;
}

/* Bio styles
------------------------------------------------------------------------------- */
.bio {
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
}


/*
=============================
    contact us form
-----------------------------
*/

#contact_form th {
    vertical-align: top;
    text-align: right;
    padding-right: 3px;
}

#contact_form .errorlist li {
    color: #f00;
}





/*
=============================
    homepage sidebar
-----------------------------
*/

#home #content {
    padding-right: 450px;
}

#home #sidebar {
    width: 400px;
    z-index: 100;
    background: transparent;
}

#testimony {
    position: relative;
}

#testimony img {
    border: 5px solid #eff1d8;
    width: 370px;
}

#testimony blockquote {
    color: #000;
    margin: 15px 20px 10px 0;
    padding: 7px 27px 12px 27px;
    font-size: 11px;
    background: transparent url(/static/images/open-quote.gif) 0 0 no-repeat;
    position: relative;
}

#testimony blockquote .end-quote {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background: #fff url(/static/images/close-quote.gif) 0 0 no-repeat;
}


#testimony p.quoted-person {
    font-size: 11px;
    color: #666;
    margin: 0 45px 0 0;
    text-align: right;
}

#home #world-students {
    text-align: right;
    padding: 0 10px 10px 0;
    float: right;
    margin-top: -300px;
}

#createdby5Q {
    float: right;
    width: 100px; height: 15px;
    text-indent: -5000px;
    background: url(../images/createdby5Q.png) no-repeat scroll 0 -15px;
}

#createdby5Q:hover { background-position: 0 0}

