#right_col { padding-top: 200px !important; }

a {
	color: #ffffcc;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h2 { font-size: 20px; }



/*	FORM ELEMENTS
----------------------------*/
.field_text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
}

.field_text_small {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 150px;
}

.field_text_error {
	border: 1px solid #FF0000;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
	background-color: #FFFFCC;
}


.field_select {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
}

.field_select_small {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 150px;
}


.field_textarea {
	border: 1px solid #333333;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #333333;
	width: 300px;
	height: 200px;
}

.field_button {
	border: 0px;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;	
}

.field_button_over {
	border: 0px;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #CCCCCC;
	background-color: transparent;	
	cursor: pointer;
}

label {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
}

.required {
	color: #FF0033;
	font-weight: bold;
	font-size: large;
}


/*	ADMIN AREA
------------------------*/

#content_admin {
	float: left;
	background-color: #E5E5E5;
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 362px;
	width: 885px;
	padding-right: 30px;
}

#content_admin h1 {
	width: 636px;
	height: 39px;
	background-color: #FFFFFF;
	background-image: url(../images/h1_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 45px 0px 0px 29px;
	color: #545454;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

#content_admin h2 {
	font-size: 16px;
	font-weight: normal;
	color: #545454;
	margin-left: 29px;
}

#content_admin p {
	font-size: 12px;
	color: #545454;
	margin-left: 29px;
}

#content_admin a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content_admin a:hover {
	color: #666;
}

#content_admin .entry_options {
	float: right;
	width: 200px;
	border: 1px solid #000;
}

#content_admin ul {
	font-size: 12px;
	color: #545454;
	margin-left: 29px;
}

#content_admin .first_para {
	font-size: 18px;
	font-weight: bold;
}







.cms_table {
	width: 500px;
	margin-top: 10px;
}

.cms_table a {
	display: block;
}

.cms_table a.read_more {
	font-weight: bold;
}

.cms_table th {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
}

.cms_table td {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 0px;
}

.entry_options {
	width: 100px;
	border: 1px solid #FFFFFF;
	float: right;
}
