/* General Style Info */

body {

	color: #555555;

	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;

	margin: 0px 0px 0px 0px;

	background-image:url(../img/body-bg.gif);

}



#container {

	text-align: left;

	background-image:url(../img/top-content-bg.gif);

	background-repeat: repeat-x;

	padding-top: 12px;



}



#content{

	background-image:url(../img/content-bg.png);

	clear: both;

	width: 982px;

	clear: both;

	margin: auto;

}

#signinbox

{

	color: #666666;

}

#signinbox a

{

	color: #666666;

}



a {

	background-color: inherit;

	color: #6F431C;

	text-decoration: none;

}

a:hover {

	background-color: inherit;

	text-decoration: underline;

}

a img {

	border:none;

}

hr

{	

	color: #8DA2BF;

	height: 1px;

}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	color: #5478A5;

	font-size: 140%;

	margin: 0px 0px;

	font-weight: bold;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	color: #333333;

	font-size: 160%;

	margin: 0px 0px;

	font-weight: normal;

}



h3 {

	font-family: Arial, Helvetica, sans-serif;

	color: #FF6600;

	font-size: 130%;

	margin: 0px 0px;

	font-weight: bold;

	

}



h4 {

    font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-weight: bold;

	padding: 0px;

	margin: 2px 0px 2px 0px;

	font-size: 100%;

}

/* Text style */

.profile-image

{

	width: 110px;

	text-align: center;

	background-image:url(../img/bg_gray.gif);

	background-position: bottom;

	background-repeat: repeat-x;

	padding: 6px 6px 6px 6px;

	border: 1px solid  #CCCCCC;

}



.bodyheading

{

	padding: 0px 0px 5px 0px;

	border-bottom: 3px solid #FF6600;

	 

	

}



.heading

{

	font-family: Arial, Helvetica, sans-serif;

	color: #FF6600;

	font-size: 110%;

	margin: 0px 0px;

	font-weight: bold;

}

#footer {

	background-image:url(../img/footer-bg.gif);

	background-position: bottom;

	background-repeat: repeat-x;

	background-color: #79542B;

	color: #CDB084;

	font-weight: bold;

}



div.hrule

{

	margin-top: 2px;

	background:transparent; 

	border-top:1px solid #CCCCCC;

	height: 1px; 

}

div.dotted

{

	border-top: 1px dotted #CCCCCC;

	margin-top: 2px;

	height: 1px; 

}

div.snDiv

{

	color: #CCCCCC;

	font-size: 180%;

	border-right: 2px solid #F0F0F0;

	width: 30px;

	float: left;

	

}





/* Paging */

div.paging {

	color: #ccc;

	margin-bottom: 2em;

}

div.paging div.disabled {

	color: #ddd;

	display: inline;

}

div.paging span {

}

div.paging span.current {

	color: #000;

}

div.paging span a {

}



/* Scaffold View */

dl {

	line-height: 2em;

	margin: 0em 0em;

	width: 60%;

}

dl.altrow {

	background: #f4f4f4;

}



/* Forms */

form {

	clear: both;

	margin-right:0px;

	padding: 0;

}

fieldset {

	border: 1px solid #ccc;

	margin-top: 10px;

	padding: 5px 10px 10px 10px;

}

fieldset legend {

	color: #666666;

	font-size: 100%;

	font-weight: bold;

}

fieldset fieldset {

	margin-top: 0px;

	margin-bottom: 20px;

	padding: 16px 0;

}

fieldset fieldset legend {

	font-size: 120%;

	font-weight: normal;

	margin-left: 20px;

}

fieldset fieldset div {

	clear: left;

	margin: 0 20px;

}

form div {

/*	margin-bottom: 1em;

	padding: .5em; */

	vertical-align: text-top;

}

form div.input {

	color: #444;

	margin: 5px 0px 0px 0px; 

}

form div.required {

/*	font-weight: bold; */

}

form div.required label {

	padding: 0px 0px 0px 14px;

	background-image:url(../img/icon_star.gif);

	background-repeat: no-repeat;

	background-position: 0px 3px; 

}



form div.submit {

	border: 0;

	clear: both;

	margin: 10px 0px 0px 2px;

	width: 63px;

}

label {

/*	display: block; */

	font-size: 105%;

	padding-right: 20px;

}

input, textarea {

	clear: both;

/*	display: block; */

	font-size: 100%;

	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;

	padding: 5px;

	width: 95%;

	border: 1px solid #CCCCCC;

	

}

select {

	clear: both;

	font-size: 100%;

	vertical-align: text-bottom;

}

select[multiple=multiple] {

	width: 100%;

}

option {

	font-size: 120%;

	padding: 0 3px;

}

input[type=checkbox] {

	clear: left;

	float: left;

	margin: 0px 6px 7px 2px;

	width: auto;

}

input[type=submit] {

	display: inline;

	font-size: 110%;

	padding: 2px 5px;

	width: auto;

	vertical-align: bottom;

}



/* Notices and Errors */

#authMessage{

	margin: auto;

	color: #FFFFFF;

	font-weight: normal;

	padding: 5px 5px 5px 5px;

	background-color: #D72917;

}



#flashMessage{

	margin: auto;

	color: #3A4E93;

	font-weight: normal;

	padding: 5px 5px 5px 5px;

	background-color: #FBF3BE;

}



div.error-message {

	clear: both;

	color: #CC3300;

	font-size: 90%;

	font-weight: normal;

	margin: 0px 0px 0px 0px;

}

input.form-error

{

	border: 1px solid #FF6600; 

}

p.error {

	background-color: #e32;

	color: #fff;

	font-family: Courier, monospace;

	font-size: 120%;

	line-height: 140%;

	padding: 0.8em;

	margin: 1em 0;

}

p.error em {

	color: #000;

	font-weight: normal;

	line-height: 140%;

}

.notice {

	background-color: #ffcc00;

	color: #000;

	display: block;

	font-family: Courier, monospace;

	font-size: 120%;

	line-height: 140%;

	padding: 0.8em;

	margin: 1em 0;

}

.success {

	background-color: green;

	color: #FFF;

}

.note{

	color: #FF9900;

	font-style: italic;



}



.body-middle

{

	background-image:url(../img/bg-sep.png);

}



/* Related */

.home-heading

{

	color: #000;

	width: 590px;

	height: 57px;

	padding: 0px 0px 0px 32px;

	background-image:url(../img/heading-bg.jpg);

}

.home-heading h2

{

	color: #71411B;

	font-weight: normal;

}

div.dot-line

{

	background-image:url(../img/bg-dotted.gif);

	background-repeat: repeat-x;

	height: 1px;

	

}



div.itemlist div{

	background-image:url(../img/arrow_03.gif);

	background-position: 0px 4px;

	background-repeat: no-repeat;

	padding: -0px 0px 10px 15px; 

}



.homepage-welcome

{

	background-image:url(../img/home-head-bg.png);

	background-repeat: no-repeat;

	width: 630px;

	height: 153px;

	clear: both;

	margin-top: 18px;

}





.newsbox

{

	background-image:url(../img/bgr-box-trans.png);

	background-repeat: repeat-x;

	padding: 17px 12px 12px 12px;

	background-color: #FFFFFF;

	border: 1px solid #DEDBD1;

}

.newsbox .boxhead

{

	color: #363636;

	font-size: 120%;

	font-weight: bold;

	padding: 10px 10px 10px 10px;

	background-color: #EBE9E1;

	border: 1px solid #DEDBD1;

}

.newsbox .boxlst

{

	color: #363636;

	padding: 8px 0px 8px 0px;

	border-bottom: 1px solid #F1F1ED;

}

.newsbox li

{

	margin-top: 5px;

}



#authorbios

{

	

}

#authorbios h2

{

	font-size: 120%;

	color: #6D3A16;

}



#authorbios .biosConetnt

{

	background-color: #C4AD81;

	padding: 5px 8px 8px 5px;

}











div.infobox

{

	background-color: #FFFFFF;

/*	background-image:url(../img/bg_gray.gif);

	background-position: bottom;

	background-repeat: repeat-x; */

	padding: 10px 10px 10px 10px; 

	border-top: 1px solid #EAE6E6; 

	border-right: 1px solid #EAE6E6; 

	border-bottom: 1px solid #EAE6E6; 

	border-left: 5px solid #FF6600;

	margin-bottom: 5px;

}



.pl{float: left;}
.pr{float: right;}



.ml8{ margin-left: 8px;}

.mr8{ margin-right: 8px;}

.mt8{ margin-top: 8px;}

.mt4{ margin-top: 4px;}



.mb1{ margin-bottom: 1px;}

.mb8{ margin-bottom: 8px;}

.mb4{ margin-bottom: 4px;}

.clear{ clear: both;}


.gray{ color: #999999;}
.red{ color: #FF0000;}
.green{ color: #006600;}
.orange{ color: #FF6600;}
.black{ color: #000000;}

