@charset "UTF-8";
/* CSS Document */

/* Colors 
Dark Blue #00324E
Muted Blue #00516E
Dark Green #39727C
Muted Dark Green #5D878F
Light Green #8AB292
Muted Light Green #9FBEA4

*/
body{
margin:0px;
padding:0px;
font-size:12px;
font-family:Helvetica, Arial, Geneva, sans-serif;
background:#ffffff;
}




/* Usefull classes =========================*/
.clear{clear:both;}
.blue{color:#00324E;}
.mblue{color:#00516E;}
.dgreen{color:#9dc2c9;}
.mdgreen{color:#5D878F;}
.green{color:#8AB292;}
.mgreen{color:#9FBEA4}
.white{color:#fff;}

.left{float:left;}
.right{float:right;}

/*  Fonts     ===========================*/

@font-face {
    font-family: 'CallunaRegular';
    src: url('../fonts/Calluna-Regular-webfont.eot');
	src: local('CallunaRegular'), url('../fonts/Calluna-Regular-webfont.woff') format('woff'), url('../fonts/Calluna-Regular-webfont.ttf') format('truetype'), url('../fonts/Calluna-Regular-webfont.svg#webfontJYolXlF6') format('svg');
    font-weight: normal;
    font-style: normal;

}


.franchise{font-family:"CallunaRegular", "Helvetica", Arial, Times, serif;}





/* general Classes ===================*/

p{
margin:0px;
padding:0px 0px 1em 0px;
color:#00324E;
line-height:1.4em;
}
h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
h2, h3{
	font-size:2em;
	font-family:"CallunaRegular", "Helvetica", Arial, Times, serif;
	padding-bottom:20px;
	color:#fff;
	text-decoration: none;
}
a{ color:#00324E; text-decoration:none;}
a:hover{color:#39727C;}

#left_content ol{
color:#ffffff;


}


#left_content img.right{
margin-left:10px;
margin-bottom:10px;
border:5px solid #39727C;
}

#left_content img.left{
margin-right:10px;
margin-bottom:10px;
border:5px solid #39727C;
}


#left_content iframe{

margin-bottom:30px;
border:5px solid #39727C;

}


/* General Layouts ======================*/
#header{
background:#00324E;
border-bottom:3px solid white;
height:125px;

}
.standard_width{
width:903px;
margin:0 auto;
clear:both;
padding-left:40px;
padding-right:17px;

}

#content_headings {
background:#9dc2c9;

}
#content{
background:#ffffff;
padding:20px 0px;
}

#left_content{
float:left;
width:580px;
padding-right:71px;
}

#right_content{
float:right;
width:252px;
}
#bottom_links{
background:#39727C;
}
#footer{
background:#00324E;
padding:20px 0px;
color:#fff;

}
#header h1{
float:left;
width:130px;
}



/* Navigation ==========================*/
#nav{
list-style:none;
margin:0px;
padding:0px;
float:right;


}
#nav li{
float:left;


}


#nav a{
font-family:Helvetica, Arial, Geneva, sans-serif;
font-size:1.2em;
color:#ffffff;
text-decoration:none;
font-weight:bold;
display:block;
padding:50px 15px 10px 15px;
margin-left:0px;
}
.nav_quote{
font-size:.8em;
color:#ffffff;
font-weight:normal;


}

#nav li a:hover, #nav li.active a{
background:#8AB292;
color:#00324E;
-moz-box-shadow: 0px 3px 10px #012535; /* For shadow effect to work in supported versions of Mozilla */
-webkit-box-shadow: 0px 3px 10px #012535; /* For shadow effect to work in supported versions of Safari */


}

#nav li a:hover .nav_quote, #nav li.active .nav_quote{
color:#fff;
}
/* footer information ==============*/
#footer{
height:100px;
}

#footer a{color:#8AB292;}

#footer a:hover{color:#9FBEA4;}
#footer img{
float:left;
margin-right:20px;
}

#footer address{
padding-top:25px;

}

/* Content Headings  ==========================*/
#content_headings h1{
margin:0px;
padding:0px;
font-family:"CallunaRegular", "Helvetica", Arial, Times, serif;
font-weight:normal;
padding-top:20px;
margin-bottom:-10px;
color:#ffffff;
font-size:6em;


}


/* Figures with captions ================*/
.figure {
padding:0px 0px 10px 10px;
width:33%

}
.figure p{
text-align:center;
font-size:.9em;
color:#404040;
}

/* Sidebars three colors blue green and dark green ===================*/


/* general styles*/
.blue_sidebar h4, .dgreen_sidebar h4, .green_sidebar h4{
font-family:"CallunaRegular", "Helvetica", Arial, Times, serif;
font-size:2.2em;
padding:0px;
margin:0px;
color:#00516E;
margin-bottom:-.15em;



}

.blue_sidebar blockquote, .dgreen_sidebar blockquote, .green_sidebar blockquote, .blue_sidebar address, .dgreen_sidebar address, .green_sidebar address{
padding:20px;
margin:0px 0px 30px 0px;
}


.blue_sidebar cite, .dgreen_sidebar cite, .green_sidebar cite{
text-align:right;
color:#fff;
font-style:normal;
display:block;
font-weight:bold;
}

.blue_sidebar address{
font-style:normal;
line-height:1.4em;
font-size:1em;
}

.blue_sidebar a{color:#fff;}

/* Blue sidebar blue class*/

.blue_sidebar h4{
color:#00516E;
}

.blue_sidebar blockquote, .blue_sidebar address{
background:#00516E;
color:#8AB292;
}

/* Register Sidebar =========================*/
.register_sidebar a{
font-family:"Helvetica", Arial, Times, serif;
text-transform:uppercase;
font-size:2em;
padding:10px 20px;
margin:0px;
color:#00516E;
background:#00516E;
color:#fff;
text-align:center;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;


}


.register_sidebar a:hover{background:#00324E;}




/* Dark green dgreen class*/





.dgreen_sidebar h4{
color:#5D878F;
}

.dgreen_sidebar blockquote{
background:#5D878F;
color:#00324E;


}



/* Light green green class */
.green_sidebar h4{
color:#9FBEA4;
}

.green_sidebar blockquote{
background:#9FBEA4;
color:#00324E;


}


/* Bottom Create Communicate Commercialize ====================*/
#bottom_links{
background:#9dc2cd;
height:100px;
border-top:50px solid #ffffff;



}
#bottom_links .column{
float:left;
width:245px;
margin-right:80px;
margin-top:-3.7em;
}


#bottom_links .column h4{
font-size:4em;
color:#9dc2cd;
padding-bottom:10px;
font-family:"CallunaRegular", "Helvetica", Arial, Times, serif;
font-weight:normal;

}

#bottom_links .last{
margin-right:0px;
}

#bottom_links .column p{
color:#ffffff;
}
#bottom_links .column ol{
margin:0px;
padding:0px;
color:#fff;
}
#bottom_links .column ol li{
margin-bottom:5px;
}
#bottom_links a{text-transform:none;}
#bottom_links a:hover{color:#8AB292;}


/* Agenda page using the body class to override stuff ============*/

.Agenda #full_content h2{
font-size:5em;
clear:both;

line-height:.6em
}
.Agenda #full_content h2 span{
font-size:26px;

}

.Agenda #full_content p{
padding:10px 0px;

color:#00324E;
width:800px;
float:left;
font-size:1.2em;
}
.Agenda #full_content ol.column{
float:left;
width:371px;
margin-right:20px;
background:#9dc2c9;
padding:20px;
margin-bottom:40px;
}

.Agenda #full_content ol{


color:#00324E;
font-size:1.4em;
font-weight:bold;
list-style:none;
margin:0px;
padding:0px;



}

.Agenda #full_content ol ul{
font-size:.8em;
margin:0px;
padding:0px;
padding-left:20px;
padding-bottom:25px;
font-weight:normal;

}


/* About page ========================*/

.left_about{
width:185px;
margin-right:30px;
float:left;
}

.left_about img{
padding-bottom:40px;
}

.right_about{
float:left;
width:350px;
}


/* Colors 
Dark Blue #00324E
Muted Blue #00516E
Dark Green #39727C
Muted Dark Green #5D878F
Light Green #8AB292
Muted Light Green #9FBEA4

*/
