body{
	background:#950B0B url(../imgs/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656565;
	padding:5px 0 5px 0;
	margin:0px;
	text-align:center;
	background-attachment:fixed;

}
a{
	text-decoration:none;
	color:#a00000;
	border-bottom:1px dotted #a00000;
}
a:hover{
	color: #0000ff;
	border-bottom:1px dotted #0000ff;
}
.mainpage{padding:10px; border-top:1px solid #545454; text-align:justify; background-color:#FFFFFF;}
.title1{font-size:14px; font-weight:bold; color:#009933;}
.title1 a{color:#BA2727;}
.homec{
	width:410px;
	height:500px;
	padding-top:50px;
	text-align:left;
	border:0px;
	vertical-align:top;
	text-align:justify;
	font-size:9px;
}
.homec a{border-bottom:0px;}
.homec a:hover{border-bottom:0px;}
.nl{
	border:0;
}
.nl a{border-bottom:0px;}
.nl a:hover{border-bottom:0px;}
.columnleft{
	float:left;
	width:103px;
	height:487px;
	padding-top:135px;
}
.page{
	background-image:url(../imgs/page_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px;
	background-color:#ffffff;
	height:580px;
	vertical-align:top;
	
}
.menu{padding-top:2px; padding-right:5px; text-align:right;}
.menu a{border:0px;}
.title{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}
.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#CCCCCC;
}
.footer a{
	font-weight:bold;
	color:#FFFFFF;
}
.welcome{background-image:url(../imgs/table_bg.gif); background-repeat:repeat-x; background-position:top left; padding:5px; background-color:#DADADA; text-align:justify;}
.footera{color:#CCCCCC; background-color:#C83B3B; text-align:center;}
.footera a{color:#FFFFFF;}
.portfolio_title{padding:5px; background-color:#545454; color:#ffffff; float:left; font-weight:bold;}
.portfolio_thumb{width:165px; height:190px; float:left; padding:5px; text-align:left; margin:1px;}
.portfolio_thumb img{border:1px solid #545454;}
img {border:0px;}
img a{border:0px;}
.portfolio_thumb a{font-weight:bold; color:#003399; font-size:12px; border:0px;}
.call{text-align:left; padding:5px;}
.call1{font-size:15px; font-weight:bold; color:#FF0000;}

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #cc9900; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
  border:1px solid #D1DAF8;
  padding:5px;
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
    border:1px solid #DEDEDE;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #009933; 

}

/* form label text */
label { 
  color : #009933;
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 120% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #a00000;
  background-color : #fffffa;
}

/* to make focus stable in IE 6 */
* html input.button { 
	padding:5px; background-color:#545454; color:#FFFFFF; font-weight:bold;

}
.button{padding:5px; background-color:#545454; color:#FFFFFF; font-weight:bold;}
/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #009933; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #009933;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}

.tag1{font-size:24px; color:#4ABEEA;}
.tag2{font-size:18px; color:#545454;}
.tag3{font-size:20px; color:#FF0000;}
.tag5{font-size:23px; color:#006633;}
.tag4{font-size:18px; color:#0000ff;}
.tag11{font-size:18px; color:#ff00ff;}
.tag6{font-size:22px; color:#00ccff;}
.tag7{font-size:22px; color:#99ccff;}
.tag9{font-size:22px; color:#ffcc00;}
.tag10{font-size:26px; color:#99ddff;}
.tag0{font-size:26px; color:#ee0000;}
.tag8{font-size:20px; color:#99dd22;}
/* End CSS */