/*Common Styles for Home page and inside pages */

#topBar {
	width: 980px;
	clear: both;
	height:27px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainContainer {
	width: 980px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	
}

#navigationBar {
	width:980px;	
	height: 20px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:15px;
}

#breadcrumb {
	width:625px;	
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left:15px;
}

#breadcrumb1 {
	width:625px;	
	clear: both;
	padding-left:15px;
	padding-right:15px;
}

#footer {
	width:980px;
	height:30px;
	margin: 0px auto;
	padding-top:10px;
	clear: both;
	color: #CCCCCC;
}


#flashContent {
	width:980px;
	margin: 0px auto;
	clear: both;
}

#ServiceSelector {
	width:980px;
	margin: 0px auto;
	clear: both;
	margin-top:8px;
}

#bottomContent {
	width:980px;
	min-height: 170px;
	height:auto !important;
  	height:170px;
	margin: 0px auto;
	padding-top:10px;
}

#headerImageInside {
	background-image:url(images/logoInside.jpg);
	background-repeat:no-repeat;
	width:958px;
	height: 150px;
	margin: 0px auto;
	position: relative;
}

#breadcrumb {
	width: 728px;
	float: right;
	color: #666666;
	text-decoration: none;
	
	padding-right: 15px;
	padding-left: 15px;
	
	font-size: 11px;
}

#pageContent {
	width: 728px;
	float: right;
	padding:15px;
	margin-bottom:25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}

.pageContentStyle {
	color: #666666;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
}


#insideImage{
	float:right;
	padding-right: 20px;
	padding-top: 20px;
}



#footer{
font-size:11px;
background-image:url(images/bgFooter.jpg);
background-repeat:no-repeat;
height:auto;
text-align:center;
padding-top:20px;
}


.header {
	font-size: 16px;
	text-decoration: none;
	color: #00a7df;
	font-weight: bold;
}
.headerSmall {
	font-size: 13px;
	text-decoration: none;
	color: #00a7df;
}
.footertxt {
	font-size: 11px;
	color: #cccccc;
}
.footertxt:hover {
	font-size: 11px;
	color: #cccccc;
	text-decoration:none;
}

.selectorBG {
	background-image: url(images/bgSelector.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgTalktous {
	background-image: url(images/boxBG.gif);
	background-repeat: repeat-y;
}

.box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00A7DF;
	padding: 3px;
	border: 1px solid #00A7DF;
	font-size: 11px;
}


IMG.border {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid
}

.arrowUL{
	list-style-image: url(images/subNavigation/arrow.gif);
	list-style-position: outside;
	list-style-type: none;
	font-weight: normal;
	color: #494d4c;
	text-decoration: none;
	
}

