
body, * {
    font-family: Georgia, serif;
/*    background-color: #8B031B;*/
/*    padding: 10px 0 20px 0;*/
/*    background-color: #013E7A;*/
    color: #333;
}

body .yui-t5 .yui-b {
    width: 288px;
}

h1, h1 a,
h2, h2 a,
h3, h3 a {
    color: #013E7A;
    font-weight: normal;
}

h1{
    font-size: 197%;
    line-height: 32px;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 153.9%;
    line-height: 24px;
    margin: 20px 0 7px 0;
}

h3 {
    font-size: 123.1%;
    line-height: 18px;
    margin: 15px 0 5px 0;
}

p, ul, li, td, th {
}

body ul li {
    list-style-type: none;
}
/*We do want bullet points for the content*/
body div#left_column ul li {
    list-style-type: disc;
    font-size: 131%;
}

body div#left_column table td {
    padding: 5px;
}

p, table, label, div.cms {
    line-height: 160%;
    font-size: 131%;
    color: #333;
}

div.cms p {
    line-height: inherit;
    font-size: inherit;
}

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

a:hover {
    color: #8B031B;
}

ul.errorlist {
    margin: 0 0 10px 0;
/*    padding-left: 0;*/
}

ul.errorlist li {
    color: red;
}

.green {
    color: green;
}

.clear {
    clear: both;
}
/***** Header *****/
div#user_messages {
    color: #000;
    font-size: 123.1%;
    padding: 5px;
    font-family: Arial, sans-sans;
    font-weight: bold;
    background-color: #FFCA08;
    border-bottom: 2px solid #8B031B;
}

div#hd {
    float: left;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #CCC;
    width: 73.076em;
    font-family: Arial, sans-serif;
}

div#logo { 
    float: left; 
/*    margin-left: 20px;*/
}

div#nav {
    float: right;
}

div#nav ul { 
    float: left; 
    height: 50px;
    margin: 37px 0 0 0;
}

div#nav ul li {
    display: inline;
    float: left;
    text-align: center;
}

div#nav li a {
    float: left;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 17px;
}

div#nav li a:hover {
    background-color: #E4EBF6;
}

div#cart {
/*    float: right;*/
    margin-top: -30px;
    text-align: right;
    font-size: 1.25em;
    padding-right: 10px;
}

div #cart a {
    color: #8B031B;
} 

ul#sections {
/*    float: right;*/
}

ul#sections li.first {
    font-size: 123.1%;
}

p#tagline {
    float: left;
    clear: left;
    color: #013E7A;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/***** Main Content *****/

div#doc2 {
    padding: 0 20px;
    background-color: #FFF;
    min-height: 1000px;
/*    border: 1px solid #000;*/
/*    border-left: 1px solid #000;    */
/*    margin: 20px 0;*/
}

div#bd {
    padding-bottom: 20px;
}

div#one-column {
    float: left;
}

div#one-column #left_column {
    width: 100%;
    border: none;
}

div#left_column {
    width: 93%;
/*    border-right: 1px dotted #CCC;*/
    padding: 30px 30px 0 0;
}

/***** Right Column *****/

div#right_column {
    padding: 30px 0 0 22px;
}

div#right_column>h3 {
    border-bottom:1px dotted #CCC;
    margin-bottom: 0;
    padding-left: 5px;
}

div#right_column ul {
    margin: 0;
}

div#right_column ul li {
    border-bottom:1px dotted #CCC;
}

div#right_column ul li.current {
    background-color: #E4EBF6;
}

div#right_column ul li a,
div#right_column ul li span.current {
    display: block;
    font-size: 112%;
    font-weight: normal;
    padding: 4px 0 4px 15px;
}

div#right_column ul li span.arrow {
    display: block;
    vertical-align: middle;
    margin-left: 5px;
    float: left;
    padding: 4px 0 4px 0;
}

div#right_column ul li a:hover{
    background-color: #E4EBF6;
}

div.callout {
    margin: 0 0 20px 0;
    border: 1px solid transparent;
    padding: 10px;
}

div.subscribe {
    background-color: #E4EBF6;
    width: 230px;
    
}

div.subscribe h3 {
    color: #8B031B;
    margin: 0 0 5px 0;
}

div.subscribe form p {
    margin: 5px 0;
}

div.subscribe form label {
    display: block;
/*    color: #8B031B;*/
}

div.subscribe form label:after {
    content:":";
}

div.subscribe form input {
    border: none;
    width: 230px;
    height: 25px;
    font-size: 22px;
}

div.subscribe form input[type=submit] {
    background-color: #8B031B;
    color: #FFF;
}

div.subscribe p {
    font-size: 108%;
/*    line-height: 120%;*/
    margin-bottom: 0;
}


/***** Literature ******/
div.article_meta p.controls {
    float: right;
}

div.article_meta p.controls a{
    color: #8B031B;
}

div.literature_wide_view h2 {
    clear: left;
}

div.literature_wide_view img {
    float: left;
    margin: 0 10px 10px 0;
}

div.literature_wide_view p {
    line-height: 130%;
    font-size: 120%;
}

div.literature_wide_view p a {
    color: #8B031B;
}

h2.all-literature {
    margin: 0 0 .25em 0;
    font-size: 123.2%;
}

/***** Checkout Page *****/

div#checkout_wrap table {
    width: 600px;
}

div#checkout_wrap table th,
div#checkout_wrap table td{
    border: none;
    border-bottom: 1px dotted #CCC;
    text-align: left;
}

form.checkout {
	width: 600px;
	text-align: left;
}

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

legend {
	display: none;
}

form.checkout h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
    font-size: 1.5em;
}

form.checkout label {
	display: block;
	width: 310px;
/*  font-size: 12px;*/
/*  line-height: 14px;*/
	padding: 0px 0px 12px 0px;
}

form.checkout input {
	display: block;
	margin-top: 3px;
	font-size: 131%;
	padding: 1px;
	width: 600px;
}

form.checkout select {
	float: left;
	display: block;
}

form.checkout input#radiobutton_1,
form.checkout input#radiobutton_2,
form.checkout input#radiobutton_3,
form.checkout input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: inherit;
	height: 30px;
}

form.checkout label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}

form.checkout textarea {
	display: block;
	width: 600px;
	margin-bottom: 1em;
}

form.checkout input#checkbox_1,
form.checkout input#checkbox_2,
form.checkout input#checkbox_3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form.checkout label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}


/***** Bio Pages *****/

ul.bio_works li{
    list-style-type: none !important;
}
ul.bio_works li a {
    font-size: 120%;
}

ul.bio_works li a:hover {
    text-decoration: underline;
}

img.bio_picture {
    float: right;
    max-width: 200px;
}

/***** Search ******/

#right_column form#search {
    margin-bottom: 20px;
}

#right_column form#search #id_q {
    width: 180px;
}