@charset "UTF-8";

/* Body Elements */

* {
	margin: 0px;
	padding: 0px;
}	

body  {
	background: #fff;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	color:#993333;
 }	

h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:24px;
	color:#013b94;
}	

h3	{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-20px;
	text-align:left;
	font-size:20px;
	color:#000;
}	

h4	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:18px;
	color:#000;
}	

h5	{
	font: bold italic normal 16px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	text-transform: lowercase;
	/* font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#000; */
}	

p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#000;
}	


p2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000;
}	

p3 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	color:#999999;
}

p4	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:32px;
	color: #339933;
}	

li {
	font-family:Arial, Helvetica, sans-serif;
	list-style:url(/_images/_graphics/blue_arrow_list.png);
	text-align:left;
	font-size: 14px;
	line-height:18px;
	color:#000099;
}

/* Page-specific Lists  ___________________________________________________________ */

.softwareLists li {
	list-style:url(/_images/_graphics/red_arrow_list.png);
	color:#993333;
}
	
.m2mLists li {
	list-style:url(/_images/_graphics/purple_arrow_list.png);
	color:#990099;
}	

.systemLists li {
	list-style:url(/_images/_graphics/purple_arrow_list.png);
	color:#990099;
}



/* End Page-specific Lists ______________________________________________________ */

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	/* color:#013b94;  Reflex Blue */
	color:#003366; /* Darker Blue */
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#003366;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#c0311a;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#78278b;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333366;
}	


/* navigation __________________________________________________________________ */

#navbox {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	height: 70px;
	background: url(/_images/_graphics/topnavbg.png);
}

.navigation {
	position: relative;
	height: 50px;
    width: 760px;
    padding: 0;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
                
.navigation li {
	float: left;
    list-style: none;
	margin: 0;
	padding: 0;
}

html>body .navigation li { margin: 0 10px;}

.navigation li.back {
	border-bottom: 1px solid #993333;
    width: 9px;
    height: 48px;
    z-index: 8;
    position: absolute;
	margin: 0;
	padding: 0;
}

.navigation li a {
	font: bold 12px arial;
    text-decoration: none;
    color: #000099;
    outline: none;
    text-align: center;
    top: 35px;
    text-transform: lowercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 8px;
}   

.navigation li a:hover {
	border: none; 
	color: #993333;
} 

.navigation li a:active {border: none; color: #000099;}    

.navigation li a:current {
	border: none; 
	color: #993333;
} 

#navboxLogo h1 {
	float:left;
	margin:10px;
	}
	
/* Content __________________________________________________________________ */	

/* Main Container */

#container { 
	width: 960px;
	background: #fff;
	background-image:url(/_images/_graphics/mobileman_bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top:150px;
	text-align: left;
} 

/* mainColumn __________________________________________________________________ */

#mainColumn { 
	float:left;
	width: 50%;
	margin-left: 20px;  
	margin-right: 40px;
	padding: 0px; 
} 


/* mainColumnTopSection [HOME PAGE] ____________________________________________ */

.mainColumnHOMETopSection {
	width:100%;
	min-height:120px;
	margin-bottom:40px;
	/* background-image:url(/_images/_graphics/redline.png); */
	background-position:bottom left;
	background-repeat:no-repeat;
}	

.mainColumnHOMETopSectionIcon {
	float:left;
	margin-top:0px;
	margin-right:20px;
}

.mainColumnHOMETopSectionText {
	margin-top:0px;
	margin-left:120px;
}

/* mainColumnCellHOME [HOME PAGE] */

.mainColumnCellHOME {
	min-height:100px;
	margin-bottom:40px;
}	

.mainColumnCellIconHOME {
	float:left;
	margin-top:0px;
	margin-right:20px;
}

.mainColumnCellTextHOME {
	margin-top:0px;
	margin-left:120px;
	padding-top:30px;
	padding-bottom:10px;
}

.mainColumnCellTextHOME h1 {
	line-height:normal;
}

.mainColumnCellTextHOME p {
	line-height:normal;
}


/* Main Pages __________________________________________ */

/* mainColumnTopSection */

.mainColumnTopSection {
	width:100%;
	min-height:100px;
	margin-bottom:50px;
}	

.mainColumnTopSectionIcon {
	float:left;
	margin-top:0px;
	margin-right:20px;
}

.mainColumnTopSectionText {
	margin-top:0px;
	margin-left:120px;
}
					



/* mainColumnCell */

.mainColumnCell {
	min-height:50px;
	margin-bottom:50px;
}	

.mainColumnCellBio {
	margin-top:0px;
}

.mainColumnCellBioPhoto {
	float:left;
	margin-top:0px;
	margin-left:0px;
}

.mainColumnCellBioText {
	margin-top:0px;
	margin-left:120px;
	padding-top:0px;
	padding-bottom:10px;
}

.mainColumnCellIcon {
	float:left;
	margin-top:0px;
	margin-right:20px;
}

.mainColumnCellText {
	margin-top:0px;
	margin-left:120px;
	padding-top:0px;
	padding-bottom:10px;
}

.mainColumnCellText h1 {
	line-height:normal;
}

.mainColumnCellText p {
	line-height:normal;
}

.mainColumnCellText img {
	margin-right:10px;
}	
	

/* .mainColumnBottom */

.mainColumnBottom {
	width:100%;
	min-height:100px;
	margin-bottom:20px;

}
	

/*  Right Column __________________________________________________________________ */

#rightColumn {
	float:right;
	width: 30%;
}


#rightColumnBox {
	margin-top:0px;
}	


/* rightColumnCell */

.rightColumnCell {
	width:100%;
	min-height:60px;
	margin-bottom:20px;

}	

.rightColumnCellIcon {
	float:left;
	min-height:80px;
	margin-top:0px;
	margin-right:20px;
}

.rightColumnCellText {
	margin-top:0px;
	margin-left:70px;
	padding-top:0px;
	padding-bottom:10px;
}

.rightColumnCellText h1 {
	line-height:normal;
}

.rightColumnCellText p {
	line-height:normal;
}


/* twitter */

#twitter {
	margin-top:20px;
	margin-left:20px;

}

#twitter_update_list {
	font-size:10px;
}

#twitter_update_list li {
	list-style:url(/_images/_graphics/twitter_arrow.png);
	padding-bottom:20px;
	boarder-bottom: 1px solid #6666cc;
}

#twitter_update_list li span {
	display: block;
}

#profileLink {
	display: block;
	font-size: 10px;
	color: #003366;
}


/* contact */

#contact {
	margin-top:50px;

}



/* Bottom Bar __________________________________________________________________ */

#BottomBar {
	width: 100%;
	position: fixed;
	right:0;
	bottom:0;
	height: 30px;
	background: url(../_images/_graphics/bottomnav.png);
}

.BottomBarNav {
	float:left;
	margin-left:5px;
}

.BottomBarNavIcon {
	margin-left:5px;
	margin-right:10px;
	margin-top:5px;
}

.BottomBarNavIcon img {
	margin-right:5px;
}

.BottomBarNavText {
	margin-left:10px;
	margin-top:5px;
}

.BottomBarSearch {
	float:right;
	margin-top:5px;
	margin-right:10px;
}	


/* Footer __________________________________________________________________ */

.MainContainer #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:20px;
} 

.MainContainer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Bottom Navigation */

#BottomNav { 
} 

#BottomNav p {
	font:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:center;
	color:#0000CC;
}



/* Clearing __________________________________________________________________ */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}