/* AdvisoryInc CSS */

/* General */

body {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #444;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
ge
a {
	color: #013275;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a img {
	border: none;
}

a.link_orange {
	color: #CC6600;
	text-decoration: none;
}

a:hover.link_orange{
	color: #999;
	text-decoration: none;
}

a.link_green {
	color: #C6D82C;
	text-decoration: none;
}

a:hover.link_green{
	color: #444;
	text-decoration: none;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px 0 20px 0;
	margin: 0;
	
}

h2{
	font-size: 200%;
}

h3{
	font-size: 140%;
}

h4{
	font-size: 120%;
}

h5{
	font-size: 110%;
	padding: 0 0 10px 0;
	margin: 0;
}

/* Structure */

#top {
	margin:0 auto;
	padding: 0;
	width: 900px;
	height: 95px;
	overflow: hidden;
}

#menu {
	margin:0 auto;
	padding: 3px 0 0 0;
	width: 900px;
	background: url(../images/menu_bg.jpg) center repeat-x;
}

#main {
	margin:0 auto;
	padding: 0;
	width: 900px;	
}

#cnt {
	padding: 50px 30px 50px 30px;
	background: url(../images/cnt_bg.jpg) top no-repeat;
}

.hm_col1 {
	padding: 50px 30px 50px 30px;
	width: 240px;
	background: url(../images/hm_colbg1.jpg) top no-repeat;
}

.hm_col2 {
	padding: 50px 30px 50px 30px;
	width: 240px;
	background: url(../images/hm_colbg2.jpg) top no-repeat;
}

.list_box1 {
	padding: 8px 0 15px 0;
	background: url(../images/dot_line.gif) bottom repeat-x;
}

#hm_login {
	width: 192px;
	padding: 10px 20px 10px 20px;
	background: url(../images/hmlogin_bg.jpg) top repeat-y;
}

#footer {
	clear: both; 
	margin: 0 auto;
	width: 900px;
	padding: 20px 0 20px 0;
	background: url(../images/gradline.jpg) top repeat-x;
}

.form_box {
	padding: 20px 30px 20px 30px;
	background: #E5F5FA;
}

.hdr_undl {
	margin:0 0 10px 0;
	padding: 0;
	background: url(../images/dot_line.gif) bottom repeat-x;
}

/* Text */

.txt_white {
	color: #FFFFFF;
}

.txt_darkblue {
	color: #013275;
}

.txt_small {
	font-size: 90%;
}

/* Floating Login */

#login {
	position:absolute; 
	display:none; 
	border: 1px solid #001C5D; 
	background: #FFF url(../images/login_bg.jpg) top repeat-x; 
	width: 190px; 
	height: 110px; 
	padding: 8px;
}


/* Buttons */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('../images/btn_left.gif') no-repeat top left;
display: block;
float: left;
/*font: normal 12px Arial;  Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #FFFFFF; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/btn_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #0099CC;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
/*width: 100%;*/
}
