/*Site Styles*/
/*Background colors on everything for visualization:*/

/*Divs*/

#container {
  	width: 900px; /*All page content will be 900 pixels wide*/
  	margin: 0em auto 0px auto; /*TRBL: 2ems from top, auto R & L = centered appearance*/
  	position: relative; /*Create a positioning context for all descendants of #container (everything)*/
 }
 
#header {
 	height: 25px; 
 	font-size:20px;
 	width:100%;
	background-color: #9fcfff;
}

#subhead {
  	height: 20px; 
  	font-size:14px;
  	width:100%;
	color:white;
	background-color:#431127;
	
}

#content {
  	margin-left: 0px; 
  	margin-top: 0em; 
 	position: relative; 
 	border-bottom: 1px solid #431127;
}

#experience{
 	margin-right: 150px; 
 	font-size:12px;
 	height:600px;
 	width:750px;
 
}

#supporting_port {
 	position: absolute; 
  	width: 0px; 
  	left: 0px;
 	top: 0px; 
  	font-size:12px;
}

#navigation {
  	position: absolute; 
  	width: 150px; 
  	left: 600px; 
  	top: 0em; 
  	font-family: Georgia, serif;
  	font-size: 12px;
	display: inline;
	background: #9fcfff; 
   }
 
#navigation>li {
	display:inline;
	margin-left:10px;
}

#navigation li a:hover { 
	background: #9fcfff; 
	width:100px;}
  
.subhead {
  	width: 450px;
  	font-family: Georgia, serif;
  	font-size: 12px;
  	padding: 0px 0px 0px 425px;
  	 margin-left:115px;}
   
.responsibilitiestwo{
	width: 800px;
	padding: 15px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	list-style-type: none;
	line-height:125%;
	color:#431127;
}


ul.aboutdescrip{
	width:450px;
}

ul.aboutdescrip >li{
margin-bottom:15px;
width:400px;
padding: 5px 5px 5px 5px;
margin-left: 5px;

}
.abouttwo li {
display:inline;
padding: 0 0 0 15px;
font-size:11px;
}


.abouttwo li a:hover { 
background: #9fcfff; 
}


ul.portdescrip{
width:300px;
}


ul.portdescrip >li{
margin-bottom:15px;
width:300px;
padding: 5px 5px 5px 5px;
margin-left: 5px;

}

ul.blue {

width:300px;
margin-bottom:25px;
}

ul.blue>li {
	width:260px;
	margin-left: 25px;
	padding: 5px 0px 5px 5px;
	list-style-type:disc;

}


#icon{
	position: absolute;
	top:3em;
	font-size:12px;
	width:450px;
	display:inline;
	margin-left:200px;
	
}


ul.icons{
width:500px;
margin-left:150px;

}   
ul.icons li{
	display:inline;
	padding: 5px 5px 5px 0px;
}

ul.icons>li>a>img{
	border:1px solid #431127;

}

.icons li a:hover { 
background: #9fcfff; 
}

	
/*Footer and Icons*/

ul.collab{
	width: 400px;
	display: inline;
	margin-top:5px;
	position: absolute; 
	left: 325px;
	top:450px;
	

}

ul.collab>li {
	
	display:inline;
	padding: 0 5px; 0 5px;

	
}

ul.collab li a:hover { 
background: #9fcfff; 
}

#footer {
    display:inline;
}

ul.footer>li {
	display:inline;
	padding: 5px 0 0 0;}   

ul.validators>li {
	width:100px;
	display:inline;
}

ul.validators>li>a>img {
	display:inline;
}

ul.validators li>a>img  {
	padding: 0 0 0 535px;
}
	
ul.validators li+li+li>a>img  {
	padding: 0 0 0 0px;
}
  



   
/*Site Styles*/
body {
	color:#431127;
	
	
}

p {
	margin-top:15px;
	margin-bottom:10px;
	font-size:12px;
	font-family:"Times New Roman",Georgia,Serif
	}

h2{
	font-size:18px;
}

h3 {
	font-size:14px;
	margin-top:15px;
	color:#431127;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#431127;
	padding: 5px 0 0 0;
	width: 200px;
	margin-bottom: 3px;
}

.img {
	display:inline;

}

ul.import>li {
	margin-top:5px;
	position: absolute; 
	width: 425px; 
	left: 325px;
	top:50px;
	border: 1px solid #431127;
}


ul.homepic>li {
	margin-top:5px;
	position: absolute; 
	width: 400px; 
	left: 415px;
	top:50px;
	
}



/*Links*/
a:link { color: #431127; text-decoration: none; font-weight:bold;}
a:visited {color: #431127; text-decoration: none; font-weight:bold;}  /* visited link */
a:hover {color: white;}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */




/*Main Headings and Titles*/
.mast{
	display:inline; 
	align: right;
	width: 750px; 
	color:#431127; 
	padding: 0px 0px 0px 835px; 
	font-weight:bold;
}

.title{
	width: 250px; 
	color:#431127; 
	padding: 20px 0px 5px 5px;  
	font-size:20px; 
	border-bottom: 1px solid #431127;
margin-top:10px;	
margin-bottom:10px;}

.brad {margin-left:-100000px;}
	

.contact {
	margin-bottom: 10px;
	font-size:13px;
	}




/*Acccessibility*/
.accessibility {
	position: absolute;
	left: -10000px;
}


/*Javascript and Dom Scripting*/

/*
.hasjs {
	color: #431127;
}

ul#contactme > li {
	font-weight: bold;
}

.hasjs ul#contactme > li { 
	cursor: pointer;
}

ul#contactme > li > ul { 
	font-weight: normal; 
	text-decoration:none;
}
	
.hasjs ul#contactme > li > ul { 
	display: none; 
}

.hasjs ul#contactme > li > ul.showme { 
	display: block; 
}

div#container { 
	width: 900px; 
}
.widescreen div#container { 
	width: 1000px; 
}
*/



