/* layout styles */
*{
	padding:0px;
	margin:0px;
	border:0px;
	outline:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

body{
	text-align:center;
	background-color:#ffffff;
	}
a {
	color:#3366CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:visited {
	color:#2700C6;
	font-weight:normal;
	}
#parent{
	width:100%;
	background-color:#ffffff;
	}
#container{
	width:900px;
	margin:0px auto;
	text-align:left;
	}

#header_logo{
	height:110px;
	width:900px;
	background: url(images/bldg-top.gif) no-repeat right;
	}
#header_logo2{
	height:110px;
	width:900px;
	background: url(images/bldg-top2.gif) no-repeat right;
	}
#header_logo form{
	padding-right: 20px;
}
#header_logo2 form{
	padding-right: 20px;
}
#navigation_internal{
	background-image:url('images/navigation-mini.png');
	width:900px;
	height:62px;
	}
#navigation{
	background-image:url('images/navigation.gif');
	width:900px;
	height:62px;
	}
	#navigation ul, #navigation_internal ul{
		list-style-type:none;
		position:relative;
		top:20px;
		left:30px;
		width:550px;
		}
		#navigation ul li, #navigation_internal ul li{
			display:inline;
			padding:4px 16px;
			border-right:1px dashed #1667C7;
			}
			#navigation ul li#last, #navigation_internal ul li#last{border-right:none;}
			#navigation ul li a, #navigation_internal ul li a{
				color:#ffffff;
				font-weight:bold;
				font-size:20px;
				text-decoration:none;
				padding:4px;
				}
				#navigation ul li a:hover, #navigation_internal ul li a:hover{
					color:#0066FF;
					background-color:#ffffff;
					}
#header_plans{
	background-image:url('images/header_plans.gif');
	height:249px;
	width:900px;
	}
	#header_plans #inside{
		position:relative;
		top:30px;
		left:40px;
		width: 370px;
		height: 200px;
		color:#155F88;
		font-weight:bold;
		line-height:150%;
		}
		#header_plans #inside h1{
			font-size:24px;
			color:#0E5379;
			color:#B52526;
			font-weight:bold;
			}
			#header_plans #inside a{
				text-decoration:none;
				}
		#header_plans #inside ul#left{
			width:160px;
			float:left;
			}
		#header_plans #inside ul#right{
			width:150px;
			float:right;
			}
		#header_plans #inside ul{
			margin-left:20px;
			}
#subheader_left{
	height:60px;
	width:250px;
	float:left;
	background-image:url('images/sidebar_background.gif');
	background-repeat:repeat-y;
	text-align:center;
	}
#subheader_plans{
	background-image:url('images/subheader_plans.gif');
	width:650px;
	height:60px;
	float:right;
	}
	#subheader_plans h1{
		font-weight:bold;
		font-size:36px;
		margin-left:10px;
		padding-top:10px;
		color:#323333;
		}
#content_internal{
	width:900px;
	text-align:center;
	background: url(images/header_plans-mini.png) no-repeat;
	}
	#content_full{
		width:840px;
		margin:0px auto;
		padding:10px;
		line-height:150%;
		text-align:center;
		padding-top: 20px;
		}
		#content_full *{
			text-align:left;
			}
		#content_full h1{
			font-weight:bold;
			font-size:36px;
			padding:10px 0px 20px 0px;
			color:#323333;
			}
#content{
	clear:both;
	width:900px;
	}
	#content_left{
		float:left;
		width:250px;
		background-image:url('images/sidebar_background.gif');
		background-repeat:repeat-y;
		text-align:center;
		}
		#content_left p{
			width:220px;
			margin:auto;
			padding:10px;
			line-height:130%;
			text-align:left;
			float:right;
			}
	#content_right{
		float:right;
		width:650px;
		text-align:center;
		}
		#content_right p{
			width:630px;
			padding:10px;
			line-height:150%;
			text-align:left;
			}
#footer{
	background-color:#545454;
	text-align:center;
	color:#ffffff;
	width:100%;
	height:100px;
	clear:both;
	line-height:200%;
	padding-top:10px;
	margin-top: 10px;
	}
	#footer a{
		color:#ffffff;
		}

/* generic styles */
fieldset { border: 1px solid #ccc; }
legend { background: #ffffff; }
input, textarea { border: 1px solid #cccccc; background: #ffffff; }
textarea, input[type='text'], select { border: 1px solid #cccccc; background: #ffffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }
.radio { border:none; margin-top: 3px;}
.button {
	cursor: pointer;
	text-align: center;
	width: 150px;
	background: #CCCCCC;
}
/*table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }*/


/* styled tables*/
table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
table a {
	color:#3366CC;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table a:visited {
	color:#2700C6;
	font-weight:normal;
	}
table a:visited:after {
	/*content:"\00A0\221A";*/
	}
table a:hover {
	border-bottom-style:solid;
	}
thead th, thead td, tfoot th, tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th, td {
	padding:0.25em 0.5em;
	/*text-align:left;*/
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link, tbody th a:visited {
	font-weight:bold;
	}
tbody td, tbody th {
	border:1px solid #ffffff;
	border-width:1px 0;
	}
tbody tr.odd th, tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td, tbody tr:hover th {
	/*background:#ffffee;
	border-color:#523A0B;*/
	}
.form legend{
	color: #ffffff;
	background: #666699;
	border: 1px solid #781351;
	padding: 2px 6px;
	}
label
{
width: 12em;
float: left;
text-align: right;

display: block
}
fieldset {
	border: 1px solid #999999;
}
legend {
	color: #ffffff;
	background: #333333;
	padding: 2px 6px;
	font-weight: bold;
}
.form label{
	width: 13em;
	text-align: right;
	display: block;
	float: left;
	padding-right:10px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	}
fieldset p {
	padding-bottom: 3px;
}
fieldset input {
	font-size: 14px;
	padding: 3px;
}
label.title{
	text-align:left;
	font-weight:bold;
	}
#padding10 {
	padding: 10px;
}
#left_col {
	float: left;
	width: 45%;
}
#right_col {
	float: right;
	width: 50%;
}
#errorDiv {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding: 3px;
	border: 2px solid #FF0000;
	margin-bottom: 10px;
}
.required {
	color: #FF0000;
}
#servicePrimary {
	font-weight:bold;
	width: 380px;
}
#serviceSecondary {
	padding-left: 20px;
	width: 380px;
}
#padding10 h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#content_full ul {
	padding: 20px;
}
#content_full ul a:link {
	color: #3300FF;
}
#content_full ul a:visited {
	color: #3300FF;
}
#content_full ul a:hover {
	color: #3300FF;
}
hr {
	border-top: 1px solid #003399;
}
a:link.smallLink {
	font-size: small;
}
a:link .blackLink {
	color: black;
}
a:hover .blackLink {
	color: black;
}
a:visited .blackLink {
	color: black;
}
a:link .blackerLink {
	color: black;
	font-weight:bold;
}
a:hover .blackerLink {
	color: black;
	font-weight:bold;
}
a:visited .blackerLink {
	color: black;
	font-weight:bold;
}
#center {
	text-align: center;
}
.disabledText {
	color: #999999;	
}

form {
	padding: 0px;
	margin: 0px;
}

.desc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
}
.message_center{
width:100%;
border:1px solid #545454;
margin-top:20px;
}
.message_center label{
text-align:right;
width:60px;
display:block;
float:left;
font-weight:bold;
}
.message_center input, #message_form textarea{
margin-bottom:5px;
margin-left:20px;
text-align:left;
border:1px solid black;
padding:5px;
background:#e1e1e1;
color:#000;
}
span#form_username{
margin-bottom:5px;
margin-left:20px;
text-align:left;
padding:5px;
color:#000;
margin-bottom: 3px;
}
.message_center input{
width:500px;
}
.message_center textarea{
width:500px;
height:100px;
}
.message_center input.button{
width:100px;
text-align:center;
}
.message_center .padding{
padding:5px;
}
.message_center .previous_messages{
color:#737373;
}
#message_form h1 {
font-size: 14px;
color: white;
background-color: black;
padding: 0px;
margin: 0px;
padding-bottom: 5px;
padding-left: 3px;
}
#message_form {
padding: 0px;
}
