pre {
	background-color: #FFFEF8;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	font-family: Courier New, monospace;
	font-size: 10pt;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
#logo {
    font: 60px "Segoe UI";
    color: #008bb6;
    line-height: 1.25em;
    padding-left: 1em;
    letter-spacing: -1px;
}

.webbox {
    position: relative; 
    float:left;
    width: 270px;
    border: 4px solid #99cc33;
    min-height: 360px;
    margin: 10px;
    padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-bottom: 25px;
} 

.webboxr {
    position: relative; 
    float: right;
    width: 270px;
    border: 4px solid #99cc33;
    min-height: 290px;
	padding-bottom: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
} 

.webboxr .red {
	color: #99cc33;
	font-weight: bold; 
}

.webboxr .fa {
	color: #99cc33;
}
.webboxr a:hover {
	color: #99cc33;
}

.webboxr p {
    padding-left: 10px;
	padding-right: 5px;
}
.webboxr ul {
    padding-left: 10px;
	padding-right: 5px;
}
.webboxr .red{
color: red;
}

.webbox p {
    padding-top: 5px;
	padding-left: 5px;
} 
.wbsul{
text-align: center;
}

.wbsr {
	color: #fff;
	background-color: #99cc33;
	width: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
}

.wbs {
	color: #fff;
	background-color: #99cc33;
	width: 93%;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}  


.webbox .fa {
	color: #99cc33;
}

.webbox a:hover {
	color: #99cc33;
}

.devbox {
    position: relative; 
    float:left;
    width: 270px;
    border: 4px solid #008bb6;
    min-height: 535px;
    margin: 10px;
    padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-bottom: 25px;
} 

.devboxr {
    position: relative; 
    float: right;
    width: 270px;
    border: 4px solid #008bb6;
    min-height: 360px;
    margin: 10px;
    padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
} 

.devbox p {
    padding-top: 5px;
	padding-left: 5px;
}

.devbox .fa {
color: #008bb6;
}
.devbox a:hover {
	color: #008bb6;
}
.dbs {
	color: #fff;
	background-color: #008bb6;
	width: 93%;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}    
.conbox {
    position: relative; 
    float:left;
    width: 270px;
    border: 4px solid #ff9900;
    min-height: 535px;
    margin: 10px;
    padding: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-bottom: 25px;
}
.conbox p {
    padding-top: 5px;
	padding-left: 5px;
}

.conbox .fa {
color: #ff9900;
}
.conbox a:hover {
	color: #ff9900;
}

.cbs {
	color: #fff;
	background-color: #ff9900;
	width: 93%;
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
.bmore {   
    position: absolute;  
    bottom: 10px;
    right: 30px;  
} 

legend {
	background-color: #89b2ea;
	margin: 0;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #89b2ea;
    font-weight: bold;
	font-size: medium;
	color: white;
    text-transform: capitalize;
    font-family: 'Trebuchet MS';
}

fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 2px solid #89b2ea;
}

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #89b2ea;
	background-color: #C2DFFF;
	width: 350px;
	text-align: left;
}

.ulist {
	float: left;
	width: 48em;
	margin-left: 25px;
	padding: 0;
    list-style: none;
	color: rgb(65, 112, 129);
}
 
.ulist li {
	float: left;
	width: 24em;
	margin: 0;
	padding: 0;
} 

.lblfeedback {
	color: #008bb6;
	font-family: Arial, Verdana, 'Trebuchet MS'; 
	font-weight: bold;
}

.line {
color: #5c87b2;
background-color: #5c87b2;
width: 85%;
height: 3px;
}

.clear {
 clear: both;
}
  
.foot {
    background-color: #dae4dc;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.noMarg{
	margin:0;
}
.normMarg{
	margin-bottom:5px;
}
.extraMarg{
	margin-bottom:15px !important;
}
.indented{
	padding-left:15px;
}

.right 
{
    float: right;
}

.site {
 list-style-type: square; 
}
.required {
   color: Red;
}

.cform *{font:14px 'nimbus sans l',sans-serif;margin:0;padding:0 0 0 8px}
.cform ul{list-style:none}
.cform ul li{float:left;clear:both;margin-top:20px}
.cform label{color:gray;display:block;margin-bottom:6px}
.cform input[type=text],#form_name select,#form_name textarea{width:280px;padding:6px 7px;border:1px solid #e4e5e7;margin-left: 10px; border-top-color:#adadad;background:#fff;color:#333}
.cform textarea{width:380px;min-height:180px;margin-left: 10px}
.cform ul ul li{float:left;clear:both;margin-top:5px}
.cform ul ul input{float:left;width:auto;margin:0 10px 0 0}
.cform ul ul label{float:left;width:auto;margin:0}
.cform input[type=submit]{float:left;font-weight:700;color:#fff;width:auto;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#999;background-image:linear-gradient(top,#999,#808080);margin:0 0 50px 10px;padding:10px 20px;border:0}
.cform input[type=submit]:hover{cursor:pointer;background:#999}
.cform input[type=submit]:active{cursor:pointer;background:#999;-webkit-box-shadow:inset 0 0 2px 3px rgba(0, 0, 0, .1);-moz-box-shadow:inset 0 0 2px 3px rgba(0,0,0,.1);box-shadow:inset 0 0 2px 3px rgba(0, 0, 0, .1)}
.cform .error input,#form_name .error textarea{border-color:#f44}
.cform .error-message{color:#f44}


.remove-link {
	text-decoration: none !important;
}

#footer {
	padding-top: 20px;
	text-align: center;
}

.imgleft {
float: left;
margin: 1em 1em;
}

.strap {
    margin-left: 120px;
    }