/* ------------------------------------
Stylesheet for ACLI, LLC

Author: Nick Grundmeier
Company: OpenCom, Inc.
Email: grundmeier[at]gmail.com
---------------------------------------*/


/* MAIN
------------------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	height: 100%;
	padding: 0;
}
html {
width: 100%;
height: 100%;
}
img {
border: none;
margin: 0;
padding: 0;
}
/* Classes
------------------------------------------------------------------- */

.otherlinks {
margin-left: 9px;
}
/* Begin Nav Structure & Links
------------------------------------------------------------------- */
a {
color: #274f78;
text-decoration: none;
}
a:hover {
color: #274f78;
text-decoration: underline;
}
a:visited {
color: #274f78;
}
/* Navigation
----------------------------------------------------------*/
#navsite p {
display: none;
}
#navsite {
font-size: 11px;
overflow: hidden;
width: 150px;
padding-bottom: 5 px;
margin: 0;
margin-bottom: 0em;
background-color: #274f78;
color: #fff;
}
#navsite ul {
list-style: none;
margin: 0px;
margin-bottom: 10px;
padding: 0;
}
#navsite ul li {
margin: 0;

}
#navsite ul li a {
display: block;
padding: 2px 6px 2px 9px;
background-color: #274f78;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #navsite ul li a {
width: auto;
}
#navsite ul li a:hover {
background-color: #3479b5;
color: #fff;
text-decoration: none;
}

.divider {

}
/* Left Column
----------------------------------------------------*/
#navleft {
float: left;
width: 150px !important;
width: 152px;
height: 560px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
background-color: #347ab5;
background-image: url(linkback.gif);
background-repeat: repeat-x;
margin: 0 !important;
margin: -2px;
color: #CCCCCC;
}
#navleft a {
color: #fff;
text-decoration: none;
}
#navleft a:hover {
color: #fff;
text-decoration: underline;
}
#navleft img {
padding-bottom: 0px;
}
.padBottom {
margin-bottom: 10px;
}
/*---------------------------------------------------*/


/* LAYOUT
------------------------------------------------------------*/

.header {
color: #0066FF;
font-weight: bold;
}
#main {
position: relative;
width: 750px;
min-height: 480px;
margin-right: auto;
margin-left: auto;
padding: 0;
background-color: #fff;
border-right: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
overflow: hidden;
}


#contentRight {
float: right;
overflow: hidden;
width: 565px;
min-height: 480px;
margin-bottom: 0px;
padding: 10px;
padding-bottom: 20px;
padding-right: 20px;
}
#header {
background-color: #f4fbfe;
height: 90px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
}
#leftColumn {
position: relative;
top: 0px !important;
top: -2px;
left: 0px;
width: 150px;
margin: 0px;
background-color: #347ab5;
background-image: url(linkback.gif);
background-repeat: repeat-x;
min-height: 800px;
}
#leftContent {
width: auto;
padding: 7px;
text-align: left;
}
#rightColumn {
position: relative;
top: -430px;
left: 170px;
background-color: #fff;
width: 570px;
min-height: 700px;
}
#rightContent {

padding: 7px 15px 7px 7px;
text-align: left;
}

#contentContain {
position: absolute;
/*
background-image: url("content_back.png");
background-position: bottom;
background-repeat: no-repeat;
*/
top: 197px;
left: 200px;
width: 500px;
background-color: #f2f2f2;
}
#content {
margin: 10px;
margin-bottom: 30px;
}
#springBreak { 
width: 400px; 
height: 170px; 
background: black; 
opacity: 0.8; 
position: fixed; 
left: 50%; 
top: 50%; 
margin-left: -203px; 
margin-top: -88px; 
border:3px solid white; 
-moz-border-radius: 20px;
text-align: center;
vertical-align: middle;
color: #fff;
}

#springBreak a { 
display: block; 
padding: 30px 80px; 
width: 240px; 
height: 110px; 
color: white; 
font: normal 1em/1.4 Verdana, sans-serif; 
text-align: center; 
text-decoration: none;
}

#springBreak strong { 
font-size: 1.4em; 
}

#springBreak span { 
display: block; 
margin-top: 1em; 
}
