html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body {
	background-color:#F2F2F2;
	background-image: url('../images/main_back.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size:11px;
	font-family: verdana;
	color:#333333;
}
#container1 {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('../images/bott_back.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#container2 {
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#container3 {
	margin:0 auto; /* center, not in IE5 */
	width:945px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header
{
	height:38px;
	padding-left:70px;
}

#header ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
#header ul li
{
	color:#afafaf;
	padding-top:13px;
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
	margin-right:38px;
}

#header a
{
	padding-left:15px;
	text-align:center;
	color:#BFBFB3;
	text-decoration:none;
	display:block;
	line-height:25px;
	padding-right:8px;
	margin-right:5px;
}

#header a:hover
{
	text-decoration:underline;
}

#header .current
{
	background-image: url('../images/top_on_right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header .current a
{
	background-image: url('../images/top_on.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	color:#444444;
}
#header .currentlog
{
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header .currentlog a
{
	background-position: bottom left;
	background-repeat: no-repeat;
	color:#FFFFFF;
}


#content {
	padding-bottom:52px;
}
#footer {
	position:absolute;
	width:920px;
	bottom:0; /* stick to bottom */
	height:52px;
	text-align:right;
}

#indexfooter {
	position:absolute;
	width:940px;
	bottom:0; /* stick to bottom */
	height:52px;
	text-align:right;
}

#indexfooter #indexccicons, #indexfooterpages #indexccicons
{
	float:left;
	background-image: url('../images/ccicons.png');
	background-position: left center;
	margin-left:55px;
	background-repeat:no-repeat;
	line-height:52px;
	width:295px;
}


#mfooter {
	position:absolute;
	width:900px;
	bottom:0; /* stick to bottom */
	height:52px;
	text-align:right;
}

#footerpages {
	position:absolute;
	width:930px;
	bottom:0; /* stick to bottom */
	height:52px;
}

#footer #ccicons, #footerpages #ccicons
{
	float:left;
	background-image: url('../images/ccicons.png');
	background-position: left center;
	margin-left:85px;
	background-repeat:no-repeat;
	line-height:52px;
	width:295px;
}

#footer #devicons, #footerpages #devicons
{
	float:left;
	background-image: url('../images/dev_icons.png');
	background-position: left center;
	margin-left:72px;
	background-repeat:no-repeat;
	line-height:52px;
	width:462px;
}

#footer #deviconsc, #footerpages #deviconsc
{
	float:left;
	background-image: url('../images/dev_icons.png');
	background-position: left center;
	margin-left:87px;
	background-repeat:no-repeat;
	line-height:52px;
	width:462px;
}
#footer #mccicons, #mfooterpages #mccicons
{
	float:left;
	background-image: url('../images/ccicons.png');
	background-position: left center;
	margin-left:60px;
	background-repeat:no-repeat;
	line-height:52px;
	width:295px;
}

hr {
	border: 0;
	color: grey;
	background-color: grey;
	height: 1px;
}
#footerpages #ccicons
{
	margin-left:87px;
}

#footer #copyright, #footerpages #copyright
{
	float:right;
	padding-top:8px;
	line-height:18px;
	font-family: tahoma;
}

#indexfooter #indexcopyright, #footerpages #indexcopyright
{
	float:right;
	padding-top:8px;
	line-height:18px;
	font-family: tahoma;
}
#copyright a
{
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	color:#333333;
}

#copyright a:hover
{
	color:#6aa2c4;
	text-decoration:none;
}
#indexcopyright a
{
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	color:#333333;
	padding-top:8px;
	line-height:18px;
	font-family: tahoma;
}

#indexcopyright a:hover
{
	color:#6aa2c4;
	text-decoration:none;
}

#copyline
{
	font-weight:normal;
	font-size:8px;
	color: #333333;
	line-height:25px;
}

#top
{
	background-image:url('../images/main_top_back.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height:105px;
}

#logo
{
	float:left;
	width:310px;
	line-height:100px;	
}

#links
{
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
}

#links ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;	
}

#links ul li
{
	float:left;
	padding-top:53px;
}

#links a
{
	display:block;
	border-right:1px solid #6aa2c4;
	padding-right:12px;
	padding-left:12px;
	color:#666666;
	text-decoration:none;
}

#links a:hover
{
	color:#6aa2c4;
	text-decoration:none;
}

#links a.current
{
	color:#1963bc;
	border-right:1px solid #6aa2c4;
}

#main 
{
	clear:both;
	font-family: tahoma;
	font-size:12px;
}

#main a, #main a:visited
{
	color:#0A52AF;
}

#main h1, .title
{
	font-size:24px;
	font-weight: normal;
	line-height:30px;
	color:#4a4a4a;
	margin:0;
}

#main h2, #main h3, #main h4, .subtitle
{
	font-weight:normal;
	font-size:20px;
	color: #076bb2;
	line-height:25px;
	margin:0;
}

#main .header
{
	font-size:13px;
	font-weight:bold;
}

/* sub menu */

#main #submenu
{
	padding-left:15px;
}

#main #submenu ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#main #submenu ul li
{
	color:#afafaf;
	padding-top:13px;
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
}

#main #submenu a
{
	display:block;
	border-right:1px solid #666;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}

#main #submenu a:hover 
{
	text-decoration:underline;
}
/*-----------------------------------------------------*/
#subHolder {
	float:right;
	margin-right:80px;
}

.subtitleInl {
	display:inline;
	font-weight:normal;
	font-size:20px;
	color: #076bb2;
	line-height:25px;
	margin:0px;
	padding:0px;
}

.subtitleGrey {
	color:#797979;
	padding:0px;
	margin:0px;
	display:inline
}

.leftcurve
{
 	background-image: url(/images/backgrounds/left_curve.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:15px;
	margin-left:65px;
	margin-top:15px;
	float:left;
}

#leftCurvePad {
	margin-left:23px;
	margin-top:8px;
	width:550px;
}
#padding {
	margin-left:23px;
	margin-top:8px;
}
.vertLine {
	float:left;
	background-color:#cfcfcf;
	width:2px;
	height:300px;
	margin-left:10px;
	margin-top:35px;
	margin-right:15px;
}
.horizLine {
	float:left;
	margin-left:75px;
	height:1px;
	border-top:1px dotted #333333;
	width:900px;
	margin-bottom:10px;
}
#column {
	float:left;
	width:300px;
	margin-top:40px;
	margin-bottom:20px;
}
.bot20 {
	float:left;
	margin-bottom:20px;
}
#inlineColumns {
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	border-right:#cfcfcf 2px solid;
	height:170px;	
}
#inlineColumnEnd {
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:inline;
	height:170px;
}
.contentList {
	list-style-image: url(../images/bullet3.jpg);
}

.contentList li {
	line-height:15px;
	margin-bottom:5px;
}
#contentBox {
	float:left;
	width:900px;
	margin-left:65px;
}
#contentBox450 {
	float:left;
	display:inline;
	width:450px;
	padding-top:15px;
}
#horizBox {
	align:center;
	margin-bottom:10px;
	margin-top:10px;
	width:900px;
}
#horizButtons {
	float:left;
	margin-right:20px;
	display:inline;
}
.clear {
	clear:both;
	width:100%;
}
.newLine {
	clear:both;
	margin-bottom:20px;
}
#boxInl {
	float:left;
	display:inline;
	width:250px;
}
#boxInlMid {
	float:left;
	display:inline;
	width:250px;
	margin-left:15px;
	margin-right:15px;
}
#boxInlBullet {
	float:left;
	margin-top:10px;
	display:inline;
	width:350px;
}
.blue
{
	color:#0a5bac;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
.smblue
{
	color:#0a5bac;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-size:16px;
}

#blue a
{
	color:#0a5bac;
	margin:0px;
	padding:0px;
	text-decoration:none;
	
}

.blueB {
	font-weight:bold;
	color:#0a5bac;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
a.blueB {
	font-weight:bold;
	color:#0a5bac;
	margin:0px;
	padding:0px;
}
.blueBBullet {
	color:#0a5bac;
	display:inline;
	font-weight:bold;
	margin-left:5px;
}
.quoteBox {
	float:left;
	display:inline;
	width:180px;
	color:#797979;
	padding:0px;
	margin:0px;	
}
.quoteName {
	font-style:italic;
	font-size:9px;
}
.padBot {
	margin-bottom:10px;
}
.top40Bot20 {
	float:left;
	margin-top:40px;
	margin-bottom:20px;
	width:300px;
}
.lightblue
{
	color:#5fb4dd;
}

.lightgrey
{
	color:#797979;
	padding:0px;
	margin:0px;
}

.orange
{
	color:#ff9305;
}

.green
{
	color:#52885e;
}

.newshead
{
	color:#333333;
	font-family: arial;
	font-size:11px;
}

.newstext
{
	color:#666666;
	font-size:12px;
}

.uniquetext
{
	color:#666666;
	font-size:11px;
}

.bodytext
{
	color:#666666;
	font-size:12px;
}

.bodytext a
{
	color:#666666;
	font-size:12px;
	color:#0a5bac;
	text-decoration:none;
}
.toptitle
{
 	padding-left:75px;
	padding-right:90px;
	padding-top:10px;
	text-align:left;
	clear:right;
}

.sales_box
{
	float:left; width: 226px; height:134px; padding-top:18px; padding-left:25px;	
	text-align:left;
}

.right_arrow
{
	float:left;
	background-image:url(../images/right_arrow.gif);
	width:56px;
	height:95px; 
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial 
{
	color:#666666;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
}

.devtest
{
	color:#2b499f;
	text-decoration:none;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
}
.devtestsmall 
{
	color:#2b499f;
	text-decoration:none;
	font-size:8px;
	font-family: Verdana, Geneva, sans-serif;
}
.devtestsmall a
{
	color:#2b499f;
	text-decoration:none;
	font-size:8px;
	font-family: Verdana, Geneva, sans-serif;
}
.devtestsig1
{
	color:#2b499f;
	font-weight:bold;
	font-size:11px;
	mnargin-top:8px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}
.devtest a
{
	color:#2b499f;
	font-size:11px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}
.testimsig
{
	padding-top:5px;
	color:#666666;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
}
#container1 #container2 #content #main center div div .newstext {
	font-size: 12px;
}
#container1 #container2 #content #main center div div .newstext {
	font-family: Verdana, Geneva, sans-serif;
}
#container1 #container2 #content #main center div div .newstext {
	font-size: 12px;
}
#container1 #container2 #content #main center div div .newstext {
	font-size: 24px;
}

