/*
Parts of this design are by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #131d46 url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 175%; padding-top: 20px;}
h2 { font-size: 130%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
	line-height: 150%;
}

td {
	font-size: 100%;
	line-height: 125%;
	padding: 5px 0 5px 0;
}


p {
}

p.testimonial {
	padding: 0px 40px 0 0px;
	margin: 0;
	font-style: italic;

}

p.sign {
	padding: 0px 40px 0 0px;
	margin: 0 0 20px 0;
	color: #7EBCFF;
	text-align: right;

}


p.blue {
	color: #7EBCFF;
	font-weight: bold;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}


ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 809px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	float: right;
	width: 250;
	padding: 85px 55px 0 0px;
	text-transform: lowercase;
	font-size: 190%;
	display: inline;
}

#header p {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 190%;
}

#header img {
	float: left;
	padding: 5px 0 0 10px;
	display: inline;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 809px;
	height: 41px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 5px 20px 0 20px;
	border-right: 1px solid #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #971a31;
}

/* Page */

#page {
	width: 809px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

/*   */

#content {
	float: left;
	width: 504px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;

}

#content2 {
	float: left;
	width: 729px;
	padding: 20px 25px 0 55px;
	background: url(images/img_mid.jpg) no-repeat;
	display:inline;
}

* html #content2 {
	display:inline; 
	}
	
#content p {
	padding: 0px 40px 0 0px;

}



#content2 p {
	padding: 0px 15px 0 10px;
	text-align: justify;

}

#content li {
		line-height: 150%;
}

.boxed {
background: #131d46;
width: 475px;
border: 1px dotted #000000;
margin: 0 0 20px 0;
}

.boxed2 {
background: #131d46;
width: 700px;
border: 1px dotted #000000;
margin: 0 0 20px 0;
}

.boxed2 .title {
	margin: 0 0px 0 0;
	padding: 5px 20px;
	background: #050b26;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #61c1e5;
}

.boxed2 p {
	padding: 0px 0 0 0;
}

.boxed2 h3 {
	color: #7EBCFF;
	font-weight: bold;
	text-align: center;
	padding: 0;	
	margin-bottom: 2px;
}

.boxed2 .content {
	padding: 20px 0 20px 20px;
	margin: 0;
}

.boxed .title {
	margin: 0 0px 0 0;
	padding: 5px 20px;
	background: #050b26;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #61c1e5;
}

.boxed p {
	padding: 0px 0 0 0;
}

.boxed .content {
	padding: 20px 0 20px 20px;
	margin: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 40px 0px 0 0;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	padding: 10px;
	margin: 10px 10px 0 0px;
	background: #971a31;
	width: 170px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin-right: 40px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

img.figure {
	margin-top: 0px;
	margin-left; 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0px;
	border: 5px solid #971a31;
	}


img.figure3 {
	margin-top: 20px;
	margin-left; 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0px;
	border: 5px solid #971a31;
	}
	
img.figure2 {
	margin: 0px;
	padding: 0px;
	border: 5px solid #971a31;
	}
	


/*   */

#submenu a {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat left center;
}

#submenu p {
	margin-right: 10px;
}

/* Footer */

#menubot {
	width: 700px;
	height: 100px;
	margin: ;
	padding-top: 10px;
	padding-bottom: 0;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #ffffff;
}

#legal {
	text-align: right;
	}

#footer {
	width: 809px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 40px 0 40px;
	font-size: 77%;
	color: #354894;
}

#footer a {
	color: #4a5ba2;
	text-decoration: none;
}