.align_right{
	float: right;
	padding: 5px;
}

.align_left{
	float: left;
	padding: 5px;
}
/*// xhtml/css website template by Damien van Holten - Reaact.net //*/

/*///////// GENERAL STYLING ////////*/

*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

body
{
	background-color: #113130;
}

/*///////// TYPOGRAPHY ////////*/

h1 /* change this header to your own logo */
{
	height: 22px;
	width: 184px;
	background: url(../images/img-logo.jpg) 0 0 no-repeat;
	text-indent: -999em; /* remove the text so only the logo appears */
	float: left;
}

h1 img
{
	display: none;
}

h2,
h3
{
	font-size: 1.5em;
	margin: 0 0 15px 0;
}

h2
{
	color: #ae0a0e;
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
	color: #0066FF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
}
h4 a {
	color: #84BB08;
	text-decoration: none;
}
h4 a:hover {
	color: #999999;
}

a:link,
a:visited
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ae0a0e;
	color: #ae0a0e;
}

a:hover,
a:active
{
	color: #464646;
	border-bottom: 1px dotted #464646;
}

br
{
	clear: left;
}

hr
{
	display: none;
}

p,
p.side-subject
{
	margin: 0 0 15px 0;
}

p.side-subject
{
	font-size: 11px;
	line-height: 18px;
}
p.side-subject strong,
p.side-subject a
{
	font-size: 11px;
	line-height: 18px;
}

#logo{
	width: 740px;
	height: 83px;
}

.header-img
{
	margin: 0 0 20px 0;
}

/*///////// GENERAL SETTING CLASSES ////////*/

.clear-all
{
	clear: both
}

.readmore
{
	padding: 10px 0 0 0;
	margin: 0;
}

/*///////// CONTENT DESIGN ////////*/

#wrapper
{
	width: 740px;
	margin: 0 auto;
}

#header
{
	height: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header span
{
	float: left;
	margin: 5px 0 0 10px;
	color: #fff;
}

#header ul
{
	list-style: none;
}

#header ul li
{
	float: right;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #c6dddc;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	display: block;
}

#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	text-decoration: none;
	border-top: 2px solid #ae0a0e;
	background: #fff;
	color: #113130;
	display: block;
	padding: 5px 10px 5px 10px;
	cursor: default; /* changing the cursor to normal arrow, so people think it's not a link */
}

/*///////// CONTENT STYLING ////////*/

#content
{
	clear: both;
	background: #fff;
	padding: 20px 20px 10px 20px;
}

.content-double,
.content-left
{
	width: 510px;
	float: left;
	padding-right: 20px;
}

.content-single,
.content-right
{
	width: 150px;
	font-size: 11px;
	float: left;
}

.content-left
{
	width: 360px;
}


.content-right
{
	width: 290px;
}

.margin-right
{
	margin: 0 20px 0 0;
}

.info-box
{
	float: right;
	background: #f7e6e6 url(../images/bg-info-box.jpg) 0 0 repeat-x;
	border: 1px solid #eabebf;
	padding: 8px;
	width: 30%;
	margin: 0 0 10px 10px
}

.info-box p,
.info-box h4
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}

/* /////// PORTFOLIO ITEMS //////// */

.portfolio-item
{
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px 0;
}

ul.portfolio-items
{
	list-style: none;
	clear: both;
	display: block;
}

ul.portfolio-items li
{
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 1px;
}

ul.portfolio-items li img
{
	border: 6px solid #fff;
}

/*///////// FOOTER ////////*/

#footer
{
	clear: left;
	color: #c6dddc;
	font-size: 11px;
	margin: 10px 0 0 0;
	text-align: left;
}

#footer_right{
	float: left;
	width: 300px;
	clear: right;
	text-align: left;
	color: #c6dddc;
	font-size: 1em;
	padding-top: 10px;
}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #c6dddc;
}

#footer a:hover,
#footer a:active
{
	color: #fff;
}

.page_options {}

ul.page_options {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.page_options li {
	display: block;
	text-align: left;
	width: 150px;
	background-color: #ccfffff;
}
ul.page_options li a {
	display: block;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	background-color: #DEE7F1;
	color: #0066FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
ul.page_options li a:hover {
	background-color:#0099FF;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.img{
	float: left;
}

#news_holder{
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	margin-bottom: 10px;
}

#url {
	font-family: Arial, Helvetica, sans-serif;
}

#url tr th {
	background-color: #113130;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
}

#url caption {
}

#url tr:hover {
	background-color: #CCCCCC;
}

#url tr {
	color: #ae0a0e;
	padding: 3px 5px;
	background-color: #FFFFFF;
}

#url td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ae0a0e;
	font-size: small;
	color: #ae0a0e;
}

#url a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

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

.contact_box{
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.blink {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
} 
.large{
	font-size: 14px;
	line-height: 18px;
}
