.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3A4A62;
	text-decoration: none;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}
.contact-us-status li {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #005CB8;
  
}

.contact-us-required {
  background-color: red;
}

.toptitle img {
	padding-top: 10px;
	padding-left: 10px;
}

.toptitle {
	text-decoration: none;
	background-image: url(../img/nav_title.gif);
	height: 46px;
	background-color: #E6EBF0;
}
.navrow {
	text-decoration: none;
}
.layout {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.layout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E4FF00;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.navrowfull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F7D94;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F7D94;
}
.layoutbox input {
	margin-top: 5px;
}
.layoutbox select {
	margin-top: 5px;
}
.layoutbox textarea {
	margin-top: 5px;
}
.layout h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E4FF00;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.navrow ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-right:0px;
	margin-bottom:0px;		   /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:18px;
	font-family: Helvetica;
	font-weight:none;
	color:white;
	
/*	-webkit-border-radius: 8px;		  Round each corner of the created rectangle */
}


.navrow li
{
	list-style-type: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#6F7D94;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;
}

.navrow a  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;   /* Sets the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:white;
}

.showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;	
	margin-top:7px;	
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url(http://iphone.intervolt.net/img/arrow.png); 
	background-repeat: no-repeat;
	background-position: right; 
}

.secondary	/* Used for secondary text (text that is less important) */
{
	font-weight:normal;		/* Regular font is used for secondary text */
	float:right;		     /* Align secondary text to the right of its parent cell */
	margin-right:10px;	  
}
.secondaryWArrow /* Used for secondary content that contains a link and a button */
{
	display:block;		 /* Set the secondary content to be a block	 */
	font-weight:normal; 
	float:right;
	font-size:11px;
	color: #FFFFFF;		 /* sets the color of the link */
}


.secondaryWLink /* Used for secondary text that is a link */
{
	font-weight:normal;		
	float:right;		  
	margin-right:10px;	
	font-size:11px;
	color: #FFFFFF;		 /* sets the color of the link */
}
.layoutportfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.layoutportfolio h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.layoutportfolio strong {
	color: #E4FF00;
}

.layoutbox {

}
.layoutbox ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:13px;
	font-family: Arial;
	font-weight:normal;
	color: #172843;
	
	width: 280px;
	background-color: #BDC8D7;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}

.layoutbox li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}
.layoutbox li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}

.layoutbox ul li strong {
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: #172843;
}