@charset "UTF-8";
/* CSS Document */

/*TAGS*/
body{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1{}
h2{
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}
h3{}
h4{}
h5{}

a{}
a:link{}
a:visited{}
a:hover{}

p{
	line-height: 16px;
}

ol ul{}
ol ul li{}
ol ul li ul{}
ol ul li ul li {}



form{}
input{}


/*LAYOUT CLASSES*/
.errorMsg{
	padding: 5px;
	border: 1px solid #FF3300;
	display: none;
}
.large_blueLine{
	background-image: url(../images/public/general/blue_gradientLine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1px;
	width: 840px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.header{
	width: 100%;
	height: 109px;
	background-image: url(../images/public/header_xBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header .inner{
	margin: auto;
	height: 109px;
	width: 840px;
}
.header .inner .top{
	background-image: url(../images/public/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
#attorney .header .inner .top{
	background-image: url(../images/public/logo_beta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
.header .inner .top .left{}
.header .inner .top .right{}
.header .inner .bottom{
	background-image: url(../images/public/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 76px;
}
#attorney .header .inner .bottom{
	background-image: url(../images/public/logo_beta.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 76px;
}
.header .inner .bottom .left{
	height: 76px;
	width: 270px;
	float: left;
}
.header .inner .bottom .right{
	height: 76px;
	width: 570px;
	float: left;
	text-align: right;
}
.header .inner .bottom .right .mainMenu{/*this represents the main menu container*/
	margin: 0px;
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header .inner .bottom .right .mainMenu ul{
	margin: 0px;
	padding: 0px;
}
.header .inner .bottom .right .mainMenu ul li{
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.header .inner .bottom .right .mainMenu ul li a{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.header .inner .bottom .right .mainMenu ul li a:link{
	text-decoration: none;
}
#header_beta{}
#header_beta .inner .top{
	background-image: url(../images/public/logo_beta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
#header_beta .inner .bottom{
	background-image: url(../images/public/logo_beta.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 76px;
}
.content{
	margin: auto;
	width: 840px;
}
.content .divx1{
	width: 840px;
	overflow: hidden;
}
.content .divx1 .left{
	float: left;
	width: 400px;
	margin-right: 20px;
}
.content .divx1 .right{
	float: left;
	width: 400px;
	margin-left: 20px;
}
.footer{
	width: 840px;
	color: #999999;
	background-image: url(../images/public/general/blue_gradientLine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}

/*FORM CLASSES*/
.input_med{
	padding: 5px;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

/*ATTORNEY HOMEPAGE - CLASSES UNDER 'attorney' ID*/
#attorney .content{
	color: #666666;
}
#attorney .content .continueButton{
	height: 60px;
	width: 334px;
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-shadow: 1px 1px 2px #0099CC;
}
#attorney .content .continueButton img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#attorney .content .continueButton .leftMarg{
	position: absolute;
	left: 0px;
	top: 0px;
}
#attorney .content .continueButton .rightMarg{
	position: absolute;
	top: 0px;
	right: 0px;
}
#attorney .content .continueButton .center{
	line-height: 60px;
	height: 60px;
	width: 314px;
	background-image: url(../images/homepage/buttons/continueButton_xBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: auto;
	display: block;
	background-color: #30B6E1;
}
