* { margin: 10; padding: 0; }

body {
	color: #CCCCCC;
	text-align: center;
	background-color: #243e90;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
a, a:visited {
	text-decoration: none;
	color: #FFD500; 
	background: inherit;
}
a:hover {
	color: #FFFF66;
	background: inherit;
}
h1, h2, h3 {
	font-family: Verdana, Tahoma, "Trebuchet MS";
	font-weight: normal; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #99FF00;
}
h3 {
	font-size: 110%;
	color: #FFFF99; 
}
img {
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
img.float-Map {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #CCCCCC;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #243E90; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#243E90;
}
textareaFrmMsg {
	width:300px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}
#wrap {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #243e90;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#TopCorners {
	width: 820px;
	position: relative;
	height: 30px;
	padding: 0;
	font-size: 14px;
	color: #243E90;
	background-color: #223E91;
	background-image: 
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 820px;
	position: relative;
	height: 125px;
	padding: 0;
	font-size: 14px;
	color: #243E90;
	background-color: #223E91;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	top: 28px; left: 50px;	
}

#header h2#design {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 24px;
	left: 394px;
	width: 400px;
	height: 79px;
}

#menu {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	height: 30px;
	background-image: url(/css/images/menu.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #FFD600;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

#main {
	float: right;
	width: 72%;
	padding: 0;
	margin: 0;
	height: auto;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #FFFBFE;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background-color: #999999;
	background-image: url(images/square-green.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

#sidebar {
	float: left;
	width: 26.5%;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}	
#sidebar h1 {
	padding: 10px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000000;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	background-image: url(/css/images/star.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#footer {
	color: #FFFF66;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;
	font-size: 92%;
	background-color: #243e90;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

#footer a { text-decoration: none; }


#footer h2#design {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 369px; left: 616px;		
}

#footer h2#designHome {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFD200;
	top: 523px;
	left: 750px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#footer h2#designProducts {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFF;
	top: 366px;
	left: 724px;
	
.float-left  { float: left; 	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 10em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 106px;
	width: 107px;
	width: 132px;
	width: 96px;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
