/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */
/* Style Sheet */
/* Logic Red Web Design  - www.logicred.co.uk */
/* //////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////// */

/* Body and stuff 
-------------------------------------*/

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	font-family:"arial"; 
	font-size: 12px; 
	color: #261A06;
   text-align: center; /* INTERNET EXPLORER FIX. */
   min-width: 993px; /* INTERNET EXPLORER FIX.  */
	background: white url(images/background.jpg) 0 0 repeat-x;
}

/* DIVS
****************************************************** */

#wrap {
	width:993px;
	margin-left:auto;
   margin-right:auto;
	padding:0px;
	text-align:left;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 993px;
	height: 90px;
	float: left;
}

#menucontainer {
	text-align: center;
	font-size: 21px; 
	font-family: georgia;
	width: 993px;
	height: 50px;
	float: left;
}


.clear {	clear: left; }

/* LEFT SIDE */

#left {
	width: 700px;
	float: left;
	font-size: 14px;
	line-height: 22px;
}

.leftpad {
	padding-top: 30px;
	padding-right: 10px;	
	padding-left: 10px;	
	border-right: 1px solid #ccc;
}

#left a:hover {
	text-decoration: none; 
	border: 0;
	color:Black;
}

/* RIGHT SIDE */

#right {
	width: 293px;
	float: left;
}

.rightpad {
	padding-top: 30px;
	padding-left: 15px;	
	line-height: 20px;
}

#footercontainer {
	background: #021E36 url(images/footer.jpg) repeat-x;
	width: 100%;
	height: 108px;
	float: left;
	text-align: center;
	font-size: 15px;
}

#footercontainer, #footercontainer a { color: #DADADA; }

.footermenupad {	padding-top: 8px; }

strong {	color:#0078B7; }

.image-border {
	border: 6px solid #E5E3DD;
	padding: 2px;
}

.selected {
	border-right: 1px solid #424340;
	background-image: url(images/selected.jpg);
	background-position: center;
	background-repeat: no-repeat;
} 

.bothborder {border-right: 1px solid #424340; border-left: 1px solid #6D6F6A;} 
.rightborder {	border-right: 1px solid #424340; } 
.rightborder_footer {	border-right: 1px solid #E6E6E6; } 

/* HEADINGS
/* //////////////////////////////////////////////////////////////////////// */

h1 {
	color: #004A71;
	font-family: "Myriad pro",Georgia;
	font-size: 24px; 
	font-weight: normal;
	line-height: 30px;
}

h2 {
	color: #004A71;
	font-family: "Myriad pro",Georgia;
	font-size: 17px; 
	font-weight: normal;
	line-height: 26px;
}

h3 {
	color: white;
	font-family: "Myriad pro",Georgia;
	font-size: 20px; 
	font-weight: normal;
	line-height: 36px;
}

/* menu */
/* //////////////////////////////////////////////////////////////////////// */

#menu {text-align: center; list-style: none;}

#menu li {display: block; height: 50px; float: left; line-height: 44px;}

#menu li a {
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	font-family: arial;
	color: #EEEEEE;
	font-size: 15px;
	text-decoration: none;
}

#menu li a:hover {color: #B7B7B7;}

/* FOOTER MENU */
/* **************************************************** */

#footermenu {text-align: center; list-style: none;}
#footermenu li {display: inline;}
#footermenu li a { padding: 0px 15px 0px 15px; font-family: verdana; color: White; font-size: 15px; text-decoration: none; }
#footermenu li a:hover {color: #D3D3D3;}

#submenu {list-style: none;}
#submenu li {display: inline; margin-left: 0px!important;}
#submenu li a { padding: 0px 30px 0px 0px; font-family: verdana; color: #0078B7; font-size: 15px; }
#submenu li a:hover {color: Black;}
#submenu li#selected {font-weight: bold; color: }

#block1 { background: url(images/block_1.jpg) no-repeat; width: 169px; height: 264px; float: left; }
#block2 { background: url(images/block_2.jpg) no-repeat; width: 169px; height: 264px; float: left; }
#block3 { background: url(images/block_3.jpg) no-repeat; width: 169px; height: 264px; float: left; }
#block4 { background: url(images/block_4.jpg) no-repeat; width: 169px; height: 264px; float: left; }

.blockspad {
	color: #EAEAEA;
	font-size: 11px;
	padding: 80px 13px 10px 13px;
	line-height: 22px;
	text-align: center;
}

.readmore a { color: #BBE8FF; font-size: 17px; }
.readmore a:hover { color: white!important; }

#right li, #left li { margin-left: 20px;}

a { color: #004A71; }

td { padding-left: 5px; }