/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve

	COLORS:
	BLUE: 011842
	GRAY: 9f9f9f

*/

* {
	margin:0;
	padding:0;
}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-size: 11px;
	color:#000000;
	line-height: 1.5;
}

body {
	width:735px;
	margin: 0px auto;
}

h1 { 
	font:14px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	margin: 0;
}

h2 {
	font:14px Verdana, Arial, Helvetica, sans-serif; 
	margin:0 0 10px;
}
	h1, h2 {
		color: #011842;
	}

p {
	font-size: 11px;
	line-height: 1.5;
	margin:0 0 10px;
	text-align: left;
}

a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div#container {
	background: #000 url(../images/bodybg.jpg) top left no-repeat;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:735px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
}
div#header img {
		padding: 14px 0px 32px 35px; /* 10px 0 22px 40px */
	}

div#content {
	padding: 10px 0px 20px 0px; /* bottom padding for footer */
	clear: both;
}

	div#content p {
		padding:0;
	}

	div#content img.head {
		margin: 0px 10px 10px 10px;
	}	

#left {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 25px 0px;
	width: 200px;
	float: left;
	background: #4d4d4d;
	min-height: 450px;
}

#left h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	display: block;
	background: #9f9f9f url(../images/bk_corner.gif) top right no-repeat;
	border-bottom: 1px solid #ddd;
}

#left a {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	line-height: 18px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#left a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}

#left img {
    margin: 2.5em 1em;
    }

#left p {
    margin-top: 1em;
    }
    
.basic {
    margin: 1em 2.5em;
    }
    
#right {
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 25px 0px;<br /
	width: 523px;
	float: right;
	background: #FFF url(../images/aboutbg.jpg) top right no-repeat;
	min-height: 450px;
}

#right h1 {
	color: #fff;
	line-height: 28px;
	background: url(../images/bk_corner_l.gif) top left no-repeat;
}

#right h2 {
	padding: 0px 25px;
	display: block;
	background: url(../images/h2_bg.png) top left repeat-y;
	color: #222;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}
#right h3 {
	padding: 0px 25px;
	display: block;
	background: url(../images/h2_bg.png) top left repeat-y;
	color: #222;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

#right p {
	font-size: 10px;
	margin: 5px 25px;
	color: #000000;
	width: 400px;
}

#right ol li {
    margin-left: 3em;
    }
    
 #right ul {
    margin-left: 3em;
    }
 #right ul li {
    margin-left: 1em;
    padding-left: 0em;
    width: 400px;
    }
 #right ul li p {
    margin-left: -1em;
    width: 400px;
    }
   

#right .signup { 
    outline: none;
    border: 0;
    margin: 1em 2.5em;
    }


#right2 {
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 25px 0px;
	width: 740;
	float: right;
	background: #FFF url(../images/aboutbg.jpg) top right no-repeat;
	min-height: 450px;
}

#right2 h1 {
	color: #fff;
	line-height: 28px;
	background: url(../images/bk_corner_l.gif) top left no-repeat;
}

#right2 h2 {
	padding: 0px 25px;
	display: block;
	background: url(../images/h22_bg.png) top left repeat-y;
	color: #222;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}

#right2 p {
	font-size: 10px;
	margin: 5px 25px;
	color: #000000;
	width: 400px;
}

div#footer {
	clear: both;
	width:100%;
	/* remove absolute positioning - jlh 06/03/2009
	position:absolute;
	bottom:0; 
	*/
	
	background:#011842;
	border-top:1px solid #fff;
}
	div#footer p {
		padding:5px;
		margin:0;
		text-align: center;
		color: #fff;
	}
	
div#bluebox {
	border:1px solid #fff;
	/*background: #011f5d url(../images/bluebox.jpg) top left no-repeat;*/
	color: #fff;
	width: 200px;
	height: 150px;
	overflow: hidden;
	padding: 0px;
	float:left;
	margin: 0px 0px 0px 10px;
}

div#bluebox2 {
	border:1px solid #000000;
	background:  url(../images/ritbutton.gif) top left no-repeat;
	color: #fff;
	width: 170px;
	height: 170px;
	overflow: hidden;
	padding: 0px;
	float:left;
	margin: 0px 0px 0px 25px;
}

div#bluebox p {
	padding: 12px;
	padding-bottom: 0px;
	font-size: 11px;
	text-align: left;
}

div#bluebox a {
	color: #fff;
}

div#whitebox {
	width: 490px;
	height: 170px;
	margin: 4px 10px 0px 0px;
	padding: 5px 0px 5px 10px;
	float:right;
	background:  url(../images/rit_whtbox_bg.jpg) top left no-repeat;
}

div#whitebox div#column {
	width: 150px;
	float: left;
	margin: 0px 12px 0px 0px;
}

div#whitebox div#column2 {
	width: 2px;
	float: left;
	margin: 0px 12px 0px 0px;
}

div#whitebox3 div#column3 {
	width: 350px;
	float: left;
	margin: 0px 12px 0px 0px;
}

div#whitebox h1 {
	border-bottom: 2px solid #011842;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div#whitebox p {
	margin:0;
	padding:0;
	color: #011842;
}

a.indexlink {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 11px;
  color: #000099;
  font-weight: bold;
}
a:hover.indexlink {
  color: #000099;
  font-weight: bold;
  text-decoration: underline;
}
a.linkul {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration:underline;
  font-weight: bold;
}
a:hover.linkul {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.minititle {
  color: #000033;
  font-weight: bold;
  text-decoration: underline;
  font-size:14px;
  }
  
.testimonial {
  color: #ffffff;
  margin: .5em;
  }
  
span.phone {
    font-size: 1.35em;
    font-weight: bold;
    }

span.email {
    font-size: 1.35em;
    font-weight: bold;
    }
    
a img {
    border: 0;
    }
    
.highlight {
    font-weight: bold;
    }
