/***********************************************/
/* gdwd.css                                    */
/* for use with the GD Web Design website      */
/* 25 May 2006                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
/*
	background-image:url(../images/bg1.gif);
	background-repeat: repeat;
*/
	padding: 0px;
	background-color: #fff;
	font-size: 12px;
}

#workarea {
	background-color: #fff;
	color:  #fff;
	border: 0px solid #006;
/*	width: 990px;  */
	margin: auto;
	padding: 0px;
}

#masthead {
	background-color: #fff;
	color:  #fff;
	border: 0px solid #006;
/*	width: 990px;  */
	margin: auto; 
	height: 219px;
	background-image:url(../images/gds1-m2c.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#masthead-b {
	display: none;
}

h1 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
	background-color: #fff;
 	color: #006;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
	background-color: #fff;
 	color: #006;
	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 110%;
 	background-color: #fff;
	color: #006;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h4{
 	font-family: Arial,sans-serif;
 	font-weight: normal;
	background-color: #fff;
 	color: #006;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
	background-color: #fff;
 	color: #006;
 	margin: 0px;
 	padding: 0px;
}

#content {
	text-align: justify;
	padding: 10px;
	border: 3px solid #006;
	background-color: #fff;
	color: #006;
	float: left;
/*	width: 500px;  */
	width: 592px; 
	min-height: 425px;  
}

#content a {
	color: #006;
	background-color: #fff;
}

#content a:hover {
	color: #fff;
	background-color: #006;
}

#content2 {
	text-align: justify;
	color: #006;
	background-color: #fff;
	overflow: auto;
	width: 535px;
}

input {
	background-image: url(../images/button03.jpg);
	color: #fff;
	background-color: #fff;
}

.buttonArea {
	text-align: center;
}

/************* #footer styles *************/

#footer{
	color: #006;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
/*	width: 976px;  */
	border: 0px solid #006;
	border-top-width: 0px;
	clear: both;
	text-align: center;
}

#footer a {
	color: #006;
	background-color: #fff;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #006;
	color: #fff;
}

#footer p {
	text-align: center;
}

.blockDisplay {
	display: block;
	text-align: left;
	color: #006;
	background-color: #fff;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	text-decoration: none;
	clear: both;
	font-size: 70%;
	color: #006;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 0px solid white;
	border-top: 0px solid #00f;
}

#siteInfo a{
	text-decoration: none;
	color: #006;
	background-color: #fff;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #00f;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} */
#navBar ul {list-style: none; margin: 0; padding: 0;}  

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #00f;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #fff; 
	background-color: #fff;
	display: block;
	line-height: 2; 
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 16px;
 	color: #006; 
	background-color: #fff;
	display: block;
	text-align: center;
}

.name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
 	color: #006;
	background-color: #fff;
	display: block;
}

.contentBlock {
	display: block;
	color: #006;
	background-color: #fff;
}

.redText {
	color: red;
	background-color: #fff;
	font-size: 18px;
}

.brownText {
	color: #006; 
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.yellowText {
	color: #FF0;
	background-color: #fff;
	font-size: 18px;
}

.menu{
	background-color: #fff;
	border: 0px solid #006;
	color: #006; 
	width: 110px;  
	float: left;   
	display: block;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.menu a {
	text-decoration: none;
	color: #006;
	background-color: #fff;
	display: block;
	border: 1px solid #006;
	padding: 1px;
}

.menu a:hover { 
	background: #006;
	color: #fff;
	display: block;
}

.menu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#main_menu {
	background-repeat: no-repeat;
	background-color: #fff; 
	width: 110px;
	border: 2px solid #006; 
	float: left; 
}

.menu2 {
	background-color: #fff;
	border: 0px solid #006;
	color: #006; 
/*
	width: 200px; 
	width: 110px; 
	float: left;   
	text-align: center;
*/	
	display: block;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
}

.menu2 a {
	text-decoration: none;
	color: #006;
	background-color: #fff;
	display: block;
	border: 0px solid #006;
	padding: 1px;
}

.menu2 a:hover { 
	background: #006;
	color: #fff;
	display: block;
}

.menu2 li {
/*
	display: inline;
	overflow: hidden;
	list-style-type: none; 
*/
}

#main_menu2 {
/*
	background-repeat: no-repeat;
	background-color: #fff; 
	width: 110px;
*/
	border: 3px solid #006; 
	float: right; 
	padding: 10px;
	padding-left: 0px;
}

.what {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.row {
	border: 2px solid #006;
	float: left;
	display: block;
}

.cell {
	border: 1px dotted #006;
	float: left;
	height: 100px;
	width: 175px;
}

.pcell {
	border: 1px dotted #006;
	float: left;
	width: 210px;
	text-align: center;
	vertical-align: middle;
}

.components a {
	color: #006;
	background-color: #fff;
}

.components a:hover{
	text-decoration: underline;
	background-color: #006;
	color: #fff;
}

.samp-list li a {
	color: #006;
	background-color: #fff;
}

.samp-list li a:hover {
	color: #fff;
	background-color: #fff;
	background-color: #006;
}

.counter {
	color: #006;
	background-color: #fff;
	font-weight: bold;
}

.rightCol {
/*	width: 291px;  */
	border: 2px solid #006;
	float: left;
	color: #006;
	padding: 10px;
	padding-left: 0px;
}

/* make the tabs */
.home, .about, .portfolio, .rates, .components, .started, .services, .contact {
	color: #900;
	background: #fff;
	font: bold 1em Arial, Helvetica, sans-serif;
	border: 2px solid #900;
	padding: 5px;
	text-decoration: none; 
}
