@charset "utf-8";
/* 
=================================================================================================================
Technology Group Solutions LLC
Rick Nieslen
Mach10 Design, Inc.
09-23-08
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Standard Styles
=================================================================================================================
*/
body {
	background-image: url(../images/bg_mainBody.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* 
=================================================================================================================
End Standard Styles
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Layout Styles
=================================================================================================================
*/
#mainWrapper {
	width: 721px;
	margin-right: auto;
	margin-left: auto;
}

#contactForm H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	margin-top: 1em;
	font-weight: normal;
	margin-left: .5em;
}

#contactForm fieldset {
	border: 1px solid #CCC;
	padding: 0em;
	margin-top: 1.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
#contactForm legend {
	font-size: 1.0em;
	color: #CC0000;
	margin-left: .5em;
}

#contactForm ol {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
	list-style: none;
}

#contactForm fieldset li {
	padding-bottom: .5em;
}

#contactForm fieldset.submit {
	border-style: none;
}

#contactForm .textRequired {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#contactForm .text {
	border: 1px solid #666;
}

#contactForm label {
	display: block;
	font-size: .7em;
	font-weight: bold;
}

#contactForm p {
	margin: 0px;
	padding: 0px;
}

#masterHead {
	background-image: url(../images/bg_masterHead.png);
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	background-color: #c7c7dd;
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 0px;
}

#masterHead h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	padding-left: 3em;
	font-weight: normal;
	padding-top: 1em;
	text-align: right;
	padding-right: 1.0em;
}

#topMenu {
	background-color: #EEE;
	font-size: .7em;
	color: #FF0000;
	text-align: right;
	padding-top: 0.4em;
	padding-right: 0.5em;
	padding-bottom: 0.4em;
	padding-left: 0.3em;
}

#topMenu a {

}

#topMenu a:hover {

}


.headerLogo1 {
	font-weight: bold;

	text-align: left;
}

.headerLogo1 h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2.0em;
}

.headerLogo2 {
	padding-bottom: 0em;
	margin-bottom: 0em;
	padding-left: 4em;
}

#mainError {
	color: #993300;
	background-color: #FFCCCC;
	padding: 0.5em;
	width: 92%;
	border: 3px solid #FF0000;
	margin-left: 1.0em;
}
#mainError li {
	list-style-type: none;
	padding-left: 2.0em;
	font-size: .8em;
	font-weight: bold;
	color: #FF0000;
}
#mainError h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#mainSucess {
	color: #006600;
	background-color: #CCFFCC;
	padding: 0.5em;
	width: 92%;
	border: 3px solid #009900;
	margin-left: 1em;
}

#mainSucess h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/* 
=================================================================================================================
Begin Main Content Styles
This runs all the CSS within the main body of the site.
=================================================================================================================
*/
#mainContent {
	margin-right: auto;
	margin-left: auto;


}

#mainContent #faq_q {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 0.2em;
	padding-left: 2.5em;
	background-image: url(../images/bg_q.png);
	background-repeat: no-repeat;
	background-position: 0.3em center;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	vertical-align: top;
}
#mainContent #faq_a {
	font-size: 0.8em;
	margin-bottom: 3.5em;
	padding-left: 2.5em;
	background-image: url(../images/bg_a.png);
	background-repeat: no-repeat;
	background-position: 0.3em center;
	padding-top: 0.7em;
	padding-bottom: 1.5em;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#mainContent h2 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-weight: normal;
	margin: 0.3em;
}

#mainContent p {
	font-size: 0.8em;
	padding-top: 0em;
	padding-right: 0.6em;
	padding-bottom: 0em;
	padding-left: 0.6em;
	text-align: justify;
	margin-top: .3em;
	margin-right: 0em;
	margin-bottom: 1.0pc;
	margin-left: 0em;
	line-height: 1.5em;
}

#mainContent ul {

}

#mainContent li {
	font-size: 0.8em;
	font-style: italic;
}
/* 
=================================================================================================================
End Main Content Styles
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Main Menu Styles:
These CSS run the main navigatin menu of the site.
=================================================================================================================
*/

#mainMenu {
	background-color: #009966;
}

#foxmenucontainer{
	height:24px;
	background:#000;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

#foxmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}

#foxmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

#foxmenu ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#foxmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background:transparent url(../images/foxmenu_bg-OFF.gif) no-repeat top left;
}

#foxmenu ul li a:hover{
	color:#fff;
	background:transparent url(../images/foxmenu_bg-OVER.gif) no-repeat top right;
}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#000;
	background-color: #fff;
	background-image: url(../images/foxmenu_bg-ON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* 
=================================================================================================================
End Main Menu Styles
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Sub Menu Styles:
These CSS run the sub navigation of site.  They fall directly under the main navigation.
=================================================================================================================
*/

#subMenu {
	font-size: .7em;
	background-color: #FFF;
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 18px;
}

#subMenu a{
	color: #000;
	padding-right: .6em;
	padding-left: .6em;
}

#subMenu a:hover {
	text-decoration:none;

}

/* 
=================================================================================================================
End Sub Menu Styles
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Main Page Image Styles:
These CSS run the sbanner images on each page.
=================================================================================================================
*/
#pageImage, #pageImage1, #pageImage2, #pageImage3, #pageImage4, #pageImage5, #pageImage6, #pageImage7 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#pageImage1 {
	background-image: url(../images/image_front_1.jpg);
	height: 150px;
}

#pageImage2 {
	background-image: url(../images/image_page_2.jpg);
	height: 150px;
}

#pageImage3 {
	background-image: url(../images/image_page_3.jpg);
	height: 150px;
}

#pageImage4 {
	background-image: url(../images/image_page_4.jpg);
	height: 150px;
}

#pageImage5{
	background-image: url(../images/image_page_5.jpg);
	height: 150px;
}

#pageImage6 {
	background-image: url(../images/image_page_6.jpg);
	height: 150px;
}

#pageImage7 {
	background-image: url(../images/image_front_1.jpg);
	height: 150px;
}

.pageImage  {
	float: right;
	border: 1px solid #666;
	margin-right: .5em;
	margin-bottom: 0.5em;
	margin-left: 1.0em;
}

.pageLogo  {
	text-align: center;
}

/* 
=================================================================================================================
End Main Page Image Styles
=================================================================================================================
*/

/* 
=================================================================================================================
Begin Site Forms Styles:
These CSS run all the forms on the site.
=================================================================================================================
*/

#formBox {
	background-color: #EEE;
	border: 1px double #B2AC95;
	margin-bottom: 2em;
	padding: .4em;
	background-image: url(../images/bg_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: .7em;
}

#formBox h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}

#formBox ol {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
	margin: 0em;
}

#formBox li {
	padding-bottom: .6em;
}

#formBox label {
	float: left;
	width: 13em;
	margin-right: 0.5em;
	text-align:right;
	font-weight: bold;
}

#formBox form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.0em;
	margin-left: 0px;
}
#formBox .formPrice {
	font-weight: bold;
	color: #006600;
	margin-top: 0px;
}

#formBox .cc_images {
	background-image: url(../images/credit_cards.gif);
	background-repeat: no-repeat;
	background-position: 26em 0.1em;
}

#formBox .submitButton {

}

#formBoxButtons {
	text-align: right;
	background-color: #EEE;
}

#formBox .fieldRequired {
	background-image: url(../images/bg_required.png);
	background-repeat: no-repeat;
	background-position: right;
}

#formBox error {
	background-color: #FF0000;
	color: #FFF;
}

#formBox .requiredMessage {
	background-image: url(../images/bg_requiredMessage.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* 
=================================================================================================================
End Site Forms Styles:
=================================================================================================================
*/



/* 
=================================================================================================================
Begin Page Footer Styles:
=================================================================================================================
*/
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #323232;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: .8em;
	color: #CCC;
	padding-top: .3em;
	padding-right: 0.3em;
	padding-bottom: 1em;
	padding-left: 0.3em;
}

 #footer .footerCell  {
	padding-left: 1.0em; 
}
 
#footer .footerCellCenter {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#footer  a {
	font-size: .7em;
	color: #EEE;
	text-decoration: underline;
}
#footer  a:hover {
	text-decoration: none;
	background-color:#000;
}

#footer .footerCopy  {
	font-size: .8em;
	background-color: #000;
	text-align: center;
	padding: .6em;
}

#footer .footerCopy p {
	margin-bottom: 0em;
	padding-bottom: 0em;
	margin-top: 0px;
	padding-top: 0px;
}
 

/* 
=================================================================================================================
End Page Footer Styles:
=================================================================================================================
*/