/*Todo
Need to combine images used on Tri-section, move css into a seperate file for Tri-section
*/

* { padding: 0; margin: 0; }
body a:focus, body a:hover{
	color: #555555;
}
#wrapper2{
	min-width: 1052px
}
#wrapper{
	min-width: 1052px;
}
.line{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
}
.item {
	float:left;
	left:100%;
	overflow:hidden;
	position:relative;
}
.column{
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.hidden-modern{
	left:-20000px;
	position:absolute;
	top:-20000px;
}
.underline{
	text-decoration: underline;
}
.center{
	text-align: center;
}
.padd2{
	padding: 10px;
	padding-left: 40px;
}
#main-nav{
	background: transparent url(/storage_test/public/img/all-nav.jpg) repeat-x;
	height: 40px;
	border: none;
	border-right: 2px solid #818181;
	border-bottom: 3px solid #818181;
}
#main-nav li{
	float: left;
	height: 34px;
	padding: 6px 20px 0;
	list-style-type: none;
	border-left: 2px solid #818181;
	font-size: 18px;

}
#main-nav a{
	font-weight: bold;
	position: relative;
	text-decoration: none;
	color: #BBBBBB;
}
#main-nav a:focus, #main-nav a:hover{
	color: #DDDDDD;
}
.main-end{
	border-right: 2px solid #818181;
}
#header{
	margin-top: 2px;
	border: none;
	height: 140px;
}
#logo{
	padding: 0 15px 0 225px;
}
#logo img{
	display: block;
	/*margin-left: auto;
	margin-right: auto;
	z-index: 10;*/
}
#contact{
	position:absolute;
	margin-left: -55px;
	top: 95px;
	height: 132px;
	width: 282px;
	padding: 10px 0px 0px 10px;
	text-align: none;
}
#contact, #contact h3 {
	color: #ffffff;
	font: normal normal 110% Georgia, Serif;
	text-align: center;
}
#contact a{
	font-weight: bold;
	text-decoration: none;
}
#contact a:focus, #contact a:hover {
	color: #FFFFFF;
}
#contact div{
	position: relative;
	top:0;
	left: 0;
	width: 240px;
	height: 90px;
	overflow: hidden;
}
#contact-form {
	border: 2px solid #CCC;
	background-color: #EEECCC;
	width: 350px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contact-form h3{
	margin-left: 5px;
}
#contact-form label, #contact-form img, #contact-form button {
	margin-left: 15px;
}
#contact-form input, #contact-form textarea {
	padding: 5px;
	width: 270px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 15px;
	border: 2px solid #ccc;
}
#contact-form textarea {
	height: 90px;
}
#contact-form input.submit-button {
	width: 100px;
	float: right;
}
.nav{
	border-top: none;
	border-left: none;
	border-right: none;
	height: 40px;
	width: 942px;
}
.nav-indent-1{
	padding-left: 30px;
}
.nav-indent-2{
	padding-left: 60px;
}
.nav-indent-3{
	padding-left: 90px;
}
.nav-indent-4{
	padding-left: 120px;
}
.nav ul{
	margin-left: 205px; ;
}
.nav li{
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	height: 35px;
	list-style-type: none;
}
.nav a{
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
.nav a:hover, #nav a:focus{
	color: #EEEEEE;
}
li.nav-parent{
	padding-right: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
#page{
	background: url(/storage_test/public/img/main-columns.jpg) center center repeat-y;
	overflow: hidden;
}
#main{
	/*padding-top: 25px;*/
	width: 100%;
	float: left;
}
#content{
	padding: 0 10px 30px 30px;
}
#links{
	list-style-type: square;
	padding: 0 0 0 25px;
}
.padd-top{
	padding-top: 15px;
}
.padd-bottom{
	padding-bottom: 15px;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.padd{
	padding: 10px;
}
.margin-left-40{
	margin-left: 40px;
}
.padd-right-side-60{
	padding-right: 60px;
}
.border{
	border: 2px solid #CCC;
}
.margin-top{
	margin-top: 10px;
}
.margin-bottom{
	margin-bottom: 10px;
}
#links ul{
	list-style-type: none;
	padding-left: 30px;
}
#top-inside{
	background: url(/storage_test/public/img/main-columns.jpg) center center repeat-y;
	height: 40px;
}
#footer{
	min-height: 40px;
}
#notice{
	background: transparent;
	border: none;
	padding:10px;
	text-align: center;
}