@charset "utf-8";
/* CSS Document */
/*Master Reset & Typography  Css*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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:12px Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
	color:#687073;
	
	
}
body {
	background:#e3e3e3;
	font:12px Arial, Helvetica, sans-serif;
}
h1 {
 font-size: 5.0em;
}
h2 {
 font:bold 20px Arial, Helvetica, sans-serif;
}
h3 {
 font-size: 3.0em;
}
h4 {
 font-size: 2.0em;
}
blockquote {
 font-size: 1.5em;
}
p {
 font-size: 1.30em;
}
input {
 font-size: 1.0em;
}
small {
 font-size: 0.75em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearleft	{clear:left;}
.clearright	{clear:right;}
.clearall	{clear:both;}

.banner{
	background:#65b6e1 url(../images/banner.jpg) no-repeat center top;
	width:100%;
	height:189px;
	}
.banner h1{text-indent:-9999px;}

.menu{
	background:#006489;
	height:32px;
}

.menu ul
	{
	width:944px;
	margin:0 auto;
	text-align:center;
	}
.menu ul li 
	{
	list-style:none;
	display:inline;
	}

.menu ul li a
	{
	color:#FFFFFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:8px 20px;
	line-height:32px;
	}

.menu ul li a:hover
	{
	background:url(../images/menuhov.jpg) repeat-x left top;
	}
	
.contents
	{
	width:811px;
	margin:0 auto;
	background:url(../images/testrept.jpg) repeat-y center top;
	max-height:1200px;
	padding:0;
	overflow:hidden;
		}

.leftcontent
	{
	
	float:left;
	width:508px;
	padding:15px 20px;
	}
.leftcontent h2
	{
	color:#304950;
	border-bottom:#7b9b9a 1px solid;
	}
.leftcontent p
		{
		padding-top:15px;
		}
.leftcontent h4
	{
	background:#65b6e1;
	color:#2c4353;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:28px;
	line-height:28px;
	text-transform:uppercase;
	padding-left:10px;
	margin:10px 0;
	}

.leftcontent span
	{
	text-transform:uppercase;
	}	
.rightcont
	{
		float:right;
	width:222px;
	padding:15px 20px;
		}
.rightcont h2
	{
	color:#b8d5dd;
	border-bottom:#7b9a9c 1px solid;
	margin-bottom:20px;
	}

.rightcont ul
	{
	margin-bottom:30px;
	}
.rightcont ul li
	{
	line-height:22px;
	list-style:none;
	text-transform:uppercase;
	}
.rightcont ul li a
	{
	color:#b8f1ff;
	text-decoration:none;
	}

.rightcont ul li a:hover
	{
	color:#ffffff;
	text-decoration:underline;
		}
.clicknride
	{
	background:url(../images/clicknride.jpg) no-repeat center top;
	height:84px;
	width:222px;
	padding-top:70px;
	text-align:center;
		}
.clicknride h2
	{
	border:none;
	}
.cards
	{
	background:url(../images/cards.jpg) no-repeat center top;
	width:222px;
	text-align:center;
	height:23px;
	padding-top:30px;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	}
		
.footer
	{
	background:#006488;
	width:100%;
	line-height:50px;
	text-align:center;
	height:50px;
	color:#fff;
	}
