/*
-----------------------------------------------
  RMRMinc.com Style Sheet
  Author: Matt Farr --> ideashop.com
  Version: 1.0
  Date: April 2009 and beyond
----------------------------------------------- */

/*  GLOBAL SET */

body, div, span, applet, 
object, iframe, pre, del, 
dfn, ins, kbd, q, s, samp,
strike, tt, var, dd, dl, 
dt, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.1;
	vertical-align: baseline;
}

input, form {
	margin: 0;
	padding: 0;
}


body {
	font-size:62.5%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #8cbae6;
}

img, a img, :link img, :visited img {
	border: 0;
}

/* ================================================================ */

/* TAGS */

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}	

td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}

blockquote {
	margin:8px 40px;
	padding:0;
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	color: #2886c6;
}

h1 a:link,  h1 a:visited {
	color: #dcff80;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	color: #00235e;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

h3 a:link,  h3 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #dcff80;
	text-decoration: none;
}

/* ================================================================ */

/* COLORS */

.White { color: #FFFFFF; }
.Red { color: #CC3300; }
.Black { color: #000000; }
.Blue { color: #00a4e4; }



/* ================================================================ */

/* FORMS */

textarea { 
	line-height: 1.25;
}

label {
	cursor: pointer;
}


/* ================================================================ */

/* LINKS */

a:link, a:visited {color:#007cc3;}
a:hover, a:active {color: #CC6600;}


/* ================================================================ */

/* BOXES */

.BoxBorderBlack {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	margin: 0 0 10px 0;
}
.BoxBorderBlack p {
	margin: 0 12px 0 0;
}

.BoxBorderGray {
	border-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;
	padding: 15px 15px 15px 15px;
	margin: 10px 0 10px 0;
}
.BoxBorderGray p {
	margin: 0 12px 0 0;
}

.BoxBorderGray h3 {
	margin: 0 0 12px 0;
}

/* ================================================================ */
/* TABLE GRID LINES */

.grid, table.grid {
	position:relative;
	background-color:#FFFFFF;
	overflow:auto;
	border-collapse:collapse;
	top: -1px;
}
.grid td, .grid th{
	border:1px solid #5287c1;
}
.grid .th, .grid th {
	background-color:#6a9dd4;
	color:#FFFFFF;
	font-weight:bold;
	}
.grid td td{
	border:none;
}
.grid .altRow {
	background-color:#003690;
	color: #FFFFFF;
}
.gridFoot{
	text-align:left;
	color:#000000;
}

.AddressTop {
	padding: 5px 0 5px 12px;
}

.Addresses {
	padding: 5px 0 5px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}


/* ================================================================ */

/* STANDARD CLASSES */

.clear 			{ clear:both; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left; margin: 0 10px 10px 0; }
.img-right 		{ float:right; margin: 0 0 10px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0; padding-left:0; }
.nobullet 		{ list-style:none; list-style-image:none; }

.PictureBoxRight {
	float: right;
	padding: 0 0 12px 24px;
}

.PictureBoxRightNoTopNoBottomMargin {
	float: right;
	padding: 0 0 0 24px;
}

.strike {
	text-decoration: line-through;
}

.MasterText, .MasterText p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

.dottedline {
	border-bottom: #999999 dashed 1px;
	margin: 0 0 12px 0;
	clear: both;
}

.solidline {
	border-bottom: #013ea4 solid 1px;
	margin: 0 0 12px 0;
}

.NoUnderline {
	text-decoration: none ! important;
}
.space10 {
	margin: 10px 0 10px 0;
}

.NoDisplayOnScreen { display: none; }

.Spacer {
	height: 12px;
	clear: both;
}

/* ================================================================ */

/* CUSTOM LAYOUT STYLE */


#wrap {
	width: 960px;
	margin: 0 auto 10px auto;
	background-color: #ffffff;
	border-right: #00235e 1px solid;
	border-bottom: #00235e 1px solid;
	border-left: #00235e 1px solid;
}

#MainContent {
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 0;
	background-color: #FFFFFF;
}

#MainContent ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

#MainContent li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	list-style: square;
}


#TableNoUnderline a:link, #TableNoUnderline a:visited {color:#007cc3; text-decoration: none; font-weight: bold;}
#TableNoUnderline a:hover, #TableNoUnderline a:active {color: #CC6600; text-decoration: none; font-weight: bold;}

.HalfPageFloat {
	float: left;
	width: 400px;
	text-align: center;
	margin: 0 0 16px 0;
}


/* ================================================================ */


.LetterSpaceWide {
	letter-spacing: 1.3px;
}

#Legal {
	clear: both;
}
#Legal p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ! important;
}

/* ================================================================ */

/* NAVIGATION STYLE */

#Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 880px;
	color: #FFFFFF;
	padding: 12px 0 12px 80px;
	display: block;
	background-color: #00235e;
	border-top: #c7d7ee 1px solid; 
	border-bottom: #c7d7ee 1px solid; 
	margin: 0;
      }
#Nav ul {
      margin:0;
	  padding: 0;
      }
#Nav li {
      margin:0 0 0 0;
	  padding: 0;
	  list-style: none;
  	  display: inline;
	  border-right: #c7d7ee 1px solid;
	  padding: 11px 0 11px 0;
      }

#Nav li.firstlink {
	  border-left: #c7d7ee 1px solid;
      }

#Nav a:link, #Nav a:visited {color:#FFFFFF; text-decoration: none; padding: 11px 22px 11px 22px; overflow: hidden;}
#Nav a:hover, #Nav a:active {color:#FFFFFF; text-decoration: none; background-color: #6a9dd4; padding: 11px 22px 11px 22px; overflow: hidden;}


/* ================================================================ */

#Footer {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 12px 0;
	clear: both;
}

#Footer p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#Footer a:link, #Footer a:visited {color:#00235e; text-decoration: underline;}
#Footer a:hover, #Footer a:active {color:#ffe402; text-decoration: underline;}
