/*generic styles*/

body{
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	text-align: center;
	margin: 0px;
}

#box{
	margin: 0px auto 0px;
	padding: 0px;
	width: 790px;
	display: block;
}


h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 1.3em;
	font-weight:normal;
}

h2{
	color: #95122C;
	font-size: 0.9em;
	font-weight: normal;
	line-height:1.4em;
}

h3{
	color: #666666;
	font-size: 0.75em;
	font-weight:bold;
	line-height: 1.5em;
}

img{
	border:0px;
}

p{
	color: #666666;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.smallFont{
	color: #666666;
	font-size: 0.6em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}

li{
	font-size: 0.75em;
}

hr{
	color: #666666;
	width: 100%;
	height: 1px;
	margin-top:10px;
	clear: both;
}

fieldset{
	width: 370px;
	height: auto;
	padding:10px 10px 10px 0px;
	margin:0px 0px 10px 0px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
}

.subfield{
	width: 300px;
	display:inline;
	margin:0px 20px 20px 40px;
}

legend{
	color: #95122C;
	font-weight:bold;
	font-size:0.8em;
	margin-left:10px;
}

input{
	border: 1px solid #666666;
	width:190px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:2px;
	float:left;
	margin: 0px 0px 10px 5px;
}

.inputSpacer{
	display:block;
}

select{
	border: 1px solid #666666;
	width:196px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:2px;
	float:left;
	margin: 0px 0px 10px 5px;
}

.radio{	
	width: 12px;
	border:0px;
}

textarea{
	border: 1px solid #666666;
	width:190px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:2px;
	float:left;
	margin: 0px 0px 10px 5px;
}

label{
	width: 130px;
	display:block;
	text-align:right;
	font-weight:bold;
	float:left;
	clear:both;	
}

.label1{
	width: 40px;
	display:block;
	text-align:right;
	font-weight:bold;
	float:left;
	clear:both;	
}

.submit{
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #95122C;
	font-weight:bold;
	cursor: hand !important;
	cursor: pointer !important;
	cursor: default;
	width: 60px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:2px;
	float:left;
	margin: 0px 0px 10px 105px;
}

.submit2{
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #95122C;
	font-weight:bold;
	cursor: hand !important;
	cursor: pointer !important;
	cursor: default;
	width: 80px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:2px;
	float:left;
	margin: 0px 0px 10px 0px;
}

a{
	color: #95122C; 
	text-decoration:none; 
	font-weight:bold;
}

a:visited{
	color: #95122C;
}

a:hover{
	color: #666666;
	text-decoration: underline
}

a:active{
	color: #95122C;
}

.shift {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}

.shift h1{
	position: relative;
	font-size: 1em;
	line-height: auto;
	height: auto;
	overflow: auto;
}

.red{
	color: #95122C;
}

.left{
	float:left;
	padding:5px 5px 0px 0px;
}

.right{
	float:right;
}

/* end generic styles*/

#container{
	width: 790px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* header css */

#header{
display:none;
}
/*end header css*/

/*content div css*/

#content{
	background: url(../images/page-structure/content-background.jpg) bottom no-repeat;
	width:790px;
	min-height:355px;
	margin-right: auto;
	margin-left: auto;
	float: left;

}

#columnLeft{
	width:590px;
	float:left;
}

#columnLeft h1{
	margin-left: 25px;
}

#columnLeft h2,#columnLeft p,#columnLeft h3{
	margin: 0px 0px 10px 185px;
	padding: 0px 10px 0px 0px;
}

#rightCol{
display:none;
}

#rightCol ul{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 20px;	
}

#rightCol li{
	list-style: none; 
	margin:0px;
	padding: 2px 0px 2px 0px;
}


#subNav{
display:none;
}

#subNav h2{
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	text-align: right;
}

#subNav ul{
	padding: 0px 0px 0px 0px;
	margin: 52px 23px 0px 0px;
	list-style: none;
	text-align: right;
}

#subNav li{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 0.7em;
	list-style: none; 
  	height:1.6em;
	margin:0px;
	padding: 4px 0px 2px 0px;
}

#subNav li a{
	color: #103550;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:3px;
}

#subNav .red{
	color: #95122C;
}

#subNav li a:hover{
	color:#666666;
}

#subContent{
	width:415px;
	float:left;
}

#subContent hr{
	color:#666666;
}

#subContent h2,#subContent p,#subContent h3{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}

#subContent ul{
	float:left;
	margin-left:0px;
}

#subContent li{
	padding: 2px;
}

#newsList{
	margin:0px;
	padding:0px;
	list-style:none;
}

#newsList li{
	 font-size:1em;
	 list-style:none;
}

#subAdminContent{
	width:525px;
	float:left;
}

#subAdminContent h1{
	color: #95122C;
	margin:0px 0px 10px 0px;
	font-size: 1em;
}

#subAdminContent h2,#subAdminContent p,#subAdminContent h3{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
}

#subAdminContent li{
	padding: 2px;
}

#subBanner{
display:none;
}

#subBanner ul{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;	
}

#subBanner li{
	list-style: none; 
	margin:0px;
	padding: 2px 0px 2px 0px;
}

#contactBox{
	width:147px;
	background: url(../images/page-structure/contactUsTop.jpg) top no-repeat;
	background-color:#999999;
	margin: 0px 0px 0px 0px;
}

#contactBox h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 1em;
	margin: 0px 0px 5px 15px;
	padding: 35px 0px 0px 0px;
}

#contactBox p{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0px 0px 0px 0px;
	padding:0px 5px 10px 15px;
	background: url(../images/page-structure/contactUsBottom.jpg) bottom no-repeat;
}

#contactBox .hr{
	color: #ADC7DD;
	width: 131px;
	float:right;
	background-color: #BABABA;
	height: 1px;
	margin: 0px 0px 5px 15px;
	clear:both;
	display: block;
	font-size: 1px;
}

#callBackBox{
	width:147px;
	background: url(../images/page-structure/callBackTop.jpg) top no-repeat;
	background-color:#895A4C;
	margin: 20px 0px 0px 0px;
}

#callBackBox h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 1em;
	margin: 0px 0px 5px 15px;
	padding: 35px 0px 0px 0px;
}

#callBackBox p{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0px 0px 0px 0px;
	padding:0px 5px 10px 15px;
	background: url(../images/page-structure/callBackBottom.jpg) bottom no-repeat;
}

#callBackBox .hr{
	color: #ADC7DD;
	width: 131px;
	float:right;
	background-color:#AF9086;
	height: 1px;
	margin: 0px 0px 5px 15px;
	clear:both;
	display: block;
	font-size: 1px;
}

#callBackBox a{
	color: #ffffff;
}


/*end content area div*/
		
/*footer div css*/

#footer{
display:none;
}

/*end footer div css*/


