/* css for Addie Solutions**/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
	padding:0;
	margin:0;
}

a{text-decoration:none; color:#0691C8;; 
}

a:hover{text-decoration:underline; }

a img{border:none;}

ul{list-style-type:none;}

body
{
	margin: 0;
	padding: 0px 0 15px;
	background: #fff url(images/background.jpg) repeat-x top;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	width: 100%;
	color:#333;
}

img{border:none;}

#container
{
	margin: 0 auto;
	width: 903px;
	background: #fff;
}

#header
{
	position: relative;
	height: 175px;
}

#header *
{
	line-height: 1em;
}

#header h1
{
	margin: 0;
}

.highlight{
	color:#00739F;
	font-weight:bold;
}
	
.small{
	color:#000;
	font-size:11px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}
	
.contact_info{
	float:right;
	margin:0px 14px 2px 0;
	width: 200px;
	height: 20px;
	text-align:right;
}	
	
/*top nav*/

ul#top-nav
{
	position: absolute;
	top: 10px;
	right: 57px;
	height: 1em;
	margin: 7px 0;
	z-index: 102;
}

ul#top-nav, ul#top-nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: x-small;
	line-height: 1em;
	white-space: nowrap;
}

ul#top-nav li
{
	margin: 0;
	padding: 0 7px;
	float: left;
	height: 1em;
	border-left: 1px solid #ccc;
	position: relative;
}

* html ul#top-nav li
{
	zoom: 1;
}

ul#top-nav a
{
	display: inline-block;
	position: relative;
	margin: -6px 0;
	padding: 6px 9px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

ul#top-nav li:hover a, ul#top-nav li.hover a{
	color: #018CC5;
}

* html ul#top-nav ul
{
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 6px;
	left: 7px;
	width: 50px;
	padding: 3px 6px;
}

* html ul#top-nav ul li
{
	border-top: none;
}

.menu {
	clear:both;
	float:right;
	margin-right:-18px;
	margin-top:80px;
	width:655px;
	height:68px;
	background: url(images/mainnav1a.jpg) no-repeat;/**/
	}
	
/* page layout*/

.page-layout{
	clear:both;
	margin:0 auto;
	min-height: 550px;
	background: #fff url(images/contentbg.jpg) no-repeat;
	}
	
.page-layout h2{
	background: none;
	}

.singepg-layout{
	clear:both;
	margin:0 auto;
	padding: 20px;
	background: #fff url(images/contentbg.jpg) no-repeat;
	}	
	.singepg-layout p.txt01{padding: 0 0 25px 0; font-size: 14px; line-height: 135%;}
	
	.singepg-layout h2{
		font-size: 19px;
		font-weight:normal;
		font-family:"Trebuchet MS", Arial, Helvetica;
		color:#D7B940;
		padding: 0px 0 18px 0px;
	}
	.singepg-layout ul{margin: 0px 0 0 28px; list-style: square;}
	.singepg-layout ul li{padding: 0px 0 5px 11px; list-style: square;}
	.singepg-layout ul li ul li{list-style: circle;}
	.box{float: left; width: 370px; margin: 15px 12px 12px 0;}
	.last{margin-right: 0 !important;}
/* home page */

.left-sidebar{
	float: left;
	margin-top:8px;
	width: 380px;
	}
	
.right-sidebar{
	float: right;
	margin-top:8px;
	width: 500px;
	}
	
.right-sidebar h2{
	margin: 2px 10px 5px 2px;
	padding-top: 12px;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman";
	color:#000
	}
	
.right-sidebar p{
	margin: 10px 30px 16px 2px;
	color: #333;
	line-height: 1.5em;
	}
	
	
/* tab section on home page*/
#wrap{
	width: 330px;
	margin: 25px auto;
	}
	
#wrap p{
	font-size: 15px;
	font-family:Georgia, "Times New Roman";
	line-height: 1.8em;
	color:#0077A2;
	}
	
.ui-tabs { zoom: 1; }

.ui-tabs .ui-tabs-nav { 
	list-style: none;
	position: relative;
	padding: 2px 2px 0;
	overflow: hidden;
	top: 1px; z-index: 100;
	}
	
.ui-tabs .ui-tabs-nav li { 
	position: relative;
	float: left;
	border: 1px solid #ccc; 
	border-bottom-width: 0 !important;
	margin: 0 2px -1px 0;
	background: #E4C374;
	}
	
.ui-tabs .ui-tabs-nav li a { float: left;
	text-decoration: none;
	padding: 5px 10px;
	color: black;
	}
	
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; background: white; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected a, .ui-tabs 
.ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav 
li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a  { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 20px;
	display: block;
	border-width: 0;
	background: none; 
	border: 1px solid #ccc;
	position: relative;
	min-height: 400px;
	}
.ui-tabs .ui-tabs-hide 	{ display: none !important; }
a.mover { background: #ccc;
	padding: 6px 6px;
	position: absolute;
	color: white;
	font-weight: normal;
	text-decoration: none;
	}
.next-tab { bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }

.prev-tab { bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }

/* inner page*/

.left-innerpg{
	float: left;
	margin-top:8px;
	width: 600px;
}

.left-innerpg p{
	margin: 10px 10px 16px 25px;
	color: #333;
	font-size:13px;
	line-height:1.4em;
}

.left-innerpg h2{
	font-size: 19px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#D7B940;
	padding: 12px 0 0 22px;
}

h3{
	font-size: 15px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#0272A2;
	padding: 12px 0 0 22px;
}

#values{	
	margin: 5px 28px 12px 44px;
}

#values ul{
	list-style-type:square;
	color:#333;	
	padding: 15px;
}

#values ol{
	color:#333;	
	padding: 15px;
}

#values li{padding: 0 0 12px 4px;
line-height:1.4em;
}

.bullet{	
	margin: 5px 28px 12px 44px;
}

.bullet ul{
	list-style-type:square;
	color:#333;	
	padding: 15px;
}

.bullet li{padding: 0 0 12px 4px;
}

.right-innerpg{
	float: right;
	margin:8px 18px 0 0;
	width: 270px;
}
.right-innerpg h2{
	margin: 2px 10px 5px 2px;
	padding-top: 12px;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman";
	color:#000
	}

.right-innerpg p{
	margin: 10px 10px 16px 30px;
	color: #333;
	}
	
.onecol-innerpg{
	float: left;
	margin-top:8px;
	width: 890px;
	margin: 0px 0px 16px 0px;
}
.onecol-innerpg p{
	margin: 10px 10px 16px 25px;
	color: #333;
	line-height:1.4em;
}
.onecol-innerpg h2{
	font-size: 19px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#D7B940;
	padding: 24px 0 0 22px;
}

.onecol-innerpg a{border-bottom: 1px dotted #777;}

.onecol-innerpg a:hover{color:#0257A8;}

.onecol-innerpg ul{list-style-type: square;}
	
.styleA{font-family: Georgia, "Times New Roman", serif; font-weight: bold; font-size: 15px;}

.styleB{font-family: Georgia, "Times New Roman", serif; font-weight: bold; font-size: 18px;}

.styleC{font-weight: bold; font-size: 14px; color:#026C96;}

.clear{clear: both;}

.boxa{float:left; width:420px; margin: 0 15px 15px 42px;}

.boxb{float:right; width:320px; margin: 0 15px 15px 2px;}

.style1a{color:#fff; line-height: 125%; font-size: 20px; font-weight:normal; padding-bottom: 5px; border-bottom: 1px dotted #fff;}
.style1b{line-height: 145%; font-size: 18px; font-weight:normal; padding-top: 4px; }
.shade1{background: #047AB7}
.right-innerpg1{
	float: right;
	margin-top:52px;
	width: 260px;
	margin-right:24px;
}

.white{color:#fff;}
a.black{color:#A9D0F5; text-decoration:underline;}

.right-innerpg1 h3{margin:0; padding: 0; font-size: 17px;}

.right-innerpg1 h4{margin:0; padding: 0; font-size: 16px;}

.square{
	list-style-type:square;
	color:#333;	
	padding: 8px 5px 8px 15px;
}

.square li{padding: 0 0 12px 4px;
}

.square a{border-bottom: 1px dotted #777;}

.square a:hover{color: #0A519F;}
	
.quote{
	text-align:left;
	font-size:13px;
	font-style:italic;
}

.source{
	float:right;
	font-size:12px;
	font-style:italic;
	margin-right:10px;
}

.box1{

	width: 165px;
	margin: 8px;
	height: 270px;
	background:#ccc;
}

.box1 p
{
	margin: 20px 10px 16px 32px;
	color: #333;
	line-height: 19px;
	width:335px;
}

.box1 h2{
	margin: 2px 20px 5px 32px;
	padding: 16px 22px 0 2px;
	font-size:22px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica;
}

#footer
{
	clear:both;
	margin: 0 auto;
	padding-top:12px;
	width:900px;
	height:60px;
	text-align: center;
	font-size: x-small;
	color: #742e08;
	background:#fff url(images/footer.jpg) no-repeat;
	border-top: 1px #ccc solid;
}
#footer a,
#footer a.static:hover
{
	color: #000;

}
#footer a
{
	padding: 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
}
#footer a.static
{
  text-transform: none;
}
#footer a:hover
{
	color: #af6139;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 0 0 12px;
	width:380px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		/*border:solid 2px #65000F;*/
	}
	#basic h1 {
		font-size:16px;
		font-weight:bold;
		margin-bottom:8px;
		background:url(images/iconcont.gif) no-repeat 0 2px;
		padding:0 0 0 33px;	margin:0 0 11px 0; height:29px; width:191px; display:block; text-indent:0px;
	}


	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:left;
		width:120px;
		float:left;
		color:#002D6F;
		font-size:11px;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}

	#basic textarea#styled {
		width: 340px;
		height: 120px;
		border: 1px solid #cccccc;
		padding: 5px;
		font-family: Tahoma, sans-serif;
		font-size:12px;
		/*background-image: url(images/bg.gif);*/
		background-position: bottom right;
		background-repeat: no-repeat;
}


	#basic input{
		float:left;
		width:200px;
		margin:2px 0 10px 6px;
		border:solid 1px #ccc;

	}
	#basic button{
		clear:both;
		margin-left:150px;
		background:#D6C9C1;
		color:#000;
		border:solid 1px #666666;
		font-size:12px;
		font-weight:bold;
		padding:4px 6px;
	}

