/* Base-Override */
body{
	background-color:#fff;
}
p{
	margin:0px;
	padding:0px;	
}
h1{
	color:#FF8500;	
}
h2{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
h3{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
h4{
	color:#a8b93e;
	font-size:14px;
	padding:5px 0px;
	font-weight:bold;
}
h5{
	color:#FF8500;
	font-size:12px;
	font-weight:bold;
}
h6{
	color:#FF8500;
	font-size:10px;
	font-weight:bold;
}
select{
	margin:10px 0px;
	height:20px;
	width:194px;
}
/* Elements (Classes) */
.formlabel{
	font-weight:bold;	
}
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}
.latestpostcompany{
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.latestpostposition{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#joinfields input{
	width:191px;
	margin-bottom:10px;
}
/* Elements (IDs) */
#container{
	position:relative;
	background-image:url(../img-design/index-bg.jpg);
	margin:0 auto;
	width:800px;
}
#header{
	position:relative;
}
#content{
	position:relative;
}
#footer{
	padding:20px 0px;
}

#lookingtohire{
	position:absolute;
	right:10px;
	top:0px;
}
#menu{
	width:760px;
	height:24px;
	top:0px;
	left:0px;
	position:absolute;
	padding:8px 15px 12px 25px;
}
#menu table{
	width:760px;
	text-align:center;
}
#menu a{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#menu img{
	float:left;
}
#content-inner{
	padding:30px 19px 19px 19px;
}
#leftside{
	float:left;	
	width:219px;
}
#rightside{
	float:right;
	width:543px;
}
#joinbox{
	width:199px;
	background-color:#90A024;
	padding:20px 10px 10px 10px;
}
#latestpostsbox{
	width:191px;
	background-image:url(../img-design/latestposts-repeat.jpg);
}
#latestpostsbox-inner{
	width:171px;
	background-image:url(../img-design/latestposts-header.jpg);
	background-repeat:no-repeat;
	padding:30px 10px 10px 10px;
}

#infobox-outer {display: table; height: 450px; width:100%; #position: relative; overflow: hidden;}
#infobox-middle {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
#infobox-inner {#position: relative; #top: -50%; width:500px; margin:0 auto;}
.infobox-repeat {padding:20px 60px; background-image:url(../img-design/infobox-repeat.jpg); width:380px; color:#794702;}
.infobox-footer {background-image:url(../img-design/infobox-footer.jpg); background-repeat:no-repeat; height:30px; width:250px; padding:30px 30px 30px 220px;}

#box-outer {display: table; height: 450px; width:100%; #position: relative; overflow: hidden;}
#box-middle {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
#checkemail-inner {#position: relative; #top: -50%; width:370px; height:120px; padding-top:50px; margin:0 auto;}
#signup-inner {#position: relative; #top: -50%; width:200px;  margin:0 auto;}

#signupbox{
	background-image:url(../img-design/signup.jpg);	
	height:450px;
	width:630px;
	display: table; #position: relative; overflow: hidden;
}
#checkemailbox{
	background-image:url(../img-design/emailcheck.jpg);	
	height:450px;
	width:630px;
	display: table; #position: relative; overflow: hidden;
}

#tellafriend-top{
	width:370px;
	height:146px;
	background-image:url(../img-design/tellafriend-top.jpg);
	padding:90px 20px 10px 20px;
	overflow:hidden;
}

#tellafriend-top span input{
	width:200px;	
}
#tellafriend-top h3{
	width:150px;	
}
.toptext{
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.errormessage{
	font-size:12px;
	color:#630;
	font-weight:bold;
}
.relatedarticle a{
	color:#FF8500;
	font-weight:bold;
	font-size:12px;
}
#pagelinks{
	color:#a8b93e;
	font-weight:bold;
	font-size:12px;
	padding:10px 0px;
}
#pagelinks a{
	color:#FF8500;
	font-weight:bold;
	font-size:12px;
}
.blacktext{
	color:#000;
}
.ArticleManagerItem{
	padding:10px 0px;	
}

/* TinyMCE*/

.tinymce-header{
	padding:15px 0px 5px 0px;
	color:#993300;
	font-weight:bold;
	display:block;
}
ul,li{
	padding-left:10px;
	padding-bottom:10px;
}