/*
-----------------------------------------------
CoLawCo
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
a:link {
	color: #0069AA;
	text-decoration: none;
}
a:visited {
	color: #af0939;
}
a:hover {
	text-decoration: underline;
	color: #af0939;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 ul, ol, dl, address, .inset {
    margin-bottom: 1em;
}
ul {
    padding-left:1em;
    margin-left:0;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #0069AA;
}
h2 {
	font-size: 16px;
	color: #0069AA;

}
#sidebar h2 {
	text-align: center;
	font-size: 18px;
}
body {
	/*background-image: url(/images/body_bg.gif);
	background-color: #E6F5FF;
	background-repeat: repeat-x;*/
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#header {
	width: 770px;
	margin: 0 auto;
	height: 150px;
	padding: 0;
}
#header img {
	padding: 20px 0;
}
#header ul {
	margin: 0 0 20px 0;
	list-style-type: none;
	width: 100%;
	border-top: solid #af0939 1px;
	text-align: center;
	border-bottom: solid #af0939 1px;
	padding: 5px 0;
}
#header ul li {
	padding: 0 12px;
	display: inline;
}
#header ul li a {
	text-decoration: none;
	color: #0069AA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#header ul li a.selected {
	color: #af0939;
}
#header ul li a:hover {
	color: #af0939;
}
#sidebar {
	padding: 0 20px 20px 0;
	float: left;
	width: 220px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar-inset {
	height: 320px;
}
#content {
	padding: 0 0 20px 20px;
	float: right;
	width: 509px;
	border-left: solid #0069AA 1px;
	line-height: 17px;
}

/* footer
----------------------------------------------- */
#footer {
	clear: both;
	border-top: solid #af0939 1px;
	border-bottom: solid #af0939 1px;
	text-align: center;
	padding: 5px 0;
	margin: 1em 0;
	color: #0069AA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* form styles
----------------------------------------------- */
#contact-form {
	padding: 20px 0px 30px 0px;
	width: 400px;
	float: left;
}
#contact-form span {
	display: block;
	margin-top: 5px;
}
#v-desc {
	width: 300px;
	float:right;
	padding: 15px 90px 15px 0;
}
#contact-form span label {
	display: block;
	width: 120px;
	text-align: right;
	padding: 1px 0px;
	padding-right: 5px;
	float: left;
}
#contact-form span input, #contact-form span select, #contact-form span textarea {
	width: 200px;
	padding: 1px 2px;
}
#contact-form span textarea {
	height: 150px;
}
#contact-form .checkBox_label {
	display: inline;
	padding: 0px;
	text-align: left;
	float: none;
	width: auto;
}
#contact-form .checkBox {
	width: auto;
	float: left;
	margin: 0px 10px 0px 40px;
	padding: 0px;
}
#contact-form .submitBtn {
	width: 100px;
	margin: 15px 0px 0px 230px;
}
#error_box {
	color: #ff0000;
	border: 1px solid #FF0000;
	}
#error_box ul {margin-left: 30px}

.submitBtn {
	clear: left;
	width: auto;
}

/* miscellaneous styles
----------------------------------------------- */
.smallcaps {
	font-variant: small-caps;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}
.smallcaps a {
	font-weight: bold;
}
.inset {
	border-top: solid #af0939 1px;
	border-bottom: solid #af0939 1px;
	padding: 20px 0;
	font-size:16px;
	color:#0069AA;
	/*overflow: visible;*/
}
.inset ul {
	margin-left: 1em;
}
.inset h1 {
	margin-bottom: 1em;
}
.inset * {
	margin: 0;
	padding: 0;
}
.copy {
	font-size: 10px;
	
}
.clipboard {
	background-image: url(../images/clipboard.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.left {
	border: solid #0069AA 2px;
	margin: 0 10px 10px 0;
	float: left;
}
.right {
	border: solid #0069AA 2px;
	margin: 0 0 10px 10px;
	float: right;
}