/* Global style settings */
html {
	background: url(../images/background_large.jpg) repeat;
}

body {
	text-align: left;
	color: #555555;
	padding: 2px 0;
	margin: 0;
	background: url(../images/background_large.jpg) repeat;
}

/* Colors
green				#92d371
green2			#63d32a
blue				#2478a7
black 			#555555
light-grey 	#e0e0e0
white 			#ffffff
grey border	#b7b7d8
pink border #ff698c
*/

/* Container style settings */
#container {
	width: 1004px;
	margin: 10px auto;
	padding: 10px;
	border-left: 2px solid #b7b7d8;
	border-right: 2px solid #b7b7d8;
	border-bottom: 2px solid #b7b7d8;
	border-top: 2px solid #b7b7d8;
	background: #ffffff;
}

/* Banner style settings */
#banner {
	background: white;
	padding: 0 0 1% 0;
	margin: 0;
}


/* Navigation style settings */
#nav_list {
	width: 100%;
	height: 20px;
	text-transform: uppercase;
	font-size: 108%; /* 14px  */
}

#nav_list td {
	text-align: center;
	height: 10px;
	width: 14%;
}

#nav_list a {
	color: #63d32a;
	display: block;
	padding: 8px 0px;
}

#nav_list a.last {
	border: none;
	padding-right: 0px;
}

#nav_list a:hover {
	background: #63d32a;
	color: #ffffff;
	text-decoration: none;
}

/* Bar style settings */
#bar {
	width: 100%;
	height: 2px;
	overflow: hidden;
	border-bottom: 2px solid #ff698c;
	margin-top: -4px;
	padding: 0;
}

#thinbar {
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #b7b7d8;
	margin: 0.6em 0;
}

/* Content style settings */
#content {
	padding: 0;
	margin: 7px 0;
	min-height: 400px;
}

/* hide from IE/mac \*/
* html #content {
  height: 400px;
	/* he\ight: 400px; ???? no idea what this is for */
}
/* end hide */

/* Main style settings */
#main100 {
	width: 100%;
}

#main25 {
	width: 23%;
	min-height: 400px;
}

#main75 {
	width: 75%;
	min-height: 400px;
}

#project_picture_25 {
	width: 21%;
}

#project_info_75 {
	width: 77%;
}

#project_picture_40 {
	width: 28%;
}

#project_info_60 {
	width: 70%;
}

#main50 {
	width: 49%;
}

#main40 {
	width: 38%;
}

#main60 {
	width: 60%;
}

#main30 {
	width: 28%;
}

#main70 {
	width: 70%;
}

.left {
	clear: none; /* fixes IE problem */
	float: left;
	padding: 0 0% 0 0%;
}

.right {
	clear: left; 
	float: right;
	padding: 0 0% 0 1%;
	border-left: 1px solid #b7b7d8;
}

.noborder {
	border: none;
}

ul.sub_nav {
	padding: 0;
	margin: 0;
}

ul.sub_nav li {
	list-style: none;
	font-size: 108%; /* 14px  */
	padding: 10px 0px 10px 0;
	margin-right: 2%;
	border-bottom: 1px solid #b7b7d8;
}

ul.grading {
	padding: 0;
	margin: 0;
}

ul.grading li {
	list-style: none;
	font-size: 108%; /* 14px  */
}

ol {
	font-size: 0.8em;
	padding-left: 4%;
}

a {
	//color: #92d371;
	color: #63d32a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

h1 {
	color: #63d32a;
	font-size: 146.5%; /* 19px  */
	margin: 15px 0px;
	font-weight: bold;
}

h2 {
	font-size: 108%; /* 14px  */
	color: #63d32a;
	margin: -1em 0 0 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

h3 {
	color: #63d32a;
	font-size: 138.5%; /* 18px  */
	font-weight: bold;
	margin-top: 2%; 
	margin-bottom: 0.3%;
}

h4 {
	color: #555555;
	font-size: 116%; /* 15px  */
	margin: 20px 0 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #b7b7d8;
}

h5 {
	font-size: 123.1%; /* 16px  */
	color: #63d32a;
	font-weight: bold;
	margin: 4% 0 1% 0;
	padding: 0;
}

h6 {
	color: #63d32a;
	font-size: 108%; /* 14px  */
	font-weight: normal;
	margin: 0;
}

p {
	font-size: 108%; /* 14px  */
	margin-right: 0.2em;
	margin-bottom: 10px;
}

p.definition {
	margin: 0.3em 0.2em 1.5em 1.5em;
}

img.bullet {
	width: 11px;
	margin-right: 0.5em;
}

p.definition2 {
	margin: 0.3em 0.2em 1.5em 3.1em;
}

img.bullet2 {
	width: 16px;
	margin-left: 1.1em;
	margin-right: 0.5em;
}

a.job {
	font-size: 116%; /* 15px  */
	font-weight: bold;
	color: #2478a7;
}

font.heading {
	font-size: 116%; /* 15px  */
	font-weight: bold;
	color: #555555;
}

font.heading2 {
	font-size: 108%; /* 14px  */
	color: #555555;
}

font.project_name {
	color: #2478a7;
	font-weight: bold;
	font-size: 116%; /* 15px  */
}

font.project_info, .company {
	font-size: 108%; /* 14px  */
}

a.name {
	color: #2478a7;
	font-size: 108%; /* 14px  */
	font-weight: bold;
}

font.job_title {
	font-size: 93%; /* 12px  */
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

font.name {  /* not sure if being used */
	color: #2478a7;
	font-size: 108%; /* 14px  */
	font-weight: bold;
	padding-top: 3%;
}

#biopic {
	padding: 1% 0 2% 2%;
	width: 30%;
}

.member_logo {
	margin: 10px 60px;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.error {
	color: #ff698c;
	font-weight: bold;
}

.ListLine0 {
	background: #ffffff;
}

.ListLine1 {
	background: #e0e0e0;
}

.contact_form {
	border: 0;
	margin: 0 auto;
}

td.syllabus {
	font-size: 108%; /* 14px  */
}

td.required {
	font-size: 116%; /* 15px  */
	vertical-align: top;
	padding-top: 5px;
	width: 3%;
}

td.details {
	font-size: 108%; /* 14px  */
	width: 100px;
	padding: 5px;
	text-align: justify;
}

td.label {
	font-size: 108%; /* 14px  */
	width: 25%;
	vertical-align: top;
	padding-top: 5px;
}

td.space {
	width: 28%;
}

.textfield {
	color: #555555;
	margin: 3px 0.5%;
	width: 99%;
}

.textarea {
	color: #555555;
	margin: 3px 0.5%;
	width: 99%;
	height: 100px;
}

.submit {
	height: 25px;
	margin: 5px 0.5%;
}

/* Pagelinks style settings */
.pagelinks {	
	padding-bottom: 10px;
}

.pagefirstlink, .pagelastlink,
.pagenextlink, .pageprevlink,
.pagenumlink	{
	margin: 5px;
	font-size: 108%; /* 14px  */
	text-decoration: none;
}

.pagenumlink:before	{
	content: "[ ";
}

.pagenumlink:after	{
	content: " ]";
}

.pagenumactive {
	margin: 10px;
}

/* Footer style settings */
#footer {
	padding: 1px 0 0 0;
	width: 100%;
}

font.footer {
	font-size: 77%; /* 10px  */
}

#footer_nav {
	font-size: 77%; /* 10px  */
}

#footer_nav a {
	width: 100%;
	padding: 4px 0px;
	color: #555555;
}

#footer_nav td {
	padding: 3px 5px 0 5px;
}

#footer_nav td.first {
	padding-left: 0px;
}

#footer_nav td::after {
	content: "\00A0\00A0\00A0 | ";
}

#footer_nav td.last::after {
	content: "";
}

/* Fix CSS clear style */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* start bubble */
.bubble {
	width: auto;
	font-size: x-small;
	margin-bottom: 24px;
}

.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #b7b7d8;
	background-color: inherit;
}

.bubble blockquote p {
	font-size: small;
	margin: 10px;
	padding: 0px;
}

.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	//top: 6px;
	top: 5px;
	background: transparent url(../images/tip_gray.gif) no-repeat 20px 0;
	font-style: normal;
}
/* end bubble */

