/* CSS rwswood Stud 2007 */

#layout {
	margin: 0 auto;
	width: 760px;
}

h5 {
	padding: 0px;
	margin: 0px;
}

td {
	border-bottom: 1px solid #A2B8BB;
}


body {
	padding: 0;
	margin: 0;
	background-color: #303A3D;
	background-image: url(../rws01/img/bgrnd1.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


p {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:17px;
	margin:0pt 0pt 7px;
}

#masthead {
	height: 104px;
	background-image: url(../rws01/img/masthead1.jpg);
}

#columnwrapper {
	padding: 0 20px 0 20px;
	border-bottom: 1px solid #0E1719;
	background-color: #1F2A2E;
	background-image: url(../rws01/img/nav_bgrnd3.gif);
	background-repeat: no-repeat;
	/*background-image: url(../rws01/img/page_bgrnd.gif);
	background-repeat: repeat-y;*/
}
#left-main-float {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(../rws01/img/nav_bgrnd1.gif);
	padding: 25px 10px 10px 10px;
	height: 300px;
}
#left-main-float p {
	margin-bottom: 0px;
}
#right-main-float {
	float: right;
	width: 490px;
	background-color: #FFFFFF;
}

td {
	vertical-align: top;
}

#footer {
	clear: both;
	height: 25px;
	width: 760px;
	margin: 0 auto;
	background-image:url(../rws01/img/footer1.jpg);
	background-repeat: repeat-x;
}

#page-content {
	padding: 12px 30px 47px 30px;
	background-image: url(../rws01/img/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}


#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 25px;
	padding: 0 20px 20px 20px;
	margin: 0px;
	color: #A2B8BB;
}
/* 2 COL LAYOUT */
.entry_wrapper {
	margin: 12px 0 0 0;
	/*border-bottom: 1px solid #A2B8BB;*/
}
.entry_image_float {
	float: left;
	width: 172px;
}
.entry_text_float {
	float: left;
	width: 245px;
}

.entry_text_float img {
	padding: 5px 7px 0 0;
}


.entry_text_float p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
.entry_rule_clear {
	clear: both;
	height: 12px;
	border-bottom: 1px solid #A2B8BB;
	margin: 0;
	padding: 0;
}
/*CLEARING*/
.clearit {
	content: "."; 
    display: block; 
    height: 0px; 
	width: 0;
    clear: both; 
    visibility: hidden;
}
.reset {
	display: block;
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
	background-color: transparent;
}
/*HEADINGS*/
h1 {
	margin: 0;
	padding: 0;
	float: left;
}
h1 a {
	display: block;
	background-image: url(../rws01/img/logo.jpg);
	height: 104px;
	width: 250px;
	text-indent: -9000em;
	text-decoration: none;
	line-height: 100%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #DB2C00;
	line-height: 19px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	margin: 17px 0 4px 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 7px 0;
	font-weight: normal;
}
/*link styles*/
#footer p a:link, #footer p a:visited {
	color: #A2B8BB;
	text-decoration: none;
}
#footer p a:hover {
	color: #A2B8BB;
	text-decoration: underline;
}
/*important*/
a:focus {
    outline: none
}
a:active {
    outline: none
}

/*new nav that isnt 350lines of css and 200 lines of js..*/
#nav-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}
#nav-wrapper ul li {
	float: left;
	clear: both;
	width: 200px;
}

#nav-wrapper ul {
	list-style-type: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#nav-wrapper ul li a {
	height: 14px;
	border-color:#CDDFE2 rgb(162, 184, 187) rgb(97, 130, 135);
	border-style:solid;
	border-width:1px;
	padding: 2px 3px 2px 9px;
	display: block;
	color: #333333;	
	letter-spacing: 1px;
	font-size: 9px;
	font-weight:bold;
	text-decoration:none;
}

#nav-wrapper ul li a:visited, #nav-wrapper ul li a:active, #nav-wrapper ul li a {
	background-color:#A2B8BB;
	background-image:none;
}

#nav-wrapper ul li a:hover {
	background-color:#DB2C00;
	background-image:none;
	border-color:#E27E75 rgb(219, 44, 0) rgb(123, 26, 1);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}

#nav-wrapper ul li a.sel {
	background-color: #DB2C00;
	color:#FFFFFF;
	border-color: #E27E75;
}

/* LEVEL 2 NAV STYLES */
#nav-wrapper ul ul li {
	width: 197px;
	background-color:#CDDFE2;
	float: left;
	clear: both;
}

#nav-wrapper ul ul li a.sel {
	background-color: #df5d5b;
	color: #ffffff;
	
}

#nav-wrapper ul ul li a:hover {
	background-color: #e07f78;
	border: none;
}

#nav-wrapper ul ul a:visited, #nav-wrapper ul ul  a {
	width: 180px;
	background-color:#CDDFE2;
	background-image:none;
	border-style:solid;
	border-width:0px;
	cursor:default !important;
	height:auto;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 11px;
	padding: 2px 3px 2px 11px;
}

#nav-wrapper ul ul li a:hover {
	background-color: #e05b52;
}
