@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;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	clear: none;
	float: none;
}
.content {
width: 100%;
}

.keynotes {
	
position: static;
	
height: auto;
	
width: 100%;
	
margin-left: 0;
	
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.network {
	margin-top: 10px;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.buttonsm {
	width: 21.0526%;
	margin-left: 5.2631%;
	clear: none;
	text-align: center;
	display: block;
}
.picturesmall {
width: 100%;
clear: both;
margin-left: 0;
}
.highlights {
	text-align: center;
	color: #FFF;
	background-color: #900;
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFF;
	border-radius: 25px;
	font-size: 16pt;
}
#menu {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	margin-left: 0;
}
.header {
display: block;
}
.headermedium {
display: block;
}
.headersmall {
display: block;
}
.yellowhighlights {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bold;
	color: #FFF;
	background-color: #C90;
	text-align: center;
	border-radius: 25px;
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.aboutme {
width: 100%;
margin-left: 0;
}
.pictureleft {
	width: 47.3684%;
	margin-left: 26.3157%;
	margin-right: 26.3157%;
	margin-bottom: 15px;	
}
.pictureright {
	width: 47.3684%;
	margin-left: 26.3157%;
	margin-right: 26.3157%;
	margin-bottom: 15px;
	float: right;
}
.smallblocks {
width: 100%;
clear: both;
margin-left: 0;
}
.frameaward {
width: 100%;
margin-left: 0;
}
.logospjsawvel {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
.content {
	width: 58.5384%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-right: 2%;
}

.keynotes {
position: static;
height: auto;
width: 100%;
margin-left: 0;
}

#footer {
}
.network {
width: 100%;
clear: both;
margin-left: 0;
}
.buttonsm {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.picturesmall {
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
}
.highlights {
width: 100%;
clear: none;
margin-left: 0;
}
#menu {
width: 100%;
margin-left: 0;
}
.header {
display: block;
}
.headermedium {
display: block;
}
.headersmall {
display: block;
}
.yellowhighlights {
width: 100%;
margin-left: 0;
}
.aboutme {
width: 100%;
margin-left: 0;
}
.pictureleft {
	width: 35.8974%;
	margin-right: 15px;
	margin-left: 0;
}
.pictureright {
	width: 35.8974%;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 0px;
}
.smallblocks {
width: 46.7179%;
clear: none;
margin-left: 2.5641%;
}
.frameaward {
width: 74.3589%;
margin-left: 12.8205%;
}
.logospjsawvel {
width: 100%;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 97.5%;
	margin: auto;
	margin-left:0;
	clear: none;
	float: none;
}
.content {
	width: 54.6272%;
	margin-left: 8.4745%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-right: 2%;
}


.keynotes {
margin-left: 8.4745%;
position: static;
height: auto;
width: 83.0508%;
}
.network {
width: 66.1016%;
margin-left: 16.9491%;
clear: both;
}
.buttonsm {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.picturesmall {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
.highlights {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-size: 15pt;
	background-color: #C8040B;
	color: #FFF;
}
#menu {
	width: 83.0508%;
	margin-left: 8.4745%;
	margin-bottom: 30px;
}
.header {
display: block;
}
.headermedium {
display: block;
}
.headersmall {
display: block;
}
.yellowhighlights {
	
width: 100%;
	
margin-left: 0;
	
}
.aboutme {
width: 83.0508%;
margin-left: 8.4745%;
}
.pictureleft {
	width: 28.5714%;
	margin-right: 15px;
	margin-left: 0;
}
.pictureright {
	width: 28.5714%;
	margin-bottom: 15px;
	margin-left: 15px;
}
.smallblocks {
width: 46.7755%;
margin-left: 2.0408%;
clear: none;
}
.frameaward {
width: 79.5918%;
margin-left: 10.204%;
}
.logospjsawvel {
width: 83.0508%;
margin-left: 8.4745%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
