@charset "UTF-8";
/* Spithra layout for Modern Browsers */

/***************

Overrides and normalizes for all browsers

****************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

ol, ul
{
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}	

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}

/******************
End Normalizing
******************/

/*global styles that apply to all tags unless overridden later*/

body
{
	font-family: "Times New Roman", Times, serif;
	background-color: #F2FAFD;
	
}

a:hover
{
	color: #6C0505;
}
/*END global styles*/

/*Branding styles for header on each page*/

div#branding
{
	position: relative;
	width: 100%;
	height: 175px;
	margin: 0;
	background-color: #000;
}

#branding img.branding_web
{
	float:left;
}

#branding img.logo_name
{
	position: static;
	margin-top: 30px;
}

/*Main navigation bar*/
div#nav_bar
{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #41056C;
	border-top: 2px solid #F2FAFD;
	border-bottom: 2px solid #F2FAFD;

	
}

#nav_bar ul
{
	font-size: 20px;
	margin-left:100px;
	padding-top: 5px;
	
}
	

#nav_bar ul li
{	
	display: inline;
	padding-right: 150px;
}

#nav_bar a
{
	color: #F2FAFD;
	text-decoration:none;
}

#nav_bar a:hover
{
	color: #12795F;
	text-decoration: underline;
}


/*END main navigation bar in branding */

div#nav_bar_spacer 
{
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #000;

}


/*END branding styles*/


/*Sidebar styles*/
div#sidebar
{
	float: left;
	width: 20%;
	
}

#sidebar h3
{
	padding-top: 25px;
	margin-left: 25px;
	padding-bottom: 25px;
	color: #41056C;
	font-size: 100%;
	
}


#sidebar ul
{
	font-size: 15px;
	margin-left:25px;	

}
	

#sidebar ul li
{	
	padding-bottom: 10px;
	padding-right: 25px;
	color: #97190D;	
}

#sidebar a
{
	color: #20846B;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #97190D;
	text-decoration: underline;
}
/*END sidebar*/	


/*Content area styles*/
div#content
{
	float: right;
	width: 79%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-left: 1px dotted #41056C;

}

#content h3
{
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	color: #41056C;
	font-size: 110%;
}

#content h5
{
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	color: #97190D;
	font-size: 100%;
}

#content p
{
	text-align: left;
	padding-left: 25px;
	margin-right: 50px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #061A15;
	line-height: 1.25em;
}

/*for CV page only*/
#content p.cv
{
	margin-top: 0;
	
}

#content a
{

	color: #20846B;
	text-decoration: none;

}

#content a:hover
{
	color: #97190D;
	text-decoration: underline;
}

#content ul
{
	font-size: 15px;
	margin-left:25px;	
	
}
	

#content ul li
{	
	padding-bottom: 10px;
		
}


/*END content area*/

div#info_box
{
	float: right;
	margin-left: 50px;
	margin-bottom: 25px;
	margin-right: 50px;
	width: 175px;
	height: auto;
	border-left: 1px dotted #40145C;
}

#info_box p
{
	margin: 0 0;
	padding: 10px;
	color: #061A15;
	
}

#info_box a
{
	padding-right: 10px;
	padding-top: 10px;
	color: #20846B;
	
}

#info_box h4
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #40145C;
	color: #E5EFF3;
	border: 2px solid #000;
}

#info_box dt
{
	color: #40145C;
	padding: 10px;
}

#info_box dd
{
	color: #000;
	padding: 10px;
	line-height: 1.25em;
	margin-left: 10px;
}

/*styles info box on CV page only*/
#info_box dl.cv dd
{
	color: #97190D;
	padding: 10px;
	line-height: 1.25em;
	margin-left: 10px;
}

#info_box dl.cv dt
{
	color: #40145C;
	padding: 10px;
}
 
 
/*defines the web form on the contact page*/
div#contact_form
{
	margin-right: 200px;
}

div#contact_form fieldset
{
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
	border: 2px solid #41056C;
	background: #F2FAFD;

}

#contact_form legend
{
	font-weight: bold;
	margin: -2em 0;
	padding: .1em;
	color: #000;
}

.required
{
	font-size: 0.75em;
	color: #6C0505;
}

#contact_form label
{
	display: block;
}

#contact_form input[type="text"]
{
	width: 327px;
}

#contact_form textarea
{
	width: 300px;
	height: 150px;
}

#contact_form input[type="text"], textarea
{
	border-top: 2px solid #41056C;
	border-left: 2px solid #41056C;
	border-bottom: 1px solid #41056C;
	border-right: 1px solid #41056C;
}

#contact_form input[type="submit"]
{
	margin-left: 20px;
}

#contact_form input[type="reset"]
{
	margin-left: 20px;
}

/*Style the blog posts*/
#blog
{

	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.5em;

}

#blog img
{
	padding-right: 10px;
	padding-bottom: 10px;
}


#blog a.subject
{
	text-decoration:none;
	color: #41056C;
	font-size: 110%;
}

.info
{
	font-size: 12px;
	color: #000;
}

#blog p.blogheader
{
	color: #41056C;
	font-size: 95%;
	line-height: 1em;
	
}

.info
{
	font-size: 95%;
}

#morelinks a.op
{
	float: right;
}

#morelinks a
{
	padding: 0 40px;
}
/*Site info styles*/
div#footer
{
	clear: both;
	width: 100%;
	height: 25px;
	background-color: #000;
	color: #F2FAFD;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}

#footer a {
	color: #F2FAFD;
}

/*END main content styles */


