@charset "UTF-8";
/* CSS Document */

body {
	font: x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #262626;
	background:url(../graphics/bgslice.png) repeat-x top;
}

a {
	color:#030a32;
}

a:hover {
	color:#FF6600;
}


h1, h2 {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	margin:0 0 5px 0;
	font-size:160%;
	
}

label {

	font-size:1.2em;

}



h2 {
	font-size:140%;
	margin:0px;
}

h3 {
	padding:0px;
	margin:0px;
	font-size:110%

}

ul.port {
	margin:3px 5px 0px 0;
	padding:0px 0px 15px 10px;
}

.port li{
	padding:0px;
	margin:2px 0px 2px 15px;
	font-size:1.1em;
}

ol.pageorderedlist {
	padding:0px;
	margin:5px 0px 5px 20px;
	line-height:1.6em;
	font-size:1.1em;
}

p{
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 20px 0;
}
img {
	border:0px;

}

#logo{
	float:left;
	background-image:url(../graphics/logo.gif);
	width:256px;
	height:55px;
	text-indent:-9999px;
}

#topNav {
	float:right;
	padding-top:30px;
}

#topNav a {
	margin-left: 5px;
}

.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	background-image:url(../graphics/banner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:225px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#blueBanner {
	background-image:url(../graphics/bluebanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:121px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#redBanner {
	background-image:url(../graphics/redbanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:121px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#greenBanner {
	background-image:url(../graphics/greenbanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:121px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#yellowBanner {
	background-image:url(../graphics/yellowbanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:121px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#miscBanner {
	background-image:url(../graphics/miscbanner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:121px;
	overflow:hidden;
	clear:both;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}





#menu {
	overflow:hidden;
	border: 1px solid #888;
}


.oneColElsCtr #mainContent {
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColElsCtr #mainContent div.idev, .oneColElsCtr #mainContent div.imark, .oneColElsCtr #mainContent div.ihost, .oneColElsCtr #mainContent div.gdes {
	background-repeat:no-repeat;
	background-position:top left;
	height:8em;
	
	margin-bottom:10px;
	padding:10px;
	padding-left:90px;
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColElsCtr #mainContent div.idev {
	background-image:url(../graphics/idevbulletpoint2.gif);
}

.oneColElsCtr #mainContent div.imark{
	background-image:url(../graphics/imarkbulletpoint2.gif);
}

.oneColElsCtr #mainContent div.ihost{
	background-image:url(../graphics/ihostbulletpoint2.gif);
}

.oneColElsCtr #mainContent div.gdes{
	background-image:url(../graphics/gdesbulletpoint2.gif);
}


.bodyText {
	float:left;
}

.twoColFixLt {
	padding:0px 0px 0px 10px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	
	
}

.twoColFixLt #sidebar1 div.leftSection {
	margin-bottom:5px;
	min-height:150px;
	*height:1%;
}

.twoColFixLt #mainContent, .twoColFixLt #mainContentBlue, .twoColFixLt #mainContentGreen, .twoColFixLt #mainContentRed, .twoColFixLt #mainContentYellow { 
	margin: 0 0 0 201px;
	padding:10px 15px 10px 10px;
	min-height:370px;
	*height:1%;
	border-left:1px solid #E4E4E4;
} 

 .twoColFixLt #mainContentBlue h1,  .twoColFixLt #mainContentBlue h2 {
 	color: #2f4773;
 }
 
.twoColFixLt #mainContentGreen h1, .twoColFixLt #mainContentGreen h2 {
 	color: #006600;
 }
 
.twoColFixLt #mainContentRed h1, .twoColFixLt #mainContentRed h2 {
 	color: #990000;
 }
 
 
.twoColFixLt #mainContentYellow h1, .twoColFixLt #mainContentYellow h2 {
 	color: #CC9900;
 }
 
 
 #smbluebullet,  #smredbullet, #smgreenbullet, #smyellowbullet  {
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
 }
 
 #smbluebullet {

	background-image:url(../graphics/idevbulletpointsmall.gif);
 }
 
  #smredbullet {

	background-image: url(../graphics/imarkbulletpointsmall.gif);
 }
 
  #smgreenbullet {

	background-image: url(../graphics/ihostbulletpointsmall.gif);
 }
 
  #smyellowbullet {

	background-image: url(../graphics/gdesbulletpointsmall.gif);
 }





.contentleftcol, .contentrightcol {
	float:left;
	margin-left:10px;
}

.contentleftcol ul, .contentrightcol ul {
	margin:3px 0 0px 0;
	padding:0px 0px 0px 10px;
}

.contentleftcol li, .contentrightcol li {
	padding:0px;
	margin:2px 0px 2px 10px;
}

#footerImage {
	height:132px;
	overflow: hidden;
	clear:both;
}

.footerContainer {
	border-top:1px solid #E4E4E4;
	height:1%;
	clear:both;
}

.footer {
	padding:10px;
	text-align:center;
}

.footer a {
	padding-right:10px;
}


#slogan {
	float:right; 
	padding-top:10px;
	font-size:160%;
	font-weight:bold;
	padding-right:10px;
	font-family:"Trebuchet MS", ;
}

#sloganContainer {
	border-left:2px solid #fff; 
	border-right:2px solid #fff; 
	background-color: #D2D2D2; 
	background:url(../graphics/sloganbar.png) no-repeat;
	min-height:41px; 
	*height:41px;
	width: 800px;
}

 a.portfoliobut {
	display:block;
	overflow:hidden;
	width:177px;
	height:24px;
	padding:8px 0 0 13px;
	text-decoration:none;
	background:url(../graphics/portfoliobut.png) no-repeat 0 0 ;
	font-weight:bold;
	font-size:11px;
	color:#262626;
}

 a.portfoliobut:hover {
	background:url(../graphics/portfoliobut.png) no-repeat 0 -31px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#262626;
}

 a.actionbut {
	display:block;
	overflow:hidden;
	width:187px;
	height:70px;
	padding:30px 0 0 13px;
	text-decoration:none;
	background:url(../graphics/actionBut.png) no-repeat 0 0 ;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	
}

 a.actionbut:hover {
	background:url(../graphics/actionBut.png) no-repeat 0 -100px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	
}

 a.featuredbut {
	display:block;
	overflow:hidden;
	width:177px;
	height:113px;
	padding:30px 0 0 13px;
	text-decoration:none;
	background:url(../graphics/featured.jpg) no-repeat 0 0 ;
	border:1px solid #CCCCCC;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-indent:-9999px;
}

.quote {
	font-weight:bold;
	font-size:1.8em;
	

}

.quotecontainer {
	padding:10px 5px 10px 5px;
	line-height:1.8em;

}

.quotecontainer p {
	padding:0;
	margin:0;

}


.number {
	color:#FF9900; 
	font-size:1.5em; 
	padding-right:5px;
}
.quote {	
	font-style:italic
}

form div {
	padding:5px 0;

}

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

#citytitle {
	font-size:18px !important;
}

input.btn {
	font-weight:bold;
	background-color: #56b956;
	border-top:1px solid #66C166;
	border-left:1px solid  #66C166;
	border-bottom:1px solid #388d38;
	border-right:1px solid #388d38;
	
	width:100px;
	cursor:default;
}

.resetbtn {
	font-weight:bold;
	background-color: #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	width:100px;
	cursor:default;
}

.required {
	color: #660000;
}

span.required {
	vertical-align: top;
	font-size:10px;
	padding-left:2px;
}

.columns div{
	width:380px;
	float:left;
	margin:0 30px 0 0;
}


/*--accordion--*/
#accordion{padding:7px 0 0; width:205px;}

a.toggle {
	display:block;
	height:20px;
	padding:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	text-decoration:none;
}

		
a.toggle:hover,
.accordion-box a.active{
	text-decoration:none;
	background-position:0 -36px;
}



.accordion-box div .slider{
}


.accordion-box div .slider li{
	padding:5px 20px 5px;
	margin:0px 0px 0px 20px;
}


.accordion-box ul{
	margin:0;
	padding:4px 3px 10px 0px;
	border-bottom:1px solid #E4E4E4;
	width:198px;
}

.accordion-box ul li{list-style:none; padding:0 0 5px 15px;}
.accordion-box ul a{
	color:#000;
	text-decoration:none;
	font-size:11px;
}


.accordion-box ul a:hover{text-decoration:underline;}
