/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#1b75bc;
}
a:hover {
	color:#1b75bc;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background:#404041 url(../images/background.gif) top repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

img {
	display:block;
	overflow:hidden;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
	border-bottom:1px solid #bbbdc0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	padding:0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

h3 {
	font-family:Times, "Times New Roman", Georgia, serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#wrapper {
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:980px;
	height:121px;
	position:relative;
	background:url(../images/header.gif) right no-repeat;
}

.logo {
	position:absolute;
	left:0;
	top:11px;
	display:block;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:980px;
	height:41px;
	padding:0 0 1px 0;
	background:url(../images/nav.gif) no-repeat;
}

#nav ul {
	width:660px;
	height:41px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 13px;
	margin:0;
}

#nav ul li a {
    float:left;
	text-align:center;
    padding:13px 20px 0 20px;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bbbdc0;
	font-weight: normal;
	text-decoration: none;
	border-right:1px solid #231f20;
	} 

#nav #active { 
	text-decoration: none;
	color:#FFFFFF;
	background: url(../images/nav_on.gif) repeat-x;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	color:#FFFFFF;
	background: url(../images/nav_on.gif) repeat-x;
	}
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

.vertnav {
    width:179px;
	padding:0 30px 0 0;
	float:right;
}

.vertnav ul
{
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight: normal;
border-top:1px solid #bbbdc0;
}

.vertnav a
{
display: block;
padding: 6px 0 6px 10px;
width: 169px;
text-decoration: none;
color: #ed1c24;
background:url(../images/bullet_arrow.gif) left no-repeat;
border-bottom:1px solid #bbbdc0;
}

.vertnav a:hover
{
text-decoration: none;
background-color:#f1f2f3;
color: #ed1c24;

}	
/*--------------------------------------------------------------------------------------------------
	main image rollover
--------------------------------------------------------------------------------------------------*/

#imagenav {
	width:754px;
	height:245px;
	padding:0 0 20px 0;
	margin:0;
	position:relative;
}

#imagenav a {
	display: block;
	height: 245px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

#imagenav a:hover {
	background-position: 0 -245px;
}

#imagenav a.highlight {
	background-position: 0 -245px;
}

#government {
	width:190px;
	background: url(../images/main_01.jpg) no-repeat;
	position:absolute;
	left:0;
	top:0;
}

#managed {
	width:187px;
	background: url(../images/main_02.jpg) no-repeat;
	position:absolute;
	left:190px;
	top:0;
}

#network {
	width:187px;
	background: url(../images/main_03.jpg) no-repeat;
	position:absolute;
	left:377px;
	top:0;
}

#ride {
	width:190px;
	background: url(../images/main_04.jpg) no-repeat;
	position:absolute;
	left:564px;
	top:0;
}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:980px;
	overflow:hidden;
	background:#FFFFFF url(../images/column.gif) right repeat-y;
}

#rightcolumn {
	width:200px;
	min-height:334px;
	float:right;
	padding:0 20px 0 0;
	background: url(../images/gradient.gif) top repeat-x;
}

/* mac hide \*/
* html #rightcolumn {height:334px}
/* end hide */



#rightcolumn a  {
	text-decoration: none;
	color:#ffc20e;
}
#rightcolumn a:hover {
	color:#ffc20e;
	text-decoration : underline;
}

.columncontent p {
	color: #FFFFFF;
}

.columncontent {
	width:180px;
	float:right;
	padding:12px 0 2px 0;
	border-bottom:1px solid #c41c21;
	overflow:hidden;
	
}

.columncontent h2 {
	color: #FFFFFF;
	font-size:15px;
	line-height:17px;
}


.email {
	border: 1px solid #c41c21;
	font-family:Arial, Helvetica, sans-serif;
	width:136px;
	height:23px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px 4px 0 4px;
	margin:0;
	color:#999999;
}

.columncontent ul { 
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:0 0 6px 0;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

.columncontent li { 
	background: url(../images/bullet_yellow.gif) left top no-repeat;
	padding:0 0 4px 7px;
}

#leftcolumn {
	width:754px;
	float:left;
	padding:0 0 20px 0;
}

#copy {
	width:485px;
	float:left;
	padding:0 0 0 30px;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/			

#subleftcolumn {
	width:674px;
	float:left;
	padding:25px 50px 20px 30px;
	background: url(../images/curve.gif) top right no-repeat;
}

.imageright { 
	padding:3px;
	margin:0 0 10px 10px;
	float:right;
	background-color:#eceded;
	border:1px solid #bbbdc0;
}

.imagealtright { 
	padding:3px;
	margin:0 0 10px 10px;
	float:right;
	
}

.imageleft { 
	padding:3px;
	margin:0 10px 10px 0px;
	float:left;
	
}

#subleftcolumn ul { 
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding:0 0 6px 15px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

#subleftcolumn li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding:0 0 4px 7px;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #bbbdc0;
	background:#FFFFFF url(../images/form.gif) bottom repeat-x;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}


.inputborder {
    border: 1px solid #c41c21;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:4px;
	margin:0;
	color:#999999;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:960px;
	padding:10px 10px 10px 10px;
	background-color:#231f20;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 0;
}

#footerright {
	width:600px;
	float:right;
	text-align:right;
}

#footerright p {
	color: #89191c;
}


#footer a  {
	text-decoration: none;
	color:#bbbdc0;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

#footer2 {
	width:980px;
	padding:5px 0 10px 0;
}

#footer2 p {
	font-size: 10px;
	line-height: 12px;
	color: #636466;
	padding: 0;
}

#footer2 a  {
	text-decoration: none;
	color:#636466;
}
#footer2 a:hover {
	color:#FFFFFF;
	text-decoration : underline;
}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
