/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   master.css

-------------------------------------------------------------- */
body{
	background:url(../images/bg.jpg) repeat-x #DCDCDC;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#1B1B1B;
	font-size:12px;
}


h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333333; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; letter-spacing:-1px;}
h2 { font-size: 1.7em; margin-bottom: 0.5em; }
h3 { font-size: 17px; line-height: 1.3; margin-bottom: 0.5em;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color:#333333; }
a           { color:#1DA2F1; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.green      {color:#7FC31C;}


/* Custome Style
-------------------------------------------------------------- */
#wrapper{
	width:950px;
	margin:0 auto;
}

#header{
	width:100%;
	height:120px;
	background:url(../images/bgTop.jpg) no-repeat;
}


#container{
	width:100%;
	background-color:#FCFCFC;
	padding-bottom:50px;
}
	
	#container #banner{
		width:100%;
		height:337px;
		background:url(../images/banner.jpg) no-repeat;
	}
	
	#container #bannerPages{
		width:100%;
		height:84px;
		background:url(../images/pageBannerTop.jpg) no-repeat #FCFCFC;
	}
		
		#container #bannerPages h1{
			font-size:30px;
			display:block;
			padding:26px 0 0 70px;
			color:#FCFCFC;
		}
	
	#container #banner #bannerText{
		display:block;
		width:260px;
		height:265px;
		position:relative;
		top:30px;
		left:660px;
	}
	
	#container #accessPanel{
		width:100%;
		height:100px;
	}
	
	#container #content{
		width:100%;

	}
	
	#container #contentPages{
		width:910px;
		padding:30px 20px 30px 20px;

	}


#footer{ padding-top:10px; background-color:#e3f7fe;
	width:100%;
	height:32px; margin-bottom:40px
}

#footertext {float:left; padding-left:10px; padding-top:2px;}

#radLogo{ float:right; padding-right:10px}

.cleaner{
	height:1px;
	clear:both;
}	

/* Navigation Style
-------------------------------------------------------------- */	
#navigation ul{ display:none;
}

#navigation ul li{
	display:inline;
}

#navigation ul li a{
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', verdana, sans-serif;*/
	font-family:"Myriad Pro",Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	padding:0 45px 0 0;
	color:#4E4E4E;
}

#navigation ul li a:hover{
	color:#1E1E1E;
	text-decoration:underline;
}

#navigation ul li a.currentPage{
	color:#1E1E1E;
	text-decoration:underline;
}

/* Access button
-------------------------------------------------------------- */
#logo a{
	display:block;
	width:308px;
	height:47px;
	background:url(../images/logo.png) no-repeat;
	position:relative;
	top:-10px;
	left:640px;
	text-indent:-9999px;
}



/* Access button
-------------------------------------------------------------- */
.homePanelOne a, .homePanelTwo a, .homePanelThree a{
	width:296px;
	height:82px;
	float:left;
	margin:0 0 0 15px;
	_margin-left:8px;
	display:block;
	text-indent:-9999px;
}

.homePanelOne a{
	background:url(../images/products.jpg) no-repeat;
}

.homePanelTwo a{
	background:url(../images/services.jpg) no-repeat;
}

.homePanelThree a{
	background:url(../images/finacials.jpg) no-repeat;
}

.homePanelOne a:hover{
	background-position:0 -82px;
}	

.homePanelTwo a:hover{
	background-position:0 -82px;
}	

.homePanelThree a:hover{
	background-position:0 -82px;
}	



/* Single column style
-------------------------------------------------------------- */	

.lastBox{
	margin-right:0;
}

.last{
	margin:15px 15px 0 10px;
}

.left{
	margin:15px 20px 0 15px;
	_margin-left:10px;
}

.middle{
	margin:15px 20px 0 10px;
	_margin:0px;
}

.singleCol{
	width:286px;
	float:left;
}	

.singleColSmall{
	width:256px;
	float:left;
}

.goRight{
	display:none}
}

/* Double column style
-------------------------------------------------------------- */	

.doubleCol{
	width:565px;
	float:left; padding-left:37px;
}


/* side nav style
-------------------------------------------------------------- */	

#sideNav{ display:none}


	
	























