/* Start of CMSMS style sheet 'reach' */
/*
	CMS Made Simple  : Main CSS
	Created by : Benjamin Magits
	Morris & Chapman
	
	Browser proof list : 
	--------------------
	Windows : IE 7.0+, Firefox 2.0+
	MacOSx :  Safari 1.3.2+, Firefox 2.0+, IE not supported anymore
	Linux : not tested
*/

html, body {
	height:100%;
}

body {
	margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
	padding: 0em 0em 0em 0em; /* Top Right Bottom Left */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #FFFFFF;
}


/* Default links apparence*/

a {

	background: #d1e9ff;
	color: #2f8ada;
	text-decoration: none;

}

a:link {
	
}
a:visited {
	
}
a:active {
	
}
a:hover {
	
}

form {
	margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
}


h1 {
	width: 100%;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #2f8ada;

}

h2 {
	font-size: 2em;
	margin: .5em 0em .5em 0em; /* Top Right Bottom Left */
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-size: 1.4em;
	margin: 0em 0em .5em 0em; /* Top Right Bottom Left */
	font-weight: normal;
	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em; /* Top Right Bottom Left */
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em; /* Top Right Bottom Left */
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em; /* Top Right Bottom Left */
	font-weight: bold;
}

img {
	border: 0;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em; /* Top Right Bottom Left */
}

li > p {
	margin: 0.2em 0em 0em 0em; /* Top Right Bottom Left */
}
pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}
dfn{
	display:none;
}


/*______________________________*/
/*LAYOUT - ID SELECTORS         */

/* PageWrapper is the main container. It defines the main width/height of the site. Only width/height should be changed in this ID Selector */
div#PageWrapper{
	width:1000px; /*Change this value to modify global site width*/

}

div#SideBarLeft {
	float: left;
	width: 200px;
	height:100%;
}

div#SideBarLeft h3{
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	color: #02103d;
	padding:0 0 0 25px;
	margin:0;
	background-image:url(uploads/theme/ico_menu_over_h3.gif);
	background-repeat:no-repeat;
}

div#SideBarLeft ul{
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	list-style:none;

}

div#SideBarLeft ul a{
	background: transparent url(uploads/theme/ico_menu.gif) left center no-repeat;
	color: #4973a5;
	padding-left:25px;
}


div#SideBarLeft ul a:hover{
	background: transparent url(uploads/theme/ico_menu_over.gif) left center no-repeat;
	color: #02103d;
}

div#SideBarLeft ul li a#current
{
	background: transparent url(uploads/theme/ico_menu_over.gif) left center no-repeat;
	color: #02103d;
}
div#SideBarRight {
	float: right;
	width: 200px;
	background: #aaaaaa;
	height:100%;
}
div#Main {
	overflow: hidden;
	height:100%;
}

#Header{
	height:161px;
	color: #4973a5;
}

#Header a{
	background-color:#fff;
	color: #4973a5;
}

#Header a:hover{
	background-color:#fff;
	color: #4973a5;
	text-decoration:underline;
}
#top_menu{
	float:right;
	padding:10px 0 0 0;
}

#logo{
	float:left;
}

#banner{
	clear:both;
}


#Footer {
	border-top:1px solid #c3c3c3;
	clear:both;
	text-align:center;
	color: #2f8ada;
	padding-top:5px;
}

#Footer a{
	background-color:transparent;
}
#Footer a:hover{
	text-decoration:underline;
}

#Breadcrumbs {
	font-size:90%;
	text-align:right;
}

#Content {
	height:100%;
}

#relContentBlock {
	
}

#intab{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#intab td{
	vertical-align: top;
	background: #d1e9ff;
}
#intab strong{
	color: #2f8ada;
}

/*________________________*/
/*CLASS SELECTORS         */



/* End of 'reach' */

