@charset "UTF-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start of actual layout*/

.clear-me{
clear:both;
}

body {
background-color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:14px;
}

#page-container{
width:940px;
margin:auto;
background-image:url(images/bgtile-storage.jpg);
background-repeat:repeat-y;
}

#col-1{
width:60px;
float:left;
}

#col-2{
width:560px;
float:left;
}

#col-2-padding{
margin-left:20px;
}

#main-menu{
margin-top:30px;
margin-bottom:30px;
}

#main-menu ul li{
display:inline;
margin-right:10px;
padding-left:10px;
border-left:1px solid #adadad;
font-size:13px;
}

#main-menu ul li.first{
display:inline;
border-left:none;
padding-left:0px;
font-size:13px;
}

#flash-intro{
margin-bottom:20px;
}

#page-content p{
margin-bottom:10px;
}

#footer{
margin-top:20px;
margin-bottom:20px;
border-top: 1px solid #76a670;
padding-top:20px;
}

#footer p{
color:666666;
margin-bottom:5px;
}

#col-3{
width:320px;
float:left;
}

.right-col-content{
padding-left:34px;
padding-right:80px;
margin-bottom:20px;
}

.right-col-content p{
font-size:10px;
line-height:13px;
margin-bottom:8px;
}

.bold-text{
font-weight:bold;
}

a:link {
color:#76a670;
font-weight:bold;
text-decoration:none;
}
a:visited {
color:#76a670;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#ccd821;
font-weight:bold;
text-decoration:none;
}
a:active {
color:#76a670;
font-weight:bold;
text-decoration:none;
}



.green-text{
color:#76a670;
}

