/*
Gary Hollands - solriche - 2008 - PHP template
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	color: rgb(0,0,0);
	background: none;
	background-color: rgb(255,255,255);
	line-height: 1.5;
}
#container {
	position: relative;
	margin: 0 auto 0 auto;
}
#masterbox{
	margin: 0 auto 0 auto;
}
/*----------------top----------------*/
#topband{
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 80px;
	background: none;
	border-bottom: 1px solid rgb(93,181,35);
}
#top{
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	height: 80px;
	overflow: hidden;
	z-index: 20;
}
#logo, #logo  img, #header, #header img{
	float: left;
}
#logo{
	margin: 12px 0 0 16px;
}
#header{
	margin: 18px 0 0 10px;
}
#header h1{
	position: relative; top: 0.25em; left: 0;
	font-size: 340%;
	color: rgb(84,168,255);
}
#header .title_hide{
	display: none;
}
/*----------------content----------------*/
#content{
	clear: both;
}
#content .right_content{
	float: left;
	width: 26%;
	margin: 1em 0 0 0;
	padding: 0 0 0 2%;
}
#content p{
	font-size: 95%;
	padding: 0.5em 0 0.5em 0;
	color: rgb(54,54,54);
}
#content .image_left{
	float: left;
	margin: 0.45em 0.9em 0 0;
}
#content .image_right{
	float: right;
	margin: 0.45em 0 0 0.9em;
}
/*----------------Menu----------------*/
#menu{
	display: none;
}
/*----------------Edit area----------------*/
#edit_area {
	float: left;
	width: 70%;
	margin: 1em 0 0 0;
	padding: 0 0 0 1%;
}
#edit_area .page_title h2{
	font-size: 160%;
}
#edit_area ul{
	list-style-type: circle;
	margin: 0 0 1em 2em;
}
#edit_area ul li{
	font-size: 90%;
}
#edit_area .blue_bullets{
	list-style: circle inside url("../images/bullet_grey.png");
	margin: 0.5em 0 0.5em 0.5em;
}
#edit_area .design{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
#edit_area .design h3 a{
	text-decoration: none;
}
#edit_area .design a img {
	border: 1px solid rgb(250,245,250);
}
#edit_area .design a:hover img {
	border: 1px solid rgb(0,153,153);
}
/*----------------Banner----------------*/
#banner{
display: none;
}
/*----------------Side area----------------*/
#side_section{
	float: left;
	width: 100%;
	margin: 3em 0 0 0;
}
#side_section .list_boxes{
	float: left;
	clear: both;
	margin: 0 0 0.5em 0;
}
#side_section .list_boxes ul{
	width: 100%;
	list-style: circle inside url("../images/green_tick.png");
	margin: 0 0 0 0.25em;
}
#side_section ul li{
	font-size: 90%;
}
#side_section h3{
	margin: 0 0 0 0.25em;
}
/*----------------portfolio----------------*/
.portfolio .item{
	overflow: hidden;
	float: left;
	width: 46%;
	padding: 0 0 20px 0;
}
.portfolio h3 a{
	font-size: 90%;
	text-decoration: none;
}
.portfolio p{
	font-size: 85%;
	text-align: justify;
	line-height: 1.2;
}
/*----------------footer----------------*/
#footer{
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
	border-top: 1px solid rgb(192,192,192);
}
#footer .wc3{
	margin: 0.25em 0.25em 0 0;
}
#footer .wc3 img{
	float: right;
}
/*----------------misc----------------*/
.page_break_after{
	page-break-after: always;
}
.hide{
	display: none;
}
.ttc{
	float: right;
	padding: 0.25em 1.25em 0 0;
}
h1,h2,h3,h4,h5,h6{
	color: rgb(59,84,133);
}
h1{font-size: 130%;}
h2{font-size: 110%;}
h3{font-size: 95%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 85%;}
a:focus{
	outline:none
}
a:link{
	color: rgb(57,92,97);
	text-decoration: underline;
}
a:visited{
	color: rgb(102,51,51);
	text-decoration: underline;
}
a:hover{
	color: rgb(0,153,153);
	text-decoration: none;
}
abbr{
	border-bottom : 1px dotted rgb(0,0,0);
}
img{
	border: 0;
}
