/*Page Properties*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.repright {
	background-image: url(images/repright-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.repleft {
	background-image: url(images/repleft-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*Page Defaults*/
td {
	font-family: Verdana; 
	font-size: 12px;  
	font-weight: normal; 
	color: #FFFFFF;
	line-height: 15pt;
}

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

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


/*Content*/
.content {
    padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 23px;
	padding-right: 25px;
	text-align: left;
}
.crep {
    background-image: url(images/crep.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.topbg1 {
    background-image: url(images/avi_c1l.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.topbg2 {
    background-image: url(images/avi_c1r.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.topbg3 {
    background-image: url(images/avi_c2r.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 14px;
	font-family: Verdana; 
	color: #000000;
	font-size: 11px;
	padding-top: 25px;
	padding-left: 0px;
}


/*Headers*/
H1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #E4A444;
	padding-top: 2px;
	line-height: 20px;
	text-transform: none;
	font-variant: normal;
}

/*Subheaders*/
H2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

H3 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E4A444;
	line-height: 17px;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	margin-left: 0px;
	border-bottom: 1px solid #fff;
	width: 80%;
	text-align: left;
}
.emph {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E4A444;
}
.emph2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

/*Footers*/
.footer {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}


/*Footer Links*/


.footerlink3 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7A4107;
	text-decoration: none;
}
.footerlink4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #7A4107;
	text-decoration: none;
	line-height: 12pt;
}
.footerlink4:hover {
	text-decoration: underline;
}


/*Quick links on the side*/
.lpadding {
	text-align: left;
	padding-left: 40px;
	vertical-align: top;
	padding-top: 0px;
}

.ul_pm {
	color: #266971;
	font-size: 1em;

}
.qlink {
	font-family: Tahoma;
	color: #3B3B3B;
	font-size: 11px;
	font-weight: normal;
	line-height: 14pt;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}
.qlink:hover {
	text-decoration: underline;
	color: #3B3B3B;
}	
.qlink2 {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
.qlink2:hover {
    color: #0070C1;
	text-decoration: underline;
}	


/*Pictures*/
.picborder {
	border: 1px solid;
	border-color:#703A05;
}

.picRight {
	border: 1px solid;
	border-color:#703A05;
	float:right;
	margin-left:20px;
}
.picRightnoborder {
	float:right;
	margin-left:20px;
}
.picLeft {
	border: 1px solid;
	border-color:#703A05;
	float:left;
	margin-right:20px;
}

#picblock {
	float:right;
	margin-left:20px;
	height: 200px;
	width: 160px;
}
#picblock2 {
	float:right;
	margin-left:20px;
	height: 250px;
	width: 226px;
}



/*Contact Form*/
.inputSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #B3CFE1 1px solid;
	color: #000000;
	width:200px;
	background-color: #FFFFFF;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #000000;
	width:250px;
	background-color: #FFFFFF;
}

.inputButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:120px;
	BORDER: #7F4506 1px solid;
	background-color: #7F4506;
	padding: 3px;
	margin-top: 5px;
}.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #28B9FF;
	text-decoration: underline;
}
.link:hover {
	color: #ffffff;
	text-decoration: none;
}
.button-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}
.time{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
	vertical-align: middle; 
	font-size: 11px;
	line-height: normal; 
	height: 27px;
}
.time2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8E1717;
	text-decoration: underline;
	background: none;
}
.time2:hover {
	color: #8E1717;
	text-decoration: none;
}
.bookmark {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CBDFEB;
	text-align: right;
	font-size: 11px;
	line-height: normal;
    padding-top: 18px;  
}
.bookmark:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#ffffff;
	text-align: right;
	font-size: 11px;
	line-height: normal;
    padding-top: 18px;  
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: normal;
	line-height: 17px; 
	color: #333333;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #28B9FF;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #981C15;
}
.divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AFBCBB;
}

.card {
	font-size: 10px;
	font-style: italic;
	width: 232px;
	padding-bottom: 5px;
	margin-right: 7px;
	float: left;
	padding-left: 5px;
	text-align: center;
}

.quote {
	padding: 0 10px;
	text-align: left;
	font-size: 11px;
}
.quot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


.testiclient {
	font-size: 12px;
	text-align: right;
	padding: 0 5px;
}


.footerlink {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 12pt;
}
.footerlink:hover {
	text-decoration: underline;
	color: #E4A444;
}

/* Procedure list style */

.procedures {
	line-height: 18px;
	padding-left: 15px;
	margin-left: 0px;
}
.procedures li a{
	color: #fff;
	padding-left: 2px;
	margin-left: 2px;
}
.procedures li{
	list-style-image: url(images/arrow_01.gif);
	padding-left: 0px;
}


/* Footer Navigation Style */

#footernav ul {
	margin: 0.35em 0;
	padding: 0 1em;
	list-style: none;
}
#footernav li {
	display: inline;
	margin: 0;
	padding: 0 0.4em 0 0.5em;
	border-left: 1px solid;
}
#footernav .first {
 padding-left: 0;
 border: 0;
}
.footernav {
color: #999999;
}
hr {
	color: #CCCCCC;
	width: 70%;
	height: 1px;
	margin: 20px auto;
	text-align: center;
}
.articles {
	margin: 0 auto;
	width: 600px;
}
.newsbox {
	width: 200px;
	float: left;
	padding: 15px 15px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.newsbox img{
	border: 1px solid #703A05;
}	
.newsbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.newsbox   a:hover  img {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
div.spacer{clear:both; height:10px; display:block;}
/* List Styles */



.list {
	list-style-image: url(images/arrow_01.gif);
}
