/*
  $Id: stylesheet.css
*/

/*/////////////////////// MAIN STYLES ////////////////////////////////*/
body {
	margin: 0px;
	margin-bottom: 15px;
	background: #CFCDC3;
	/*background:url(../../images/background-pattern.gif);*/
	background-repeat:repeat;
}

body,td,th {
	font-family: Arial, helvetica, sans-serif;
	color: #364853;
	font-size: 11px;
}

html { overflow: -moz-scrollbars-vertical; }

a {
	color: #364853;
	text-decoration: none;
} 

a:hover {
	color: #C7781A;
	text-decoration: none;
}

a.bold:hover { text-decoration: none; }

.xsmall {font-size: 8px; }
.small {font-size: 9px; }
.normal { font-size: 10px; }
.large { font-size: 13px; }
.xlarge { font-size: 14px; }
.xxlarge { font-size: 20px; }

.bold { font-weight: bold; }

.centerText {
	text-align:center;
}

.headerBackground1 {
	width:300px; 
	padding-left:10px;
	background-image:url(../../images/top_gradient.jpg); 
	background-repeat:repeat-x;
}

.headerBackground2 {
	height:75px; 
	background-image:url(../../images/top_gradient.jpg); 
	background-repeat:repeat-x;
}

.mainParagraph {
	padding: 0px 100px 50px 79px;
	line-height: 20px;
	text-align:left;
} 

.subParagraph {
	padding: 0px 0px 0px 50px;
	line-height: 20px;
	text-align:left;
} 

.subParagraph2 {
	padding: 0px 100px 0px 50px;
	line-height: 20px;
	text-align:left;
} 

.list {
	padding: 0px 100px 0px 80px;
	line-height: 20px;
} 

.list2 {
	padding: 0px 0px 0px 70px;
	line-height: 20px;
} 

.subContent {
	float:left; 
	width:395px;
} 
.subContent2 {
	float:left; 
	width:350px;
} 
.mainTitle {
	padding: 0px 0px 0px 79px;
	text-align:left;
}

.subTitle {
	padding: 0px 0px 0px 50px;
	text-align:left;
}

.rightFloat {
	float:right;
}

.leftFloat {
	float:left;
}
/*/////////////////////// FONT COLOR STYLES ////////////////////////////////*/

.red {
	color:#FF0000;
}

/*/////////////////////// FORM STYLES ////////////////////////////////*/

.formText
{
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color: #364853;
}

.inputstyle, input.text, select.inputstyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 2px;
}

/*/////////////////////// BORDER STYLES ////////////////////////////////*/

.rightBorder {
	border-right:1px solid #8196A1;
}

.leftBorder {
	border-left:1px solid #8196A1;
}

.topBorder {
	border-top:1px solid #8196A1;
}

.bottomBorder {
	border-bottom:1px solid #8196A1;
}

.borderTop {
	border-right:1px solid #8196A1;
	border-left:1px solid #8196A1;
	border-top:1px solid #8196A1;
}

.rightDottedBorder {
	border-right:1px dotted #364853;
}

.leftDottedBorder {
	border-left:1px dotted #364853;
}

.topDottedBorder {
	border-top:1px dotted #364853;
}

.bottomDottedBorder {
	border-bottom:1px dotted #364853;
}

/*/////////////////////// PADDING STYLES ////////////////////////////////*/

.leftPadding30 {
	padding-left:30px;
}

.topPadding10 {
	padding-top:10px;
}

.bottomPadding10 {
	padding-bottom:10px;
}

/*/////////////////////// SUB MENU STYLES ////////////////////////////////*/

#categorylinks{
list-style-type: none;
margin: 5px auto 10px 18px;
padding: 0;

}

#categorylinks li{
padding-bottom: 1px;
}

#categorylinks li a{
margin-left: -3px;
padding: 3px 15px;
font-size: 10px;
display: block;
color: #364853;
text-decoration: none;
font-weight: bold;
}

#categorylinks #currentpage a {
	color: #C7781A;
	text-decoration: none;
	font-weight: bold;
	}

.borderbottom {
	border-bottom:  1px dotted #364853;
}

#categorylinks a:visited{color: #364853; }
#categorylinks a:hover {	color: #C7781A; text-decoration: none; }


ul.bottomNav {
	float:right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.bottomNav li{
	display:inline;
	border-right: 1px solid #364853;
	font-size:10px;
}

