@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Text styles */
a, a:visited {
	color: #842380;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #842380;
	text-decoration: underline;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	*/
	width: 100%;
	padding: 0;
	clear: none;
	float: none;
}
#div1 {
width: 100%;
margin-left: 0;
position: static;
height: auto;
}
#div3 {
    width: 100%;
    margin-left: 0;
    position: static;
    height: auto;
        clear: both;
}
#div2 {
    width: 100%;
    margin-left: 0;
    position: static;
    height: auto;
}
div.companyDates, div.companyLocation {
	float: none;
	width: 100%;
}
#div4 {
	width: 100%;
	margin-left: 0;
	position: static;
	height: auto;
}
#div5 {
	width: 100%;
	margin-left: 0;
	position: static;
	height: auto;
}
#div6 {
	width: 100%;
	margin-left: 0;
	position: static;
	height: auto;
}
#div7 {
	width: 100%;
	margin-left: 0;
	position: static;
	height: auto;
}
#div8 {
	width: 100%;
	margin-left: 0;
	position: static;
	height: auto;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}


h1 {
	text-transform: uppercase;
	text-align: center;
	color: #842380;
	padding: 0;
	margin: 0;
	font-size: 24px;
}
h2 {
	text-transform: uppercase;
	text-align: center;
	background-color: #842380;
	padding: 0.3em 1em 0.2em;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0;
}
p, ul, ol, li {
	font-size: 14px;
}
ul, ol {
	padding: 0 0 0 20px;
}
li {
	padding: 0 0 10px 0;
}
h3, h4, div.companyDates, div.companyLocation {
	font-size: 16px;
}
div.company {
	padding: 1em 1em 0.5em;
	margin: 0;
}
div.company:nth-child(odd) {
	background: #F2F2F2;
}
div.companyheader, div.companyBody {
	float: none;
	clear: both;
	overflow: hidden;
}
h3.companyName {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
	color: #842380;
}
h3.companyName em {
	text-transform: none;
	font-weight: normal;
}
h4.companyTitle {
	text-transform: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#divHeader {
	padding: 1.5em 0;
}
#divHeader p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
#div3 ul {
	text-align: center;
	list-style: none;
	padding: 1em 0;
	margin: 0;
}
#div3 li {
	padding: 0;
	margin: 0;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
h1 {
	font-size: 22px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
}
h3.companyName {
	float: left;
	width: auto;
}
h4.companyTitle {
	float: left;
	clear: both;
	width: auto;
}
div.companyDates, div.companyLocation {
	float: right;
	width: auto;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
#div3 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
    clear: both;
}
#div2 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div4 {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
}
#div5 {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
}
#div6 {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
}
#div7 {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
}
#div8 {
	width: 100%;
	position: static;
	height: auto;
	margin-left: 0;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}

#div3 li {
	display: inline-block;
}
#div3 li:after {
	content: " · ";
}
#div3 li:last-child:after {
	content: "";
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
h1 {
	font-size: 32px;
	letter-spacing: 0.3em;
	float: left;
	text-align: left;
}
h2 {
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.2em;
}
#div3 h2 {
	text-align: center;
}
p, ul, ol, li {
	font-size: 14px;
}
h3, h4, div.companyDates, div.companyLocation {
	font-size: 16px;
}
#divHeader p {
	font-size: 13px;
	float: right;
	text-align: right;
}
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 66.1016%;
position: static;
height: auto;
margin-left: 0;
}
#div3 {
    width: 32.2033%;
    position: static;
    height: auto;
    margin-left: 1.6949%;
    clear: none;
}
#div2 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div4 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div5 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div6 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div7 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
#div8 {
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

#div3 li {
	display: block;
	padding: 0 0 5px 0;
}
#div3 li:after {
	content: "";
}

}
@media only screen and (min-width: 979px) {
#div2, #div4, #div5, #div6, #div7 {
    width: 66.1016%;
}

}