body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body a {
	color: #00486A;
}

body a:hover {
	color: #FF6600;
}

body a:visited {
	color: #006699;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
}
hr {
	height: 1px;
	width: 350px;
	padding-top: 0px;
	padding-left: 0px;
	color: #FF9900;
}


#header {
	width: 980px;
	height: 50px;
	margin: 0px;
}

#header #web-design-nav {
	width: auto;
	white-space: nowrap;
	text-align: center;
	height: 50px;
	max-height: 50px;
	float: right;		
}

#header #web-design-nav ul    {
	list-style-position: inside;
	list-style-type: none;
	white-space: nowrap;
	height: 50px;
	padding-top:13px;
}

#header  #web-design-nav  ul  li {
	float: left;
	height: 20px;
	width: auto;
	background-color: #0099CC;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 5px;	
	margin-right: 1px;
}
#header  #web-design-nav  ul  li  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header   #web-design-nav   ul   li:hover {
	background-color: #FF6600;
}

#header #web-design-nav .navhover {
	background-color: #FF6600;
}

#header #logo {
	float: left;
	width: 400px;
	height: 50px;
}

#subnavline {
	background-color: #37CDFF;
	margin: 0px;
	width: 980px;
	height: 30px;
	text-align: right;
	padding-right: 20px;
	float: right;
	vertical-align: middle;
}

#content {
	height: 100%;
	width: 980px;
}

#content #leftcol {
	float: left;
	height: 100%;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#content #leftcol #contactcontain {
	width: 350px;
	float: left;
	margin-left: 125px;
	padding: 3px;
}

#content #leftcol .contentpad {
	width: 95%;
	padding: 10px;
}
#content  #leftcol  .contentpad  .openlist {
	list-style-image: url(images/bullets.gif);
	list-style-position: outside;
}
#content #leftcol .contentpad .openlist li {
	padding-bottom: 10px;

}
#content #leftcol #homecontent {
	width: 600px;
}

#content #rightcol {
	float: right;
	width: 360px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#content  #leftcol  #homecontent  #lcol {
	float: left;
	height: 100%;
	width: 180px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content  #leftcol  #homecontent  #mcol {
	height: 100%;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#content  #leftcol  #homecontent  #rcol {
	float: right;
	height: 100%;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#form1 {
  text-align:left;
}

#form1 .formlabel    {
	float: left;
	width: 170px;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#form1   .formfield    {
	float: right;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#form1   #contact    {
	height: 25px;
	width: 150px;
	border: 1px outset #000000;
	background-color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	position: relative;
}
#form1  input {
	background-color: #FFFFFF;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form1  select {
	background-color: #FFFFFF;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	width: 980px;
	height: 31px;
	padding: 10px;
	background-color: #37CDFF;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  #fleft {
	width: 200px;
	float: left;
	height: 31px;
}
#footer  #fright {
	float: right;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 31px;
	text-align: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tightlist    {
	list-style-image: url(images/bullets.gif);
}
.container {
	width: 100%;
	clear: both;
	background-color: #37CDFF;
	height: 30px;
}




.sectiontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF6600;
}

.clear {
	clear: both;
}
.listtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

#response {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-align: left;
}
#content  #leftcol  .contentpad  .portfolio {
	width: 100%;
}
#content   #leftcol   .contentpad   .portfolio  td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}




.leftalign {
	text-align: left;
	display: block;
}
#portfolio-full {
	background-color: #000000;
	display: none;
	clear: both;
	height: 100%;
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity:0.75;
	filter:alpha(opacity=75)
	
}
#portfolio-full  #tbc {   
   display: none;
   color:#FFFFFF
}
#portfolio-full  #tbc a {   
   color: #FFFFFF
}



.imgborder {
	border: 1px solid #333333;
}

/* the overlayed element */
div.overlay {
   
	background-image:url(images/white.png);
	width:750px;
	height:600px;		
	display:none;
	padding:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.thumb {
	border:1px solid #666666;
}

