﻿/**SUBPAGE LEFT PANEL
----------------------------------------**/
#subpageContent {
	float: left;
	width: 630px;
	min-height:915px;
	background-color:#ffffff;
	background-image:url(/media/subpage_header.gif);
	background-repeat:repeat-x;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:10px;
 	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
	
  	}


#subpageContent2 {
	float: left;
	width: 957px;
	min-height:915px;
	background-color:#ffffff;
	background-image:url(/media/subpage_header.gif);
	background-repeat:repeat-x;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:10px;
 	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
	
  	}


#subpageHeader{
	height:31px;
	background-color:#035193;
background-image:url(/media/grad_headers.png);
padding-left:10px;
padding-top:9px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}

/**SUBPAGE RIGHT PANEL - Holder
----------------------------------------**/
#subpageRight {
	float: right;
	width:310px;
	margin-right:10px;
}

/**SUBPAGE RIGHT PANEL - CoCo
----------------------------------------**/
.subpageLink {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	height:26px;
	text-align:right;
	color:#ffffff;
	padding-right:10px;
	padding-top:60px;
}

.subpageLink a{
	color:#ffffff;
}

.subpageLink a:link{
	color:#ffffff;
}
.subpageLink a:visited{
	color:#ffffff;
}

.subpageLink a:hover{
	text-decoration:underline;
}

#subpageBodyMenu {
	float: left;
	width:160px;
	max-width: 160px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555c56;
	line-height:1.6em;
	background-image: url(/media/sidemenu.png);	
	background-repeat:repeat-x;
}

#subpageBodyMenu ul {
	text-align:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#subpageBodyMenu li {
	width:160px;
	margin-top:2px;
	font-weight:bold;
	text-align:right;
	float:left;
 	color:#555c56;
	cursor:pointer;
	border-bottom: 1px solid #909190;
	
}

#subpageBodyMenu li a{
	text-decoration:none;
	color:#555c56;
}

#subpageBodyMenu li a:hover{	
	color:#9b024c;
	text-decoration:none;
}

#subpageBodyMenu li.active {
	color:#9b024c;
}

#subpageBodyMenu li span.currentsection{
	color:#9b024c;
}

#subpageBodyContent {
	float: right;
	width: 445px;
	margin-left:10px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555c56;
	text-align:justify;
}


#AltsubpageBodyContent  {

	float: right;
	width: 955px;
	margin-left:10px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555c56;
	text-align:justify;

}




#subpageBodyContent  .img{
	margin-top:5px;
	margin-bottom:5px;
}

/**RIGHT AREA - Advert
----------------------------------------**/
#myBoxAdvert {
	width:310px;
	height:290px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#dfe1df;
	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
	color:#707871;
}
.AdvertHeader{
	background-color:#5184A0;
	font-family:Arial, Helvetica, sans-serif;
	width:305px;
	height:21px;
	text-align:right;
	letter-spacing:2px;
	margin-right:5px;
	padding-top:5px;
	color:#ffffff;
	width: 310px;
	height:28px;
	
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;



	
}

.AdvertHolder{
	width:310px;
	height:260px;
	padding-top:5px;
	padding-left:5px;
}





/**SOCIAL NETWORK PANELS
----------------------------------------**/
#social{
	font-family:Arial, Helvetica, sans-serif;
	color:#6c736d;
	width:305px;
	height:40px;
	margin-top:0px;
	float: right;
	margin-bottom:10px;
	padding-right:5px;
	background-color:#dfe1df;
	text-align:right;
}

#social .img{
	margin-right:5px;
	margin-top:8px;
}

