/* By : accieon  */
/* Date : 30th Jan. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 11px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 11px;
}


/* page default settings */

body, td {
font-family: tahoma, "ms sans serif", arial, verdana, helvetica;
color: #333;
font-size: 12px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
}

.full-size-table {
width: 780px;
height: 100%;
}

.full-size-tablea {
width: 760px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header.jpg");
background-repeat : no-repeat;
padding-left: 130px;
padding-bottom: 15px;
}

.i-header {
background-image: url("images/i-header.jpg");
background-repeat : no-repeat;
}

.personal-header {
background-image: url("images/personal-header.jpg");
background-repeat : no-repeat;
padding-bottom: 1px;
padding-right: 30px;
}

.personal-footer {
background-image: url("images/personal-bot-orange.jpg");
background-repeat : repeat-x;
}

.personal-bot-gred {
background-image: url("images/personal-bot-gred.jpg");
background-repeat : repeat-x;
}

.personal-content-top {
background-image: url("images/perosnal-content-top.jpg");
background-repeat : repeat-x;
}

.personal-left-bot {
background-image: url("images/personal-left-bot.jpg");
background-repeat : no-repeat;
background-position: bottom;
}

.top-gred {
background-image: url("images/top-gred.jpg");
background-repeat : repeat-x;
}

.bot-gred {
background-image: url("images/bot-gred.jpg");
background-repeat : repeat-x;
background-position: bottom;
}

.top-orange {
background-image: url("images/top-orange.jpg");
background-repeat : no-repeat;
}

.bot-orange {
background-image: url("images/bottom-orange.jpg");
background-repeat : no-repeat;
}

.dot-line {
background-image: url("images/dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.nav a {
font-family: arial;
color: #003193;
font-size: 13px;
text-decoration: none;
font-weight: bold;
padding: 4px 1px 5px 5px;
display: block;
}

.nav a:hover{
color: #000;
}

.top-nava a {
font-family: arial;
color: #18488a;
font-size: 1apx;
text-decoration: none;
font-weight: bold;
padding: 4px 1px 5px 5px;
background-image: url("images/tab-tile.jpg");
background-repeat : repeat-x;
display: block;
}

.top-nava a:hover{
color: #000;
}

/* background colours */

.white {
background-color: #fff;
}

.blue {
background-color: #0066cc;
}

.bluea {
background-color: #aabec6;
}

.blueb {
background-color: #75b4f7;
}

.gray {
background-color: #e0e0e0;
}

/* borders */

#testimony{
	border: 4px double #FF9900;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* text */

.white-txt {
color: #fff;
}

.green-txt {
color: #4bac2b;
}

.orange-txt {
color: #fc5e00;
}

/* Heading */

.dr-name {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
}

.title {
color: #fff;
font-family: "arial black";
font-size: 38px;
line-height: 1em;
}

h1, h2, h3, h4 {
font-family: arial;
margin: 0px;
line-height:normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}

h4 {
font-size: 22px;
}

h5 {
font-family: "times new roman";
margin: 0px;
line-height:normal;
font-size: 23px;
}

