@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html{
	height:100%;	
}
body{
	height:100%;	
	background:url(images/bg.jpg) right top fixed no-repeat;	
}

a{
	text-decoration:none;
}

a img{
    border: none;
}

h2{
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold; 
	font-size: 14px; 
	vertical-align: middle; 
	color: #663300;	
}

a.logo{
	outline:none;
}

#container{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	/*height:auto !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
}
#header{
	padding-top:30px;
	width:1024px;
	height:75px;	
}

#header-left{
	float:left;
}
#header-right{
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:right;
	line-height:22px;
}

#header-right-menu{
	color:#704616;
}

a.header-right-menu{
	color:#704616;
	text-decoration:none;
}

a:hover.header-right-menu{
	color:#900;
	text-decoration:none;
}

#header-right-language{
	color:#000;
	padding-bottom:10px;
}

a.header-right-language{
	color:#000;
	text-decoration:none;
}

a:hover.header-right-language{
	color:#AAA;
	text-decoration:none;
}

#header-right-search{
	vertical-align:middle;
}

#header-right-search-box{
	border: 1px solid #bcbcbc;
	height:18px;
	width: 200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#959595;
}

#featured{
	width:596px;
	height:253px;
	background:#000;
}

#featured-video{
	float:left;
	width:416px;
	height:254px;	
	display:inline;
}

#featured-video-full{
	width:596px;
	height:353px;
	background:#000;
}

#content{
	width:1024px;
	/*min-height:100%;*/
	padding-top:10px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/;
	overflow:hidden;
}
#content-left{
	float:left;
	width:428px;
	min-height:100%;
	height:auto !important;
	background:url(images/content-left-header.jpg) top no-repeat;
}

#content-left-left{
	float:left;
	height:563px;
	width:193px;
	margin-top:8px;
	padding-left:5px;
	padding-right:5px;
	background:#e4dcd3;
	font-family:"Lucida Grande",Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.6855em;
	line-height:20px;
}

#content-left-left p{
	padding-left:5px;
}

#content-left-right{
	float:right;
	width:210px;
	min-height:100%;
	height:auto !important;
	margin-top:8px;
	padding-top:10px;
	padding-left:3px;
	padding-right:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
}

#content-left-right ul li{
	background:url("images/bullet.jpg") no-repeat scroll 1px 0.5em transparent;
	color:#663300;
	padding:0 10px 5px 15px;
	width:185px;
	list-style-type:none;
}

#content-right{
	float:left;
	width:596px;
	min-height:100%;
	height:auto !important;
	background:url(images/content-right-header.jpg) top no-repeat;
}

#content-right-content{
	width:596px;
	margin-top:26px;
	min-height:100%;
	height:auto !important;
	background:#fff;
}

#address{
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;color:#663300;
	font-weight:normal;
	line-height:normal;
}
#mailing-list{
	display:none;	
}
#quick-form{
	display:none;	
}

a#fb-link{
	background:url(images/fb-logo1.jpg) no-repeat left;
	padding-left:20px;
	padding-top: 3px;
	font-weight:bold;
	font-size:12px;
}

a#fb-link:hover{
	background:url(images/fb-logo2.jpg) no-repeat left;
}

a#tw-link{
	background:url(images/tw-logo1.jpg) no-repeat left;
	padding-left:20px;
	padding-top: 3px;
	font-weight:bold;
	font-size:12px;
}

a#tw-link:hover{
	background:url(images/tw-logo2.jpg) no-repeat left;
}

a#yt-link{
	background:url(images/yt-logo1.jpg) no-repeat left;
	padding-left:20px;
	padding-top: 3px;
	font-weight:bold;
	font-size:12px;
}

a#yt-link:hover{
	background:url(images/yt-logo2.jpg) no-repeat left;
}

a#blog-link{
	background:url(images/blog-logo1.jpg) no-repeat left;
	padding-left:20px;
	padding-top: 3px;
	font-weight:bold;
	font-size:12px;
}

.content-right-video{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	display:inline; 
	width:195px; 
	height:73px; 
	background:url(images/rounded-rectangle.jpg);
	float:left;
	cursor:pointer;
}

.content-right-video-text{
	float:right;
	width:111px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:9.5px;
	color:#FFF;
}

#content-text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;	
	padding:10px;
}

#content-text a{
	color:#630;
}

#content-text p{
	display:block;
	margin: 1em 0px;	
}
#content-text ul{
	display: block;
	list-style-type: disc;	
	padding-left:20px;
}

#footer{
	width:1024px;
	height:40px;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#663300;
}
#redefining{
	float:right; padding-top:9px; padding-right:10px;	
}

.hr-menu{
	height: 1px;
	border:none;
    background: #d3934a;
	color: #d3934a;
    font-size: 1px; /* IE 6 */
	overflow:hidden;
}

.hr-side{
	height: 1px;
	border:none;
    background: #bebebe;
	color: #bebebe;
    font-size: 1px; /* IE 6 */
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:6px;
	margin-right:15px;
}

.hr-grey{
	height: 1px;
	border:none;
    background: #bebebe;
	color: #bebebe;
    font-size: 1px; /* IE 6 */
	overflow:hidden;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em;
}

.address, .push {
	height: 4em;
}

a.news-link{
	color:#545454;	
	text-decoration:none;
}
a:hover.news-link{
	color:#660000;	
	text-decoration:none;
}

.red{
	color:#790000;
}

.brown{
	color:#7d4900;	
}

.brown2{
	color:#704616;
}

.ltbrown{
	color:#a57c52;
}

.bronze{
	color:#a36109;	
}

.grey{
	color:#333;	
}

.ltgrey{
	color:#777;	
}

.bgltgrey{
	background:#DDD;	
}


.bold{
	font-weight:bold;
}

.padtop10{
	padding-top:10px;	
}
.padright10{
	padding-right:10px;	
}

.vertical-middle{
	vertical-align:middle;	
}

.vertical-bottom{
	vertical-align:bottom;	
}

.align-right{
	text-align:right;
}

.align-left{
	text-align:left;
}

.academic-calendar{
	background:#E5E5E5;	
}

.academic-calendar2{
	background:#D5D5D5;	
}

a.menulinkr{
	text-decoration:none;	
	color:#790000;
}
a.menulinkr:hover{
	
}

a.menulinkb1{
	text-decoration:none;	
	color:#7d4900;
}

a.menulinkb2{
	text-decoration:none;	
	color:#a36109;
}
.lh-20{
	line-height:20px;	
}
.lh-30{
	line-height:30px;	
}
.border-picture {
	border:1px solid #CCCCCC;
	padding:2px;
}
.justify{
	text-align:justify;
}

.text-brown  {
	color:#996335;
}
.text-dbrown  {
	color:#630;
}
.text-maroon {
	color:#993300;
}
.text-red {
	color:#CC0000;
}
.text-gray {
	color:#777777;
}
.text-white {
	color:#ffffff;
}
.text-brown-green {
	color:#999900;
}
.text-contact_details {
	font:normal 11px/14px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
.pad3{
	padding:3px;	
}
.pad4{
	padding:4px;	
}
.align-right{
	text-align:right;	
}
.font-size10{
	font-size:10px;	
}

.addthis_toolbox{
	color:#996335;
	float:left;
	width:300px;
	height:25px;	
}

.link_back{
	text-align:right; 
	padding-top:5px; 
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	
}
.upper{
	text-transform:uppercase;
}

.border-brown{
	border:1px solid #a57c52;
}
.bgbeige{
	background:#F96;	
}

.height17{
	height:17px;	
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#a57c52;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #a57c52;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
.float-right{
	float:right;	
}
