/* @override 
	http://www.rosevalleyasset.com.php5-19.dfw1-2.websitetestlink.com/css/main.css
	http://rosevalleyasset.com.php5-19.dfw1-2.websitetestlink.com/dev/css/main.css
*/

/* @group reset */

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;}
strong {font-weight: bold}
ol, ul {list-style: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* @end

*/

/* @group global */

.clear {clear: both;}

body {
	position: relative;
	background: url(images/bg.gif) repeat 0 0;
}

.floatleft {float: left;}
.floatright {float: right;}

/* @end */

/* @group header */

#header {
	height: 96px;
	border-top: 4px solid #6ba491;
	background: url(images/bg-header.gif) repeat-x 0 0;
}

#header h3 a, #header h3 a:link, #header h3 a:visited {
	display: block;
	color: #fff;
	font: 400 34px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-bottom: none;
	width: 400px;
	height: 75px;
	margin-top: 10px;
}

#header h3 a span {
	font: 700 28px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h3 a:hover {
	color: #cc6666;
	text-decoration: none;
	border-bottom: none;
}

#header #contact.rightcol p {
	padding: 0;
}

#contact {
	margin-top: 25px;
}

#contact a, #contact a:link {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#contact a:hover {
	color: #cc6666;
	border-bottom: 1px solid #cc6666;
}

/* @end */

/* @group globalnav */

#globalnav {
	background-color: #cc6666;
	border-top: 4px solid #aa5454;
}

ul.globalnav {
	list-style-type: none;
	font: 400 16px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

ul.globalnav li {
	float: left;
	padding: 0;
	margin: 0;
}
ul.globalnav li.last a, ul.globalnav li.last a:link {
	background-image: none;
}
ul.globalnav li a, ul.globalnav li a:link {
	display: block;
	height: 24px;
	background: url(images/bg-globalnav.gif) repeat-y right 0;
	width: 160px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
ul.globalnav li.active {
	background-color: #aa5454;
}
ul.globalnav li a:hover, ul.globalnav li a.active {
	background: #aa5454 url(images/bg-globalnav.gif) repeat-y right 0;
}

/* @end */

/* @group grid */

.grid_1 {width: 60px;}
.grid_2 {width: 140px;}
.grid_3 {width: 220px;}
.grid_4 {width: 300px;}
.grid_5 {width: 380px;}
.grid_6 {width: 460px;}
.grid_7 {width: 540px;}
.grid_8 {width: 620px;}
.grid_9 {width: 700px;}
.grid_10 {width: 780px;}
.grid_11 {width: 860px;}
.grid_12 {width: 940px;}

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto 4px;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

/* @group content */

#content {
	padding: 30px 0 40px;
	background: #f3eac9;
	border-top: 4px solid #cecd8d;
	min-height: 400px;
}

.maincol {
	float: left;
	width: 615px;
	margin-left: 30px;
}
.rightcol {
	float: left;
	width: 249px;
	margin-left: 40px;
	border-top: 4px solid #a0aa3a;
	border-bottom: 4px solid #cecd8d;
	padding-bottom: 12px;
}

.leftcol {
	border-top: 4px solid #a0aa3a;
	border-bottom: 4px solid #cecd8d;
	padding-bottom: 12px;
}

.leftcolwrap {
	float: left;
	width: 249px;
	margin-left: 25px;
	margin-right: 5px;
	padding-bottom: 12px;
}

#header .rightcol {
	border: none;
}

.image {
	background: #cecd8d;
	padding: 10px;
	margin-bottom: 10px;
}

.halfcol {
	float: left;
	width: 46%;
}

ul {
	list-style-type: disc;
	color: #2e241d;
	padding-bottom: 12px;
	font: 400 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

li {
	margin: 0 0 6px 30px;
}

/* @group navcol */

ul.navcol {
	margin: 32px 0 90px 0;
	padding: 0;
}

ul.navcol li {
	list-style-type: none;
	margin: 0;
}

ul.navcol li a {
	display: block;
	font: 700 16px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #544a43;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	margin-top: 8px;
	border-bottom: 2px solid #f0ce8c;
}

ul.navcol li a:hover, ul.navcol li.active a {
	background: #f1dcaa;
}

/* @end */

/* @group typestyles */

h1 {
	border-top: 4px solid #f0ce8c;
	color: #5fada3;
	font: 700 30px/32px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 15px 0;
}

h2 {
	color: #2e241d;
	font: 400 16px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 12px;
}

h3 {
	color: #cc6666;
	font: 700 16px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 9px;
}

.rightcol h3, .leftcol h3 {
	padding: 10px 9px 0;
}

h4 {
	color: #2e241d;
	font: 700 16px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5 {
	color: #2e241d;
	font: 700 14px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 6px;
}

h6 {
	color: #2e241d;
	font: 700 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	color: #2e241d;
	font: 400 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 6px;
}

.rightcol p, .leftcol p {
	padding: 9px;
	font-size: 13px;
	line-height: 16px;
}

p.caption, .caption {font-size: 9px;}

.spaceleft {margin-left: 10px;}
.spaceright {margin-right: 10px;}
.spacerightlg {margin-right: 24px;}
.spacebeforesm {margin-top: 6px;}
.spacebefore {margin-top: 12px;}
.spacebeforelg {margin-top: 24px;}
.spaceaftersm {margin-bottom: 6px;}
.spaceafter {margin-bottom: 12px;}
.spaceafterlg {margin-bottom: 24px;}
.nospacebefore {margin-top: 0px;}
.nospaceafter {margin-bottom: 0px;}
.ruleabove {border-top: solid 1px #ccc;padding-top: 10px;}
.rulebelow {border-bottom: solid 1px #ccc;padding-bottom: 10px;}

em, em p {font-style: italic;}

blockquote {
	margin: 0 18px;
	padding: 0 6px;
}

/* @end */

/* @group links */

a, a:link, a:visited, a:active {
	color: #5fada3;
	text-decoration: none;
	border-bottom: 1px solid #5fada3;
}

a:hover, a.selected {
	color: #cc6666;
	text-decoration: none;
	border-bottom: 1px solid #cc6666;
}

/* @end */

span.pdf {
	background: url(images/icon_pdf-sm.gif) no-repeat left 0;	
	height: 16px;
	padding-bottom: 5px;
}

/* @end */

/* @group footer */

#footer p {
	font: 400 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #544a43;
}

#footer p.caption {
	font-size: 11px;
}

#footer {
	padding: 25px 30px 25px 30px;
	width: 900px;
	background: #f0ce8c;
	border-top: 4px solid #e2a622;
	margin-bottom: 40px;
}

/* @end */

/* @group iconize */

/* Iconize 0.5 */

/* extensions */

a[href$='.pdf'] {
	background: url(images/icon_pdf-sm.gif) no-repeat center right;
	padding: 0 20px 0 0;
}

/* use this class to make sure that images won't get iconized */

#content a.imagelink {
	padding-right: 0px !important;
	background: none !important;
}

/* @end */