/*

	IMPORT MAIN STYLESHEET STYLING

*/


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

/* 

CSS FLOW FOR QUICK LOAD TIMES

1. Structure
2. Typography
3. Hidden

*/


/* 

CSS FLOW FOR QUICK LOAD TIMES

1. Structure
2. Typography
3. Hidden

*/

/*

	1 . Structure

*/

html{
	background: #fff;
}

body{
	font-size: 67.5%;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	background: #fff url(bg.jpg) left top repeat-x;
	min-height: 1000px;
	overflow: visible;
}

#header{
	height: 92px;
	background: url(logo.png) center 25px no-repeat;
}

#navbar {
	width: 640px;
	height: 45px;
	position: absolute;
	z-index: 100;
	top: 25px;
	right: 0;
	font-family: Verdana, arial, sans-serif;
}

* html #navbar {
	width: 963px;
	w\idth: 963px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navbar li {
	float: left;
	width: auto;
	position: relative;
	padding: 0 0 0 5px;
}

/*
#navli149778 a
{
	width: 100px!important;
	margin-top: -8px!important;
}

#navli149778 ul{
	top: 35px!important;
	padding: 10px 0 5px 0!important;
}
*/

#navbar ul ul {
	visibility: hidden;
	position: absolute;
	top: 45px;
	padding: 0 0 5px 0;
	left: 0px;
	width: 154px;
	background: url(nav-ul-ul.png) left bottom no-repeat;

}

* html #navbar ul ul {
	top: 45px;
	t\op: 45px;
}

#navbar table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
;
}

#navbar ul ul li{
	padding: 0;
	float: none!important;
	display: list-item;
}

#navbar ul li:hover ul,
#navbar ul a:hover ul {
	visibility: visible;
}


#subsection
{
	background: #f2f0e1 url(subsection.png) repeat-x left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #eee;
	padding: 50px 20px 20px;
	margin: 0 0 30px 0;
}

#smallformcontent
{
	background: url(grad.jpg) left top repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #dbeaef;
	padding: 5px;
	margin: 0 0 30px 0;
}


.editmaintext
{
	background: #fff!important;
}

.clear{
	clear: both;
	font-size: 1px;
	color: transparent!important;
}



#newsfeed, #smallform{
	margin: 30px 0 0 0;
	text-align: center;
}

#footer
{
	margin: 10px 10px 0 10px;
	border-top: 3px double #eee;
	padding: 5px 0;
}

/*

	2 . Typography

*/

#navbar ul li:first-child>a, #navbar ul li.active:first-child>a
{
	width: 30px;
	font-size: 1px;
	color: #eee!important;
	color: #6785a3!important;
	background: url(home.gif) center center no-repeat!important;
	
}

#navbar ul ul li:first-child a, #navbar li.active ul a{
	text-indent: 0!important;
	background: none!important;
	width: 128px;
	font-size: 1em!important;
	color: #333!important;
}

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	height: 45px;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 45px;
	background: url(nav_li.png) right top repeat-x;
}

* html #navbar a, * html #navbar a:visited {
	width: auto;
	w\idth: auto;
}

#navbar ul li.active a{
	background: url(nav_li.png) bottom right repeat-x!important;
	color: #0C9ECE!important;
	text-decoration: underline;
}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	color: #333!important;
	display: block;
	background-image: none;
	height: auto;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	font-size: 1em;
}

* html #navbar ul ul a, * html #navbar ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

#navbar a:hover{
	color: #fff;
	line-height: 45px;
	text-shadow: 2px 2px 2px #333;
	background: url(nav_li.png) right top no-repeat;
}

#navbar ul ul a:hover{
	color: #333!important;
	text-decoration: underline;
	line-height: 22px!important;
	text-shadow: none;
} 

#navbar :hover > a, #navbar ul ul :hover > a {
	color: #fff;
}

h2, p.h1{
	font-weight: lighter;
	font-size: 2.5em;
	text-transform: uppercase;
	color: #008CAE;
	margin: 0 0 1.1em 0;
	text-shadow: 2px 2px 2px #ccc;
	font-family: "Arial Black", "Bell Gothic", "Rockwell", Impact, sans-serif;
}

h3, p.h2{
	font-size: 2.2em;
	font-weight: lighter;
	color: #24798f;
	text-shadow: 2px 2px 2px #cecece;
	margin: 0 0 .7em;
}

#maintext td h3
{
	font-size: 17px!important;
}

h3 span, p.h2 span
{
	font-size: 12px;
	color: #666;
}

#maintext p{
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #444;
	margin: 0 0 1.8em 0;
}

#maintext li, #maintext td
{
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #666;
}

#maintext th
{
	text-align: left;
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #333;
	font-weight: normal;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
	font-variant: small-caps;
	border-right: 1px solid #ccc;
}

#maintext ul{
	list-style: square;
	list-style-position: outside;
	margin: -1em 0 1.8em 0;
}

#maintext ol
{
	list-style-type: lower-roman;
	list-style-position: outside;
	margin: -1em 0 1.8em 0;
}

#maintext a, #footer a{
	color: #008CAE;
}

#maintext a:hover
{
	color: #666;
}
#maintextContent{
	padding-bottom: 300px;
}
a.button
{
	background: url(button.png) right top no-repeat;
  	padding: 6px 45px 6px 8px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border:1px solid #eee;
  	line-height: 30px;
  	font-size: 1.1em;
  	height: 30px;
  	color: #fff!important;
  	font-weight: bold;
  	text-decoration: none;
  	text-shadow: 1px 1px 1px #333;
}
a.button:hover{
	background: url(button.png) right bottom no-repeat;
	color: #eee;
}

.blue
{
	text-align: right;
}

.blue .button
{
	background: url(blue-button.png) right top no-repeat!important;
  	padding: 6px 45px 6px 8px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border:1px solid #eee;
  	line-height: 30px;
  	font-size: 1.3em;
  	height: 30px;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
  	text-shadow: 1px 1px 1px #333;
}
.blue .button:hover{
	background: url(blue-button.png) right bottom no-repeat!important;
	color: #eee;
}



#footer p{
	text-transform: uppercase;
	font-family: Georgia, Palantino, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-align: left;
	color: #777;
}

#subsection h2{
	position: absolute;
	margin: 0 0 0 -5000px;
	
}

#smallform h2
{
	color: #E3164E;
	font-size: 2em!important;
	line-height: normal;
	text-align: right;
	padding: 15px;
}

#subsection li{
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin: 0 0 1px;
}

#subsection a{
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	background: url(sub-li.jpg) left top repeat-x;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border: 1px solid #fff;
	padding: 0 15px;
}

#subsection a:hover{
	text-decoration: underline;
	background: #f5f5eb;
}

#newsfeed h2{
	text-indent: -5000px;
	display: block;
	background: url(news.jpg) left top no-repeat;
	width: 275px;
	line-height: 39px;
	height: 39px;
}

#newsfeed ul li{
	margin: 1.8em 1.5em;
}

#newsfeed li a{
	background: url(news-li.jpg) left center no-repeat;
	padding: 0 0 0 35px;
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	color: #999;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#newsfeed ul li:nth-child(2n+1) a
{
	text-align: right;
	padding: 0 35px 0 0;
	background: url(news-li.jpg) right center no-repeat;
}

/*

	3 . Hidden

*/

#memberLogin,
#componentGroups,
#servicelinks,
#header h1,
#header p,
#contactdetails,
#linkscontent, 
#subsection,
#smallform
{
	position: absolute;
	margin: 0 0 0 -5000px;
}


/*

	HOMEPAGE SPECIFIC STYLES

*/

#wrapper{
	width: 963px;
	margin: 0 auto;
	position: relative;
	background: url(wrap-top.jpg) left top no-repeat;
}

#content{
	margin: 0px auto 0;
	background: #fff url(shadow.jpg) center top no-repeat;
	width: 963px;
	position: relative;
	padding: 250px 0 10px 0px;
}

#splash{
	position: relative;
	padding: 0 0 0 0px;
	top: 0;
	height: 0px;
}

#splash a
{
	height: 315px;
	display: block;
	
}

p, #maintext li{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

#left-three{
	width: 100%;
	margin: 0px 0 0 0;
	float: left;
	text-align: center;
}

#left-three a:first-child
{
	margin: 0;
}

#left-three a
{
	margin: 0 0 0 22px;
}

#maintext{
	width: 100%;
	margin: 0!important;
	padding: ;
}


.button{
	color: #fff!important;
}

#maintext a{
	color: #0382a5;
}

#blog_entry {
	width: 960px;
	margin-left: 20px;
	
}
#lists{
	position: absolute;
	width: 960px;
	top: 530px;
	left: 0px;
	height: 278px;
	background: url(blog-bg.png);
}
.entry{
	width: 260px;
	height: 100px;
	float: left;
	margin-top: 20px;
	padding-right: 60px;
	
}

#blog_entry a
{
	color: #333;
	text-decoration: none;
}

#blog_entry h2{
	font-size: 0.1em;
	padding: 0 15px;
	text-shadow: none;
	line-height: 44px;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	text-transform: none;
	background: url(blog-title.png) left top no-repeat;
	font-weight: normal!important;
	text-indent: 100px;
}

#blog_entry h2 a
{
	color: #fff!important;	
}

#blog_entry h3{
	font-size: 1.4em;
	text-shadow: none;
	margin: 0 15px;
	margin-bottom: 5px;
}

p.small
{
	font-size: 1em;
	color: #999;
	margin: 0 15px;
}

p.more
{
	text-align: right;
	margin: 20px 15px 20px 0;
	font-size: 1.1em;
}

p.more a{
	color: #2A2D60;
}

#maintext a:hover{
	color: #555;
}


