body,td,th,li {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}


b {
	font: 12px Verdana;
	color: #1B2E51;
	font-weight: bold;
}
	

.blue {
	color: #1B2E51;
	font-weight: bold;
}


.dropdown_lists {
	color: #1B2E51;
	font-weight: bold;
	width: 225px;
}


.h1_orange {
	font: 25px Verdana;
	color: #CC6A2D;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}


.header_quad {
	font: 20px Verdana;
	color: #1b2e51;
	font-weight: bold;
}

.headerlink_quad {
	font: 18px Verdana;
	color: #1b2e51;
	font-weight: bold;
	text-decoration: none;
}

.header_30px {
	font: 30px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_25px {
	font: 25px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_orange_14px {
	font: 14px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}



.header_orange_18px {
	font: 18px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.header_orange_20px {
	font: 20px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.header_orange_25px {
	font: 25px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.header_orange_28px {
	font: 28px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}

.headerlink_orange_28px {
	font: 28px Verdana;
	color: #CC6A2D;
	font-weight: bold;
	text-decoration: none;
}


.header_orange_30px {
	font: 30px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.header_orange_35px {
	font: 35px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.header_14px {
	font: 14px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_16px {
	font: 16px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_18px {
	font: 18px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_20px {
	font: 20px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_25px {
	font: 25px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.header_28px {
	font: 28px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.normal_link {
	font: 12px Verdana;
	color: #1B2E51;
}


.large_link {
	font: 16px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.large_orange_link {
	font: 16px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.orange_link_20px {
	font: 20px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.bold_blue_link {
	font: 12px Verdana;
	color: #1B2E51;
	font-weight: bold;
}


.bold_orange_link {
	font: 12px Verdana;
	color: #CC6A2D;
	font-weight: bold;
}


.bold_white_link {
	font: 12px Verdana;
	color: #ffffff;
	font-weight: bold;
}


.bold_white_link_10px {
	font: 10px Verdana;
	color: #ffffff;
	font-weight: bold;
}


.contact_text {
	font: 14px Verdana;
	color: #333333;
}


.contact_text_header {
	font: 16px Verdana;
	color: #1B2E51;
}


.orange_view {
	font: 12px Verdana;
	color: #CC6A2D;
	font-weight: bold;
	text-decoration: underline;
}



/*Vertical Nav Style Elements */


.arrowlistmenu{
width: 220px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Verdana;
color: white;
background: #1B2E51 repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: bold 12px Verdana;
color: #1B2E51;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color: #1B2E51;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1B2E51;
background-color: #fdedaa;
}




/*Accordian Content */


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 12px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #CC6A2D;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #1B2E51;
}


