﻿/* General Styles */

* {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666;
}

h1 {
	color: #EF1C22;
	font-size: 17px;
}

p {
	line-height: 18px;
}

ul {
	line-height: 18px;
}

img {
	border: none;
	vertical-align: middle;
}

#quote {
	color: #CEAA6C;
	font-style: italic;
	font-size: 15px;
	text-align: center;
	padding: 15px 0 0 40px;
}

/* Template Styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F2C87F;
}

#header {
	height: 127px;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	text-align: right;
}

#menu {
	width: 950px;
	height: 33px;
	margin: 0 auto;
	background-color: #EF1C22;
}
	#menu a {
	display: block;
	float: right;
	height: 19px;
	padding: 7px 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
	#menu a:hover {
		color: #F2C87F;
		background-color: #C7252A;
	}
	#menu a.current {
		color: #777;
		background-color: #F2C87F;
	}
	#menu a.current:hover {
		background-color: #F2C87F;
		cursor: default;
	}
		
#page {
	width: 940px;
	height: 920px;
	margin: 10px auto;
	background-image: url(images/page_background.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 0 0;
}
	#sidebar {
		width: 300px;
		float: left;
	}
	#content {
		width: 520px;
		padding: 60px 110px 0 0;
		float: right;
	}

#footer {
	clear: both;
	width: 950px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#footer2 {
	font-size: xx-small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

#quote_slideshow_sidebar {
	float: right;
	padding: 10px 0;
}
#quoteres_slideshow_sidebar   {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Homepage Styles */

#homepageSidebar {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
}
a.redButton {
	clear: both;
	display: block;
	width: 150px;
	height: 18px;
	text-align: left;
	padding: 5px 10px;
	margin: 20px 0;
	background-color: #EF1C22;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
	a.redButton:hover {
		color: #F2C87F;
		background-color: #C7252A;
	}
#homepageContent {
	width: 450px;
	padding: 50px 70px 0 0;
	float: right;
}
	#homepageContent p {
		font-size: 17px;
		line-height: 24px;
		width: 350px;
	}
.affiliations img {
	padding: 10px;
}
div#thumbs  a img {
	height: 139px;
	width: 139px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
div#thumbs {
	width: 500px;
}



form fieldset {
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #BA712A;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 400px;
}
form legend {
	color: #BA712A;
	padding: 0 5px;
	font-size: 18px;
}
form label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
  width: 100px;
  text-align: right;
  clear: both;
  padding-right: 7px;
  color: #555;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
	
input[type=text], input[type=password] {
	background-color: #ececec;
	color: #444;
	padding: 1px 4px;
	border: 1px solid #666;
	width: 175px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type=button], input[type=submit] {
	height: 23px;
	padding: 0px 15px 3px 15px;
	background-color: #ccc;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #777;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}

select {
	background-color: #ececec;
	color: #444;
	padding: 1px 4px;
	border: 1px solid #666;
	width: 175px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

textarea {
	background-color: #ececec;
	color: #666;
	padding: 1px 4px;
	border: 1px solid #666;
	width: 175px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.footer2 {
	font-size: 12px;
}
