html, body, div, span, small, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, blockquote, acronym, address, code, del, dfn, dl, dt, dd, em, img, q, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, b, p {
	border : 0;
	font-size : 100%;
	font-family : inherit;
	}

body{
	font:normal 12px/19px "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	color:#555;
	margin:0;
	background:#ebf5ff;
	}

	sup {
		font-size: 0.5em;		
	}
	
.leftalign	{ 	float:left;}
.rightalign	{	float:right;}

.textleft 	{ text-align:left;}
.textright  { text-align:right;}
.center 	{ text-align:center;}

.clear		{ clear:both;}

.featured 	{	
	background:#fbf2dd !important;
	border:1px solid #d6c59c !important;
	}

p	{
	padding:0 0 10px 0;
	}

a 	{
	color:#666;
	text-decoration:none;	
	}

a:hover	{
	color:#375d81;
	text-decoration:underline;	
	}

h3 span {
	margin:0;
	color:#747474;
	font: normal 10px Tahoma;
	text-transform: uppercase;
	display: block;
	letter-spacing: normal;
	}	


/*	Headings
--------------------------------------------------------------------------------------------*/

h1 {
	font: normal 26px/26px "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
	padding:0;
	margin:0 0 5px 0;
	letter-spacing:-1px;
	}

h2	{
	font:normal 22px/24px "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	}

h3	{
	font:bold 20px/22px "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}

h4	{
	font:bold 16px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

h5	{
	font:bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

h6	{
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, h5, h6 { color:#666;}

small {
	font-size:1em;
	}


/*	Header
--------------------------------------------------------------------------------------------*/

.header	{
		background: #214c74 url(../images/blue/bg_site.jpg) no-repeat center top;
		border-bottom:1px solid #b8d5f0;
		height:85px;
		}

		.logo 	{
				margin:10px 0 0 0px;
				}

/*	Top Menu
--------------------------------------------------------------------------------------------*/
.top-menu	{
		padding:50px 0 0 0;
		margin-left:20px;
		}
	.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		color: white;	
		font-size:12px;	
		text-decoration:none;
	}
	.sf-menu li a{ font-weight:bold;	padding:10px;}
	.sf-menu li li a{ font-weight:normal;padding:5px 5px;}
	
	.sf-menu li ul{
		background:#214c74;
		border:	1px solid #39658e;
		padding:0px 0px 10px 0px;
		border-top:0;
		margin-top: -25px;
		width: 200px;
	}
	
	.sf-menu li li {
		background:	#214c74;
		border-top:	1px solid #39658e;
		margin-bottom:2px;
	}
	.sf-menu li ul li ul{
		border-top:	1px solid #39658e;
	}
	
	.sf-menu li:hover, .sf-menu li.sfHover,
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
		color:#ffffff;	
		outline:	0;	
		text-decoration:none;
		background-color: #39658e;
	}
	
	.sf-menu li li:hover, .sf-menu li li.sfHover,
	.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
		color:#ffffff;	 
		background: #1e4467;	
		text-decoration:none;
		outline:	0;
	}
	
	/* Active Page Status CSS for all the browsers*/	
	.sf-menu li.current-cat>a, .sf-menu li.current_page_item>a {
			background-color: #b8d5f0;
			color:#214c74;
	}	

	.sf-menu li a span {
	display:block; 
	font:normal 9px/20px Tahoma, Arial, Helvetica, sans-serif; 
	color:#fff;
	}
	
/*	Sub Header
-------------------------------------------------------------------------------------------*/
	
.subheader_bg	{
		height:72px;	
		background:#6d9dca url(../images/dot.png);
		}
	
.subheader {
		width:960px;
		height:72px;	
		}

		.subheader h2, .subheader p {
				padding-top:22px;
				padding-left:10px;
				}
	
		.subheader h2	{
				color:#fff;		
				}
		
		.subheader p	{
				color:#fff;
				font:bold 16px/18px "Lucida Sans", Sans-serif;			
				text-align: right;
				}
				

/*	Featured Accordion 
--------------------------------------------------------------------------------------------*/
.accordion_bg	{
		padding-top:30px;
		background:#a8caea url(../images/dot.png);
		padding-bottom:30px;	
		}
.sliderbg {
	background:url(../images/blue/slider_bg.png) no-repeat;
	height:360px;
	}

	.slider{
		padding-top:10px;
		width:940px;
		margin-left:auto;							
		display:block;
		margin-right:auto;
		position:relative;
		border:0px solid #fff;
		}

	.accordion, .accordion1{
		margin:0;
		width:940px;
		padding:0;
		list-style-type: none;
		}


	.one h1, 
	.two h1, 
	.three h1, 
	.four h1,
	.five h1	{
				font:bold 22px "Trebuchet MS", Helvetica, sans-serif;
				color: #3e6db3;
				letter-spacing:-1px;
				padding:10px 0 5px 0;
				}
	

	.one		{	background:#a8caea !important;	 }	/* Slide 1 */
	
	.two		{	background:#b8d5f0 !important;	 }	/* Slide 2 */
	
	.three		{	background:#c7def4 !important;	 }	/* Slide 3 */
	
	.four		{	background:#d7e8f9 !important;	 }	/* Slide 4 */
	
	.five		{	background:#ebf5ff !important;	 }	/* Slide 5 */
	 

.active{
		background:#fff !important;
		}

.accordion li{
		cursor:default;
		}

.accordion .active_click{
		cursor:default;
		}

.one, .two, .three, .four, .five	{
/* Assign your own class if you want*/
	}

.headerbox	{
	margin:10px 0px;
	width:360px;
	float:left;
	padding-left:10px;	
	}

	.headerbox p {
		cursor:text;
		padding-top:5px;
		text-align: justify;
		}
	
.headerbox small { font:italic 11px/16px Verdana, Arial, Verdana, Helvetica, sans-serif;}	

.slideinfo {
	width:112px;
	float:right;	
	height:310px;
	padding-top:150px;
	position:relative;
	text-align:center;
	border-left:1px dotted #dedede;
	}


	.slideinfo span{
		font:bold 12px/13px "Trebuchet MS", Helvetica, sans-serif;
		color:#000;
		display:block;
		padding:0px 10px 15px 10px;
		-moz-opacity:.45; 
		-ms-filter:alpha(opacity=45); 
		filter:alpha(opacity=45); 
		opacity:.45;
		-khtml-opacity:.45; 
		-webkit-opacity:.45; 	
		}
	
	.slideinfo p.icon {
		padding-top:50px;
		margin-bottom:20px;
		display:block;
	
	}


.s-num { 
	position:absolute;
	bottom:0px;
	left:25px;
	}

/*	Layout Columns
--------------------------------------------------------------------------------------------*/

.middlepart	{
		padding:30px 0;
		border-top:1px solid #b8d5f0;
		overflow:hidden;
		height:100%;
		}

	.sidebar {
			margin:0;
			padding: 0px 0px;
			overflow:hidden;
			height:100%;
			}
			
	.middlepart .grid_9 {
			background:URL(../images/sep.gif) repeat-y top left;
			}
			
	.content {
			padding-left: 20px;
			}
	
/*	Homepage 3 Columns
--------------------------------------------------------------------------------------------*/
.smallbox	{
		width:300px;
		margin-left: 9px;
		float:left;
		padding: 20px 0px;
		text-align: center;
		overflow:hidden;
		height:100%;
		
		}

	.smallbox h2 {
			font:bold 20px/22px "Trebuchet MS", "Lucida Grande","Lucida Sans unicode", Sans-serif;
			}
			
	.smallbox p {
			padding:10px;
			}
	.smallbox span {
		font-style: italic;
	}
	
	.boxicon {
			margin:3px 0 0 0;
			}


/*	Separator Lines
--------------------------------------------------------------------------------------------*/

.hr_line	{
		border-top:1px solid #e5e5e5;
		height:1px;
		margin:15px 0;
		}

.line {
		background:url(../images/line.gif) repeat-x;
		height:3px;
		width:100%;
		clear:both;
		margin-top:10px;
		margin-bottom:10px;
		}


/* Readmore
-------------------------------------------------------------------------------------*/

a.readmore {
		text-decoration:none;
		}

a.readmore:hover {
		text-decoration:underline;
		}


/* Sidebar Menu
-------------------------------------------------------------------------------------*/
ul.subnav{
		list-style:none;
		margin:0;
		padding:0px;
		}

		ul.subnav li a{
				voice-family:inherit;
				margin:1px 0;
				padding:0;
				height:100%;
				text-decoration:none;
				border-bottom:1px dashed #b8d5f0;
				color:#444;
				}

				ul.subnav li a:link, 
				ul.subnav li a:visited{
						color:#444;
						display:block;
						padding:6px 2px;
						}

		ul.subnav li.current a{
				font-weight:bold;
				text-decoration:none;
				color:#375d81 !important;	
				}

				ul.subnav li a:hover{
						color:#375d81;
						padding:6px 2px;
						text-decoration:none;
						}
										
								
/*	Portfolio Page
--------------------------------------------------------------------------------------------*/
.boxgrid { 
		width: 300px;
		overflow:hidden;
		height:280px; 
		margin-left:9px; 
		float:left;
		margin-bottom:20px;
		}
		
			.boxcaption{ 
					height:auto;
					padding:3px 5px 0px 0px;
					margin:0px;
						}		

			.boxcaption p{
					font-size:11px;
					color:#929292;
					line-height:16px;
					}
				
			.boxcaption h3{
					font-size:1.5em;
					padding: 0; 
					margin:0;
					}
									
			.img_border{
					border: solid 1px #fff;
					background:#aaa;
					padding:3px;
					}				
									
				a.learn {
					font-size:12px;
					}

				a.learn:hover {
					color:#000;	
					}										
										

/*	Footer
--------------------------------------------------------------------------------------------*/

.sitefooter	{
		width:100%;
		background:#d7e8f9;
		border-top:1px solid #b8d5f0;
		height:70px;
		text-align:center;
		padding-top:25px;
		}


/*	Definition List
--------------------------------------------------------------------------------------------*/

 dl { 
 	border: 0px solid #ddd; 
 	padding: 0.1em; 
	}

	dt { 
		float: left; 
		clear: left; 
		width: 20px; 
		text-align: left; 
		font-weight: bold; 
		} 

	dd { 
		margin: 0 0 0 25px; 
		padding: 0 0 0.5em 0; 
		}
		



/*	Contact Form
--------------------------------------------------------------------------------------------*/
#form {
	padding: 15px 0;
	}


		#form label {
			font-size: 1.2em;
			width: 140px;
			display: inline-block;
			margin-right: 0px;
			margin-bottom: 15px;
			}
		

		#form .input {
			background:#fbfbfb;		
			border: 1px solid #e5e5e5;
			padding: 5px 7px;
			margin-bottom: 15px;
			width: 360px;
			}
		

		#form select {
			background:#fbfbfb;			
			width: 375px;			
			font: 1.2em Tahoma;
			border: 1px solid #e5e5e5;
			padding: 5px 6px;
			margin-bottom: 15px;
			}
		

		#form textarea {
			background:#fbfbfb;			
			border: 1px solid #e5e5e5;
			vertical-align: top;
			width: 355px;
			font: 1.1em Tahoma;
			line-height: 1.7em;
			padding: 9px;
			height: 200px;
			}
		

		#form .indent {
			padding-left: 145px;
			padding-top: 15px;
			}
			
		/* The button */
		#form .submitbutton {
			background:url(../images/button.gif) no-repeat;
			width: 105px;
			border:none;
			height:28px;
			}
			
/*	Error / Success / Notice	
-----------------------------------------------------------------------------------*/

.notes 	{background: #f0f0f0;border: 1px solid #b8b8b8;}
.success 	{background: #ccfcd1;border: 1px solid #60a400;}
.error	{background: #f9e3e3;	border: 1px solid #e79e9e;}
.notice 	{background: #fcf0cc;border: 1px solid #ecc735;}
	.notes, .notice, .success, .error 
		{font-size: 100%;color:#484848;padding:10px;width:auto;margin: 0 0 20px 0px; text-align:left}
	.notes span, .notice span, .success span, .error span 
		{font-weight: bold;font-size: 1.2em;padding: 2px 40px;}
	.notes p, .success p, .error p, .notice p 
		{margin: 0px;padding: 0px 40px;}

