/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* ----------------------------
simple reset
---------------------------- */
html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
img {
  border: 0;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 110%;
  line-height: 1.1;
}
abbr,
acronym {
  border-bottom: .1em dotted;
  cursor: help;
}
/* Stop padding from affecting width in block level elements */
div,
section,
article,
aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}




/* Typographical Styles */

body {
  font: 14px/21px 'Open Sans', verdana, sans-serif;
  color: #333;
}

footer {
	color: #fff;
}

/* Headings */
h1,
h2,
h3
{
  font-family: 'Belleza', arial, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1.2em;
}
h2 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom:5px;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom:7px;
}
h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #333;
  font-weight:bold;
  margin: 12px 0 4px 0;
}

h5 {
	color: #a31713;
	font-weight:bold;
}
article h1, article h2, article h3 {
	color: #971919;
}
aside h1, aside h2, aside h3, aside h4 {
	color: #797771;
}
header h1, header h2, header h3, header h4,
footer h1, footer h2, footer h3, footer h4 {
	color: #fff;
}

/* Links */
a:link, a:visited {
	color: #2f5fa8;
}
a:hover {
	color: #3678db;
}
span.linkSelected {
	color: #3678db;
	text-decoration:underline;
}
nav a:link, nav a:visited {
	color: #c5c5c5;
}
nav a:hover {
	color: #fff;
	text-decoration:none;
}

footer a:link, footer a:visited {
	color: #8cb5f0;
}
	
nav.topNav li.home a:link, nav.topNav li.home a:visited {
	background: url(../images/icon_home.png) no-repeat left;
}
nav.topNav li.home a:hover {
	color: #81aae9;
	background: url(../images/icon_home_hvr.png) no-repeat left;
}
nav.topNav li.home a.selected:link, nav.topNav li.home a.selected:visited {
	color: #fff; 
	background: url(../images/icon_home_select.png) no-repeat left;
}
nav.topNav li.members a:link, nav.topNav li.members a:visited {
	background: url(../images/icon_members.png) no-repeat left;
}
nav.topNav li.members a:hover {
	color: #81aae9;
	background: url(../images/icon_members_hvr.png) no-repeat left;
}
nav.topNav li.members a.selected:link, nav.topNav li.members a.selected:visited {
	color: #fff; 
	background: url(../images/icon_members_select.png) no-repeat left;
}
nav.topNav li.meetings a:link, nav.topNav li.meetings a:visited {
	background: url(../images/icon_meetings.png) no-repeat left;
}
nav.topNav li.meetings a:hover {
	color: #81aae9;
	background: url(../images/icon_meetings_hvr.png) no-repeat left;
}
nav.topNav li.meetings a.selected:link, nav.topNav li.meetings a.selected:visited {
	color: #fff; 
	background: url(../images/icon_meetings_select.png) no-repeat left;
}
nav.topNav li.recodifications a:link, nav.topNav li.recodifications a:visited {
	background: url(../images/icon_recodifications.png) no-repeat left;
}
nav.topNav li.recodifications a:hover {
	color: #81aae9;
	background: url(../images/icon_recodifications_hvr.png) no-repeat left;
}
nav.topNav li.recodifications a.selected:link, nav.topNav li.recodifications a.selected:visited {
	color: #fff; 
	background: url(../images/icon_recodifications_select.png) no-repeat left;
}
nav.topNav li.contact a:link, nav.topNav li.contact a:visited {
	background: url(../images/icon_contact.png) no-repeat left;
}
nav.topNav li.contact a:hover {
	color: #81aae9;
	background: url(../images/icon_contact_hvr.png) no-repeat left;
}
nav.topNav li.contact a.selected:link, nav.topNav li.contact a.selected:visited {
	color: #fff; 
	background: url(../images/icon_contact_select.png) no-repeat left;
}


/* Layout Elements */
body {
	background: #fff;
}

/* Layers */

nav.topNav {
	position:fixed; 
	z-index:10;
	width: 100%;
	background: #000;
	}
header {
	background: url(../images/diagonal-noise.png) top center #2b579a;
	height: 140px;	
	background-color: #1b4ea0;
	color: #fff;
	margin-bottom: 20px;
}
#home header {
	height: 500px;
}
header.hero1 {
	background: url(../images/hero/capitol1.jpg) no-repeat bottom center #fff;
	background-size: cover;
}
header.hero2 {
	background: url(../images/hero/capitol2.jpg) no-repeat bottom center #fff;
	background-size: cover;
}
header.hero3 {
	background: url(../images/hero/capitol3.jpg) no-repeat bottom center #fff;
	background-size: cover;
}
header.hero4 {
	background: url(../images/hero/capitol4.jpg) no-repeat bottom center #fff;
	background-size: cover;
}
header.hero5 {
	background: url(../images/hero/capitol5.jpg) no-repeat bottom center #fff;
	background-size: cover;
}
footer {
	background: #122f59;
	padding-top: 20px;
	border-top: solid 2px #4780cb;
	font-size: .95em;
}

/*#footer-region-2 {margin-left: 25%; width: 100%;}
#footer-region-3 {margin-left: 50%; width: 100%;}
#footer-region-4 {margin-left: 75%; width: 100%;}*/




/* Container for fixed width, eventually apply responsive design here */
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
header .container {
	overflow: visible;
	margin-top: 0;
}

/* Elements inside each layer */
.mainNav {
	font-size: 1.05em;
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 1%;
	margin-right: 1%;
}
.mainNav li {
	display: inline;
	margin-right: 4%;
}
.mainNav li a {
	padding-left:20px;
}
.mainNav img, .siteNav img {
	vertical-align:text-top;
}
.siteNav { 
	list-style: none;	
	width: 23%;
	position: absolute;
	top: 0; right: 1%; 
	font-size: .88em;
	background: url(../images/bg_site_nav.png) bottom center transparent no-repeat;
	margin-top: -90px;
	padding-bottom: 12px;
}
.siteNav li {
	margin-bottom: 9px;
	margin-top: 6px;
	margin-left: 7px;
}

.siteNav li.admincode a:link, .siteNav li.admincode a:visited {
	background: url(../images/icon_admincode.png) no-repeat left;
	color:#dcdada;
}
.siteNav li.admincode a:hover {
	background: url(../images/icon_admincode_hvr.png) no-repeat left;
	color:#fff;
}

.siteNav li.register a:link, .siteNav li.register a:visited {
	background: url(../images/icon_register.png) no-repeat left;
	color:#dcdada;
}
.siteNav li.register a:hover {
	background: url(../images/icon_register_hvr.png) no-repeat left;
	color:#fff;
}


.siteNav li.vacode a:link, .siteNav li.vacode a:visited {
	background: url(../images/icon_vacode.png) no-repeat left;
	color:#dcdada;
}
.siteNav li.vacode a:hover {
	background: url(../images/icon_vacode_hvr.png) no-repeat left;
	color:#fff;
}
.siteNav li a {
	padding-left:22px;
}
.siteNav li#activate a:link, .siteNav li#activate a:visited {
	background: url(../images/icon_globe.png) no-repeat left;
	color:#dcdada;
}
.siteNav li#activate a:hover, .siteNav li#activate a:active {
	background: url(../images/icon_globe_hvr.png) no-repeat left;
	color:#fff;
}

header h1 {
	padding-top: 20px;
}
.mainContent .leftCol {
	width: 73%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding-bottom: 10px;
}

.mainContent article {
	padding-bottom: 20px;
}

.mainContent article ul {
	margin-bottom: 1em;
	margin-left: 1em;
}
.mainContent article li {
	margin-bottom: .5em;
}
.mainContent article ul.list {
	margin-left: 0;
	list-style:none;
}
.mainContent aside {
	padding-bottom: 30px;
}
.mainContent aside, 
.quickLinks .linkMenu, 
.quickLinks .contactInfo {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;	
	float: left;
}
.quickLinks {
	overflow: hidden;
	border-bottom: solid 1px #0a1f3d;
	background: url(../images/ga_seal_code_commission.png) bottom right no-repeat;
	padding-bottom:85px;
}
.quickLinks .linkMenu, 
.quickLinks .contactInfo,
aside ul {
	list-style: none;
}
.quickLinks li {
	margin-bottom: .5em;
}
p.legal {
	font-size: .85em;
	text-align: center;
	padding-top: 10px;
	border-top: solid 1px #22467b;
}

img#logo {
	margin-top:25px;
}

img.menuIcon {
	float: left;
	vertical-align:middle;
	margin-right:10px;
	margin-top:3px;
}

img.pdfIcon {
	float: left;
	vertical-align:middle;
	margin-right:5px;
}

aside section {
	background: url('../images/border-dot.png') top left repeat-x transparent;
	padding-top: 10px;
}

aside .layoutMarg {
	margin-bottom:30px;
	line-height:19px;
}
	
	
ul.linkList li {
	margin-bottom:10px;
	display:table;
}

ul.iconMenu li img.pdfIcon {
	display: table-cell;
}

ul.linkList li a {
	display: table-cell;
}
	
ul.iconMenu li {
	display: table;
	margin:10px 0;
}

ul.iconMenu li img.menuIcon {
	display: table-cell;
}

ul.iconMenu li a {
	display: table-cell;
	vertical-align: middle;
}

.callout {
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #efefef;
	border: solid 1px #d0d2d2;
}

.icon {
	vertical-align: middle;
}

.mainContent article ul.annual-list {
	margin:0;
	list-style:none;
	margin-top:15px;
	
}

ul.annual-list h3 {
	color: #a31713;
	font: 14px/21px 'Open Sans', verdana, sans-serif;
	font-weight: bold;
	width: 50px;
	float: left;
	clear: left;
	line-height:1.3em;
	margin-bottom:10px;
}

ul.annual-list li {
	margin-left: 0;
	line-height:1.3em;
	margin-bottom:10px;
}


dl.annual-list {
	overflow: hidden;
}

dl.annual-list dt {
	color: #a31713;
	font-weight: bold;
	width: 50px;
	float: left;
	clear: left;
	margin-bottom: .5em;
}

dl.annual-list dd {
	margin-left: 0;
	margin-bottom: .5em;
}

div.ddFm {float:right; font-size:.75em; padding:0 10px 10px 20px; text-align:right;}
div.ddFm h6 {color:#777; text-transform:uppercase; font-weight:normal; margin:0;}
form#ddYear{text-align:right; margin:0;}

/* tables */
table#meetings {
	width: 100%;
	margin: 10px 20px 30px 0;
	border-collapse: collapse; 
	border: 1px solid #d2d2d2;
	font-size: .9em;
}

table td { 
border-top: 1px solid #d2d2d2;
padding: 4px 10px 4px 8px;
vertical-align: top; !important;
}

table th {
	padding: 4px 0 4px 8px;
	background-color: #EBEDEF;
	color: #666;
	font-weight:bold;
	background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
table#meetings ul {
	list-style-type: none; 
	margin-bottom: 0;
	margin:0;
	padding:0;
}
table#meetings li {
	margin-bottom:0;
	line-height:20px;
	
}
col.colMtg1 { width: 11%; }
col.colMtg2 { width: 11%; }
col.colMtg3 { width: 58%; }
col.colMtg4 { width: 20%; }

col.colMtgAlac1 { width: 8%; }
col.colMtgAlac2 { width: 10%; }
col.colMtgAlac3 { width: 20%; }
col.colMtgAlac4 { width: 18%; }
col.colMtgAlac5 { width: 42%; }

.materials td {border: none; padding: 0; background: #f3efe4;}
.materials td div {border: none; padding: 10px;}

table#meetings a:hover {
	text-decoration: underline;
}

/* Some Teaser Responsive Design */
@media screen and (max-width: 960px) {
	.container {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.mainContent article,
	.mainContent aside, 
	.quickLinks .linkMenu, 
	.quickLinks .contactInfo {
		width: 98%;
	}	
	.siteNav { 
		display: none;
	}
	.mainNav {text-align: center;}
	
	.mainContent .leftCol {
           width: 98%;
       }
}

 @media screen and (max-width: 900px) {
   .siteNav {display: none;}
   .mainNav {text-align: center;}
}