/***********************************************/
/*   AppSwing Website - stylesheet - May 2007  */
/***********************************************/ 
/***********************************************/
/* CORE PAGE LAYOUT */
/***********************************************/
body{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color:  #ffffff;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #f1f1ff1;
	SCROLLBAR-HIGHLIGHT-COLOR: #e0e0e0;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #f1f1f1;
	SCROLLBAR-ARROW-COLOR: #ff8c40;
	SCROLLBAR-TRACK-COLOR: #f1f1f1;
	SCROLLBAR-DARKSHADOW-COLOR: #f1f1f1;
	background-image:url(images/bg_top.gif);
	background-repeat:repeat-x;

}

html,body {
	height: 100%;
}

#container {
	width: 760px;
	text-align: center;
	margin: 0px auto;
		-moz-box-padding: 0px 0px 0px 0px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
}


/***********************************************/
/* MAIN TEXT STYLES - APPLICABLE TO ALL PAGES       */
/***********************************************/

a{	color: #FF0000;}
a:link{	color: #ff8c40;}
a:visited{color: #ff8c40;}
a:hover{color: #ffab09;}

#txtarea a{	color: #778c95; text-decoration: none;}
#txtarea a:link{	color: #778c95; text-decoration: none;}
#txtarea a:visited{color: #778c95; text-decoration: none;}
#txtarea a:hover{color: #7aa7bb; text-decoration: none;}

#footer a{	color: #778c95; text-decoration: none;}
#footer a:link{	color: #778c95; text-decoration: none;}
#footer a:visited{color: #778c95; text-decoration: none;}
#footer a:hover{color: #7aa7bb; text-decoration: none;}


h1{
	font-size: 14px;
	color: ff9933;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	border-bottom: dotted 1px #cccccc;
	text-align: left;
}


h2{
	font-size: 1px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #778C95;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.homeh1{
	font-size: 14px;
	color: ff9933;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: left;
}

.homeh2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #778C95;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #778C95;
	font-family: Arial, Helvetica, sans-serif;
}


.headline{
	font-size: 14px;
	color: #FF8C40;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 8px;
}


li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image:url(images/bp01.gif);
	list-style-position: inherit;
	line-height: 18px;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
 	color: #000000;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #000000;
	text-align: justify;
	height: auto;
	line-height: 18px;
}


.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #91baca;
	margin-left: 30px;
	margin-right: 30px;
	border: none;
	line-height: 22px;
}

.quotecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: none;
	font-weight: normal;
} 
.titleboxtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #778c95;
	margin: 4px;
	border: none;
}


.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: solid 1px #BFCED3;
}

.submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 3px;
	background-color: #cccccc;
	vertical-align: bottom;
	border: solid 1px #ffffff;
}

.errorText{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ff0000}
/***********************************************/
/*  MAIN LAYOUT SECTIONS - FOR ALL PAGES       */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
		-moz-box-padding: 0px 0px 0px 0px;
	width: 760px;
	height: 83px;
}

#logo{
width: 175px;
float: left;
}

#topcontact{
	width: 200px;
	float: right;
	vertical-align: middle;
  position: relative;
  top: 35px;
}

#clear {
    clear: both;
	
}
#middle{
	float: left;
	background: #ffffff;
	width: 760px;
	margin: 0px;
	padding-top: 3px;

	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	height: auto;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}


/***********************************************/
/*  NAVIGATION - TOP HORIZONTAL - START         */
/***********************************************/


#topmenu {
float:left;
width:760px;
font-size:10px;
height: 30px;
line-height:normal;
text-align: center;
}

* html #topmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 2px;
}

#topmenu ul{
list-style-type: none;
margin:4px;
margin-left: 5px;
padding:0;
}

#topmenu li{
display:inline;
margin:0;
padding:0;
}

#topmenu a {
float:left;
background:url(images/nav_01.gif) no-repeat left top;
margin:0;
padding:0 47px 0 3px;
text-decoration:none;
}

#topmenu a span {
float:left;
display:block;
padding:7px 15px 2px 5px;
font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */

#topmenu a:hover span {
color: #d8e8ef;
}

#topmenu #current a {
background-position:0 -30px;
}

#topmenu #current a span {
background-position:100% -30px;
color: #d8e8ef;
}

#topmenu a:hover {
background-position:0% -30px;
}

#topmenu a:hover span {
background-position:100% -30px;
}

/***********************************************/
/*  NAVIGATION - TOP HORIZONTAL - END         */
/***********************************************/

/***********************************************/
/*  NAVIGATION - LEFT COLUMN - START         */
/***********************************************/


#leftmenu {
float:left;
width:188px;
font-size:10px;
height: auti;
line-height:18px;
text-align: left;
}

* html #leftmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 4px;
}

#leftmenu ul{
margin-left: 0px;
padding:0;
}

#leftmenu li{
display:inline;
margin:0;
padding:0;
}



#leftmenu a {
float:left;
background:url(images/nav_01.gif) no-repeat left top;
margin:0;
width: 188px;
border-bottom: dotted 1px #778c95;
padding:0 0px 0 0px;
text-decoration:none;
}

#leftmenu a span {
float:left;
display:block;
padding:3px;
color:#ff9933;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#leftmenu a span {float:none;}
/* End IE5-Mac hack */

#leftmenu a:hover span {
color: #ff9933;
}

#leftmenu #current a {
background-position:0 -30px;
}

#leftmenu #current a span {
background-position:100% -30px;
color: #ff6600;
font-weight: bold;
}

#leftmenu a:hover {
background-position:0% -30px;
}

#leftmenu a:hover span {
color: #ff6600;
}

#leftmenu #sublist a {
background-position:0 -30px;
background-color: #eff5f7;
color: #ff9933;
}

#leftmenu #sublist a span {
background-color: #eff5f7;
color: #ff9933;
}

#leftmenu #sublist a:hover span {
background-color: #fefefe;
color: #ff6600;
}
#leftmenu #sublist a:hover {
background-color: #fefefe;
color: #ff6600;
}

#leftmenu #sublistselected a {
background-color: #eff5f7;
color: #ff6600;
font-weight:bold;
} 
#leftmenu #sublistselected a span{
background-color: #eff5f7;
font-weight:bold;
color: #ff6600;
}


/***********************************************/
/*  NAVIGATION - LEFT COLUMN - END         */
/***********************************************/

/*Home page - Layout - START*/
#imagecontent{
	float: left;
	padding: 0px;
	height: 216px;
	width: 513px;
	background-color: #ffffff;
}
#imagecontent2{
	float: right;
	background-image:url(images/bg_newspanel.gif);
	margin: 0px;
	height: 261px;
	width: 247px;
	background-repeat: no-repeat;
}

#imagecontent2 p{ 
	text-align: justify;
}

#homenews{
	float: none;
	margin: 10px 10px 10px 10px;
	height: 220px;
	width: 220px;
	background-repeat: no-repeat;
}


#toparea {
	width: 760px;
	height: auto;
	margin-bottom: 1px;
}

#clear {
    clear: both;
	
}




	
#homearea1{
	float: left;
	width: 243px;
	height: 114px;
	margin: 0px 13px 0px 1px;
	padding: 5px 0px 5px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg_hometxt.gif);
	background-repeat: no-repeat;
}

#homearea2{
	float: left;
	width: 243px;
	height: 114px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg_hometxt.gif);
	background-repeat: no-repeat;
}

#homearea3{
	float: left;
	width: 243px;
	height: 114px;
	margin: 0px 1px 0px 13px;
	padding: 5px 0px 5px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg_hometxt.gif);
	background-repeat: no-repeat;
}

#txtarea {
	width: auto;
	margin: 20px 9px 0px 9px;
	Font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #778c95;
	font-weight: bold;
	}

#txtarea2 {
	width: auto;
	margin: 6px 8px 0px 9px;
	Font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	text-align: right;
	color: #778c95;
	font-weight: bold;
	}
/*Home page - Layout - END*/

/************* #Subpage layout START ***************/

/************* #breadCrumb styles *************/

#breadcrumb{
	float: left;
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
	border-bottom: solid 1px #f1f1f1;
	width: 500px;
	height: 18px;
	font-size: 9px;
	text-align: left;
	color: #cccccc;
}

#breadcrumb a{
	color: #cccccc;
}
/************* #breadCrumb styles - END *************/
#leftcol{
	float: left;
	width: 188px;
	margin: 15px 0px 0px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#titlebox{
	float: left;
	width: 188px;
	height: auto;
	border-top: 3px #ffffff solid;
	background-image:url(images/bg_lhmenu.gif);
	background-repeat:no-repeat;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#titlebox table{
	width: 180px;
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#titlebox td{
	border-bottom: dotted 1px #cccccc;
}

#leftimage{
	width: 188px;
	height: 120px;
	
}

#downloads{
	width: 188px;
	height: 113px;
	margin-bottom: 5px;
	background-image:url(images/bg_lhpanel.gif);
	background-repeat:no-repeat;
}

#downloads td p{
  text-align: left;
}

#content{
	float: left;
	width: 730px;
	margin: 10px 5px 15px 15px;
	padding: 5px 0px 0px 0px;
	-moz-box-padding: 0px 0px 0px 0px;
	text-align: justify;
	height: auto;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/************* #Subpage layout END ***************/

/************* #Footer area ***************/


#base{
	clear: both;
	width: 100%;
	border-top: solid 1px #f1f1f1;
	background-image: url(images/bg_base.gif);
	height: 42px;
}

#footer{
	clear: both;
	width: 760px;
		text-align: center;
	margin: 0px auto;
	font-size: 9px;
	padding: 8px 0px 0px 8px;
	text-align: left;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 42px;
	color: #999999;
}

.left {
  float: left;
	padding: 0px 0px 0px 15px;
  text-align: left;


  }

.right {
  float: right;
  padding: 0px 15px 0px 0px;
  text-align: right;

  vertical-align: middle;
  }

/************* STYLESHEET END ***************/
