@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #054444;
}


.clear	{
	clear:both;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
}


a {
	color: #007575;
	text-decoration: none;
}

a:hover {
	color: #007575;
	text-decoration: underline;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}
#containersmall {
	width: 590px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}

#header {
	background: #a90738; 
	height:23px;
	padding: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#subheader {
background-image:url(images/interiornavbkg.jpg);
background-repeat: repeat;
height: 10px;
width: 900px;
}
#subheadersmall {
background-image:url(images/interiornavbkg.jpg);
background-repeat: repeat;
height: 10px;
width: 590px;
}
#col1 {
	width:310px;
	height:181;
	background-image:url(images/indeximages/peach.gif);
	float: left;
	}
	
#col1links {
	margin-top:30px;
	margin-left:20px;

}	
	
#col2 {
	}
	
#header2 { 
	height:81px;
}
#splashgraphic { 
	height:200px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
background-image:url(images/indeximages/peach.gif);
}

#mainContentSub {
	font-size:12px;
	line-height:20px;
}
#mainContentSub2 {
	font-size:12px;
	line-height:20px;
}

#leftCol {
width: 500px;
position:relative;
background:url(images/rontextswish.gif) no-repeat;
position:relative;
height:144px;
float:left;
}

#leftCol2 {
width: 344px;
position:relative;
background:url(images/rontextswish.gif) no-repeat;
position:relative;
height:144px;
float:left;
}

#SmallWindowContent {
width: 550px;
position:relative;
position:relative;
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:20px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
margin-top:5px;
}

#rightCol {
width:395px;
padding-bottom:10px;
float:right;
margin-top: auto;

}



#leftColContent {
padding-left:20px;
padding-top:10px;
padding-right:10px;
padding-bottom:20px;
float:left;
width:470px;
}

#blankContent {
padding-left:100px;
padding-top:10px;
padding-right:100px;
padding-bottom:20px;
float:left;
width:700px;
}

#leftColContent2 {
padding-left:20px;
padding-bottom:20px;
float:left;
width:280px;
}

#rightColContent {
padding-right: 10px;
padding-top:30px;
padding-left:10px;
width:375px;
/*clear:left;*/
}

#rightCol2 {
width:280px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
float:right;
margin-top: auto;

}
#rightColContent2 {
padding-right: 11px;
padding-left:10px;
width:271px;
clear:left;
}

#centerCol {
width:280px;
padding-bottom:10px;
padding-right:5px;
padding-left:15px;
float:right;
margin-top: auto;
}

.productCol {
	clear:both;
	width:263px;
}

#footer {
	clear:both;
	padding: 0 10px;
	background-color: #007576;
	height:25px;
}
#credits {
	padding: 10px 10px;
	background-color: #fff;
	height:75px;
	text-align:center;
	font-size:11px;
	clear:both;
}
#closewindowarea {
	padding: 5px 10px;
	background-color: #fff;
	height:35px;
	text-align:center;
	font-size:11px;
	clear:both;
}

#nav{
	height:12px;
	padding:13px 0px 0px 0px;
	clear:both;
	position:relative;
}

#nav a{
	text-decoration:none;
	color:#fff;
	/*font-weight:normal;*/
	font-weight:500;
	text-align:center;
	padding:0 10px 0 10px;
	display:block;
	width:auto;
	text-transform:uppercase;
	font-size:65%;
	font-stretch:ultra-condensed;
	margin: -7px 0 0 0;
	letter-spacing:0.1em;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #690222;
}

#nav a:hover{color:#fff;
	font

}
#nav ul{
	list-style:none;
	margin: 0px;
	padding: 0px 0px 0px 20px;	
	font-size:100%;
}

#nav li{float:left;}

img {
	vertical-align: text-top;
	top: auto;
	background-position: top;
	width:auto;
	
}

h1 {
	color: #007576; 
	font-weight: bolder; 
	font-size: 15px; 
	line-height: 20px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #a90738;
}

h4 {
	color: #007576; 
	font-weight: bolder; 
	font-size: 13px; 
	line-height: 20px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none
}
.boldertextwhite  { 
	color: #ffffff; 
	font-weight: 600; 
	font-size: 11px; 
	line-height: 20px 
	}
	
.smallertype    { 
	color: #000; 
	font-size: 10px; 
	line-height: 14px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
	}
	
a:link       { 
	color: #a90738; 
	text-decoration: none; 
	}
	
a:visited  { 
	color: #a90738; 
	text-decoration: none; 
	}
	
a:hover      { 
	color: #a90738; 
	text-decoration: underline;
 	}
	
table.box {
	border-color: #5c5347;
}

element { 
border: 1px #000; 
}

#leftColContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

#rightColContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

#SmallWindowContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

hr {
	width: 100%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
	border-top-width: 3px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #a90738;
	}
.whiteheadtext { 
	color: #fff; 
	font-weight: bolder; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}
	
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.tableborder {
	border:2px;
	border-style: solid;
	border-color:#a90738;
	padding:15px;
	}
	
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
}

tr {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	}
	
.submitpad {
padding-left:70px;
}


br {
	clear: left;
}	
