/************************************************************************
	Title: Cloud App - beta
	File: global.css
	
	GLOBAL CSS 
	==========
	
	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique
	
	Author:		Elroy Blackwood		[elroy@thestream.co.uk]

	Listing Order:
	==============
	Universal Styles
	General Structure / Layout
	Header Elements
	Second Level Elements
		Menu
	Content Elements
	Footer Elements
	Other
		Forms
		Gallery

************************************************************************/


/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	margin: 0px;
	text-align: left;
}

body {
}

h1, h2, h3{
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}

a:link {
	color: blue;
	text-decoration: none;
	font-style:normal;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
}
a.topmenu:link {
	color: #0d78bc;
	text-decoration: none;
	font-style:normal;
}
a.topmenu:visited {
	color: #0d78bc;
	text-decoration: none;
}
a.topmenu:hover {
	color: #0d78bc;
	text-decoration: none;
}
a.topmenu:active {
	color: #0d78bc;
}

h4 {
	margin-bottom: 5px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	/*font-weight: normal;*/
}

h4 {
	font-size: 0.8em;
	/*font-weight: normal;*/
}

p {
	font-size: 100%;
	line-height: 1.4em;
}

p a {
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #DCDCDC;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
#wrapper {
	width: 973px;
	border: 3px solid #999999;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

#banner {
	height: 102px;
	width: 973px;
	float: left;
}
#logo {
	float: left;
	height: 102px;
	width: 395px;
}
#search {
	float: right;
	height: 79px;
	width: 370px;
	padding-top: 23px;
}
#login {
	background-image: url(../images/loginbox2.png);
	background-repeat: no-repeat;
	float: left;
	height: 23px;
	width: 130px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 0.95em;
	color:#ffffff;
	font-weight:normal;
}
#login a:link {
	height: 23px;
	width: 130px;
	float: left;
	font-size:0.95em;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#login a:visited {
	font-size:0.95em;
	color:#ffffff;
	font-weight:normal;
	
}
#login a:hover {
	font-weight:bold;
	font-size:0.95em;
	text-decoration:none;
}
#googlesearch input {
	float: left;
	height: 23px;
	padding-top: 0px;
	padding-left: 5px;	
}
#searchbox input {
	background-image: url(../images/searchbox2.png);
	background-repeat: no-repeat;
	height: 23px;
	border: none;
	outline: none;
	padding-left: 3px;
	padding-top: 1px;
}
#searchbox input.focus {
	background-image: url(../images/searchbox2.png);
	background-repeat: no-repeat;
	height: 23px;
	border: none;
	outline: none;
	padding-left: 3px;
	padding-top: 1px;
}

/***********************************************************************
	SECOND LEVEL ELEMENTS
************************************************************************/
#sidebar {
	background-color: #f2f2f2;
	float: left;
	width: 216px;
	height: 200px;
	background-image: url(../images/left_curve.jpg);
	background-repeat: no-repeat;
}
#sidebarHome {
	background-color: #f2f2f2;
	float: left;
	width: 216px;
	height: 55px;
	background-image: url(../images/left_curve.jpg);
	background-repeat: no-repeat;
}
#SecondLevelWrapHome {
	float: right;
	height: 345px;
	width: 973px;
	background-repeat: no-repeat;
}
#titleSub {
	float: left;
	height: 170px;
	width: 514px;
	background-color: #f2f2f2;
}
#titleSubHome {
	float: left;
	height: 290px;
	width: 730px;
}
#titleSub h1 {
	margin-top: 45px;
	font-size:2em;
	color: #000000;
}
#titleSub h2 {
	font-size:1.5em;
	color: #999999;
}
.green, .green:link, .green:visited {
color: #88c23f;
font-size:1em;
font-weight: bold;
}

#rightBar {
	float: right;
	height: 170px;
	width: 243px;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
}
#rightBarHome {
	float: right;
	height: 290px;
	width: 243px;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
}
#cloudBtnOne {
	background-image: url(../images/rButton.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 209px;
	padding-top: 23px;
	padding-left: 11px;
	font-size: 1.1em;
	color:#666666;
}
#cloudBtnOne a:link {
	height: 30px;
	width: 200px;
	float: left;
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}

#cloudBtnOne a:visited {
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}
#cloudBtnOne a:hover {
		font-weight:bold;
}

#cloudBtnTwo {
	background-image: url(../images/rButton.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 209px;
	padding-top: 23px;
	padding-left: 11px;
	font-size: 1.1em;
	color:#666666;
}
#cloudBtnTwo a:link {
	height: 30px;
	width: 200px;
	float: left;
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}

#cloudBtnTwo a:visited {
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}
#cloudBtnTwo a:hover {
		font-weight:bold;
}
#cloudBtnThree {
	background-image: url(../images/rButton.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 209px;
	padding-top: 23px;
	padding-left: 11px;
	font-size: 1.1em;
	color:#666666;
}
#cloudBtnThree a:link {
	height: 30px;
	width: 200px;
	float: left;
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}

#cloudBtnThree a:visited {
	font-size:1.3em;
	color:#0d78bc;
	font-weight:normal;
	text-decoration:none;
}
#cloudBtnThree a:hover {
		font-weight:bold;
}
#cloudBtnFour {
	float: left;
	height: 53px;
	width: 220px;
	font-size: 1.1em;
	color:#666666;
}
	/***********************************************************************
		MENU
	************************************************************************/
#menu {
	float: left;
	height: 30px;
	width: 757px;
	background-image: url(../images/menu_back.jpg);
	position: relative;
}
#menuHome {
	float: left;
	height: 55px;
	width: 757px;
	background-image: url(../images/menu_back.jpg);
	position: relative;
}

#menuItem {
	behavior: url(../pngHack/iepngfix.htc);
	top: -7px;
	left: -76px;
	width: 843px;
	height: 49px;
	z-index: 12;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -30px;
	position: absolute;
	font-size: 1.2em;
}
#ddtopmenubar {
	behavior: url(../pngHack/iepngfix.htc);
	top: -2px;
	left: -58px;
	width: 843px;
	height: 49px;
	z-index: 12;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -30px;
	position: absolute;
	font-size: 1.2em;
}
#menuItem a:link {
	width: 143px;
	height: 37px;
	float: left;
	text-align: center;
	padding-top: 22px;
	font-weight:normal;
	margin-left: 50px;
}
#menuItem a:hover {
	background-image: url(../images/menu_cloud.png);
	color:#0d78bc;
}

/***********************************************************************
	CONTENT ELEMENTS
************************************************************************/
#ThirdLevelWrap {
	float:left;
	width: 973px;
	background-color: #f2f2f2;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#content {
	width: 494px;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}
#contentHome {
	width: 689px;
	padding-left: 31px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 100px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(../images/home-panel-3.jpg);
}
#content p{
	list-style-type: circle;
	line-height:1.5em;
	margin-bottom: 20px;
}
#content ul{
	list-style-type: disc;
	line-height:1.5em;
	margin-bottom: 20px;
	color: #88c23f;
}
.contentTick ul{
	line-height:1.5em;
	margin-bottom: 20px;
	list-style-image: url(../images/tick.png);
}
#content h1{
	color:#0d78bc;
	font-size: 1.2em;
	line-height:1.4em;
}

#content a:link {
	font-weight: bold;
}

#content a:visited {
	color: blue;
}
#content a:hover {
	text-decoration: none;
}

#thirdLevelLeftBar {
	width: 216px;
	float: left;
}

#quote {
	font-weight: bold;
	line-height:1.5em;
	padding-top: 10px;

}
#quotee {
	font-weight: normal;
	font-style:italic;
	padding-left: 10px;
}

#thirdLevelRightBar {
	float: right;
	width: 243px;
	background-repeat: no-repeat;
	height: 100px;
	margin-top: 20px;
}
#login {
	float: left;
}

.BaseSections {
	float: left;
	width: 280px;
	margin-right: 20px;
	/****ie6 fix ***/_margin-right: 2px;
	display: inline-block;
	_display: inline;
}


#BaseSectionsHead1 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/blogTop.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#666666;
}

#BaseSectionsHead2 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/newsTop.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#FFFFFF;
}
#BaseSectionsHead3 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/resourceTop.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#FFFFFF;
}
#BaseSectionsHead4 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/blogTop2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#666666;
}
#BaseSectionsHead5 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/newsTop2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#FFFFFF;
}
#BaseSectionsHead6 {
	float: left;
	height: 27px;
	width: 265px;
	background-image: url(../images/resourceTop2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight:normal;
	color:#FFFFFF;
}
.BaseSectionsMidWrap {
	width:280px;
	height:236px;
	display: inline-block;
	background-image: url(../images/midSect.jpg);
	background-repeat: repeat-y;
	float: left;
	}
.BaseSectionsMidWrapChildPages {
	width:280px;
	height:365px;
	display: inline-block;
	background-image: url(../images/midSect.jpg);
	background-repeat: repeat-y;
	float: left;
	}

.BaseSectionsMid {
	float: left;
	width: 250px;
	margin-left: 15px;
/****ie6 fix ***/_margin-left: 8px;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #2d8bc8;
	padding-bottom: 5px;
}
.BasePicBox {
	width:80px;
	height:80;
	float:left;
	text-align: left;
	vertical-align: middle;
}
.Date,.Date:link, .Date:visited {
	color:#2d8bc8;
	font-weight:bold;
}
.summary,.summary:link, .summary:visited{font-weight:normal;color:#666666; text-decoration:none;}
.BaseSectionsFoot {
	float: left;
	height: 16px;
	width: 280px;
	margin-right: 20px;
}

.jCarouselLite ul {
border: 10px
	border-bottom-color: #2d8bc8;
	}
/***********************************************************************
	NEWS ELEMENTS
************************************************************************/
#news {
	width: 494px;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news a:link {
	font-weight: bold;
}

#news a:visited {
	color: #666666;
}
#news a:hover {
	text-decoration: none;
}
#news img {
	width: 150px;
	height : auto;
}
#news img {
	width: auto;
	height : 150px;
}
.left {
float:left;
padding-right:10px;
}
.right {
float:right;
padding-left:10px;
}
/***********************************************************************
	RESOURCES ELEMENTS
************************************************************************/
#ResourceWrap {
	width: 514px;
	float:left;
}

.Resource {
	width: 494px;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
        padding-top: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #2d8bc8;
	padding-bottom: 5px;
}
.Resource a:link {
	font-weight: bold;
}

.Resource a:visited {
	color: #666666;
}
.Resource a:hover {
	text-decoration: none;
}
.Resource img {
	width: 80;
	height : auto;
}
.Resource img {
	width: auto;
	height : 80px;
}
.left {
float:left;
padding-right:10px;
}
.right {
float:right;
padding-left:10px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
#footer {
	float: left;
	height: 100px;
	width: 737px;
	background-color: #f2f2f2;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 236px;
}
#footerhome {
	float: left;
	width: 950px;
	background-color: #f2f2f2;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 23px;
	_display: inline;
	
}
#footerhomechildpages {
	float: left;
	width: 740px;
	background-color: #f2f2f2;
	background-image: url(../images/rightBarBack.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 230px;
	_display: inline;
	
}
/***********************************************************************
	OTHER
************************************************************************/
.clear {
clear:both;
}
#footBase {
	height: 37px;
	width: 973px;
	float: left;
}
.freephone {
	color: #999999;
	text-align: right;
	margin-right: 40px;
	margin-bottom: 10px;
}
/***********************************************************************
	colours
************************************************************************/
.blue {color: #2d8bc8}
.green {
color: #88c23f;
font-size:1em;

}
.greenTwo { 
	color:39b14a;
	font-size:1em;}
.white {color:white}

.black {color: black;}
.left {float:left;
margin-right:10px;}
.right {float:right;
margin-left:10px;}
.icon {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-top: 4px;
}
.learnmore { 
	font-weight:bold;}
/***********************************************************************
    images
***********************************************************************/
.resize {
	width: 140px;
	height : auto;
	margin-right: auto;
	margin-left: auto;
}
.resize {
	width: auto;
	height : 60px;
	margin-right: auto;
	margin-left: auto;
}
