/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#50a436
secondary	#316c8a
tertiary	#707070
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
font-size:40px;
color:#50a436;
/* font-weight: bold; */
}
h2 {
font-size:30px;
color:#316c8a;
}
h3 {
font-size:22px;
color: #659dbc;
}
h4 {
font-size:18px;
font-weight: bold;
color:#707070;
}
h5 {
font-size:18px;
font-weight: bold;
color:#707070;
}
h6 {
color:#707070;
font-weight: bold;
}
a {
color:#316c8a;
text-decoration: underline;
}
a:hover {
color:#316c8a;
text-decoration: none;
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#707070;
background:url(../img/bg.jpg) #fff no-repeat;
background-position: top center;
text-align: justify;
}
#container {
width:800px;
margin:0 auto;
margin-top: 10px;
}
#mainContent {
padding: 20px 20px;
}


/* ---------- HEADER ---------- */
.header{
position: relative;
}
.proginicinlogo{
width:224px;
height:100px;
float:left;
background: url(../img/proginicinLogo.png) no-repeat;
}
.headerDisclaimer {
position: absolute;
top: 20px;
right: 0;
font-style: italic;
font-size: 12px;
}
.tagline{
float:right;
font-size:16px;
color:#346e8b;
margin-top:70px;

}
.logo {
width:130px;
height:44px;
background: url(../img/logo.png) no-repeat;
}

/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
height:53px;
width:804px;
padding:0 0 0 15px;
margin:10px auto 0 auto;
font-size: 16px;
list-style-type:none;
background:url(../img/menu-bg.png);
background-repeat: no-repeat;
}
ul#nav a {
margin-top: 1px;
height: 35px;
padding: 0 20px;
padding-top: 15px;
display: block;
text-decoration: none;
color: white;
}
ul#nav a:hover {
background: url(../img/menu-hover.png);
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: center;
}
ul#nav li a {

}
/* second level */
ul#nav ul {
position: absolute;
top: 51px;
left: 0;
background-color: #356d8c;
}
ul#nav li li {
float: none;
text-align: left;
border: none;
}
ul#nav li li a {
width: 150px;
padding-left: 10px;
padding-right: 0;
padding-top: 8px;
height: 30px;
}
ul#nav li li a:hover {
background-color: #649ebb;
background-image: none;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:150px;
margin:20px 0 0 10px;
padding: 20px;
background-color:#fff;
border: 1px solid #eee;
font-size: 18px;
}
#sidebar h1{
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
width: 180px;
height: 33px;
padding: 12px 0 0 30px;
margin: -20px 0 15px -30px;
background: url(../img/sidebarheader.gif) no-repeat;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#666;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
color: #659dbc;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#50a436;
font-weight:bold;
}


/*---------- FOOTER ----------*/
#footer{
width:800px;
height:auto;
text-align:center;
margin:0 auto;
margin-top: 10px;
color: #666;
}
#footer ul{
list-style:none;
margin: 0;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
display:inline;
}
#footer a{
text-decoration: none;
line-height: 18px;
color: #50a436;
}
#footer a:hover{
text-decoration:underline;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
}

/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}
.disclaimer {
font-style: italic;
font-size: 12px;
color: #aaa;
}
.quoteBox {
background-color: #dfecf2;
padding: 20px;
font-style: italic;
font-size: 18px;
margin-left: 0;
}
.imageRight {
float:right;
padding: 0 0 10px 15px;
}

.imageLeft {
float: left;
padding: 0 15px 10px 0;
}
.imageCenter {
margin: 0 auto;
}
.embeddedMedia {
float:right;
padding: 10px 0 10px 15px;
}