/* 
Style Sheet
-------------------------------------------------------

/* CSS */
/*//////////////////////////// STRUCTURE ///////////////////////////////////////////////////*/
body
{
	margin:0;
	padding: 0px 0px 0px 0px;
	
}

/* BASE */
div#base
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:957px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

/* HEAD */
div#head
{
	height:100px;
    float:right;
	margin-top:8px;
}

/* FILL */
div#fill
{
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}

/* HEADLINE */
div#headline
{
}

/* POSITION */
div#position
{
	width: 100%;
	float: left;
}

/* LOGO */
div#logo
{
	position:absolute;
	top: 5px;
	left: 0px;
}

/* MAJOR */
div#major
{
	width: 950px;
	height:373px;
	margin-top:20px;
}

/* MINOR1 */
div#minor1
{

}

/* MINOR2 */
div#minor2
{
	width:415px;
	float:right;
	margin-top:40px;
}

/* ANNEX */
div#annex
{
	margin-top:40px;
	margin-left:10px;
	width:500px;
	float:left;
}


/* FOOTER */
div#footer
{
	
	width: 957px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* CLEAR */
div#clear
{
	clear:both;
}



/* BOTTOMBASE */
div#bottobase
{
	bottom: 0px;
	width:100%;
}



/* SPARE2 */
div#spare2
{
	position:absolute;
	width:275px;
	top:190px;
	left:20px;


	
}





/* LISTS ------------------------------------- */



ul
{
	line-height:1.7em;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li
{
	margin:0;
	padding:0;
}

ol
{
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1.5em;
	padding:0;
}

ol li
{
	font-size:1em;
	margin:0 0 0.25em 30px;
	padding:0;
}



/* FOOTER */
div#footer ul
{

 margin-left: 20px;

}

div#footer ul li
{

 float: left;
 margin-right: 10px;


}


/* ELEMENTS ------------------------------ */

/* TABLE */
table
{

}


th
{

}

td
{

}

/* CLEARING */

.stretch,.clear 
{
	clear: both;
	height: 1px;

	margin: 0;
	padding: 0;

	font-size: 15px;
	line-height: 1px;
}
    
.clearfix:after {
    clear: both;
    height: 0;
    
    display: block;
    visibility: hidden;
    
    content: ".";
}

.clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    
.clearfix {display:block;}
    /* End hide from IE Mac */

/*//////////////////////////// END STRUCTURE ///////////////////////////////////////////////////*/




/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{
	background: #FFFFFF url(/Images/Background/TopBackground.png) repeat-x;
	text-align:left;
	font: normal 80% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#666667;
}

/* BASE */
div#base
{

}

/* FILL */
div#fill
{


}

/* HEAD */
div#head
{

}

/* MAJOR */
div#major
{
	background: #FFFFFF url(/Images/MainPic.jpg) no-repeat;
}



/* FOOTER */
div#footer
{
	font-size:.9em;
}


/* BOTTOMBASE */
div#bottombase
{
	background: #FFFFFF url(/Images/Background/FooterBackground.png) repeat-x;
}






/* ELEMENTS ------------------------------ */

/* OPEN TAGS */

img{

 	border: 0px;
	
	}


div
{

}

p
{
	font-size:1.1em;
	line-height:1em;
	padding:0;
}

/* CLOSE TAGS */

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}


code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}


/* SPECIFIC TAGS */

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
}



/* HEADERS - H1-H6 */
h1
{
	font-size:3em;
	line-height:1.5em;
	color:#000;
	text-align:left;
	margin:0 0 0.5em;
	padding:0;
}


h2
{
	font-size:3em;
	line-height:1.5em;
	color:#666667;
	text-align:center;
	margin:5px 0 0;
	padding:0;
}



h3
{
	font-size:1.4em;
	line-height:1.3em;
	color:#000;
	margin:0 0 0.5em;
	padding:0;
}



h4
{
	font-size:1.2em;
	line-height:1.3em;
	color:#000;
	margin:0 0 0.25em;
	padding:0;
}

h5
{

}

h6
{

}

/* TEXT TAGS */
.ourclients
{

margin-bottom:-20px;
margin-left:10px;
}

.maintext
{
	margin-top:3px;
	line-height:1.2em;
	padding-bottom:10px;
}

.bottombanner
{
	margin-bottom:-22px;
	margin-right:600px;
}

.bottombanner_thankyou
{
	margin-bottom:-130.5px;
}

.darkblue
{
	color:#2d2f6d;	
}

.lightblue
{
	color:#13b2ee;
}

.white
{
	color:#ffffff;
	font-size:16px;
	line-height: 1.5em;
}

.copyright
{
	color:#656666;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
}

.thankyou
{
	color:#666667;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
}

.paddingleft10
{
	padding-left:10px;
}

.paddingleft5
{
	padding-left:5px;
}

.marginleft180
{
	margin-left:180px;
		
}

/* TEXT TAGS */

em,i
{
	font-style:italic;
}

.bold
{
	font-weight:700;
}

.bolder
{
	font-weight:bolder;
}

strong,b
{
	font-weight:700;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.center
{
	text-align:center;
}

/* MISC TAGS */


div#search
{
	color:#FFF;
	font-weight:700;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/* LINK TEXT TAGS */
a,a:link,a:active
{
	color:#13b2ee;
	font-size:1em;
}

a:visited
{
	color:#13b2ee;
	background-color:transparent;
}

a:hover
{
	color:#2d2f6d;
}


/* HEAD LINKS TEXT TAGS */
#head a,#head a:link,#head a:active
{
	text-decoration:none;
	font-size:.9em;
}

#head a:visited
{
	background-color:transparent;
}


/* FOOTER LINKS TEXT TAGS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;

}

#footer a:visited
{
	background-color:transparent;
}
	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/



div#headline,div#spare3,div#spare4,div#spare5,div#spare6
{
	display:none;
}
