@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(images/backgroundright.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ~~ Element/tag selectors ~~ */
/*lists*/
ul, ol, dl {
	padding: 0;
	margin: 0;
	color:#000;
	font-size:12px;
}
/*headings*/
h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4, h5, h6, {
	margin-top: 0;
	margin-left:10px;	
	padding:5px 10px;
}
h2{
	margin: 1px 1px 1px 1px;	
	padding:5px 10px 5px 20px;
	color:#FFF;
	background-color:#14477E;
	display:block;
	font-size:16px;
}
h3{
	margin: 2px 1px 2px 1px;	
	padding:5px 10px;
	color:#000000;
	font-size:16px;
}
p{
	margin-top: 0;
	margin-left:0px 0px;	
	padding:5px 10px 5px 10px;
	color:#000;
	font-size:12px;
	
}

/*image with link*/
a img { 
	border: none;
}

/*hyperlinks*/
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

#container {
	width: 80%;
	min-hight:600px;
	max-width: 1080px;
	min-width: 780px;
	overflow:hidden;
	margin: 0 auto;
}

#header {
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
}
#header img {
	width:60%;
	height:auto;
}

#menu {
	width:100%;
	background:#14477E;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px;
	font-size:18px;
}
/* lists in the menu area*/
#menu ul, #menu ol, #menu li{
	color:#FFF;
	text-decoration:none;
	display:inline;
	padding: 10px 10px 10px 10px;
	font-size:18px;	
}
#menu a:link, #menu a:visited {
	color:#FFF;
	text-decoration: none;
	font-size:18px;
}

#menu a:hover, a:active, a:focus { 
	text-decoration:underline;
	font-size:18px;
}
/* ~~ content ~~ */
#content {
	height:auto;
	display:block;
	width:100%;
	padding: 0px 0;
	margin: 0px 0px;
	background-color:#FFF;
	overflow:hidden;	
}
#ad1, #ad2, #ad3, #ad4{
	width:24.8%;
	padding: 0px 0px;
	margin: 1px 1px 1px 0px;
	display:inline;
	float:left;
	background:#F2F2F2;
}
#main{
	width:100%;
	padding: 0px 0px;
	margin: 0px 0px;
	display:block;
	float:left;	
	background:#F2F2F2;
}
/* lists in the content area*/
#content ul, #content ol { 
	padding: 0 15px 15px 40px; /
}

/* ~~ The footer ~~ */
#footer {
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 0px 5px;
	background: #14477E;
	display:block;
	overflow:hidden;
}
#footer ul, #footer ol, #footer li{ 
	text-decoration:none;
	display:inline;
	padding:10px 10px;
	text-align:justify;
	font-size:10px;
	color:#FFF;
	list-style-type: none;
	text-indent: 0px;
	padding:0px 0px 0px 0px;
	margin:10px 10px 0px 0px;
}
#footleft{
	width:60%;
	padding:10px 10px 10px 10px;
	float:left;
}
#footright{
	width:30%;
	padding:10px 10px 10px 10px;
	float:right;
}
#footright p{
	text-align:justify;
	font-size:10px;
	color:#FFF;
	text-align:right;
	text-indent: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration: none;
	font-size:10px;
}

#footer a:hover, a:active, a:focus { 
	text-decoration:underline;
	font-size:10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.floatright {  
	float: right;
	padding:0px 5px;
}
.floatleft { 
	float: left;
	padding:0px 5px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
