* {
	padding: 0;
	margin: 0;
	}
html, body {
    height: 100%;
	font-size: 0.95em;
	}
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	margin: 0; 
	background-image: url(../images/global/bg_grad.gif);
	background-repeat:repeat-x;
	}
#flashcontent {
	width: 279px;
	height: 139px;
	}

/* ******************************  */
/* Styles for general positioning */
/* ******************************  */

/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1px;
	}
.clearfix {display: block;
	}
/* End hide from IE-mac */

.clearAll{
	clear: both;
}
.clearNone{
	clear: none;
}
.clearBox{
	clear: both;
	font: 1px/1px sans-serif;
	width: 100%;
}
.floatRight{
	display: inline;
	float: right;
}
.floatLeft{
	display: inline;
	float: left;
}
.alignLeft {
	text-align: left;
	float: left;
}
.alignCenter {
	text-align: center;
}
.halfWidth {
	width: 48.5%;
	float: left;
}
.closeLink {
	float: right;
}

	
/* ******************************  */
/* CMS CSS TAGS */
/* ******************************  */

/* Text TAGS */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00447C;
}
h2{
	font-size: 1em;
	font-weight: bold;
	color: #00447C;
}
h3{
	font-size: 0.8em;
	font-weight: bold;
	color: #00447C;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AAC510;
}
h5{
	font-size: 1em;
	font-weight: bold;
	color: #AAC510;
}
h6{
	font-size: 1em;
	font-weight: normal;
	color: #AAC510;
}
a {
	font-size: 1em;
	color: #00447C;
}
a:hover {
	font-size: 1em;
	color: #AAC510;
}
.pagetitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #00447C;
	padding-bottom: 10px;
}
.pagetitle a {
	color: #00447C;
	font-size: 1.2em;
	text-decoration: underline;
}
.pagetitle a:hover {
	color: #AAC510;
	text-decoration: none;
}
.break {
	padding-bottom: 20px;
}

/* NEWS  & VACANCIES */
.pagecontent{
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
.groupheading {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.groupheading a{
	color: #999999;
	text-decoration: underline;
}
.groupheading a:visited {
	color: #999999;
	text-decoration: underline;
}
.groupheading a:hover {
	color: #00447C;
}
.newsheading {
	font-size: 1em;
	font-weight: bold;
	color: #AAC510;
}
.newsheading a{
	color: #AAC510;
	text-decoration: none;
}
.newsheading a:visited {
	color: #AAC510;
}
.newsheading a:hover {
	color: #00447C;
}
.newssubheading {
	font-size: 1em;
	font-weight: bold;
	color: #AAFF66;
}
.newsdate {
	font-size: 0.95em;
	font-weight: normal;
	color: #00447C;
}
.newscontent {
	font-size: 1em;
	font-weight: normal;
	color: #00447C;
}
.newslink {
	font-size: 1em;
	font-weight: bold;
	color: #00447C;
}
.newslink a{
	color: #AAC510;
}
.newslink a:visited {
	color: #AAC510;
}
.newslink a:hover {
	color: #00447C;
}
.newsbreak {
	padding-bottom: 10px;
}
.iconRight{
	float: right;
}

/* DOCUMENTS */

.doccontent {
	font-size: 1em;
	height: 60px;
	font-weight: normal;
	color: #00447C;
}
HR {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #00447C;
}

/* TESTIMONIALS */
.testimonialheading {
	font-size: 1em;
	font-weight: bold;
	color: #1B4F76;
}
.testimonialdate {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
.testimonialcontent {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}


/* ******************************  */
/* DYNAMIC NAV */
/* ******************************  */

/* side_bar 	

/*.left_nav	{*/
#main ul, #main ol	{
/*	margin-left: 40px;*/
	list-style: none;
	}	

#sidebar ul	{
	list-style: none;
	}

ul.left_nav	li	{
	color: #fff;
	list-style: none;
	}
.margin {
	color : #303030;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-decoration:none;
	margin-bottom : 0px;
}

/*  LEVEL 1 NAV STYLES*/
	
ul.left_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0 8px 8px;
	display: block;
	border: 1px solid #00447C;
	margin-bottom: 3px;
	background: #00447C;
	background-image: url(../images/global/btn_bg.gif);
	background-repeat: repeat-y;
	list-style: none;
}
ul.left_nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0 8px 8px;
	display: block;
	border: 1px solid #00447C;
	margin-bottom: 3px;
	background: #AAC510;
	list-style: none;
}
/*	Layout fix for IE*/	
* html ul.left_nav li ul li li {
	margin-bottom: 20px;
	}
ul.left_nav li ul li li a:hover	{
	background: #96b1cf;
	}
* html ul.left_nav li ul li li a	{
	margin: 0 0 -20px 0;

/*  LEVEL 2 NAV STYLES*/	
}
ul.left_nav li a.leftmenucontent	{
	background: #E2E2E2;
	color: #00447C;/* blue */
	font-weight: bold;
	font-size: 75%;
	padding: 5px 5px 5px 0;
	padding-left: 10px;
	list-style: none;
	background-image: url(../images/global/level2_bg.gif);
	background-repeat: repeat-x;
	}
ul.left_nav li a.leftmenucontent:hover	{
	background: #AAC510;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 5px 0;
	padding-left: 10px;
	}
#side_bar li {
	list-style: none;
	font-weight: bold;
}

/*  LEVEL 3 NAV STYLES*/	
ul.left_nav li a.leftmenusub {
	background: #AAC510;
	font-size: 75%;
	font-weight: bold;
	color: #00447C;
	padding: 5px 5px 5px 0;
	padding-left: 2px;
	list-style: none;
	background-image: url(../images/global/level3_bg.gif);
	background-repeat: repeat-x;
}
ul.left_nav li a.leftmenusub:hover {
	background: #00447C;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 0;
	padding-left: 2px;
}

/* ******************************  */
/* Page Design CSS TAGS */
/* ******************************  */

/*Page*/
#pageWrapper { 
	width: 920px; }
#page { 
	width: 940px; 
	margin: 0 auto; 
	background-color:#FFFFFF; }

/*Top Bar*/
#topBarBorder { 
	width: 938px; 
	height: 129px; 
	padding: 1px; 
	background-color:#FFFFFF; }
#topBar { 
	width: 938px; 
	height: 129px; 
	background-color:#ffffff;
/*	background-image: url(../images/global/header_grad.jpg); */}
#greenBarBorder { 
	width: 938px; 
	height: 16px; 
	padding: 0px 1px 1px 1px; 
	background-color:#838329; }
#greenBar {
	width: 938px;
	height: 16px;
	background-color: #AAC510;
}
#ryklogo {
	width: 279px;
	height: 129px;
	float: left;
}
#accessBox {
	width: 659px;
	height: 129px;
	float: right;
}
#telBox {
	width: 659px;
	height: 41px;
	float: right;
}
#accessBorder {
	width: 658px;
	height: 45px;
	padding: 1px 0px 1px 1px;
	background-color: #000000;
}
#accessLinks {
	width: 659px;
	height: 47px;
	float: right;
	background-color: #ffffff;
}
#spaceBox {
	width: 659px;
	height: 41px;
	float: right;
}

/*Search Bar*/

#textSize {
	width: 360px;
	padding: 15px 0 0 20px;
	height: 32px;
	float: left;
	font-size: 0.85em;
	color: #000000;
}
#textSize a{
	color: #000000;
	text-decoration: none;
}
#textSize a:hover{
	color: #c0c0c0;
	text-decoration: underline;
}
#searchField {
	padding: 13px 0px 0 0;
	height: 34px;
	float: right;
}
#searchTxt {
	font-size: 0.85em;
	color: #00447C;
	padding: 15px 5px 0 0;
	height: 32px;
	float: right;
}
#searchBtn {
	padding: 13px 10px 0 10px;
	height: 34px;
	float: right;
}
#searchNav	{
	margin: 0;
	padding: 0;
	float: left;
	}
#mainNav	{
	margin: 0;
	padding: 0;
	float: left;
	}
#mainNav li	{
	font-size: 0.8em;
	list-style: none;
	display: inline;
	}
#mainNav li a	{
	padding: 10px 5px;
	color: #ffffff;
	text-decoration: none;
	}	
#mainNav li a:hover	{
	text-decoration: underline;
	}
.pointSmall	{
	font-size: 0.75em;
	}
.pointSmall	a {
	font-size: 0.75em;
	text-decoration:underline;
	}
.pointNormal {
	font-size: 0.8em;
	}
.pointNormal a	{
	font-size: 0.8em;
	text-decoration:underline;
	}
.pointLarge {
	font-size: 0.85em;
	}
.pointLarge a {
	font-size: 0.85em;
	text-decoration:underline;
	}
/*HOME CONTENT*/

#middlecontentBox {
	width: 500px;
	margin-top: 12px;
	font-size: 0.8em;
	float: left; 
}
#middlecontentBox p {
	margin-bottom: 1.0em;
}
#middlecontentBox ul li {
	margin-left: 25px;
	color: #00447C;
}
#quickLinks {
	width: 177px;
	padding: 12px;
	font-size: 1em;
	float: right; 
}
#quickLinks a{
	color: #00447C;
	font-weight:bold;
}
#quickLinks a:hover{
	color: #AAC510;
	font-weight:bold;
}
.homeTitle{
	color: #00447C;
	font-weight:bold;
	font-size: 1.4em;
}
#rightlinksBox {
	width: 201px;
	margin-top: 12px;
	font-size: 0.8em;
	float: right; 
}
/*CONTENT*/

#contentBox {
	width: 940px;
	background-color: #FFFFFF;
}
#sidenavBox {
	width: 200px;
	margin-right: 20px;
	margin-top: 12px;
	float: left;
}
#rightcontentBox {
	width: 700px;
	margin-top: 20px;
	font-size: 0.8em;
	float: left; 
}
#rightcontentBox p {
	margin-bottom: 1.0em;
}
#rightcontentBox ul li {
	margin-left: 15px;
}

/*FOOTER*/

#footerBox { 
	width: 940px; 
	margin-top: 20px; 
	}
#footerLine { 
	width: 940px; 
	height: 10px; 
	background-color: #00447C; 
	}
#footerTxt { 
	width: 920px; 
	padding: 10px;
	font-size: 0.8em;
	}

/*FORM OLD

form { padding: 0; margin: 0; }
fieldset { padding: 0.5em 1em; }
legend { font-size: 100%; color: #838329; font-weight: bold; margin-bottom: 10px; }
input, textarea, select { font: 100% Arial, Helvetica, sans-serif; color: #104C85; }
label { margin: 0; padding: 0; }
.formColumnLeft { float: left; width: 100px; text-align: right; margin-right: 10px; }
.formColumnRight { float: left; margin-bottom: 3px; }
.formTwoColumn { position: relative; width: 100px; text-align: right; display: block; margin-top: 10px; } 
.formTwoColumn input, .formTwoColumn textarea, .formTwoColumn select { position: absolute; left: 100%; top: 0; margin-left: 10px; width: 200px; }
.formTwoColumn a.helplink {position:absolute;left:0px;top:0px;margin-left:205px;z-index:100;text-decoration:none;white-space:nowrap;padding-left:5px;}
.formTwoColumn a.helplink:hover {text-decoration:underline;}
*/

/*FORM*/

form#two {background:#FFFFFF; width:95%; padding:0px; border:0px solid #000000; margin:0px; font-size:1em; font-family:verdana, arial, helvetica, sans-serif;}
form#two p {font-size:1em; color:#000000; text-align:left; padding:15px 5px 5px 0.5em; margin:0;}

form#two legend {font-size:1.1em; font-weight:bold; border-bottom:0px solid #000000; margin-bottom:0px; padding:6px 6px 12px 6px; background:none; color:#AAC510;}
* html form#two legend { padding:0 0 0px 0; margin:0px 0 15px 0; border:none;}

form#two label {clear:left; display:block; float:left; width:100px; text-align:left; padding-left:0.5em; padding-right:10px; color:#000000; margin-bottom:0.5em;}
form#two info {clear:left;  float:right; width:100px; text-align:left; padding-left:0.5em; padding-right:10px; color:#000000; margin-bottom:0.5em;}

form#two input {border:1px solid #838329; padding-left:0.5em; margin-bottom:0.6em; width:280px; background:#E4E3E3;}
form#two input:hover { background:#AAC510; border:1px solid #838329; color:#000000;}
form#two input:focus {background:#FFFFFF; border:1px solid #838329; color:#AAC510;}
form#two fieldset#medical input, form#two fieldset#current input {width:45px;}

form#two select {margin:0 0 1em 0; background:#E4E3E3;}
form#two textarea {width:100%; height:10em; border:1px solid #000000; margin-left: 0.5em; margin-right: 0.5em; padding:0.5em;  overflow:auto; background:#E4E3E3;}
form#two textarea:hover { background:#AAC510; border:1px solid #000000; color:#000000;}
form#two textarea:focus {background:#FFFFFF; border:1px solid #838329; color:#838329;}

form#two option {border:1px solid #838329; background:#E4E3E3; color:#09447C;}
form#two optgroup {border:1px solid #838329; background:#E4E3E3; color:#09447C; font-style:normal;}
form#two optgroup option {background:#E4E3E3; color:#838329;}

form#two #button1 {color:#FFFFFF; padding-right:0.5em; cursor:pointer; width:150px; margin-left:8px; background:#09447C; border:1px solid; border-color:#999999 #000000 #000000 #999999;}
form#two #button2 {color:#000000; padding-right:0.5em; cursor:pointer; width:150px; margin-left:8px; background:#EFEFEF; border:1px solid; border-color:#999999 #000000 #000000 #999999;}
form#two #button1:hover, form#two #button2:hover {color:#000000; background:#AAC510; border:1px solid; border-color:#4f718a #003 #003 #4f718a; }