/*Formating CSS*/
*{
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong, b{
	font-weight:bold;
}
i, em{
	font-style:italic;
}
p{
	padding:5px 0;
}
body, html{
	height:100%;
	width:100%;
}
/*CONTAINERS*/
#containerPage{
	position:relative;
  	min-height:100%;
}
* html #containerPage{
	height:100%;
}
#containerHeader{
	height:140px;
	width:100%;
	background:url(../images/bgHeader.jpg) 0 0 repeat-x;
}
#containerContent{
	height:auto;
	width:100%;
	background:#fff;
	font-size:12px;
	color:#333;
	padding-bottom:25px;
}
#containerBottom{
	height:260px;
	width:100%;
	background:#fff;
	color:#333;
}
#containerFooter{
	clear:both;
	height:30px;
	width:100%;
	color:#fff;
	background:url(../images/bg.gif) 0 0;
}
#containerTemp{
	position:relative;
	margin: -30px auto 0 auto;
}
/*DIV*/
#header{
	height:140px;
	width:930px;
	margin:0 auto;
}
#menu, #menuF{
	height:41px;
	width:930px;
	margin:0 auto;
	background:url(../images/bgContent.gif) left bottom no-repeat;
}
#menuF{
	background:none;
}
#content{
	height:auto;
	width:908px;
	margin:0 auto 10px auto;
	padding:10px;
	border:#ccc 1px solid;
	border-top:none;
}
#contentF{
	position: relative;
	height:auto;
	width:930px;
	margin:0 auto 10px auto;
	padding:10px;
}
#bottomC4{
	height:260px;
	width:922px;
	padding-left:16px;
	margin:0 auto;
	font-size:10px;
	color:#666;
}
#bottomC2{
	height:260px;
	width:456px;
	margin:0 auto;
	padding-left:16px;
	font-size:10px;
	color:#666;
}
.bottomBox{
	float:left;
	height:240px;
	width:193px;
	padding:10px;
	margin-right:15px;
	background:url(../images/bgBottomBox.jpg) 0 0 no-repeat;
	text-align:center;
}
.clear{
	height:0;
	width:100%;
	clear:both;
}
#footer{
	height:25px;
	width:930px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	color:#fff;
	font-size:10px;
}
#floatLeft{
	float:right;
	text-align:center;
}

#contentLeft{
	width: 660px;
	min-height: 600px;
}

#contentLeftTop{
	background:url(../images/cafe_frontpage.png) 0 0 no-repeat;
	width:658px;
	height:223px;
}
#contentLeftBottom{

}
#textContentHeader{
	background:url(../images/textContentHeader.png) 0 0 no-repeat;
	width:658px;
	height:18px;
}

#textContentContent{
	background:url(../images/textContentContent.png) 0 0 repeat-y;
	width:658px;
	min-height:10px;
}

#textContentContentText{
	padding: 0 60px 0 80px;
}
#textContentFooter{
	background:url(../images/textContentFooter.png) 0 0 no-repeat;
	width:658px;
	height:40px;
}
#contentRight{
	position: absolute;
	right: 10px;
	top: 10px;
}
#contentRightTop{
	background:url(../images/services_frontpage.png) 0 0 no-repeat;
	width:265px;
	height:333px;
}
#contentRightTopContent{
	display:none;
}
#contentRightMiddleUp{
	width:265px;
	height:99px;
}
#contentRightMiddleUp a{
	background:url(../images/freeCommercial_frontpage.png) 0 0 no-repeat;
	width:265px;
	height:99px;
	text-indent:-9999px;
	display:block;
}
#contentRightBottom{
	background:url(../images/microsoft_frontpage.png) 0 0 no-repeat;
	width:265px;
	height:146px;
}
/*IMAGES*/
.border{
	padding:10px;
	margin:10px;
	border:#ccc 1px solid;
	float:right;
}
#logo{
	float:left;
	margin-top:30px;
}
#lines{
	float:right;
}
#aaa{
	margin-top:24px;
}
#micro{
	margin:20px 0 21px 0;
}
.bottomBox img{
	padding-bottom:10px;
}
/*MENUS*/
ul#mainMenu{
	list-style:none;
}
ul#mainMenu li{
	float:left;
	list-style:none;
	text-align:center;
}
a:link.mainmenu , a:visited.mainmenu{
	color:#333;
	height:25px;
	width:120px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
a:hover.mainmenu{
	text-decoration:none;
	color:#ff9900;
}
a:link#selected , a:visited#selected, a:hover#selected{
	text-decoration:none;
	background:url(../images/menuItem.gif) 0 0 no-repeat;
	color:#fff;
}
/*LINKS*/
a.refLink:link, a.refLink:visited, a.refLink:hover{
	text-decoration:none;
}
#content a:link, #content a:visited{
	color:#0073be;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
a.bottomLink:link, a.bottomLink:visited{
	display:block;
	color:#0073be;
	background:url(../images/bgBottomLink.gif) center right no-repeat;
	text-decoration:none;
}
a.bottomLink:hover{
	text-decoration:underline;
}
a#footerLink:link, a#footerLink:visited{
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
a#footerLink:hover{
	text-decoration:underline;
}
#mapLink{
	clear:both;
	float:right;
	margin-bottom:10px;
}
a.referenceLink, a.referenceLink:visited
{
	text-decoration: none;
	color:#000000;
}
a.referenceLinkMore:link, a.referenceLinkMore:visited{
	color:#0073be;
	text-decoration:none;
}
a.referenceLinkMore:hover{
	text-decoration:underline;
}
/*LIST*/
#content ul{
	margin:5px 0 5px 20px;
}
#content li{
	margin:5px 0;
	list-style:url(../images/imgLi.gif);
}

#contentF ul.frontpage{
	margin:10px 0 0 15px;
}
#contentF li.frontpage{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style:url(../images/listStyle_frontpage.png);
	color: #1c6fa3;
	margin:1px 0 0 0;

}
/*SPAN*/
.blue{
	font-weight:normal;
	color:#0073be;
}
.orange{
	font-weight:normal;
	color:#ff9900;
}
/*HEADERS*/
h1{
	color:#ff9900;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
h2{
	color:#0073be;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 5px 0;
}
h3{
	font-size:11px;
	font-weight:bold;
}
h2.frontpage{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0073be;
	font-size:19px;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}
h3.frontpage{
	color:#0073be;
	font-size:13px;
	font-weight:bold;
	margin:0 0 22px 0;
}
/**/
h3, p{
	text-align:left;
}

p.frontpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin:0 0 0 0;
	color:#0073be;
}
/*TABLES*/

#refTable{

	width:80%;

}

#refTable td{

	padding:10px;

	text-align:center;

}

/* FORMS */


form {
  
}


/*label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}*/

.textbox_input
{
/*background-color: #fee3ad;*/
background-color: #FFFFFF;
color: black;
font-size: x-small;
border-style: solid;
border-width: 1px;
width: 250px;
height: 15px;
} 

.listbox_input
{
/*background-color: #fee3ad;*/
background-color: #FFFFFF;
color: black;
font-size: x-small;
border-style: solid;
border-width: 1px;
width: 250px;
} 

.selection_input {
background-color: #FFFFFF;
color: black;
font-size: 12pt;
width: auto;
}

.listitem_input
{
/*background-color: #fee3ad;*/
background-color: #FFFFFF;
color: black;
font-size: x-small;
margin: 1px;
} 

label.align_left {
text-align: left;
display: block;
}

TEXTAREA {
background-color: #FFFFFF;
border: black 1px solid;
font-family: arial, verdana, ms sans serif;
font-size: x-small;
font-weight: normal;
width: 250px;
}

submit {
background-color : #c00;
color : #ccc;
font : bold 14px/14px verdana, geneva, helvetica;
border : 2px solid #ccc;
}

.left_align {
	text-align: left;
}