/*******************
    DIGI NUT CSS 
********************/

/***** Remove padding and other settings for browser variants *****/

body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	display: block
}

/***** Body styles *****/

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 100%;
	margin: 0 auto;
	width: 952px;
}

a {
	color: #49497a;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #49497a;
}

a:visited {
	color: #49497a;
}

a:hover {
	color: #49497a;
}

h1 {
	padding: 0 0 15px 39px;
}

h2 {
	font-size: 1em;
	color: #49497a;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding-right: 0px;
	padding-left: 39px;
	padding-bottom: 10px;
}

h2 a {
	text-decoration: underline;
}

p {
	font-size: 0.7em;
	color: #6f6f6f;
	line-height: 160%;
	padding: 0 70px 45px 39px;
}

ol li {
	font-size: 0.7em;
	color: #6f6f6f;
	line-height: 160%;
	margin-bottom: 5px;
	width: 550px;
}

ol {
	padding-left: 56px;
}


.subline {
	color: #666;
	font-size: 18px;
	font-weight: normal;
	padding-left: 40px;
	padding-bottom: 30px;
}

/***** Header *****/

#header p {
	padding: 14px 0;
}

/***** Content DIVs *****/

#content {
	text-align: left;
	padding: 0 0 35px 0;
	border: 1px solid #c2c2c2;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	overflow: visible;
}

/**/

#columns {
	background: url(../images/right_col_bg.gif) 665px 0 repeat-y;
}

#left_column {
	width: 665px;
	float: left;
}



#right_column {
	width: 255px;
	float: left;
	padding: 20px 0 0 0;
}

#right_column p {
	color: #fff;
	padding: 0 18px 15px 18px;
}

#right_column p.top_title {
	padding: 0 0 9px 0;
	margin: 0 18px 13px 18px;
	border-bottom: 1px solid #fff;
}

#right_column .apr_name {
	font-size: 1.2em;
	font-weight: bold;
}

#right_column p.button {
	padding-top: 15px;
}

#right_column p.button a {
	padding: 3px 26px 3px 7px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	border: 1px solid #fff;
	background: #fff url(../images/button_bg.gif) center right no-repeat;
	display: block;
	width: 70%;
}

#right_column iframe {
	border: 1px solid #fff;
	margin: 0 0 0 18px;
}

#right_column p.google_map_link {
	text-align: right;
	padding-bottom: 0;
}

#right_column p.google_map_link a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

/***** Footer *****/

#footer {
	clear: left;
	text-align: left;
}

#footer p {
	color: #6f6f6f;
	padding: 30px 20px;
	font-size: 0.6em;
}

/***** Misc *****/

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.clear_left {
	clear: left;
}

.hide {
	display: none;
}

.error {
	color: #000;
	background-color: #FFFFCC;
	padding: 0 3px 2px 3px;
}

