/* start global */
*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

html
{
	height:100%;	
}

body
{
	height:100%;
	overflow-y:scroll;
}

a
{
	text-decoration:none;
	font-weight:bold;	
}

a:hover
{
	color:#227EC2;	
}

.a_highlight
{
	color:#227EC2;	
}

h1
{
	margin-left:30px;
	margin-right:37px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	line-height:30px;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
	border-bottom:solid 2px #227EC2;
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;	
}
h2
{
	font-weight:bold;
	font-size:16px;	
}

form input,
form textarea
{
	width:350px;
}

form textarea
{
	height:200px;
}

table
{
	border-collapse:collapse;
	table-layout:fixed;	
}

table tbody tr td
{
	vertical-align:top;
	padding-bottom:10px;	
}

.message_success
{
	color:#00FF00;
	font-weight:bold;	
}

.message_error
{
	color:#FF0000;
	font-weight:bold;
}

.list
{
	margin-left:13px;
	line-height:20px;
}
/* end global */

/* start layout */
.layout
{
	position:relative;
	margin:auto;
	width:950px;
	visibility:hidden;
}

.layout-spacer
{
	height:15px;	
}

.layout-inner-spacer-top
{
	height:6px;	
}

.layout-inner-spacer-bottom
{
	height:13px;	
}
/* end layout */

/* start border */
.layout-border-top-left
{	
	position:absolute;
	width:6px;
	height:6px;
	left:0px;
	top:0px;
	z-index:2;
	background-image:url(../img/layout-border-top-left.gif);
}

.layout-border-top
{
	position:absolute;
	width:100%;
	height:6px;
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(../img/layout-border-top.gif);	
}

.layout-border-top-right
{
	position:absolute;
	width:13px;
	height:13px;
	right:0px;
	top:0px;
	z-index:2;
	background-image:url(../img/layout-border-top-right.gif);	
}

.layout-border-left
{
	position:absolute;
	width:6px;
	height:100%;
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(../img/layout-border-left.gif);	
}

.layout-border-right
{
	position:absolute;
	width:13px;
	height:100%;
	right:0px;
	top:0px;
	z-index:1;
	background-image:url(../img/layout-border-right.gif);	
}

.layout-border-bottom-left
{
	position:absolute;
	width:13px;
	height:13px;
	left:0px;
	bottom:0px;
	z-index:2;
	background-image:url(../img/layout-border-bottom-left.gif);
}

.layout-border-bottom
{
	position:absolute;
	width:100%;
	height:13px;
	left:0px;
	bottom:0px;
	z-index:1;
	background-image:url(../img/layout-border-bottom.gif);
}

.layout-border-bottom-right
{
	position:absolute;
	width:13px;
	height:13px;
	right:0px;
	bottom:0px;	
	z-index:2;
	background-image:url(../img/layout-border-bottom-right.gif);
}
/* end border */

/* start head */
.layout-head
{
	position:relative;
	height:150px;
}

.head-text
{
	position:absolute;
	left:3px;
	top:30px;		
}

.head-text ul li
{
	float:left;	
	list-style-type:square;
	margin-left:40px;
	letter-spacing:1px;
	font-style:italic;
	color:#FFD800;
}

.logo
{
	position:absolute;
	right:13px;
	top:0px;
}
/* end head */

/* start navigation */
.layout-navigation
{
	position:relative;
	height:40px;
	background-image:url(../img/navigation.gif);
}

.layout-navigation .facebook
{
	position:absolute;
	width:105px;
	height:20px;
	right:100px;
	top:50%;
	margin-top:-10px;
}

.layout-navigation .google
{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-10px;
}

.layout-navigation ul li
{
	float:left;
	list-style-type:none;
}

.layout-navigation ul li a
{
	position:relative;
	display:block;
	line-height:40px;
	margin-left:30px;
	padding-left:30px;
	letter-spacing:1px;
	font-size:14px;
	background-image:url(../img/navigation-point.png);
	background-repeat:no-repeat;
	background-position:left;
}

.navigation_highlight, .layout-navigation ul li a:hover
{
	color:#227EC2;
	background-image:url(../img/navigation-point-highlight.png) !important;	
}
/* end navigation */

/* start content */
.layout-content
{
	margin-left:30px;
	margin-right:37px;
	margin-bottom:20px;
	padding-right:100px;
	background-image:url(../img/content.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;	
}
/* end content */

/* start footer */
.layout-footer
{
	position:relative;
	height:25px;
	line-height:25px;
	padding-left:30px;
	letter-spacing:1px;
	font-style:italic;
	font-size:10px;
	background-image:url(../img/footer.gif);
}

.layout-footer div
{
	position:absolute;
	right:37px;
	top:0px;
}

.layout-footer div a
{
	font-style:normal;
	font-size:10px;
}
/* end footer */