/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0;
	padding: 0;






	background-image: 
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/Agent_Nav.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #333333;
 
}

h2{
	font-size: 114%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	border-bottom: 1px solid #c1c1d5;
	background-color: #f4f4f4;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #8080A8;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 82px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #f7f9f5;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #F00;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

.divider{
 border-bottom: 1px solid #c1c1d5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 2px 2px;
}


/************* #globalNav styles **************/


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   


#globalNav{
	color: #FFF;
	padding: 3px 0px 6px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 4px 12px 4px 12px;
	background-color: #299724;
	border: 1px solid #F00;
	margin: 3px 5px 0;
	text-decoration: none;
	colour:white;
}


#globalNav a:hover {
	background-color: #FF0000;
	border: 1px solid #333;
	text-decoration: none;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 10px 0px;
}
.story2{
	clear: both;
	font-size: 110%;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.story2 p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #f7f9f5;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	background-color: #EBECF5;
	color: #765992;
	padding: 2px 0 2px 2px;
	margin: 0 10px 3px 0; /*border: 1px solid #999;*/
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navBar ul a:hover {display: block; background-color: #DBDEE5; padding: 2px 0 2px 2px; margin-right: 10px; border: 1px solid #999; text-decoration:none; color: #333;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F0;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6633CC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}
.tableheader {
	background-color: #FFF;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 100%;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	color: #39F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
}
.redtitle {
	font-weight: bold;
	color: #CE2424;
}
.yellowtitle {
	font-weight: bold;
	color: #FF9219;
}
.greentitle {
	font-weight: bold;
	color: #269E3C;
}
.hidenumber {
	color: #FFF;
	border: 1px solid #FFF;
}
input#yourid		{	
	/* here you add styling to your button */
}
input#yourid:hover	{	
	cursor:pointer;
	/* here you add styling for when you hover your mouse over the button */
}
#newmenu #globalNav a {
	color: #FFF;
	font-size: 110%;
}
.tableheader td form table .wiringheader {
	color: #FFF;
	background-color: #039;
}
.make {
	color: #CE2424;
	font-size: 1.5em;
	line-height: 1.2em;
}
.btnExample {

	border : solid 1px #000000;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 16px;
	color : #ffffff;
	padding : 4px 20px;
	background : #a3a4a8;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a4a8), color-stop(100%,#454b4f));
	background : -moz-linear-gradient(top, #a3a4a8 0%, #454b4f 100%);
	background : -webkit-linear-gradient(top, #a3a4a8 0%, #454b4f 100%);
	background : -o-linear-gradient(top, #a3a4a8 0%, #454b4f 100%);
	background : -ms-linear-gradient(top, #a3a4a8 0%, #454b4f 100%);
	background : linear-gradient(top, #a3a4a8 0%, #454b4f 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a4a8', endColorstr='#454b4f',GradientType=0 );


}
.btnExample:hover {
	border-color: #F00 #C30 #C30 #F00;
	color: #FFF;
	background-color: #299724;
}

.btnupdate {
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FEEF00;
	padding: 1px;
}
.btnupdate:hover {
	border-color: #F00 #C30 #C30 #F00;
	color: #FFF;
	background-color: #299724;
}
#content div .story tr td b {
	font-weight: normal;
	color: #39F;
}

.orderButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.orderButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.orderButton:active {
	position:relative;
	top:1px;
}



#content div table tr td strong {
	font-weight: normal;
	color: #39F;
}
#content {
}
#ordercontent {
	min-height: 800px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E2E2E2;
}
#ordercontent #order {
	color: #39F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 20px;
	background-color: #FFF;
	margin-left: 5px;
	text-align: center;
	margin-bottom: 20px;
}
#ordercontent #order {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

